LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_Unity.TextMeshPro_1.cpp

55560 lines
2.6 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct VirtActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericVirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericVirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericInterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericInterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Boolean>[]
struct EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Char>[]
struct EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[]
struct EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int64>[]
struct EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,TMPro.KerningPair>[]
struct EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,TMPro.TMP_Glyph>[]
struct EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,TMPro.TMP_Style>[]
struct EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE;
// System.Collections.Generic.Dictionary`2/Entry<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>[]
struct EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Boolean>
struct KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Char>
struct KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>
struct KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int64>
struct KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,TMPro.KerningPair>
struct KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,TMPro.TMP_Glyph>
struct KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,TMPro.TMP_Style>
struct KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>
struct KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Boolean>
struct ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Char>
struct ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>
struct ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int64>
struct ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,TMPro.KerningPair>
struct ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,TMPro.TMP_Glyph>
struct ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,TMPro.TMP_Style>
struct ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>
struct ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>
struct Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char>
struct Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>
struct Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>
struct Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51;
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>
struct Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA;
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>
struct Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6;
// System.Collections.Generic.Dictionary`2<System.Int64,System.Object>
struct Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD;
// System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>
struct Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
// System.Collections.Generic.IEqualityComparer`1<System.Int64>
struct IEqualityComparer_1_tD0969593907B647ACCBAE8E336A606202F276D7F;
// System.Collections.Generic.IList`1<System.Int32>
struct IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset>
struct List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F;
// System.Collections.Generic.List`1<TMPro.TMP_Glyph>
struct List_1_tC70C6440D52352E39351D0AA14AFC2650D2F49D2;
// System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>
struct List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440;
// System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>
struct List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7;
// System.Collections.Generic.List`1<TMPro.TMP_Sprite>
struct List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>
struct List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82;
// System.Collections.Generic.List`1<TMPro.TMP_Style>
struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B;
// System.Collections.Generic.List`1<UnityEngine.Canvas>
struct List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
struct List_1_t64BA96BFC713F221050385E91C868CE455C245D6;
// System.Collections.Generic.List`1<UnityEngine.GameObject>
struct List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650;
// System.Collections.Generic.List`1<UnityEngine.UI.IMaterialModifier>
struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5;
// System.Collections.Generic.List`1<UnityEngine.UI.Mask>
struct List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01;
// System.Collections.Generic.List`1<UnityEngine.UI.Selectable>
struct List_1_tC6550F4D86CF67D987B6B46F46941B36D02A9680;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32Enum[]
struct Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Predicate`1<System.Object>
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
// System.Predicate`1<TMPro.TMP_MaterialManager/MaskingMaterial>
struct Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// TMPro.FaceInfo
struct FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5;
// TMPro.KerningPair
struct KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD;
// TMPro.KerningTable
struct KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F;
// TMPro.MaterialReference[]
struct MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B;
// TMPro.TMP_Asset
struct TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D;
// TMPro.TMP_CharacterInfo[]
struct TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604;
// TMPro.TMP_ColorGradient
struct TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7;
// TMPro.TMP_ColorGradient[]
struct TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C;
// TMPro.TMP_FontAsset
struct TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C;
// TMPro.TMP_FontAsset[]
struct TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260;
// TMPro.TMP_FontWeights[]
struct TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1;
// TMPro.TMP_Glyph
struct TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C;
// TMPro.TMP_InputField
struct TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB;
// TMPro.TMP_InputField/<CaretBlink>d__238
struct U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00;
// TMPro.TMP_InputField/<MouseDragOutsideRect>d__255
struct U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646;
// TMPro.TMP_InputField/OnChangeEvent
struct OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD;
// TMPro.TMP_InputField/OnValidateInput
struct OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863;
// TMPro.TMP_InputField/SelectionEvent
struct SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A;
// TMPro.TMP_InputField/SubmitEvent
struct SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC;
// TMPro.TMP_InputField/TextSelectionEvent
struct TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854;
// TMPro.TMP_InputValidator
struct TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD;
// TMPro.TMP_LineInfo[]
struct TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C;
// TMPro.TMP_LinkInfo[]
struct TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D;
// TMPro.TMP_MaterialManager/<>c__DisplayClass10_0
struct U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4;
// TMPro.TMP_MaterialManager/<>c__DisplayClass12_0
struct U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784;
// TMPro.TMP_MaterialManager/<>c__DisplayClass13_0
struct U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925;
// TMPro.TMP_MaterialManager/<>c__DisplayClass14_0
struct U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A;
// TMPro.TMP_MaterialManager/FallbackMaterial
struct FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A;
// TMPro.TMP_MaterialManager/FallbackMaterial[]
struct FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8;
// TMPro.TMP_MaterialManager/MaskingMaterial
struct MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B;
// TMPro.TMP_MaterialManager/MaskingMaterial[]
struct MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733;
// TMPro.TMP_MeshInfo[]
struct TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9;
// TMPro.TMP_PageInfo[]
struct TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847;
// TMPro.TMP_ScrollbarEventHandler
struct TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83;
// TMPro.TMP_SelectionCaret
struct TMP_SelectionCaret_t7F1E220CCC04FF32D259F3BCF50B7CF30938551E;
// TMPro.TMP_Settings
struct TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A;
// TMPro.TMP_Settings/LineBreakingTable
struct LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25;
// TMPro.TMP_Sprite
struct TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353;
// TMPro.TMP_SpriteAnimator
struct TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17;
// TMPro.TMP_SpriteAnimator/<DoSpriteAnimationInternal>d__7
struct U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC;
// TMPro.TMP_SpriteAsset
struct TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487;
// TMPro.TMP_SpriteAsset[]
struct TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35;
// TMPro.TMP_Sprite[]
struct TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802;
// TMPro.TMP_Style
struct TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD;
// TMPro.TMP_StyleSheet
struct TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04;
// TMPro.TMP_Style[]
struct TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A;
// TMPro.TMP_SubMesh
struct TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D;
// TMPro.TMP_SubMeshUI
struct TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1;
// TMPro.TMP_SubMeshUI[]
struct TMP_SubMeshUIU5BU5D_tB20103A3891C74028E821AA6857CD89D59C9A87E;
// TMPro.TMP_SubMesh[]
struct TMP_SubMeshU5BU5D_t1847E144072AA6E3FEB91A5E855C564CE48448FD;
// TMPro.TMP_Text
struct TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7;
// TMPro.TMP_TextElement
struct TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344;
// TMPro.TMP_TextInfo
struct TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181;
// TMPro.TMP_WordInfo[]
struct TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09;
// TMPro.TextAlignmentOptions[]
struct TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B;
// TMPro.TextMeshPro
struct TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2;
// TMPro.TextMeshProUGUI
struct TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438;
// TMPro.XML_TagAttribute[]
struct XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B;
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591;
// UnityEngine.Canvas/WillRenderCanvases
struct WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE;
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72;
// UnityEngine.Canvas[]
struct CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
// UnityEngine.Event
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210;
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5;
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966;
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77;
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63;
// UnityEngine.Events.InvokableCallList
struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F;
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4;
// UnityEngine.Events.UnityEvent`1<System.Object>
struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D;
// UnityEngine.Events.UnityEvent`1<System.String>
struct UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15;
// UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>
struct UnityEvent_3_t2806FFBD49F1501D6C532F2520EFAB143233B6D9;
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
struct UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Material[]
struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.RectTransform
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20;
// UnityEngine.RectTransform/ReapplyDrivenProperties
struct ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D;
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4;
// UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734;
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA;
// UnityEngine.Sprite
struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198;
// UnityEngine.TextAsset
struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
struct TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172;
// UnityEngine.UI.Graphic
struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8;
// UnityEngine.UI.ICanvasElement
struct ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2;
// UnityEngine.UI.IMaterialModifier
struct IMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C;
// UnityEngine.UI.IMaterialModifier[]
struct IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14;
// UnityEngine.UI.LayoutElement
struct LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B;
// UnityEngine.UI.Mask
struct Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB;
// UnityEngine.UI.Mask[]
struct MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35;
// UnityEngine.UI.MaskableGraphic
struct MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
struct CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4;
// UnityEngine.UI.RectMask2D
struct RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B;
// UnityEngine.UI.Scrollbar
struct Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389;
// UnityEngine.UI.Selectable
struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A;
// UnityEngine.UI.VertexHelper
struct VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F;
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8;
extern RuntimeClass* CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var;
extern RuntimeClass* Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var;
extern RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_il2cpp_TypeInfo_var;
extern RuntimeClass* FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A_il2cpp_TypeInfo_var;
extern RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
extern RuntimeClass* ICollection_1_tBA66D5ABD8760F5C2E703E523E1A7DE284F89DB7_il2cpp_TypeInfo_var;
extern RuntimeClass* IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708_il2cpp_TypeInfo_var;
extern RuntimeClass* IMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var;
extern RuntimeClass* MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B_il2cpp_TypeInfo_var;
extern RuntimeClass* MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B_il2cpp_TypeInfo_var;
extern RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var;
extern RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
extern RuntimeClass* Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var;
extern RuntimeClass* Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
extern RuntimeClass* Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var;
extern RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var;
extern RuntimeClass* RectTransformUtility_t9B90669A72B05A33DD88BEBB817BC9CDBB614BBA_il2cpp_TypeInfo_var;
extern RuntimeClass* ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var;
extern RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
extern RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_ListPool_1_t5398E301B537C02F8884006B37F92E6D8C48B1C2_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_ListPool_1_t64B8C0FD867F43C5DFCBFDB8A20F60F4E1DA6382_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_ListPool_1_t6AF85EA790CBB44ECEF9B2D12B791541C651C699_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var;
extern RuntimeClass* TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var;
extern RuntimeClass* TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A_il2cpp_TypeInfo_var;
extern RuntimeClass* Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var;
extern RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
extern RuntimeClass* Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var;
extern RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
extern RuntimeClass* Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66_il2cpp_TypeInfo_var;
extern RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var;
extern RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var;
extern RuntimeClass* WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_il2cpp_TypeInfo_var;
extern RuntimeClass* XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380____9E6378168821DBABB7EE3D0154346480FAC8AEF1_1_FieldInfo_var;
extern String_t* _stringLiteral1024E1471592DAB1461966285F71111E8C1610B0;
extern String_t* _stringLiteral183C8AF35DDE0BE2F957B6E542FE5A8C27A99BDB;
extern String_t* _stringLiteral1C0B86484F8B2DC90F08A968F8F79D5D1171834D;
extern String_t* _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236;
extern String_t* _stringLiteral2D7C7BB591591B8BB038EB0A7C757AE36C863943;
extern String_t* _stringLiteral339CD4DB8B8B70A934DFE94BDE23BB89DE574858;
extern String_t* _stringLiteral35FCB175635B3AB6888C2DE3B64C7D6B27014E8D;
extern String_t* _stringLiteral3E3B9BB05C551567B9D774152AA50370AE81486C;
extern String_t* _stringLiteral3ED06EA352E96F170A78D7E141112D3569631725;
extern String_t* _stringLiteral4786DD42D98074830355B8C228EA1A9203083EAA;
extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
extern String_t* _stringLiteral53AD64E836ED4EC6B9DF61715FC37568B5C94EA2;
extern String_t* _stringLiteral5973848C6501D0CBD36E2FEC74C9661380E25EA5;
extern String_t* _stringLiteral5A004C1523F86794FE6F977B55097686E20D8304;
extern String_t* _stringLiteral5E0AD8390D778D86A4A369E5AD6950036A8EBB86;
extern String_t* _stringLiteral63DB3A23ADE9FDBA5CD6ED08EE88A9012ECF1D3F;
extern String_t* _stringLiteral648D3FF342F6BC4EA342FCE666A1341736A162DB;
extern String_t* _stringLiteral6A56CCA260305ACFFA7E272F9409B168A5F0A579;
extern String_t* _stringLiteral6C79F40E9971EDE5D7898262E4346DE45737437F;
extern String_t* _stringLiteral711BAA11E33707FB9304BD392064C8935EA2B30B;
extern String_t* _stringLiteral88662CD467A15F89AF196202C1376D1542A1E5D3;
extern String_t* _stringLiteral991C128854695FAA88055DB7F154B1F82B87D68E;
extern String_t* _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F;
extern String_t* _stringLiteral9B24BD9BCDFD34C72167701B0277AD547FD0D743;
extern String_t* _stringLiteralA1C228140224A87633C6452311427F0CE085C377;
extern String_t* _stringLiteralAD5CCB3727998BE07388CFE561EA5EE974163B7F;
extern String_t* _stringLiteralAEF764014DF0B2F5A19D934BE54FCC26CCE86071;
extern String_t* _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5;
extern String_t* _stringLiteralBB78933982803AE7A266E283B996C13B23E6ABF0;
extern String_t* _stringLiteralC66BE6D01FEF123B62D27FE4CB29873CCF4DC6BD;
extern String_t* _stringLiteralCF00EEC9C0CAFF4BD148B8ECABEF64C5301BD5EA;
extern String_t* _stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC;
extern String_t* _stringLiteralD4FD7C003DF9191F4C17D92DE8F934497389F611;
extern String_t* _stringLiteralD826C033687D1697821EF37793DC16B3ED3237A4;
extern String_t* _stringLiteralDC6A37BBC1B047C14B2DF1FE03C9EE13F02E0253;
extern String_t* _stringLiteralE229274C8FA52F62563E7E7E51ABF1B2335E60DD;
extern String_t* _stringLiteralE8E403D51E4B4B12EC53FB65AE662B0F550D310E;
extern const RuntimeMethod* Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_RuntimeMethod_var;
extern const RuntimeMethod* Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_RuntimeMethod_var;
extern const RuntimeMethod* Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var;
extern const RuntimeMethod* Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var;
extern const RuntimeMethod* Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisLayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B_mACA9D3C2B7ADBC090A1641FD71AE7A7F61811C4E_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mF3F89565A9CEFF85AA1FB27C6EC64BE590DC386B_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m751D9E690C55EAC53AB8C54812EFEAA238E52575_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_mC866972021C4FC76574D6BAEBCDE1DF62BFEA44B_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisTMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_mD443382B13E3276EB4AEE7C0B34B0F06FC474395_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponent_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m9885424E349D692D715FADED33BD0E2D0CEFB20F_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mCDB9F6BF86EDCAA7E9E851979CCAF8A39A50CC1A_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponents_TisIMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_m0E061B892638A68112CEF3A1199498E27C7F93BF_RuntimeMethod_var;
extern const RuntimeMethod* Component_GetComponents_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mABE0E5864C7CE9AA6C7EBD5A5A4FABB63E1F1E7A_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_mFAD4E21F5CE7180A2C02C7347F2B796CA2114523_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Clear_m21BFA6747EB4DEB58CA7722B1A0A3E6804D18726_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_m094A319B30B2053A6445A621BF73A69B76B28B96_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_m739E37A1198D5703D1FF1E0BA3EA1CFEE63AD04B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mB9B63D8E7BCFDAE358FC737600D7BEA605A62891_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m6E61F53B2620D878B55FAD9AA7F1763930CAA700_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_mD52EC54F0E4C5C6BE9EDEEE1F838F09E589387A9_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Item_m31E51B6CDE6944ED5DE6FF827034160C72DEB956_RuntimeMethod_var;
extern const RuntimeMethod* GameObject_AddComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_m6E1DAD985C228E9AC2C7EB85E4E9E79618D90540_RuntimeMethod_var;
extern const RuntimeMethod* GameObject_AddComponent_TisTMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_mA7C2BECEC62ED35A056D224057DDD4DAC7B67FC8_RuntimeMethod_var;
extern const RuntimeMethod* GameObject_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mD1BA4FFEB800AB3D102141CD0A0ECE237EA70FB4_RuntimeMethod_var;
extern const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m43C07809909DE265C356A2CD8E8B290E74E2EFC7_RuntimeMethod_var;
extern const RuntimeMethod* GameObject_GetComponent_TisTMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_mEFD49EBAF1AD467B424BB5A1E63F325F7A3171F2_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Clear_m63FDD80814E06377881C9449DAFC789FE3790638_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_RuntimeMethod_var;
extern const RuntimeMethod* List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var;
extern const RuntimeMethod* List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m2DD0B22C2AEB9E37639B1FD8026B51B2C8AAFE50_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m32E37CD83332EFDDFE3E1D7C84ABAA8D8BC5DB34_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m4156BEC52987E84FC9F4140240BD7C6389AA9F01_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m1699944B3877811C3B111611DCD11DB1F64D6466_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m2229D68C51EA987F8F86549720B342E50D9AA830_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mC69B3DF3DBE8F7C578FBC4AAC9361B42D01447AB_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mE04D8511C4932A02D8555BE67D00DA6376B15628_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m065F2325CBE72552B7A34C3CDC4DB8734CEF0094_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m340E24EC2531B411F6394AEC9A80C6E9A573FF74_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mA2EF700F87EDC8F73DFDAA61F8447F1531DCA9EF_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mC612817754A6D38EE27C6F53CE39983E997AF393_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A_RuntimeMethod_var;
extern const RuntimeMethod* Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var;
extern const RuntimeMethod* Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F_RuntimeMethod_var;
extern const RuntimeMethod* Resources_Load_TisTMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_m036F6CFD0FF4EC2C939374E820155958D8B6AE27_RuntimeMethod_var;
extern const RuntimeMethod* Resources_Load_TisTMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_m7FFD9402FE658F2ACA2B8DC4F8D6E70292984F62_RuntimeMethod_var;
extern const RuntimeMethod* Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB_RuntimeMethod_var;
extern const RuntimeMethod* Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5_RuntimeMethod_var;
extern const RuntimeMethod* Resources_Load_TisTMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_mD823A52619FA63BC876C5484D2F5B24AA1533A10_RuntimeMethod_var;
extern const RuntimeMethod* TMP_ListPool_1_Get_m2A625FE8890189335F84DBA7B0FFFD984C1AC7CA_RuntimeMethod_var;
extern const RuntimeMethod* TMP_ListPool_1_Get_mE7830422D07D873206C9C86EE885950CFCEEC6D3_RuntimeMethod_var;
extern const RuntimeMethod* TMP_ListPool_1_Get_mEE0695819C8F1C8188F19F76FBF88EC9DFED2B07_RuntimeMethod_var;
extern const RuntimeMethod* TMP_ListPool_1_Release_m4E2034447C89045A490E9635CE79B30E8D24EA80_RuntimeMethod_var;
extern const RuntimeMethod* TMP_ListPool_1_Release_mC88951551AE5C45A061D1B7B4E1522EA1CE9735F_RuntimeMethod_var;
extern const RuntimeMethod* TMP_ListPool_1_Release_mF773AFF7EA91D0FB0301DC1FB616C312A81C728D_RuntimeMethod_var;
extern const RuntimeMethod* TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_RuntimeMethod_var;
extern const RuntimeMethod* TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_RuntimeMethod_var;
extern const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15_RuntimeMethod_var;
extern const RuntimeMethod* TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m7964E658BBB72B97E4EB505FCF67A8ABB851DF9C_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_mBD61FA4538DF8537C363244B61E7C0190AF0139D_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_mCA6262745A99717F0A32A777F87949ABB39A1896_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m65707E628DE429E95D08F4D21FF8416A1343B2C3_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m2617DF08A7863E6D29438DC310157023558E2CCC_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_RuntimeMethod_var;
extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_mF28BB4403B4976794A2BF6A91CDC8CF12110E380_RuntimeMethod_var;
extern const RuntimeMethod* U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2_RuntimeMethod_var;
extern const RuntimeMethod* U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_RuntimeMethod_var;
extern const RuntimeMethod* U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_RuntimeMethod_var;
extern const RuntimeMethod* UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91_RuntimeMethod_var;
extern const RuntimeMethod* UnityEvent_3__ctor_m68F651C4BE952A05027D339089706F152B77DFBA_RuntimeMethod_var;
extern const RuntimeType* RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var;
extern const RuntimeType* TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_0_0_0_var;
extern const RuntimeType* TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2_0_0_0_var;
extern const uint32_t OnChangeEvent__ctor_m5D91870239AF60B63837CFD9A7AD318385110566_MetadataUsageId;
extern const uint32_t OnValidateInput_BeginInvoke_m4CA340029A37B6121AD91575987C4B55418F7CEB_MetadataUsageId;
extern const uint32_t SelectionEvent__ctor_mDE136423905DC114E1508BC15A2D53F3D2DE2BB9_MetadataUsageId;
extern const uint32_t SubmitEvent__ctor_mDC065E53A47B58CFEF1CF5DC952D25498FD78A07_MetadataUsageId;
extern const uint32_t TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E_MetadataUsageId;
extern const uint32_t TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C_MetadataUsageId;
extern const uint32_t TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_AddMaskingMaterial_m6E756532DBEDCFBB3B3578FB0CBFF6E4255645BD_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_ClearMaterials_mCB967BE61BDC535C325D74D54EB2ABF43DD904D2_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_CopyMaterialPresetProperties_mF602C9E3596B526045982B62B267F98CFD9A3D88_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_GetBaseMaterial_mC2B7B711E49103ECE017B2AFE2E93E6847CFC4AD_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_GetFallbackMaterial_m54C7394AEF6C09254D42E35C6E291E5C6BE85D97_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_ReleaseBaseMaterial_m12A6C5140B13F213B273FBC806C329D4CB750E80_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_RemoveFallbackMaterialReference_mFD2148F998A6AEE6C4F2386E5A2F9ACB567CD214_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_RemoveStencilMaterial_mA81B93609BD3B6064AE083D5E203B4DEFCFD81B1_MetadataUsageId;
extern const uint32_t TMP_MaterialManager_SetStencil_mDA4E5E847232AF2335878BA9F7EDEDB48C8DED80_MetadataUsageId;
extern const uint32_t TMP_MaterialManager__cctor_mA3E01803C3BD9E9804CA874BA82DDB129A781AFF_MetadataUsageId;
extern const uint32_t TMP_Math__cctor_m28B03C0C82CDC26FC7C8F6A1EE2B2FA133E2666B_MetadataUsageId;
extern const uint32_t TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0_MetadataUsageId;
extern const uint32_t TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE_MetadataUsageId;
extern const uint32_t TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953_MetadataUsageId;
extern const uint32_t TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D_MetadataUsageId;
extern const uint32_t TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583_MetadataUsageId;
extern const uint32_t TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301_MetadataUsageId;
extern const uint32_t TMP_MeshInfo__cctor_mE984F1746BAAC39244E0DE17FA28745BAF828388_MetadataUsageId;
extern const uint32_t TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84_MetadataUsageId;
extern const uint32_t TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF_MetadataUsageId;
extern const uint32_t TMP_ScrollbarEventHandler_OnDeselect_m2EE981A8CE435462B07BB798CE4B1B3CB9C31550_MetadataUsageId;
extern const uint32_t TMP_ScrollbarEventHandler_OnPointerClick_m5A18FC32525899C65F04E8E9FEE8A61975C4B5E8_MetadataUsageId;
extern const uint32_t TMP_ScrollbarEventHandler_OnSelect_mC6F121BB11C777927D613241A5489FAE38541A4B_MetadataUsageId;
extern const uint32_t TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15_MetadataUsageId;
extern const uint32_t TMP_Settings_GetFontAsset_m723CC48F271386FBA75E539EC26CC4866A01F804_MetadataUsageId;
extern const uint32_t TMP_Settings_GetSettings_mFA0AD57A559BE629AA9DF66493A606D91B4CEC41_MetadataUsageId;
extern const uint32_t TMP_Settings_GetSpriteAsset_mD926A79E5BE12B90F764CC2962891F16B8F41884_MetadataUsageId;
extern const uint32_t TMP_Settings_GetStyleSheet_m5BC59BCA8BD19C004CC6ADA6C39B0FE33998064A_MetadataUsageId;
extern const uint32_t TMP_Settings_LoadDefaultSettings_m2EA42466A832FF963D2CF8F34B3F24F5C7500900_MetadataUsageId;
extern const uint32_t TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD_MetadataUsageId;
extern const uint32_t TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9_MetadataUsageId;
extern const uint32_t TMP_Settings_get_version_m39F3DDEDECDA6FA43D83E524ADBB456AC4C8D1F0_MetadataUsageId;
extern const uint32_t TMP_SpriteAnimator_Awake_m6A9BAB89D2307AFD0BCB270890C84744055D6C5E_MetadataUsageId;
extern const uint32_t TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9_MetadataUsageId;
extern const uint32_t TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315_MetadataUsageId;
extern const uint32_t TMP_SpriteAnimator_StopAllAnimations_m80939F1E1D0B76FC7983A5715BD1034D44F59AE1_MetadataUsageId;
extern const uint32_t TMP_SpriteAnimator__ctor_m60F7416159A00530BF4FC021FA42E33953D209E3_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_GetDefaultSpriteMaterial_m845A6273ED57DAF047CBD43341F29454FE19ED1A_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_GetSpriteIndexFromName_mFD0F909D3245AEDDCC906F6172E819982E5AFDC6_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicode_m81AD8D6CDC00E06C4E98BE1F4F25C77A4795F289_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5_MetadataUsageId;
extern const uint32_t TMP_SpriteAsset_get_defaultSpriteAsset_mAE5B87576844D14BF573B48221351E90F88293B6_MetadataUsageId;
extern const uint32_t TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7_MetadataUsageId;
extern const uint32_t TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D_MetadataUsageId;
extern const uint32_t TMP_StyleSheet_UpdateStyleDictionaryKey_m377BB2F87B93A92387B51DA1DC782FE1BE0CD2BD_MetadataUsageId;
extern const uint32_t TMP_StyleSheet_UpdateStyleSheet_m43D3D95B330A07CF426419BF19F4C7B44875B77B_MetadataUsageId;
extern const uint32_t TMP_StyleSheet__ctor_m79D60BAFF83CD70D93262BB6E7851A7FF99A17D3_MetadataUsageId;
extern const uint32_t TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B_MetadataUsageId;
extern const uint32_t TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_AddSubTextObject_mE3BE58DD1E65F547250AC7534F0E985896473635_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_GetModifiedMaterial_m924A0ADD80340624FBDDC1C79E02EE44EADE182D_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_GetPaddingForMaterial_m0EF23FF6E7ED8FD5A9A5D25A503C3AD409FD9E06_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_GetSharedMaterial_m68FE901F3890B4CC93C0B6612EB87B02C4263A8D_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_OnDestroy_m08DA023C2E1465331C49DAF46A8CBCA53BE85F14_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_OnDisable_mC4F0D0768E150EFCB43933F3D1A2924C8F152DEC_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_SetVerticesDirty_m78F45A53C0B18BDF80866FA3B35DB5C0F76E010B_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_UpdateGeometry_m99688341598A7360DD3BEC3BCEC826BD4B767028_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_UpdateMaterial_mF0F5647995D3B781F2D170FB951C26BB9200C747_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_UpdateMeshPadding_mD3CCCD0DE1D1C463479C52F6A9BE9F52279A7B96_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_get_mainTexture_m75EBC20D6DF2EB308E2CF25DA453696AF9EDA2D8_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_get_materialForRendering_mC24A045110E8E98310469BCA5A34DEE254CFB498_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_get_mesh_mCBCF215077B2044CAC4CB91585C0EAFB376FB788_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_set_fallbackMaterial_m6F0E2367FBCD108AE3716BF44B6E13DD9C590162_MetadataUsageId;
extern const uint32_t TMP_SubMeshUI_set_material_m4EA71447E0C2293251DAD48F614DE6C80BE42285_MetadataUsageId;
extern const uint32_t TMP_SubMesh_AddSubTextObject_mB7B7238D8F39F657241137CC37465938DEAF738E_MetadataUsageId;
extern const uint32_t TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3_MetadataUsageId;
extern const uint32_t TMP_SubMesh_DestroySelf_mD8C31083236F16DB1E9CF02C944D4B85B8D03B2F_MetadataUsageId;
extern const uint32_t TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4_MetadataUsageId;
extern const uint32_t TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15_MetadataUsageId;
extern const uint32_t TMP_SubMesh_GetSharedMaterial_m5132D5C66C31AEE52A4503C5A3DB673455FD4D04_MetadataUsageId;
extern const uint32_t TMP_SubMesh_OnDestroy_mCD31CE389300981012099EDFB0083264094EAB00_MetadataUsageId;
extern const uint32_t TMP_SubMesh_OnDisable_mCC6CF5F9DE6BF4C6093F278FA08A812CD282AA78_MetadataUsageId;
extern const uint32_t TMP_SubMesh_OnEnable_m6553FA792DE68981F9CB2E3575E43C59794C3A7D_MetadataUsageId;
extern const uint32_t TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081_MetadataUsageId;
extern const uint32_t TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08_MetadataUsageId;
extern const uint32_t TMP_SubMesh_UpdateMeshPadding_m0F83AE63A001CA3E837DBD04C3AE812E3BFAD721_MetadataUsageId;
extern const uint32_t TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7_MetadataUsageId;
extern const uint32_t TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE_MetadataUsageId;
extern const uint32_t TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE_MetadataUsageId;
extern const uint32_t TMP_SubMesh_set_fallbackMaterial_m5AAE65076AB071DB5FF6483571D8DB8D67DFD34D_MetadataUsageId;
extern const uint32_t TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527_MetadataUsageId;
extern const uint32_t TMP_Text_CalculatePreferredValues_mAD41359339EAB2AC14C01547C87B58C43AA26055_MetadataUsageId;
extern const uint32_t TMP_Text_CreateMaterialInstance_m5C75A42D058ECD5AA55546EF76AEC63C13B5D48A_MetadataUsageId;
extern const uint32_t TMP_Text_DrawTextHighlight_mBB66188D449A5056466A7E87C0DB6A62786E4F6E_MetadataUsageId;
extern const uint32_t TMP_Text_DrawUnderlineMesh_mAC0C99B6E0E054743903E252910B0D03AA20F059_MetadataUsageId;
extern const uint32_t TMP_Text_FillCharacterVertexBuffers_mC4D58D84C4B6901054E14E77F8ACFF32E5062CDF_MetadataUsageId;
extern const uint32_t TMP_Text_GetParsedText_m32D1E8D177CF340C95546B8AEC00FCCC70E1E9C0_MetadataUsageId;
extern const uint32_t TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A_MetadataUsageId;
extern const uint32_t TMP_Text_GetPreferredValues_m5A655DB26C49A177628B3FF46B581245051C8A7F_MetadataUsageId;
extern const uint32_t TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884_MetadataUsageId;
extern const uint32_t TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B_MetadataUsageId;
extern const uint32_t TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D_MetadataUsageId;
extern const uint32_t TMP_Text_GetSpecialCharacters_m113088313670FA27611D4B80E3B716188CD764D2_MetadataUsageId;
extern const uint32_t TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F_MetadataUsageId;
extern const uint32_t TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E_MetadataUsageId;
extern const uint32_t TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030_MetadataUsageId;
extern const uint32_t TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608_MetadataUsageId;
extern const uint32_t TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F_MetadataUsageId;
extern const uint32_t TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3_MetadataUsageId;
extern const uint32_t TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896_MetadataUsageId;
extern const uint32_t TMP_Text_LoadDefaultSettings_mF25E632EF6893FC8F21015016A41ECAC84F65070_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceClosingStyleTag_mC289D866D8FDD4FF1E501A80CBBD2C66F0A87F34_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceClosingStyleTag_mEE6A350D0FD0DB6A1AD763C5195180A80537310A_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_m81DC125E8CDF5CB25D3B97F2143DFCB52D2819C3_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_mB94635B03CC19D81E9DD02D8379FC5143CA11C9F_MetadataUsageId;
extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15_MetadataUsageId;
extern const uint32_t TMP_Text_ResizeLineExtents_m4B2D1137863B76A03199E9ED042FEE7C1A1220CC_MetadataUsageId;
extern const uint32_t TMP_Text_SaveGlyphVertexInfo_m5B17CDF9884DBF375C572E6F81893E10A6DD3C6C_MetadataUsageId;
extern const uint32_t TMP_Text_SaveSpriteVertexInfo_m591F4C69A4869D42745398DA7E32A2523CDA183D_MetadataUsageId;
extern const uint32_t TMP_Text_SetCharArray_m533103FA8E3649D58EB0D266CDE6AA4B06F7CBCF_MetadataUsageId;
extern const uint32_t TMP_Text_SetCharArray_m9FAB24E5F518356DE8C4B8C0BB553141920CDDDE_MetadataUsageId;
extern const uint32_t TMP_Text_SetCharArray_mC32F52335F38CC32E1221AC47362A58C279D1413_MetadataUsageId;
extern const uint32_t TMP_Text_SetTextArrayToCharArray_mD795CDDADB142E4E211E4E24C07F98B87A5B3637_MetadataUsageId;
extern const uint32_t TMP_Text_SetVertexColorGradient_m75210CF17159C4624ED7CA86B25100D7E621E458_MetadataUsageId;
extern const uint32_t TMP_Text_StringBuilderToIntArray_m57A04C15156CC13A6BFCD6A6D1D0EADFAA11EC50_MetadataUsageId;
extern const uint32_t TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11_MetadataUsageId;
extern const uint32_t TMP_Text_ValidateHtmlTag_mA1D35659E45CCB9527D6BF0A41B6F0C6BC546F77_MetadataUsageId;
extern const uint32_t TMP_Text__cctor_m29A610CEFE37029538BFDD4B42DD53C36CF95390_MetadataUsageId;
extern const uint32_t TMP_Text__ctor_m6444C2C1FB1948F2597F8A1AB77FB239A81E5CA2_MetadataUsageId;
extern const uint32_t TMP_Text_get_bounds_m7E7F2C8D0DD7CC68CE034CF5423F996D69CBEFE7_MetadataUsageId;
extern const uint32_t TMP_Text_get_faceColor_m4F272162906C7A1671177D8A7205E046C34FA070_MetadataUsageId;
extern const uint32_t TMP_Text_get_layoutElement_mF2543803B3125A200614ACFD15986D76994018AD_MetadataUsageId;
extern const uint32_t TMP_Text_get_outlineColor_mF14BC9C22F2A61B8FF3C3225DD8393D8D58EB78C_MetadataUsageId;
extern const uint32_t TMP_Text_get_outlineWidth_mFB3398A4FB667873ECEA3389EB0AFBD6EC635F1F_MetadataUsageId;
extern const uint32_t TMP_Text_get_pixelsPerUnit_m81B760800BA1680E84BC2571B7C2CF45DC0C1F8E_MetadataUsageId;
extern const uint32_t TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E_MetadataUsageId;
extern const uint32_t TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9_MetadataUsageId;
extern const uint32_t TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C_MetadataUsageId;
extern const uint32_t TMP_Text_set_fontMaterial_m19DDF984AC62E246FEB3BE7CEAB0223F31D2820D_MetadataUsageId;
extern const uint32_t TMP_Text_set_fontSharedMaterial_m00766CC7424BC54B8761A45ED472472C94985A3C_MetadataUsageId;
extern const uint32_t TMP_Text_set_font_mA12EB3B05A3E13AA1A419E41D703565FA38CD93F_MetadataUsageId;
extern const uint32_t TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742_MetadataUsageId;
extern const uint32_t TMP_Text_set_margin_mC256DE10A2D8A26A631D7065CDE64F32AED1B9AB_MetadataUsageId;
extern const uint32_t TextSelectionEvent__ctor_m0E1828CFD97B30DD17D95AFD58EA97E6261595CA_MetadataUsageId;
extern const uint32_t U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2_MetadataUsageId;
extern const uint32_t U3CDoSpriteAnimationInternalU3Ed__7_MoveNext_m291E89FF50D99F13C1EFF8FCE39C97B3AC2C9AAE_MetadataUsageId;
extern const uint32_t U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_MetadataUsageId;
extern const uint32_t U3CMouseDragOutsideRectU3Ed__255_MoveNext_m03784513F83F1FA31B65F4E51F01AA66A738A245_MetadataUsageId;
extern const uint32_t U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_MetadataUsageId;
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ;
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ;
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
struct MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B;
struct TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604;
struct TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C;
struct TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1;
struct TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C;
struct TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D;
struct TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9;
struct TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B;
struct XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B;
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398;
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef DICTIONARY_2_T2258334B2FD1F225C68C5C4869898F9DF49998FB_H
#define DICTIONARY_2_T2258334B2FD1F225C68C5C4869898F9DF49998FB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>
struct Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___entries_1)); }
inline EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___keys_7)); }
inline KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___values_8)); }
inline ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * get_values_8() const { return ___values_8; }
inline ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T2258334B2FD1F225C68C5C4869898F9DF49998FB_H
#ifndef DICTIONARY_2_TE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_H
#define DICTIONARY_2_TE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char>
struct Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___entries_1)); }
inline EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___keys_7)); }
inline KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___values_8)); }
inline ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * get_values_8() const { return ___values_8; }
inline ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_H
#ifndef DICTIONARY_2_TFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_H
#define DICTIONARY_2_TFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___entries_1)); }
inline EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___keys_7)); }
inline KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___values_8)); }
inline ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * get_values_8() const { return ___values_8; }
inline ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_H
#ifndef DICTIONARY_2_T153D0F5AE46083080C7F009F4157945894AE5172_H
#define DICTIONARY_2_T153D0F5AE46083080C7F009F4157945894AE5172_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>
struct Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___entries_1)); }
inline EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___keys_7)); }
inline KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___values_8)); }
inline ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * get_values_8() const { return ___values_8; }
inline ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T153D0F5AE46083080C7F009F4157945894AE5172_H
#ifndef DICTIONARY_2_TDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51_H
#define DICTIONARY_2_TDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>
struct Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___entries_1)); }
inline EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___keys_7)); }
inline KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___values_8)); }
inline ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC * get_values_8() const { return ___values_8; }
inline ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51_H
#ifndef DICTIONARY_2_T221535D3325411A400D9459B702A8CBB211138AA_H
#define DICTIONARY_2_T221535D3325411A400D9459B702A8CBB211138AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>
struct Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___entries_1)); }
inline EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___keys_7)); }
inline KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___values_8)); }
inline ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 * get_values_8() const { return ___values_8; }
inline ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T221535D3325411A400D9459B702A8CBB211138AA_H
#ifndef DICTIONARY_2_T00BE7C96940D99992E2BD12503120721610579B6_H
#define DICTIONARY_2_T00BE7C96940D99992E2BD12503120721610579B6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>
struct Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___entries_1)); }
inline EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___keys_7)); }
inline KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___values_8)); }
inline ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF * get_values_8() const { return ___values_8; }
inline ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T00BE7C96940D99992E2BD12503120721610579B6_H
#ifndef DICTIONARY_2_T26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_H
#define DICTIONARY_2_T26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager_FallbackMaterial>
struct Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___entries_1)); }
inline EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___keys_7)); }
inline KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___values_8)); }
inline ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 * get_values_8() const { return ___values_8; }
inline ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_H
#ifndef LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H
#define LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H
#ifndef LIST_1_TAFAA4C916321DE9AA66ADE0817825F91176F7B1F_H
#define LIST_1_TAFAA4C916321DE9AA66ADE0817825F91176F7B1F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset>
struct List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____items_1)); }
inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* get__items_1() const { return ____items_1; }
inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F_StaticFields, ____emptyArray_5)); }
inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* get__emptyArray_5() const { return ____emptyArray_5; }
inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TAFAA4C916321DE9AA66ADE0817825F91176F7B1F_H
#ifndef LIST_1_TB475D93BF35F7DC55F0698DC0FBE10EA50B44440_H
#define LIST_1_TB475D93BF35F7DC55F0698DC0FBE10EA50B44440_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<TMPro.TMP_MaterialManager_FallbackMaterial>
struct List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____items_1)); }
inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* get__items_1() const { return ____items_1; }
inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_StaticFields, ____emptyArray_5)); }
inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* get__emptyArray_5() const { return ____emptyArray_5; }
inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TB475D93BF35F7DC55F0698DC0FBE10EA50B44440_H
#ifndef LIST_1_T44EC76A93C519FDBA44AC231322728FA5CB7CCD7_H
#define LIST_1_T44EC76A93C519FDBA44AC231322728FA5CB7CCD7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<TMPro.TMP_MaterialManager_MaskingMaterial>
struct List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____items_1)); }
inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* get__items_1() const { return ____items_1; }
inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_StaticFields, ____emptyArray_5)); }
inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* get__emptyArray_5() const { return ____emptyArray_5; }
inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T44EC76A93C519FDBA44AC231322728FA5CB7CCD7_H
#ifndef LIST_1_T21E8C843C2AB5D199B2D33D304A7041B2EABDA98_H
#define LIST_1_T21E8C843C2AB5D199B2D33D304A7041B2EABDA98_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<TMPro.TMP_Sprite>
struct List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____items_1)); }
inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* get__items_1() const { return ____items_1; }
inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98_StaticFields, ____emptyArray_5)); }
inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* get__emptyArray_5() const { return ____emptyArray_5; }
inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T21E8C843C2AB5D199B2D33D304A7041B2EABDA98_H
#ifndef LIST_1_T79D428C965AF00BBE02D2084005462FAA9DE9D82_H
#define LIST_1_T79D428C965AF00BBE02D2084005462FAA9DE9D82_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>
struct List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____items_1)); }
inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* get__items_1() const { return ____items_1; }
inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82_StaticFields, ____emptyArray_5)); }
inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* get__emptyArray_5() const { return ____emptyArray_5; }
inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T79D428C965AF00BBE02D2084005462FAA9DE9D82_H
#ifndef LIST_1_T92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_H
#define LIST_1_T92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<TMPro.TMP_Style>
struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____items_1)); }
inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* get__items_1() const { return ____items_1; }
inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_StaticFields, ____emptyArray_5)); }
inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* get__emptyArray_5() const { return ____emptyArray_5; }
inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_H
#ifndef LIST_1_T0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_H
#define LIST_1_T0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<UnityEngine.Canvas>
struct List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____items_1)); }
inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* get__items_1() const { return ____items_1; }
inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_StaticFields, ____emptyArray_5)); }
inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* get__emptyArray_5() const { return ____emptyArray_5; }
inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_H
#ifndef LIST_1_T1371A4C947CC837AB1F6DB3782573DD2B0244CC5_H
#define LIST_1_T1371A4C947CC837AB1F6DB3782573DD2B0244CC5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<UnityEngine.UI.IMaterialModifier>
struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____items_1)); }
inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* get__items_1() const { return ____items_1; }
inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5_StaticFields, ____emptyArray_5)); }
inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* get__emptyArray_5() const { return ____emptyArray_5; }
inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T1371A4C947CC837AB1F6DB3782573DD2B0244CC5_H
#ifndef LIST_1_TA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_H
#define LIST_1_TA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<UnityEngine.UI.Mask>
struct List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____items_1)); }
inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* get__items_1() const { return ____items_1; }
inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_StaticFields, ____emptyArray_5)); }
inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* get__emptyArray_5() const { return ____emptyArray_5; }
inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(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<int32_t>(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<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef FACEINFO_T43812B1A171B1AE8E3591EADED098DE81264F6A5_H
#define FACEINFO_T43812B1A171B1AE8E3591EADED098DE81264F6A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.FaceInfo
struct FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 : public RuntimeObject
{
public:
// System.String TMPro.FaceInfo::Name
String_t* ___Name_0;
// System.Single TMPro.FaceInfo::PointSize
float ___PointSize_1;
// System.Single TMPro.FaceInfo::Scale
float ___Scale_2;
// System.Int32 TMPro.FaceInfo::CharacterCount
int32_t ___CharacterCount_3;
// System.Single TMPro.FaceInfo::LineHeight
float ___LineHeight_4;
// System.Single TMPro.FaceInfo::Baseline
float ___Baseline_5;
// System.Single TMPro.FaceInfo::Ascender
float ___Ascender_6;
// System.Single TMPro.FaceInfo::CapHeight
float ___CapHeight_7;
// System.Single TMPro.FaceInfo::Descender
float ___Descender_8;
// System.Single TMPro.FaceInfo::CenterLine
float ___CenterLine_9;
// System.Single TMPro.FaceInfo::SuperscriptOffset
float ___SuperscriptOffset_10;
// System.Single TMPro.FaceInfo::SubscriptOffset
float ___SubscriptOffset_11;
// System.Single TMPro.FaceInfo::SubSize
float ___SubSize_12;
// System.Single TMPro.FaceInfo::Underline
float ___Underline_13;
// System.Single TMPro.FaceInfo::UnderlineThickness
float ___UnderlineThickness_14;
// System.Single TMPro.FaceInfo::strikethrough
float ___strikethrough_15;
// System.Single TMPro.FaceInfo::strikethroughThickness
float ___strikethroughThickness_16;
// System.Single TMPro.FaceInfo::TabWidth
float ___TabWidth_17;
// System.Single TMPro.FaceInfo::Padding
float ___Padding_18;
// System.Single TMPro.FaceInfo::AtlasWidth
float ___AtlasWidth_19;
// System.Single TMPro.FaceInfo::AtlasHeight
float ___AtlasHeight_20;
public:
inline static int32_t get_offset_of_Name_0() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Name_0)); }
inline String_t* get_Name_0() const { return ___Name_0; }
inline String_t** get_address_of_Name_0() { return &___Name_0; }
inline void set_Name_0(String_t* value)
{
___Name_0 = value;
Il2CppCodeGenWriteBarrier((&___Name_0), value);
}
inline static int32_t get_offset_of_PointSize_1() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___PointSize_1)); }
inline float get_PointSize_1() const { return ___PointSize_1; }
inline float* get_address_of_PointSize_1() { return &___PointSize_1; }
inline void set_PointSize_1(float value)
{
___PointSize_1 = value;
}
inline static int32_t get_offset_of_Scale_2() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Scale_2)); }
inline float get_Scale_2() const { return ___Scale_2; }
inline float* get_address_of_Scale_2() { return &___Scale_2; }
inline void set_Scale_2(float value)
{
___Scale_2 = value;
}
inline static int32_t get_offset_of_CharacterCount_3() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___CharacterCount_3)); }
inline int32_t get_CharacterCount_3() const { return ___CharacterCount_3; }
inline int32_t* get_address_of_CharacterCount_3() { return &___CharacterCount_3; }
inline void set_CharacterCount_3(int32_t value)
{
___CharacterCount_3 = value;
}
inline static int32_t get_offset_of_LineHeight_4() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___LineHeight_4)); }
inline float get_LineHeight_4() const { return ___LineHeight_4; }
inline float* get_address_of_LineHeight_4() { return &___LineHeight_4; }
inline void set_LineHeight_4(float value)
{
___LineHeight_4 = value;
}
inline static int32_t get_offset_of_Baseline_5() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Baseline_5)); }
inline float get_Baseline_5() const { return ___Baseline_5; }
inline float* get_address_of_Baseline_5() { return &___Baseline_5; }
inline void set_Baseline_5(float value)
{
___Baseline_5 = value;
}
inline static int32_t get_offset_of_Ascender_6() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Ascender_6)); }
inline float get_Ascender_6() const { return ___Ascender_6; }
inline float* get_address_of_Ascender_6() { return &___Ascender_6; }
inline void set_Ascender_6(float value)
{
___Ascender_6 = value;
}
inline static int32_t get_offset_of_CapHeight_7() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___CapHeight_7)); }
inline float get_CapHeight_7() const { return ___CapHeight_7; }
inline float* get_address_of_CapHeight_7() { return &___CapHeight_7; }
inline void set_CapHeight_7(float value)
{
___CapHeight_7 = value;
}
inline static int32_t get_offset_of_Descender_8() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Descender_8)); }
inline float get_Descender_8() const { return ___Descender_8; }
inline float* get_address_of_Descender_8() { return &___Descender_8; }
inline void set_Descender_8(float value)
{
___Descender_8 = value;
}
inline static int32_t get_offset_of_CenterLine_9() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___CenterLine_9)); }
inline float get_CenterLine_9() const { return ___CenterLine_9; }
inline float* get_address_of_CenterLine_9() { return &___CenterLine_9; }
inline void set_CenterLine_9(float value)
{
___CenterLine_9 = value;
}
inline static int32_t get_offset_of_SuperscriptOffset_10() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___SuperscriptOffset_10)); }
inline float get_SuperscriptOffset_10() const { return ___SuperscriptOffset_10; }
inline float* get_address_of_SuperscriptOffset_10() { return &___SuperscriptOffset_10; }
inline void set_SuperscriptOffset_10(float value)
{
___SuperscriptOffset_10 = value;
}
inline static int32_t get_offset_of_SubscriptOffset_11() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___SubscriptOffset_11)); }
inline float get_SubscriptOffset_11() const { return ___SubscriptOffset_11; }
inline float* get_address_of_SubscriptOffset_11() { return &___SubscriptOffset_11; }
inline void set_SubscriptOffset_11(float value)
{
___SubscriptOffset_11 = value;
}
inline static int32_t get_offset_of_SubSize_12() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___SubSize_12)); }
inline float get_SubSize_12() const { return ___SubSize_12; }
inline float* get_address_of_SubSize_12() { return &___SubSize_12; }
inline void set_SubSize_12(float value)
{
___SubSize_12 = value;
}
inline static int32_t get_offset_of_Underline_13() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Underline_13)); }
inline float get_Underline_13() const { return ___Underline_13; }
inline float* get_address_of_Underline_13() { return &___Underline_13; }
inline void set_Underline_13(float value)
{
___Underline_13 = value;
}
inline static int32_t get_offset_of_UnderlineThickness_14() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___UnderlineThickness_14)); }
inline float get_UnderlineThickness_14() const { return ___UnderlineThickness_14; }
inline float* get_address_of_UnderlineThickness_14() { return &___UnderlineThickness_14; }
inline void set_UnderlineThickness_14(float value)
{
___UnderlineThickness_14 = value;
}
inline static int32_t get_offset_of_strikethrough_15() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___strikethrough_15)); }
inline float get_strikethrough_15() const { return ___strikethrough_15; }
inline float* get_address_of_strikethrough_15() { return &___strikethrough_15; }
inline void set_strikethrough_15(float value)
{
___strikethrough_15 = value;
}
inline static int32_t get_offset_of_strikethroughThickness_16() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___strikethroughThickness_16)); }
inline float get_strikethroughThickness_16() const { return ___strikethroughThickness_16; }
inline float* get_address_of_strikethroughThickness_16() { return &___strikethroughThickness_16; }
inline void set_strikethroughThickness_16(float value)
{
___strikethroughThickness_16 = value;
}
inline static int32_t get_offset_of_TabWidth_17() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___TabWidth_17)); }
inline float get_TabWidth_17() const { return ___TabWidth_17; }
inline float* get_address_of_TabWidth_17() { return &___TabWidth_17; }
inline void set_TabWidth_17(float value)
{
___TabWidth_17 = value;
}
inline static int32_t get_offset_of_Padding_18() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Padding_18)); }
inline float get_Padding_18() const { return ___Padding_18; }
inline float* get_address_of_Padding_18() { return &___Padding_18; }
inline void set_Padding_18(float value)
{
___Padding_18 = value;
}
inline static int32_t get_offset_of_AtlasWidth_19() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___AtlasWidth_19)); }
inline float get_AtlasWidth_19() const { return ___AtlasWidth_19; }
inline float* get_address_of_AtlasWidth_19() { return &___AtlasWidth_19; }
inline void set_AtlasWidth_19(float value)
{
___AtlasWidth_19 = value;
}
inline static int32_t get_offset_of_AtlasHeight_20() { return static_cast<int32_t>(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___AtlasHeight_20)); }
inline float get_AtlasHeight_20() const { return ___AtlasHeight_20; }
inline float* get_address_of_AtlasHeight_20() { return &___AtlasHeight_20; }
inline void set_AtlasHeight_20(float value)
{
___AtlasHeight_20 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FACEINFO_T43812B1A171B1AE8E3591EADED098DE81264F6A5_H
#ifndef SHADERUTILITIES_T94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_H
#define SHADERUTILITIES_T94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.ShaderUtilities
struct ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8 : public RuntimeObject
{
public:
public:
};
struct ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields
{
public:
// System.Int32 TMPro.ShaderUtilities::ID_MainTex
int32_t ___ID_MainTex_0;
// System.Int32 TMPro.ShaderUtilities::ID_FaceTex
int32_t ___ID_FaceTex_1;
// System.Int32 TMPro.ShaderUtilities::ID_FaceColor
int32_t ___ID_FaceColor_2;
// System.Int32 TMPro.ShaderUtilities::ID_FaceDilate
int32_t ___ID_FaceDilate_3;
// System.Int32 TMPro.ShaderUtilities::ID_Shininess
int32_t ___ID_Shininess_4;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayColor
int32_t ___ID_UnderlayColor_5;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffsetX
int32_t ___ID_UnderlayOffsetX_6;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffsetY
int32_t ___ID_UnderlayOffsetY_7;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayDilate
int32_t ___ID_UnderlayDilate_8;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlaySoftness
int32_t ___ID_UnderlaySoftness_9;
// System.Int32 TMPro.ShaderUtilities::ID_WeightNormal
int32_t ___ID_WeightNormal_10;
// System.Int32 TMPro.ShaderUtilities::ID_WeightBold
int32_t ___ID_WeightBold_11;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineTex
int32_t ___ID_OutlineTex_12;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineWidth
int32_t ___ID_OutlineWidth_13;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineSoftness
int32_t ___ID_OutlineSoftness_14;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineColor
int32_t ___ID_OutlineColor_15;
// System.Int32 TMPro.ShaderUtilities::ID_Padding
int32_t ___ID_Padding_16;
// System.Int32 TMPro.ShaderUtilities::ID_GradientScale
int32_t ___ID_GradientScale_17;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleX
int32_t ___ID_ScaleX_18;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleY
int32_t ___ID_ScaleY_19;
// System.Int32 TMPro.ShaderUtilities::ID_PerspectiveFilter
int32_t ___ID_PerspectiveFilter_20;
// System.Int32 TMPro.ShaderUtilities::ID_TextureWidth
int32_t ___ID_TextureWidth_21;
// System.Int32 TMPro.ShaderUtilities::ID_TextureHeight
int32_t ___ID_TextureHeight_22;
// System.Int32 TMPro.ShaderUtilities::ID_BevelAmount
int32_t ___ID_BevelAmount_23;
// System.Int32 TMPro.ShaderUtilities::ID_GlowColor
int32_t ___ID_GlowColor_24;
// System.Int32 TMPro.ShaderUtilities::ID_GlowOffset
int32_t ___ID_GlowOffset_25;
// System.Int32 TMPro.ShaderUtilities::ID_GlowPower
int32_t ___ID_GlowPower_26;
// System.Int32 TMPro.ShaderUtilities::ID_GlowOuter
int32_t ___ID_GlowOuter_27;
// System.Int32 TMPro.ShaderUtilities::ID_LightAngle
int32_t ___ID_LightAngle_28;
// System.Int32 TMPro.ShaderUtilities::ID_EnvMap
int32_t ___ID_EnvMap_29;
// System.Int32 TMPro.ShaderUtilities::ID_EnvMatrix
int32_t ___ID_EnvMatrix_30;
// System.Int32 TMPro.ShaderUtilities::ID_EnvMatrixRotation
int32_t ___ID_EnvMatrixRotation_31;
// System.Int32 TMPro.ShaderUtilities::ID_MaskCoord
int32_t ___ID_MaskCoord_32;
// System.Int32 TMPro.ShaderUtilities::ID_ClipRect
int32_t ___ID_ClipRect_33;
// System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessX
int32_t ___ID_MaskSoftnessX_34;
// System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessY
int32_t ___ID_MaskSoftnessY_35;
// System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetX
int32_t ___ID_VertexOffsetX_36;
// System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetY
int32_t ___ID_VertexOffsetY_37;
// System.Int32 TMPro.ShaderUtilities::ID_UseClipRect
int32_t ___ID_UseClipRect_38;
// System.Int32 TMPro.ShaderUtilities::ID_StencilID
int32_t ___ID_StencilID_39;
// System.Int32 TMPro.ShaderUtilities::ID_StencilOp
int32_t ___ID_StencilOp_40;
// System.Int32 TMPro.ShaderUtilities::ID_StencilComp
int32_t ___ID_StencilComp_41;
// System.Int32 TMPro.ShaderUtilities::ID_StencilReadMask
int32_t ___ID_StencilReadMask_42;
// System.Int32 TMPro.ShaderUtilities::ID_StencilWriteMask
int32_t ___ID_StencilWriteMask_43;
// System.Int32 TMPro.ShaderUtilities::ID_ShaderFlags
int32_t ___ID_ShaderFlags_44;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_A
int32_t ___ID_ScaleRatio_A_45;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_B
int32_t ___ID_ScaleRatio_B_46;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_C
int32_t ___ID_ScaleRatio_C_47;
// System.String TMPro.ShaderUtilities::Keyword_Bevel
String_t* ___Keyword_Bevel_48;
// System.String TMPro.ShaderUtilities::Keyword_Glow
String_t* ___Keyword_Glow_49;
// System.String TMPro.ShaderUtilities::Keyword_Underlay
String_t* ___Keyword_Underlay_50;
// System.String TMPro.ShaderUtilities::Keyword_Ratios
String_t* ___Keyword_Ratios_51;
// System.String TMPro.ShaderUtilities::Keyword_MASK_SOFT
String_t* ___Keyword_MASK_SOFT_52;
// System.String TMPro.ShaderUtilities::Keyword_MASK_HARD
String_t* ___Keyword_MASK_HARD_53;
// System.String TMPro.ShaderUtilities::Keyword_MASK_TEX
String_t* ___Keyword_MASK_TEX_54;
// System.String TMPro.ShaderUtilities::Keyword_Outline
String_t* ___Keyword_Outline_55;
// System.String TMPro.ShaderUtilities::ShaderTag_ZTestMode
String_t* ___ShaderTag_ZTestMode_56;
// System.String TMPro.ShaderUtilities::ShaderTag_CullMode
String_t* ___ShaderTag_CullMode_57;
// System.Single TMPro.ShaderUtilities::m_clamp
float ___m_clamp_58;
// System.Boolean TMPro.ShaderUtilities::isInitialized
bool ___isInitialized_59;
public:
inline static int32_t get_offset_of_ID_MainTex_0() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MainTex_0)); }
inline int32_t get_ID_MainTex_0() const { return ___ID_MainTex_0; }
inline int32_t* get_address_of_ID_MainTex_0() { return &___ID_MainTex_0; }
inline void set_ID_MainTex_0(int32_t value)
{
___ID_MainTex_0 = value;
}
inline static int32_t get_offset_of_ID_FaceTex_1() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_FaceTex_1)); }
inline int32_t get_ID_FaceTex_1() const { return ___ID_FaceTex_1; }
inline int32_t* get_address_of_ID_FaceTex_1() { return &___ID_FaceTex_1; }
inline void set_ID_FaceTex_1(int32_t value)
{
___ID_FaceTex_1 = value;
}
inline static int32_t get_offset_of_ID_FaceColor_2() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_FaceColor_2)); }
inline int32_t get_ID_FaceColor_2() const { return ___ID_FaceColor_2; }
inline int32_t* get_address_of_ID_FaceColor_2() { return &___ID_FaceColor_2; }
inline void set_ID_FaceColor_2(int32_t value)
{
___ID_FaceColor_2 = value;
}
inline static int32_t get_offset_of_ID_FaceDilate_3() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_FaceDilate_3)); }
inline int32_t get_ID_FaceDilate_3() const { return ___ID_FaceDilate_3; }
inline int32_t* get_address_of_ID_FaceDilate_3() { return &___ID_FaceDilate_3; }
inline void set_ID_FaceDilate_3(int32_t value)
{
___ID_FaceDilate_3 = value;
}
inline static int32_t get_offset_of_ID_Shininess_4() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_Shininess_4)); }
inline int32_t get_ID_Shininess_4() const { return ___ID_Shininess_4; }
inline int32_t* get_address_of_ID_Shininess_4() { return &___ID_Shininess_4; }
inline void set_ID_Shininess_4(int32_t value)
{
___ID_Shininess_4 = value;
}
inline static int32_t get_offset_of_ID_UnderlayColor_5() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayColor_5)); }
inline int32_t get_ID_UnderlayColor_5() const { return ___ID_UnderlayColor_5; }
inline int32_t* get_address_of_ID_UnderlayColor_5() { return &___ID_UnderlayColor_5; }
inline void set_ID_UnderlayColor_5(int32_t value)
{
___ID_UnderlayColor_5 = value;
}
inline static int32_t get_offset_of_ID_UnderlayOffsetX_6() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayOffsetX_6)); }
inline int32_t get_ID_UnderlayOffsetX_6() const { return ___ID_UnderlayOffsetX_6; }
inline int32_t* get_address_of_ID_UnderlayOffsetX_6() { return &___ID_UnderlayOffsetX_6; }
inline void set_ID_UnderlayOffsetX_6(int32_t value)
{
___ID_UnderlayOffsetX_6 = value;
}
inline static int32_t get_offset_of_ID_UnderlayOffsetY_7() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayOffsetY_7)); }
inline int32_t get_ID_UnderlayOffsetY_7() const { return ___ID_UnderlayOffsetY_7; }
inline int32_t* get_address_of_ID_UnderlayOffsetY_7() { return &___ID_UnderlayOffsetY_7; }
inline void set_ID_UnderlayOffsetY_7(int32_t value)
{
___ID_UnderlayOffsetY_7 = value;
}
inline static int32_t get_offset_of_ID_UnderlayDilate_8() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayDilate_8)); }
inline int32_t get_ID_UnderlayDilate_8() const { return ___ID_UnderlayDilate_8; }
inline int32_t* get_address_of_ID_UnderlayDilate_8() { return &___ID_UnderlayDilate_8; }
inline void set_ID_UnderlayDilate_8(int32_t value)
{
___ID_UnderlayDilate_8 = value;
}
inline static int32_t get_offset_of_ID_UnderlaySoftness_9() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlaySoftness_9)); }
inline int32_t get_ID_UnderlaySoftness_9() const { return ___ID_UnderlaySoftness_9; }
inline int32_t* get_address_of_ID_UnderlaySoftness_9() { return &___ID_UnderlaySoftness_9; }
inline void set_ID_UnderlaySoftness_9(int32_t value)
{
___ID_UnderlaySoftness_9 = value;
}
inline static int32_t get_offset_of_ID_WeightNormal_10() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_WeightNormal_10)); }
inline int32_t get_ID_WeightNormal_10() const { return ___ID_WeightNormal_10; }
inline int32_t* get_address_of_ID_WeightNormal_10() { return &___ID_WeightNormal_10; }
inline void set_ID_WeightNormal_10(int32_t value)
{
___ID_WeightNormal_10 = value;
}
inline static int32_t get_offset_of_ID_WeightBold_11() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_WeightBold_11)); }
inline int32_t get_ID_WeightBold_11() const { return ___ID_WeightBold_11; }
inline int32_t* get_address_of_ID_WeightBold_11() { return &___ID_WeightBold_11; }
inline void set_ID_WeightBold_11(int32_t value)
{
___ID_WeightBold_11 = value;
}
inline static int32_t get_offset_of_ID_OutlineTex_12() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineTex_12)); }
inline int32_t get_ID_OutlineTex_12() const { return ___ID_OutlineTex_12; }
inline int32_t* get_address_of_ID_OutlineTex_12() { return &___ID_OutlineTex_12; }
inline void set_ID_OutlineTex_12(int32_t value)
{
___ID_OutlineTex_12 = value;
}
inline static int32_t get_offset_of_ID_OutlineWidth_13() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineWidth_13)); }
inline int32_t get_ID_OutlineWidth_13() const { return ___ID_OutlineWidth_13; }
inline int32_t* get_address_of_ID_OutlineWidth_13() { return &___ID_OutlineWidth_13; }
inline void set_ID_OutlineWidth_13(int32_t value)
{
___ID_OutlineWidth_13 = value;
}
inline static int32_t get_offset_of_ID_OutlineSoftness_14() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineSoftness_14)); }
inline int32_t get_ID_OutlineSoftness_14() const { return ___ID_OutlineSoftness_14; }
inline int32_t* get_address_of_ID_OutlineSoftness_14() { return &___ID_OutlineSoftness_14; }
inline void set_ID_OutlineSoftness_14(int32_t value)
{
___ID_OutlineSoftness_14 = value;
}
inline static int32_t get_offset_of_ID_OutlineColor_15() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineColor_15)); }
inline int32_t get_ID_OutlineColor_15() const { return ___ID_OutlineColor_15; }
inline int32_t* get_address_of_ID_OutlineColor_15() { return &___ID_OutlineColor_15; }
inline void set_ID_OutlineColor_15(int32_t value)
{
___ID_OutlineColor_15 = value;
}
inline static int32_t get_offset_of_ID_Padding_16() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_Padding_16)); }
inline int32_t get_ID_Padding_16() const { return ___ID_Padding_16; }
inline int32_t* get_address_of_ID_Padding_16() { return &___ID_Padding_16; }
inline void set_ID_Padding_16(int32_t value)
{
___ID_Padding_16 = value;
}
inline static int32_t get_offset_of_ID_GradientScale_17() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GradientScale_17)); }
inline int32_t get_ID_GradientScale_17() const { return ___ID_GradientScale_17; }
inline int32_t* get_address_of_ID_GradientScale_17() { return &___ID_GradientScale_17; }
inline void set_ID_GradientScale_17(int32_t value)
{
___ID_GradientScale_17 = value;
}
inline static int32_t get_offset_of_ID_ScaleX_18() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleX_18)); }
inline int32_t get_ID_ScaleX_18() const { return ___ID_ScaleX_18; }
inline int32_t* get_address_of_ID_ScaleX_18() { return &___ID_ScaleX_18; }
inline void set_ID_ScaleX_18(int32_t value)
{
___ID_ScaleX_18 = value;
}
inline static int32_t get_offset_of_ID_ScaleY_19() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleY_19)); }
inline int32_t get_ID_ScaleY_19() const { return ___ID_ScaleY_19; }
inline int32_t* get_address_of_ID_ScaleY_19() { return &___ID_ScaleY_19; }
inline void set_ID_ScaleY_19(int32_t value)
{
___ID_ScaleY_19 = value;
}
inline static int32_t get_offset_of_ID_PerspectiveFilter_20() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_PerspectiveFilter_20)); }
inline int32_t get_ID_PerspectiveFilter_20() const { return ___ID_PerspectiveFilter_20; }
inline int32_t* get_address_of_ID_PerspectiveFilter_20() { return &___ID_PerspectiveFilter_20; }
inline void set_ID_PerspectiveFilter_20(int32_t value)
{
___ID_PerspectiveFilter_20 = value;
}
inline static int32_t get_offset_of_ID_TextureWidth_21() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_TextureWidth_21)); }
inline int32_t get_ID_TextureWidth_21() const { return ___ID_TextureWidth_21; }
inline int32_t* get_address_of_ID_TextureWidth_21() { return &___ID_TextureWidth_21; }
inline void set_ID_TextureWidth_21(int32_t value)
{
___ID_TextureWidth_21 = value;
}
inline static int32_t get_offset_of_ID_TextureHeight_22() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_TextureHeight_22)); }
inline int32_t get_ID_TextureHeight_22() const { return ___ID_TextureHeight_22; }
inline int32_t* get_address_of_ID_TextureHeight_22() { return &___ID_TextureHeight_22; }
inline void set_ID_TextureHeight_22(int32_t value)
{
___ID_TextureHeight_22 = value;
}
inline static int32_t get_offset_of_ID_BevelAmount_23() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_BevelAmount_23)); }
inline int32_t get_ID_BevelAmount_23() const { return ___ID_BevelAmount_23; }
inline int32_t* get_address_of_ID_BevelAmount_23() { return &___ID_BevelAmount_23; }
inline void set_ID_BevelAmount_23(int32_t value)
{
___ID_BevelAmount_23 = value;
}
inline static int32_t get_offset_of_ID_GlowColor_24() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowColor_24)); }
inline int32_t get_ID_GlowColor_24() const { return ___ID_GlowColor_24; }
inline int32_t* get_address_of_ID_GlowColor_24() { return &___ID_GlowColor_24; }
inline void set_ID_GlowColor_24(int32_t value)
{
___ID_GlowColor_24 = value;
}
inline static int32_t get_offset_of_ID_GlowOffset_25() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowOffset_25)); }
inline int32_t get_ID_GlowOffset_25() const { return ___ID_GlowOffset_25; }
inline int32_t* get_address_of_ID_GlowOffset_25() { return &___ID_GlowOffset_25; }
inline void set_ID_GlowOffset_25(int32_t value)
{
___ID_GlowOffset_25 = value;
}
inline static int32_t get_offset_of_ID_GlowPower_26() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowPower_26)); }
inline int32_t get_ID_GlowPower_26() const { return ___ID_GlowPower_26; }
inline int32_t* get_address_of_ID_GlowPower_26() { return &___ID_GlowPower_26; }
inline void set_ID_GlowPower_26(int32_t value)
{
___ID_GlowPower_26 = value;
}
inline static int32_t get_offset_of_ID_GlowOuter_27() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowOuter_27)); }
inline int32_t get_ID_GlowOuter_27() const { return ___ID_GlowOuter_27; }
inline int32_t* get_address_of_ID_GlowOuter_27() { return &___ID_GlowOuter_27; }
inline void set_ID_GlowOuter_27(int32_t value)
{
___ID_GlowOuter_27 = value;
}
inline static int32_t get_offset_of_ID_LightAngle_28() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_LightAngle_28)); }
inline int32_t get_ID_LightAngle_28() const { return ___ID_LightAngle_28; }
inline int32_t* get_address_of_ID_LightAngle_28() { return &___ID_LightAngle_28; }
inline void set_ID_LightAngle_28(int32_t value)
{
___ID_LightAngle_28 = value;
}
inline static int32_t get_offset_of_ID_EnvMap_29() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMap_29)); }
inline int32_t get_ID_EnvMap_29() const { return ___ID_EnvMap_29; }
inline int32_t* get_address_of_ID_EnvMap_29() { return &___ID_EnvMap_29; }
inline void set_ID_EnvMap_29(int32_t value)
{
___ID_EnvMap_29 = value;
}
inline static int32_t get_offset_of_ID_EnvMatrix_30() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMatrix_30)); }
inline int32_t get_ID_EnvMatrix_30() const { return ___ID_EnvMatrix_30; }
inline int32_t* get_address_of_ID_EnvMatrix_30() { return &___ID_EnvMatrix_30; }
inline void set_ID_EnvMatrix_30(int32_t value)
{
___ID_EnvMatrix_30 = value;
}
inline static int32_t get_offset_of_ID_EnvMatrixRotation_31() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMatrixRotation_31)); }
inline int32_t get_ID_EnvMatrixRotation_31() const { return ___ID_EnvMatrixRotation_31; }
inline int32_t* get_address_of_ID_EnvMatrixRotation_31() { return &___ID_EnvMatrixRotation_31; }
inline void set_ID_EnvMatrixRotation_31(int32_t value)
{
___ID_EnvMatrixRotation_31 = value;
}
inline static int32_t get_offset_of_ID_MaskCoord_32() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskCoord_32)); }
inline int32_t get_ID_MaskCoord_32() const { return ___ID_MaskCoord_32; }
inline int32_t* get_address_of_ID_MaskCoord_32() { return &___ID_MaskCoord_32; }
inline void set_ID_MaskCoord_32(int32_t value)
{
___ID_MaskCoord_32 = value;
}
inline static int32_t get_offset_of_ID_ClipRect_33() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ClipRect_33)); }
inline int32_t get_ID_ClipRect_33() const { return ___ID_ClipRect_33; }
inline int32_t* get_address_of_ID_ClipRect_33() { return &___ID_ClipRect_33; }
inline void set_ID_ClipRect_33(int32_t value)
{
___ID_ClipRect_33 = value;
}
inline static int32_t get_offset_of_ID_MaskSoftnessX_34() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskSoftnessX_34)); }
inline int32_t get_ID_MaskSoftnessX_34() const { return ___ID_MaskSoftnessX_34; }
inline int32_t* get_address_of_ID_MaskSoftnessX_34() { return &___ID_MaskSoftnessX_34; }
inline void set_ID_MaskSoftnessX_34(int32_t value)
{
___ID_MaskSoftnessX_34 = value;
}
inline static int32_t get_offset_of_ID_MaskSoftnessY_35() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskSoftnessY_35)); }
inline int32_t get_ID_MaskSoftnessY_35() const { return ___ID_MaskSoftnessY_35; }
inline int32_t* get_address_of_ID_MaskSoftnessY_35() { return &___ID_MaskSoftnessY_35; }
inline void set_ID_MaskSoftnessY_35(int32_t value)
{
___ID_MaskSoftnessY_35 = value;
}
inline static int32_t get_offset_of_ID_VertexOffsetX_36() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_VertexOffsetX_36)); }
inline int32_t get_ID_VertexOffsetX_36() const { return ___ID_VertexOffsetX_36; }
inline int32_t* get_address_of_ID_VertexOffsetX_36() { return &___ID_VertexOffsetX_36; }
inline void set_ID_VertexOffsetX_36(int32_t value)
{
___ID_VertexOffsetX_36 = value;
}
inline static int32_t get_offset_of_ID_VertexOffsetY_37() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_VertexOffsetY_37)); }
inline int32_t get_ID_VertexOffsetY_37() const { return ___ID_VertexOffsetY_37; }
inline int32_t* get_address_of_ID_VertexOffsetY_37() { return &___ID_VertexOffsetY_37; }
inline void set_ID_VertexOffsetY_37(int32_t value)
{
___ID_VertexOffsetY_37 = value;
}
inline static int32_t get_offset_of_ID_UseClipRect_38() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UseClipRect_38)); }
inline int32_t get_ID_UseClipRect_38() const { return ___ID_UseClipRect_38; }
inline int32_t* get_address_of_ID_UseClipRect_38() { return &___ID_UseClipRect_38; }
inline void set_ID_UseClipRect_38(int32_t value)
{
___ID_UseClipRect_38 = value;
}
inline static int32_t get_offset_of_ID_StencilID_39() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilID_39)); }
inline int32_t get_ID_StencilID_39() const { return ___ID_StencilID_39; }
inline int32_t* get_address_of_ID_StencilID_39() { return &___ID_StencilID_39; }
inline void set_ID_StencilID_39(int32_t value)
{
___ID_StencilID_39 = value;
}
inline static int32_t get_offset_of_ID_StencilOp_40() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilOp_40)); }
inline int32_t get_ID_StencilOp_40() const { return ___ID_StencilOp_40; }
inline int32_t* get_address_of_ID_StencilOp_40() { return &___ID_StencilOp_40; }
inline void set_ID_StencilOp_40(int32_t value)
{
___ID_StencilOp_40 = value;
}
inline static int32_t get_offset_of_ID_StencilComp_41() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilComp_41)); }
inline int32_t get_ID_StencilComp_41() const { return ___ID_StencilComp_41; }
inline int32_t* get_address_of_ID_StencilComp_41() { return &___ID_StencilComp_41; }
inline void set_ID_StencilComp_41(int32_t value)
{
___ID_StencilComp_41 = value;
}
inline static int32_t get_offset_of_ID_StencilReadMask_42() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilReadMask_42)); }
inline int32_t get_ID_StencilReadMask_42() const { return ___ID_StencilReadMask_42; }
inline int32_t* get_address_of_ID_StencilReadMask_42() { return &___ID_StencilReadMask_42; }
inline void set_ID_StencilReadMask_42(int32_t value)
{
___ID_StencilReadMask_42 = value;
}
inline static int32_t get_offset_of_ID_StencilWriteMask_43() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilWriteMask_43)); }
inline int32_t get_ID_StencilWriteMask_43() const { return ___ID_StencilWriteMask_43; }
inline int32_t* get_address_of_ID_StencilWriteMask_43() { return &___ID_StencilWriteMask_43; }
inline void set_ID_StencilWriteMask_43(int32_t value)
{
___ID_StencilWriteMask_43 = value;
}
inline static int32_t get_offset_of_ID_ShaderFlags_44() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ShaderFlags_44)); }
inline int32_t get_ID_ShaderFlags_44() const { return ___ID_ShaderFlags_44; }
inline int32_t* get_address_of_ID_ShaderFlags_44() { return &___ID_ShaderFlags_44; }
inline void set_ID_ShaderFlags_44(int32_t value)
{
___ID_ShaderFlags_44 = value;
}
inline static int32_t get_offset_of_ID_ScaleRatio_A_45() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_A_45)); }
inline int32_t get_ID_ScaleRatio_A_45() const { return ___ID_ScaleRatio_A_45; }
inline int32_t* get_address_of_ID_ScaleRatio_A_45() { return &___ID_ScaleRatio_A_45; }
inline void set_ID_ScaleRatio_A_45(int32_t value)
{
___ID_ScaleRatio_A_45 = value;
}
inline static int32_t get_offset_of_ID_ScaleRatio_B_46() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_B_46)); }
inline int32_t get_ID_ScaleRatio_B_46() const { return ___ID_ScaleRatio_B_46; }
inline int32_t* get_address_of_ID_ScaleRatio_B_46() { return &___ID_ScaleRatio_B_46; }
inline void set_ID_ScaleRatio_B_46(int32_t value)
{
___ID_ScaleRatio_B_46 = value;
}
inline static int32_t get_offset_of_ID_ScaleRatio_C_47() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_C_47)); }
inline int32_t get_ID_ScaleRatio_C_47() const { return ___ID_ScaleRatio_C_47; }
inline int32_t* get_address_of_ID_ScaleRatio_C_47() { return &___ID_ScaleRatio_C_47; }
inline void set_ID_ScaleRatio_C_47(int32_t value)
{
___ID_ScaleRatio_C_47 = value;
}
inline static int32_t get_offset_of_Keyword_Bevel_48() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Bevel_48)); }
inline String_t* get_Keyword_Bevel_48() const { return ___Keyword_Bevel_48; }
inline String_t** get_address_of_Keyword_Bevel_48() { return &___Keyword_Bevel_48; }
inline void set_Keyword_Bevel_48(String_t* value)
{
___Keyword_Bevel_48 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_Bevel_48), value);
}
inline static int32_t get_offset_of_Keyword_Glow_49() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Glow_49)); }
inline String_t* get_Keyword_Glow_49() const { return ___Keyword_Glow_49; }
inline String_t** get_address_of_Keyword_Glow_49() { return &___Keyword_Glow_49; }
inline void set_Keyword_Glow_49(String_t* value)
{
___Keyword_Glow_49 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_Glow_49), value);
}
inline static int32_t get_offset_of_Keyword_Underlay_50() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Underlay_50)); }
inline String_t* get_Keyword_Underlay_50() const { return ___Keyword_Underlay_50; }
inline String_t** get_address_of_Keyword_Underlay_50() { return &___Keyword_Underlay_50; }
inline void set_Keyword_Underlay_50(String_t* value)
{
___Keyword_Underlay_50 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_Underlay_50), value);
}
inline static int32_t get_offset_of_Keyword_Ratios_51() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Ratios_51)); }
inline String_t* get_Keyword_Ratios_51() const { return ___Keyword_Ratios_51; }
inline String_t** get_address_of_Keyword_Ratios_51() { return &___Keyword_Ratios_51; }
inline void set_Keyword_Ratios_51(String_t* value)
{
___Keyword_Ratios_51 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_Ratios_51), value);
}
inline static int32_t get_offset_of_Keyword_MASK_SOFT_52() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_SOFT_52)); }
inline String_t* get_Keyword_MASK_SOFT_52() const { return ___Keyword_MASK_SOFT_52; }
inline String_t** get_address_of_Keyword_MASK_SOFT_52() { return &___Keyword_MASK_SOFT_52; }
inline void set_Keyword_MASK_SOFT_52(String_t* value)
{
___Keyword_MASK_SOFT_52 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_MASK_SOFT_52), value);
}
inline static int32_t get_offset_of_Keyword_MASK_HARD_53() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_HARD_53)); }
inline String_t* get_Keyword_MASK_HARD_53() const { return ___Keyword_MASK_HARD_53; }
inline String_t** get_address_of_Keyword_MASK_HARD_53() { return &___Keyword_MASK_HARD_53; }
inline void set_Keyword_MASK_HARD_53(String_t* value)
{
___Keyword_MASK_HARD_53 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_MASK_HARD_53), value);
}
inline static int32_t get_offset_of_Keyword_MASK_TEX_54() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_TEX_54)); }
inline String_t* get_Keyword_MASK_TEX_54() const { return ___Keyword_MASK_TEX_54; }
inline String_t** get_address_of_Keyword_MASK_TEX_54() { return &___Keyword_MASK_TEX_54; }
inline void set_Keyword_MASK_TEX_54(String_t* value)
{
___Keyword_MASK_TEX_54 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_MASK_TEX_54), value);
}
inline static int32_t get_offset_of_Keyword_Outline_55() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Outline_55)); }
inline String_t* get_Keyword_Outline_55() const { return ___Keyword_Outline_55; }
inline String_t** get_address_of_Keyword_Outline_55() { return &___Keyword_Outline_55; }
inline void set_Keyword_Outline_55(String_t* value)
{
___Keyword_Outline_55 = value;
Il2CppCodeGenWriteBarrier((&___Keyword_Outline_55), value);
}
inline static int32_t get_offset_of_ShaderTag_ZTestMode_56() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ShaderTag_ZTestMode_56)); }
inline String_t* get_ShaderTag_ZTestMode_56() const { return ___ShaderTag_ZTestMode_56; }
inline String_t** get_address_of_ShaderTag_ZTestMode_56() { return &___ShaderTag_ZTestMode_56; }
inline void set_ShaderTag_ZTestMode_56(String_t* value)
{
___ShaderTag_ZTestMode_56 = value;
Il2CppCodeGenWriteBarrier((&___ShaderTag_ZTestMode_56), value);
}
inline static int32_t get_offset_of_ShaderTag_CullMode_57() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ShaderTag_CullMode_57)); }
inline String_t* get_ShaderTag_CullMode_57() const { return ___ShaderTag_CullMode_57; }
inline String_t** get_address_of_ShaderTag_CullMode_57() { return &___ShaderTag_CullMode_57; }
inline void set_ShaderTag_CullMode_57(String_t* value)
{
___ShaderTag_CullMode_57 = value;
Il2CppCodeGenWriteBarrier((&___ShaderTag_CullMode_57), value);
}
inline static int32_t get_offset_of_m_clamp_58() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___m_clamp_58)); }
inline float get_m_clamp_58() const { return ___m_clamp_58; }
inline float* get_address_of_m_clamp_58() { return &___m_clamp_58; }
inline void set_m_clamp_58(float value)
{
___m_clamp_58 = value;
}
inline static int32_t get_offset_of_isInitialized_59() { return static_cast<int32_t>(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___isInitialized_59)); }
inline bool get_isInitialized_59() const { return ___isInitialized_59; }
inline bool* get_address_of_isInitialized_59() { return &___isInitialized_59; }
inline void set_isInitialized_59(bool value)
{
___isInitialized_59 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHADERUTILITIES_T94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_H
#ifndef U3CCARETBLINKU3ED__238_TDD1D89977B92814D0E0AABFB268C1F72300B5E00_H
#define U3CCARETBLINKU3ED__238_TDD1D89977B92814D0E0AABFB268C1F72300B5E00_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_<CaretBlink>d__238
struct U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 : public RuntimeObject
{
public:
// System.Int32 TMPro.TMP_InputField_<CaretBlink>d__238::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TMP_InputField_<CaretBlink>d__238::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// TMPro.TMP_InputField TMPro.TMP_InputField_<CaretBlink>d__238::<>4__this
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * ___U3CU3E4__this_2;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value);
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00, ___U3CU3E4__this_2)); }
inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CCARETBLINKU3ED__238_TDD1D89977B92814D0E0AABFB268C1F72300B5E00_H
#ifndef U3CMOUSEDRAGOUTSIDERECTU3ED__255_T35B77C0D9040C8DDA56D28F67BCF6AC6C891B646_H
#define U3CMOUSEDRAGOUTSIDERECTU3ED__255_T35B77C0D9040C8DDA56D28F67BCF6AC6C891B646_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_<MouseDragOutsideRect>d__255
struct U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 : public RuntimeObject
{
public:
// System.Int32 TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// TMPro.TMP_InputField TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::<>4__this
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * ___U3CU3E4__this_2;
// UnityEngine.EventSystems.PointerEventData TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::eventData
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData_3;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value);
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___U3CU3E4__this_2)); }
inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value);
}
inline static int32_t get_offset_of_eventData_3() { return static_cast<int32_t>(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___eventData_3)); }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_eventData_3() const { return ___eventData_3; }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_eventData_3() { return &___eventData_3; }
inline void set_eventData_3(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value)
{
___eventData_3 = value;
Il2CppCodeGenWriteBarrier((&___eventData_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CMOUSEDRAGOUTSIDERECTU3ED__255_T35B77C0D9040C8DDA56D28F67BCF6AC6C891B646_H
#ifndef TMP_MATERIALMANAGER_T7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_H
#define TMP_MATERIALMANAGER_T7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager
struct TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336 : public RuntimeObject
{
public:
public:
};
struct TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields
{
public:
// System.Collections.Generic.List`1<TMPro.TMP_MaterialManager_MaskingMaterial> TMPro.TMP_MaterialManager::m_materialList
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * ___m_materialList_0;
// System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager_FallbackMaterial> TMPro.TMP_MaterialManager::m_fallbackMaterials
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * ___m_fallbackMaterials_1;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int64> TMPro.TMP_MaterialManager::m_fallbackMaterialLookup
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___m_fallbackMaterialLookup_2;
// System.Collections.Generic.List`1<TMPro.TMP_MaterialManager_FallbackMaterial> TMPro.TMP_MaterialManager::m_fallbackCleanupList
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * ___m_fallbackCleanupList_3;
// System.Boolean TMPro.TMP_MaterialManager::isFallbackListDirty
bool ___isFallbackListDirty_4;
public:
inline static int32_t get_offset_of_m_materialList_0() { return static_cast<int32_t>(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_materialList_0)); }
inline List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * get_m_materialList_0() const { return ___m_materialList_0; }
inline List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 ** get_address_of_m_materialList_0() { return &___m_materialList_0; }
inline void set_m_materialList_0(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * value)
{
___m_materialList_0 = value;
Il2CppCodeGenWriteBarrier((&___m_materialList_0), value);
}
inline static int32_t get_offset_of_m_fallbackMaterials_1() { return static_cast<int32_t>(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_fallbackMaterials_1)); }
inline Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * get_m_fallbackMaterials_1() const { return ___m_fallbackMaterials_1; }
inline Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E ** get_address_of_m_fallbackMaterials_1() { return &___m_fallbackMaterials_1; }
inline void set_m_fallbackMaterials_1(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * value)
{
___m_fallbackMaterials_1 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackMaterials_1), value);
}
inline static int32_t get_offset_of_m_fallbackMaterialLookup_2() { return static_cast<int32_t>(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_fallbackMaterialLookup_2)); }
inline Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * get_m_fallbackMaterialLookup_2() const { return ___m_fallbackMaterialLookup_2; }
inline Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 ** get_address_of_m_fallbackMaterialLookup_2() { return &___m_fallbackMaterialLookup_2; }
inline void set_m_fallbackMaterialLookup_2(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * value)
{
___m_fallbackMaterialLookup_2 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackMaterialLookup_2), value);
}
inline static int32_t get_offset_of_m_fallbackCleanupList_3() { return static_cast<int32_t>(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_fallbackCleanupList_3)); }
inline List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * get_m_fallbackCleanupList_3() const { return ___m_fallbackCleanupList_3; }
inline List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 ** get_address_of_m_fallbackCleanupList_3() { return &___m_fallbackCleanupList_3; }
inline void set_m_fallbackCleanupList_3(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * value)
{
___m_fallbackCleanupList_3 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackCleanupList_3), value);
}
inline static int32_t get_offset_of_isFallbackListDirty_4() { return static_cast<int32_t>(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___isFallbackListDirty_4)); }
inline bool get_isFallbackListDirty_4() const { return ___isFallbackListDirty_4; }
inline bool* get_address_of_isFallbackListDirty_4() { return &___isFallbackListDirty_4; }
inline void set_isFallbackListDirty_4(bool value)
{
___isFallbackListDirty_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_MATERIALMANAGER_T7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_H
#ifndef U3CU3EC__DISPLAYCLASS10_0_TAAB13A2FFE2219F209342BA70FCD76C7404946A4_H
#define U3CU3EC__DISPLAYCLASS10_0_TAAB13A2FFE2219F209342BA70FCD76C7404946A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager_<>c__DisplayClass10_0
struct U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 : public RuntimeObject
{
public:
// UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass10_0::stencilMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_0;
public:
inline static int32_t get_offset_of_stencilMaterial_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4, ___stencilMaterial_0)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_0() const { return ___stencilMaterial_0; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_0() { return &___stencilMaterial_0; }
inline void set_stencilMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___stencilMaterial_0 = value;
Il2CppCodeGenWriteBarrier((&___stencilMaterial_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS10_0_TAAB13A2FFE2219F209342BA70FCD76C7404946A4_H
#ifndef U3CU3EC__DISPLAYCLASS12_0_T2666A1135A73D6750A4AC7047EEC0CC150600784_H
#define U3CU3EC__DISPLAYCLASS12_0_T2666A1135A73D6750A4AC7047EEC0CC150600784_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager_<>c__DisplayClass12_0
struct U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 : public RuntimeObject
{
public:
// UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass12_0::stencilMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_0;
public:
inline static int32_t get_offset_of_stencilMaterial_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784, ___stencilMaterial_0)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_0() const { return ___stencilMaterial_0; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_0() { return &___stencilMaterial_0; }
inline void set_stencilMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___stencilMaterial_0 = value;
Il2CppCodeGenWriteBarrier((&___stencilMaterial_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS12_0_T2666A1135A73D6750A4AC7047EEC0CC150600784_H
#ifndef U3CU3EC__DISPLAYCLASS13_0_T701F64C46C41D6B470DFE93B4C73C7DA4511A925_H
#define U3CU3EC__DISPLAYCLASS13_0_T701F64C46C41D6B470DFE93B4C73C7DA4511A925_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager_<>c__DisplayClass13_0
struct U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 : public RuntimeObject
{
public:
// UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass13_0::stencilMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_0;
public:
inline static int32_t get_offset_of_stencilMaterial_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925, ___stencilMaterial_0)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_0() const { return ___stencilMaterial_0; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_0() { return &___stencilMaterial_0; }
inline void set_stencilMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___stencilMaterial_0 = value;
Il2CppCodeGenWriteBarrier((&___stencilMaterial_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS13_0_T701F64C46C41D6B470DFE93B4C73C7DA4511A925_H
#ifndef U3CU3EC__DISPLAYCLASS14_0_TC1D5FD918047BA071AF300412FF259E679F4D51A_H
#define U3CU3EC__DISPLAYCLASS14_0_TC1D5FD918047BA071AF300412FF259E679F4D51A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager_<>c__DisplayClass14_0
struct U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A : public RuntimeObject
{
public:
// UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass14_0::baseMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial_0;
public:
inline static int32_t get_offset_of_baseMaterial_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A, ___baseMaterial_0)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_baseMaterial_0() const { return ___baseMaterial_0; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_baseMaterial_0() { return &___baseMaterial_0; }
inline void set_baseMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___baseMaterial_0 = value;
Il2CppCodeGenWriteBarrier((&___baseMaterial_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS14_0_TC1D5FD918047BA071AF300412FF259E679F4D51A_H
#ifndef FALLBACKMATERIAL_T538C842FD3863FAF785036939034732F56B2473A_H
#define FALLBACKMATERIAL_T538C842FD3863FAF785036939034732F56B2473A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager_FallbackMaterial
struct FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A : public RuntimeObject
{
public:
// System.Int32 TMPro.TMP_MaterialManager_FallbackMaterial::baseID
int32_t ___baseID_0;
// UnityEngine.Material TMPro.TMP_MaterialManager_FallbackMaterial::baseMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial_1;
// System.Int64 TMPro.TMP_MaterialManager_FallbackMaterial::fallbackID
int64_t ___fallbackID_2;
// UnityEngine.Material TMPro.TMP_MaterialManager_FallbackMaterial::fallbackMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_3;
// System.Int32 TMPro.TMP_MaterialManager_FallbackMaterial::count
int32_t ___count_4;
public:
inline static int32_t get_offset_of_baseID_0() { return static_cast<int32_t>(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___baseID_0)); }
inline int32_t get_baseID_0() const { return ___baseID_0; }
inline int32_t* get_address_of_baseID_0() { return &___baseID_0; }
inline void set_baseID_0(int32_t value)
{
___baseID_0 = value;
}
inline static int32_t get_offset_of_baseMaterial_1() { return static_cast<int32_t>(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___baseMaterial_1)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_baseMaterial_1() const { return ___baseMaterial_1; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_baseMaterial_1() { return &___baseMaterial_1; }
inline void set_baseMaterial_1(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___baseMaterial_1 = value;
Il2CppCodeGenWriteBarrier((&___baseMaterial_1), value);
}
inline static int32_t get_offset_of_fallbackID_2() { return static_cast<int32_t>(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___fallbackID_2)); }
inline int64_t get_fallbackID_2() const { return ___fallbackID_2; }
inline int64_t* get_address_of_fallbackID_2() { return &___fallbackID_2; }
inline void set_fallbackID_2(int64_t value)
{
___fallbackID_2 = value;
}
inline static int32_t get_offset_of_fallbackMaterial_3() { return static_cast<int32_t>(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___fallbackMaterial_3)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_fallbackMaterial_3() const { return ___fallbackMaterial_3; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_fallbackMaterial_3() { return &___fallbackMaterial_3; }
inline void set_fallbackMaterial_3(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___fallbackMaterial_3 = value;
Il2CppCodeGenWriteBarrier((&___fallbackMaterial_3), value);
}
inline static int32_t get_offset_of_count_4() { return static_cast<int32_t>(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___count_4)); }
inline int32_t get_count_4() const { return ___count_4; }
inline int32_t* get_address_of_count_4() { return &___count_4; }
inline void set_count_4(int32_t value)
{
___count_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FALLBACKMATERIAL_T538C842FD3863FAF785036939034732F56B2473A_H
#ifndef MASKINGMATERIAL_TD567961933B31276005075026B5BA552CF42F30B_H
#define MASKINGMATERIAL_TD567961933B31276005075026B5BA552CF42F30B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MaterialManager_MaskingMaterial
struct MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B : public RuntimeObject
{
public:
// UnityEngine.Material TMPro.TMP_MaterialManager_MaskingMaterial::baseMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial_0;
// UnityEngine.Material TMPro.TMP_MaterialManager_MaskingMaterial::stencilMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_1;
// System.Int32 TMPro.TMP_MaterialManager_MaskingMaterial::count
int32_t ___count_2;
// System.Int32 TMPro.TMP_MaterialManager_MaskingMaterial::stencilID
int32_t ___stencilID_3;
public:
inline static int32_t get_offset_of_baseMaterial_0() { return static_cast<int32_t>(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___baseMaterial_0)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_baseMaterial_0() const { return ___baseMaterial_0; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_baseMaterial_0() { return &___baseMaterial_0; }
inline void set_baseMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___baseMaterial_0 = value;
Il2CppCodeGenWriteBarrier((&___baseMaterial_0), value);
}
inline static int32_t get_offset_of_stencilMaterial_1() { return static_cast<int32_t>(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___stencilMaterial_1)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_1() const { return ___stencilMaterial_1; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_1() { return &___stencilMaterial_1; }
inline void set_stencilMaterial_1(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___stencilMaterial_1 = value;
Il2CppCodeGenWriteBarrier((&___stencilMaterial_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_stencilID_3() { return static_cast<int32_t>(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___stencilID_3)); }
inline int32_t get_stencilID_3() const { return ___stencilID_3; }
inline int32_t* get_address_of_stencilID_3() { return &___stencilID_3; }
inline void set_stencilID_3(int32_t value)
{
___stencilID_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MASKINGMATERIAL_TD567961933B31276005075026B5BA552CF42F30B_H
#ifndef LINEBREAKINGTABLE_TB80E0533075B07F5080E99393CEF91FDC8C2AB25_H
#define LINEBREAKINGTABLE_TB80E0533075B07F5080E99393CEF91FDC8C2AB25_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Settings_LineBreakingTable
struct LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char> TMPro.TMP_Settings_LineBreakingTable::leadingCharacters
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___leadingCharacters_0;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char> TMPro.TMP_Settings_LineBreakingTable::followingCharacters
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___followingCharacters_1;
public:
inline static int32_t get_offset_of_leadingCharacters_0() { return static_cast<int32_t>(offsetof(LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25, ___leadingCharacters_0)); }
inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * get_leadingCharacters_0() const { return ___leadingCharacters_0; }
inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E ** get_address_of_leadingCharacters_0() { return &___leadingCharacters_0; }
inline void set_leadingCharacters_0(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * value)
{
___leadingCharacters_0 = value;
Il2CppCodeGenWriteBarrier((&___leadingCharacters_0), value);
}
inline static int32_t get_offset_of_followingCharacters_1() { return static_cast<int32_t>(offsetof(LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25, ___followingCharacters_1)); }
inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * get_followingCharacters_1() const { return ___followingCharacters_1; }
inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E ** get_address_of_followingCharacters_1() { return &___followingCharacters_1; }
inline void set_followingCharacters_1(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * value)
{
___followingCharacters_1 = value;
Il2CppCodeGenWriteBarrier((&___followingCharacters_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINEBREAKINGTABLE_TB80E0533075B07F5080E99393CEF91FDC8C2AB25_H
#ifndef TMP_STYLE_T9FD01084B9E3F1D4B92E87114C454C98BA20FBAD_H
#define TMP_STYLE_T9FD01084B9E3F1D4B92E87114C454C98BA20FBAD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Style
struct TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD : public RuntimeObject
{
public:
// System.String TMPro.TMP_Style::m_Name
String_t* ___m_Name_0;
// System.Int32 TMPro.TMP_Style::m_HashCode
int32_t ___m_HashCode_1;
// System.String TMPro.TMP_Style::m_OpeningDefinition
String_t* ___m_OpeningDefinition_2;
// System.String TMPro.TMP_Style::m_ClosingDefinition
String_t* ___m_ClosingDefinition_3;
// System.Int32[] TMPro.TMP_Style::m_OpeningTagArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_OpeningTagArray_4;
// System.Int32[] TMPro.TMP_Style::m_ClosingTagArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_ClosingTagArray_5;
public:
inline static int32_t get_offset_of_m_Name_0() { return static_cast<int32_t>(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_Name_0)); }
inline String_t* get_m_Name_0() const { return ___m_Name_0; }
inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; }
inline void set_m_Name_0(String_t* value)
{
___m_Name_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Name_0), value);
}
inline static int32_t get_offset_of_m_HashCode_1() { return static_cast<int32_t>(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_HashCode_1)); }
inline int32_t get_m_HashCode_1() const { return ___m_HashCode_1; }
inline int32_t* get_address_of_m_HashCode_1() { return &___m_HashCode_1; }
inline void set_m_HashCode_1(int32_t value)
{
___m_HashCode_1 = value;
}
inline static int32_t get_offset_of_m_OpeningDefinition_2() { return static_cast<int32_t>(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_OpeningDefinition_2)); }
inline String_t* get_m_OpeningDefinition_2() const { return ___m_OpeningDefinition_2; }
inline String_t** get_address_of_m_OpeningDefinition_2() { return &___m_OpeningDefinition_2; }
inline void set_m_OpeningDefinition_2(String_t* value)
{
___m_OpeningDefinition_2 = value;
Il2CppCodeGenWriteBarrier((&___m_OpeningDefinition_2), value);
}
inline static int32_t get_offset_of_m_ClosingDefinition_3() { return static_cast<int32_t>(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_ClosingDefinition_3)); }
inline String_t* get_m_ClosingDefinition_3() const { return ___m_ClosingDefinition_3; }
inline String_t** get_address_of_m_ClosingDefinition_3() { return &___m_ClosingDefinition_3; }
inline void set_m_ClosingDefinition_3(String_t* value)
{
___m_ClosingDefinition_3 = value;
Il2CppCodeGenWriteBarrier((&___m_ClosingDefinition_3), value);
}
inline static int32_t get_offset_of_m_OpeningTagArray_4() { return static_cast<int32_t>(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_OpeningTagArray_4)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_OpeningTagArray_4() const { return ___m_OpeningTagArray_4; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_OpeningTagArray_4() { return &___m_OpeningTagArray_4; }
inline void set_m_OpeningTagArray_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_OpeningTagArray_4 = value;
Il2CppCodeGenWriteBarrier((&___m_OpeningTagArray_4), value);
}
inline static int32_t get_offset_of_m_ClosingTagArray_5() { return static_cast<int32_t>(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_ClosingTagArray_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_ClosingTagArray_5() const { return ___m_ClosingTagArray_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_ClosingTagArray_5() { return &___m_ClosingTagArray_5; }
inline void set_m_ClosingTagArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_ClosingTagArray_5 = value;
Il2CppCodeGenWriteBarrier((&___m_ClosingTagArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_STYLE_T9FD01084B9E3F1D4B92E87114C454C98BA20FBAD_H
#ifndef TMP_TEXTELEMENT_TB9A6A361BB93487BD07DDDA37A368819DA46C344_H
#define TMP_TEXTELEMENT_TB9A6A361BB93487BD07DDDA37A368819DA46C344_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_TextElement
struct TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 : public RuntimeObject
{
public:
// System.Int32 TMPro.TMP_TextElement::id
int32_t ___id_0;
// System.Single TMPro.TMP_TextElement::x
float ___x_1;
// System.Single TMPro.TMP_TextElement::y
float ___y_2;
// System.Single TMPro.TMP_TextElement::width
float ___width_3;
// System.Single TMPro.TMP_TextElement::height
float ___height_4;
// System.Single TMPro.TMP_TextElement::xOffset
float ___xOffset_5;
// System.Single TMPro.TMP_TextElement::yOffset
float ___yOffset_6;
// System.Single TMPro.TMP_TextElement::xAdvance
float ___xAdvance_7;
// System.Single TMPro.TMP_TextElement::scale
float ___scale_8;
public:
inline static int32_t get_offset_of_id_0() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___id_0)); }
inline int32_t get_id_0() const { return ___id_0; }
inline int32_t* get_address_of_id_0() { return &___id_0; }
inline void set_id_0(int32_t value)
{
___id_0 = value;
}
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___x_1)); }
inline float get_x_1() const { return ___x_1; }
inline float* get_address_of_x_1() { return &___x_1; }
inline void set_x_1(float value)
{
___x_1 = value;
}
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___y_2)); }
inline float get_y_2() const { return ___y_2; }
inline float* get_address_of_y_2() { return &___y_2; }
inline void set_y_2(float value)
{
___y_2 = value;
}
inline static int32_t get_offset_of_width_3() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___width_3)); }
inline float get_width_3() const { return ___width_3; }
inline float* get_address_of_width_3() { return &___width_3; }
inline void set_width_3(float value)
{
___width_3 = value;
}
inline static int32_t get_offset_of_height_4() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___height_4)); }
inline float get_height_4() const { return ___height_4; }
inline float* get_address_of_height_4() { return &___height_4; }
inline void set_height_4(float value)
{
___height_4 = value;
}
inline static int32_t get_offset_of_xOffset_5() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___xOffset_5)); }
inline float get_xOffset_5() const { return ___xOffset_5; }
inline float* get_address_of_xOffset_5() { return &___xOffset_5; }
inline void set_xOffset_5(float value)
{
___xOffset_5 = value;
}
inline static int32_t get_offset_of_yOffset_6() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___yOffset_6)); }
inline float get_yOffset_6() const { return ___yOffset_6; }
inline float* get_address_of_yOffset_6() { return &___yOffset_6; }
inline void set_yOffset_6(float value)
{
___yOffset_6 = value;
}
inline static int32_t get_offset_of_xAdvance_7() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___xAdvance_7)); }
inline float get_xAdvance_7() const { return ___xAdvance_7; }
inline float* get_address_of_xAdvance_7() { return &___xAdvance_7; }
inline void set_xAdvance_7(float value)
{
___xAdvance_7 = value;
}
inline static int32_t get_offset_of_scale_8() { return static_cast<int32_t>(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___scale_8)); }
inline float get_scale_8() const { return ___scale_8; }
inline float* get_address_of_scale_8() { return &___scale_8; }
inline void set_scale_8(float value)
{
___scale_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_TEXTELEMENT_TB9A6A361BB93487BD07DDDA37A368819DA46C344_H
#ifndef ABSTRACTEVENTDATA_T636F385820C291DAE25897BCEB4FBCADDA3B75F6_H
#define ABSTRACTEVENTDATA_T636F385820C291DAE25897BCEB4FBCADDA3B75F6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.EventSystems.AbstractEventData
struct AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 : public RuntimeObject
{
public:
// System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used
bool ___m_Used_0;
public:
inline static int32_t get_offset_of_m_Used_0() { return static_cast<int32_t>(offsetof(AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6, ___m_Used_0)); }
inline bool get_m_Used_0() const { return ___m_Used_0; }
inline bool* get_address_of_m_Used_0() { return &___m_Used_0; }
inline void set_m_Used_0(bool value)
{
___m_Used_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ABSTRACTEVENTDATA_T636F385820C291DAE25897BCEB4FBCADDA3B75F6_H
#ifndef UNITYEVENTBASE_T6E0F7823762EE94BB8489B5AE41C7802A266D3D5_H
#define UNITYEVENTBASE_T6E0F7823762EE94BB8489B5AE41C7802A266D3D5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Events.UnityEventBase
struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject
{
public:
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0;
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___m_PersistentCalls_1;
// System.String UnityEngine.Events.UnityEventBase::m_TypeName
String_t* ___m_TypeName_2;
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
bool ___m_CallsDirty_3;
public:
inline static int32_t get_offset_of_m_Calls_0() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); }
inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; }
inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; }
inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * value)
{
___m_Calls_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Calls_0), value);
}
inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); }
inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; }
inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; }
inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * value)
{
___m_PersistentCalls_1 = value;
Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value);
}
inline static int32_t get_offset_of_m_TypeName_2() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_TypeName_2)); }
inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; }
inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; }
inline void set_m_TypeName_2(String_t* value)
{
___m_TypeName_2 = value;
Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value);
}
inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_3)); }
inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; }
inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; }
inline void set_m_CallsDirty_3(bool value)
{
___m_CallsDirty_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNITYEVENTBASE_T6E0F7823762EE94BB8489B5AE41C7802A266D3D5_H
#ifndef YIELDINSTRUCTION_T836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_H
#define YIELDINSTRUCTION_T836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
};
#endif // YIELDINSTRUCTION_T836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_T02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22_H
#define __STATICARRAYINITTYPESIZEU3D12_T02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_T02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22_H
#ifndef __STATICARRAYINITTYPESIZEU3D40_TB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D_H
#define __STATICARRAYINITTYPESIZEU3D40_TB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D__padding[40];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D40_TB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(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<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef FONTASSETCREATIONSETTINGS_TC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_H
#define FONTASSETCREATIONSETTINGS_TC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.FontAssetCreationSettings
struct FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4
{
public:
// System.String TMPro.FontAssetCreationSettings::sourceFontFileName
String_t* ___sourceFontFileName_0;
// System.String TMPro.FontAssetCreationSettings::sourceFontFileGUID
String_t* ___sourceFontFileGUID_1;
// System.Int32 TMPro.FontAssetCreationSettings::pointSizeSamplingMode
int32_t ___pointSizeSamplingMode_2;
// System.Int32 TMPro.FontAssetCreationSettings::pointSize
int32_t ___pointSize_3;
// System.Int32 TMPro.FontAssetCreationSettings::padding
int32_t ___padding_4;
// System.Int32 TMPro.FontAssetCreationSettings::packingMode
int32_t ___packingMode_5;
// System.Int32 TMPro.FontAssetCreationSettings::atlasWidth
int32_t ___atlasWidth_6;
// System.Int32 TMPro.FontAssetCreationSettings::atlasHeight
int32_t ___atlasHeight_7;
// System.Int32 TMPro.FontAssetCreationSettings::characterSetSelectionMode
int32_t ___characterSetSelectionMode_8;
// System.String TMPro.FontAssetCreationSettings::characterSequence
String_t* ___characterSequence_9;
// System.String TMPro.FontAssetCreationSettings::referencedFontAssetGUID
String_t* ___referencedFontAssetGUID_10;
// System.String TMPro.FontAssetCreationSettings::referencedTextAssetGUID
String_t* ___referencedTextAssetGUID_11;
// System.Int32 TMPro.FontAssetCreationSettings::fontStyle
int32_t ___fontStyle_12;
// System.Single TMPro.FontAssetCreationSettings::fontStyleModifier
float ___fontStyleModifier_13;
// System.Int32 TMPro.FontAssetCreationSettings::renderMode
int32_t ___renderMode_14;
// System.Boolean TMPro.FontAssetCreationSettings::includeFontFeatures
bool ___includeFontFeatures_15;
public:
inline static int32_t get_offset_of_sourceFontFileName_0() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___sourceFontFileName_0)); }
inline String_t* get_sourceFontFileName_0() const { return ___sourceFontFileName_0; }
inline String_t** get_address_of_sourceFontFileName_0() { return &___sourceFontFileName_0; }
inline void set_sourceFontFileName_0(String_t* value)
{
___sourceFontFileName_0 = value;
Il2CppCodeGenWriteBarrier((&___sourceFontFileName_0), value);
}
inline static int32_t get_offset_of_sourceFontFileGUID_1() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___sourceFontFileGUID_1)); }
inline String_t* get_sourceFontFileGUID_1() const { return ___sourceFontFileGUID_1; }
inline String_t** get_address_of_sourceFontFileGUID_1() { return &___sourceFontFileGUID_1; }
inline void set_sourceFontFileGUID_1(String_t* value)
{
___sourceFontFileGUID_1 = value;
Il2CppCodeGenWriteBarrier((&___sourceFontFileGUID_1), value);
}
inline static int32_t get_offset_of_pointSizeSamplingMode_2() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___pointSizeSamplingMode_2)); }
inline int32_t get_pointSizeSamplingMode_2() const { return ___pointSizeSamplingMode_2; }
inline int32_t* get_address_of_pointSizeSamplingMode_2() { return &___pointSizeSamplingMode_2; }
inline void set_pointSizeSamplingMode_2(int32_t value)
{
___pointSizeSamplingMode_2 = value;
}
inline static int32_t get_offset_of_pointSize_3() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___pointSize_3)); }
inline int32_t get_pointSize_3() const { return ___pointSize_3; }
inline int32_t* get_address_of_pointSize_3() { return &___pointSize_3; }
inline void set_pointSize_3(int32_t value)
{
___pointSize_3 = value;
}
inline static int32_t get_offset_of_padding_4() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___padding_4)); }
inline int32_t get_padding_4() const { return ___padding_4; }
inline int32_t* get_address_of_padding_4() { return &___padding_4; }
inline void set_padding_4(int32_t value)
{
___padding_4 = value;
}
inline static int32_t get_offset_of_packingMode_5() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___packingMode_5)); }
inline int32_t get_packingMode_5() const { return ___packingMode_5; }
inline int32_t* get_address_of_packingMode_5() { return &___packingMode_5; }
inline void set_packingMode_5(int32_t value)
{
___packingMode_5 = value;
}
inline static int32_t get_offset_of_atlasWidth_6() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___atlasWidth_6)); }
inline int32_t get_atlasWidth_6() const { return ___atlasWidth_6; }
inline int32_t* get_address_of_atlasWidth_6() { return &___atlasWidth_6; }
inline void set_atlasWidth_6(int32_t value)
{
___atlasWidth_6 = value;
}
inline static int32_t get_offset_of_atlasHeight_7() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___atlasHeight_7)); }
inline int32_t get_atlasHeight_7() const { return ___atlasHeight_7; }
inline int32_t* get_address_of_atlasHeight_7() { return &___atlasHeight_7; }
inline void set_atlasHeight_7(int32_t value)
{
___atlasHeight_7 = value;
}
inline static int32_t get_offset_of_characterSetSelectionMode_8() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___characterSetSelectionMode_8)); }
inline int32_t get_characterSetSelectionMode_8() const { return ___characterSetSelectionMode_8; }
inline int32_t* get_address_of_characterSetSelectionMode_8() { return &___characterSetSelectionMode_8; }
inline void set_characterSetSelectionMode_8(int32_t value)
{
___characterSetSelectionMode_8 = value;
}
inline static int32_t get_offset_of_characterSequence_9() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___characterSequence_9)); }
inline String_t* get_characterSequence_9() const { return ___characterSequence_9; }
inline String_t** get_address_of_characterSequence_9() { return &___characterSequence_9; }
inline void set_characterSequence_9(String_t* value)
{
___characterSequence_9 = value;
Il2CppCodeGenWriteBarrier((&___characterSequence_9), value);
}
inline static int32_t get_offset_of_referencedFontAssetGUID_10() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___referencedFontAssetGUID_10)); }
inline String_t* get_referencedFontAssetGUID_10() const { return ___referencedFontAssetGUID_10; }
inline String_t** get_address_of_referencedFontAssetGUID_10() { return &___referencedFontAssetGUID_10; }
inline void set_referencedFontAssetGUID_10(String_t* value)
{
___referencedFontAssetGUID_10 = value;
Il2CppCodeGenWriteBarrier((&___referencedFontAssetGUID_10), value);
}
inline static int32_t get_offset_of_referencedTextAssetGUID_11() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___referencedTextAssetGUID_11)); }
inline String_t* get_referencedTextAssetGUID_11() const { return ___referencedTextAssetGUID_11; }
inline String_t** get_address_of_referencedTextAssetGUID_11() { return &___referencedTextAssetGUID_11; }
inline void set_referencedTextAssetGUID_11(String_t* value)
{
___referencedTextAssetGUID_11 = value;
Il2CppCodeGenWriteBarrier((&___referencedTextAssetGUID_11), value);
}
inline static int32_t get_offset_of_fontStyle_12() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___fontStyle_12)); }
inline int32_t get_fontStyle_12() const { return ___fontStyle_12; }
inline int32_t* get_address_of_fontStyle_12() { return &___fontStyle_12; }
inline void set_fontStyle_12(int32_t value)
{
___fontStyle_12 = value;
}
inline static int32_t get_offset_of_fontStyleModifier_13() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___fontStyleModifier_13)); }
inline float get_fontStyleModifier_13() const { return ___fontStyleModifier_13; }
inline float* get_address_of_fontStyleModifier_13() { return &___fontStyleModifier_13; }
inline void set_fontStyleModifier_13(float value)
{
___fontStyleModifier_13 = value;
}
inline static int32_t get_offset_of_renderMode_14() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___renderMode_14)); }
inline int32_t get_renderMode_14() const { return ___renderMode_14; }
inline int32_t* get_address_of_renderMode_14() { return &___renderMode_14; }
inline void set_renderMode_14(int32_t value)
{
___renderMode_14 = value;
}
inline static int32_t get_offset_of_includeFontFeatures_15() { return static_cast<int32_t>(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___includeFontFeatures_15)); }
inline bool get_includeFontFeatures_15() const { return ___includeFontFeatures_15; }
inline bool* get_address_of_includeFontFeatures_15() { return &___includeFontFeatures_15; }
inline void set_includeFontFeatures_15(bool value)
{
___includeFontFeatures_15 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.FontAssetCreationSettings
struct FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_marshaled_pinvoke
{
char* ___sourceFontFileName_0;
char* ___sourceFontFileGUID_1;
int32_t ___pointSizeSamplingMode_2;
int32_t ___pointSize_3;
int32_t ___padding_4;
int32_t ___packingMode_5;
int32_t ___atlasWidth_6;
int32_t ___atlasHeight_7;
int32_t ___characterSetSelectionMode_8;
char* ___characterSequence_9;
char* ___referencedFontAssetGUID_10;
char* ___referencedTextAssetGUID_11;
int32_t ___fontStyle_12;
float ___fontStyleModifier_13;
int32_t ___renderMode_14;
int32_t ___includeFontFeatures_15;
};
// Native definition for COM marshalling of TMPro.FontAssetCreationSettings
struct FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_marshaled_com
{
Il2CppChar* ___sourceFontFileName_0;
Il2CppChar* ___sourceFontFileGUID_1;
int32_t ___pointSizeSamplingMode_2;
int32_t ___pointSize_3;
int32_t ___padding_4;
int32_t ___packingMode_5;
int32_t ___atlasWidth_6;
int32_t ___atlasHeight_7;
int32_t ___characterSetSelectionMode_8;
Il2CppChar* ___characterSequence_9;
Il2CppChar* ___referencedFontAssetGUID_10;
Il2CppChar* ___referencedTextAssetGUID_11;
int32_t ___fontStyle_12;
float ___fontStyleModifier_13;
int32_t ___renderMode_14;
int32_t ___includeFontFeatures_15;
};
#endif // FONTASSETCREATIONSETTINGS_TC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_H
#ifndef GLYPHVALUERECORD_T978E7932FA4A5D424E6CFBB65E98B16D02BE18DD_H
#define GLYPHVALUERECORD_T978E7932FA4A5D424E6CFBB65E98B16D02BE18DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.GlyphValueRecord
struct GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD
{
public:
// System.Single TMPro.GlyphValueRecord::xPlacement
float ___xPlacement_0;
// System.Single TMPro.GlyphValueRecord::yPlacement
float ___yPlacement_1;
// System.Single TMPro.GlyphValueRecord::xAdvance
float ___xAdvance_2;
// System.Single TMPro.GlyphValueRecord::yAdvance
float ___yAdvance_3;
public:
inline static int32_t get_offset_of_xPlacement_0() { return static_cast<int32_t>(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___xPlacement_0)); }
inline float get_xPlacement_0() const { return ___xPlacement_0; }
inline float* get_address_of_xPlacement_0() { return &___xPlacement_0; }
inline void set_xPlacement_0(float value)
{
___xPlacement_0 = value;
}
inline static int32_t get_offset_of_yPlacement_1() { return static_cast<int32_t>(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___yPlacement_1)); }
inline float get_yPlacement_1() const { return ___yPlacement_1; }
inline float* get_address_of_yPlacement_1() { return &___yPlacement_1; }
inline void set_yPlacement_1(float value)
{
___yPlacement_1 = value;
}
inline static int32_t get_offset_of_xAdvance_2() { return static_cast<int32_t>(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___xAdvance_2)); }
inline float get_xAdvance_2() const { return ___xAdvance_2; }
inline float* get_address_of_xAdvance_2() { return &___xAdvance_2; }
inline void set_xAdvance_2(float value)
{
___xAdvance_2 = value;
}
inline static int32_t get_offset_of_yAdvance_3() { return static_cast<int32_t>(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___yAdvance_3)); }
inline float get_yAdvance_3() const { return ___yAdvance_3; }
inline float* get_address_of_yAdvance_3() { return &___yAdvance_3; }
inline void set_yAdvance_3(float value)
{
___yAdvance_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GLYPHVALUERECORD_T978E7932FA4A5D424E6CFBB65E98B16D02BE18DD_H
#ifndef KERNINGPAIRKEY_TE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3_H
#define KERNINGPAIRKEY_TE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.KerningPairKey
struct KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3
{
public:
// System.UInt32 TMPro.KerningPairKey::ascii_Left
uint32_t ___ascii_Left_0;
// System.UInt32 TMPro.KerningPairKey::ascii_Right
uint32_t ___ascii_Right_1;
// System.UInt32 TMPro.KerningPairKey::key
uint32_t ___key_2;
public:
inline static int32_t get_offset_of_ascii_Left_0() { return static_cast<int32_t>(offsetof(KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3, ___ascii_Left_0)); }
inline uint32_t get_ascii_Left_0() const { return ___ascii_Left_0; }
inline uint32_t* get_address_of_ascii_Left_0() { return &___ascii_Left_0; }
inline void set_ascii_Left_0(uint32_t value)
{
___ascii_Left_0 = value;
}
inline static int32_t get_offset_of_ascii_Right_1() { return static_cast<int32_t>(offsetof(KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3, ___ascii_Right_1)); }
inline uint32_t get_ascii_Right_1() const { return ___ascii_Right_1; }
inline uint32_t* get_address_of_ascii_Right_1() { return &___ascii_Right_1; }
inline void set_ascii_Right_1(uint32_t value)
{
___ascii_Right_1 = value;
}
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3, ___key_2)); }
inline uint32_t get_key_2() const { return ___key_2; }
inline uint32_t* get_address_of_key_2() { return &___key_2; }
inline void set_key_2(uint32_t value)
{
___key_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KERNINGPAIRKEY_TE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3_H
#ifndef MATERIALREFERENCE_TFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_H
#define MATERIALREFERENCE_TFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.MaterialReference
struct MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F
{
public:
// System.Int32 TMPro.MaterialReference::index
int32_t ___index_0;
// TMPro.TMP_FontAsset TMPro.MaterialReference::fontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_1;
// TMPro.TMP_SpriteAsset TMPro.MaterialReference::spriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_2;
// UnityEngine.Material TMPro.MaterialReference::material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_3;
// System.Boolean TMPro.MaterialReference::isDefaultMaterial
bool ___isDefaultMaterial_4;
// System.Boolean TMPro.MaterialReference::isFallbackMaterial
bool ___isFallbackMaterial_5;
// UnityEngine.Material TMPro.MaterialReference::fallbackMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_6;
// System.Single TMPro.MaterialReference::padding
float ___padding_7;
// System.Int32 TMPro.MaterialReference::referenceCount
int32_t ___referenceCount_8;
public:
inline static int32_t get_offset_of_index_0() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___index_0)); }
inline int32_t get_index_0() const { return ___index_0; }
inline int32_t* get_address_of_index_0() { return &___index_0; }
inline void set_index_0(int32_t value)
{
___index_0 = value;
}
inline static int32_t get_offset_of_fontAsset_1() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___fontAsset_1)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_fontAsset_1() const { return ___fontAsset_1; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_fontAsset_1() { return &___fontAsset_1; }
inline void set_fontAsset_1(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___fontAsset_1 = value;
Il2CppCodeGenWriteBarrier((&___fontAsset_1), value);
}
inline static int32_t get_offset_of_spriteAsset_2() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___spriteAsset_2)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_spriteAsset_2() const { return ___spriteAsset_2; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_spriteAsset_2() { return &___spriteAsset_2; }
inline void set_spriteAsset_2(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___spriteAsset_2 = value;
Il2CppCodeGenWriteBarrier((&___spriteAsset_2), value);
}
inline static int32_t get_offset_of_material_3() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___material_3)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_3() const { return ___material_3; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_3() { return &___material_3; }
inline void set_material_3(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___material_3 = value;
Il2CppCodeGenWriteBarrier((&___material_3), value);
}
inline static int32_t get_offset_of_isDefaultMaterial_4() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___isDefaultMaterial_4)); }
inline bool get_isDefaultMaterial_4() const { return ___isDefaultMaterial_4; }
inline bool* get_address_of_isDefaultMaterial_4() { return &___isDefaultMaterial_4; }
inline void set_isDefaultMaterial_4(bool value)
{
___isDefaultMaterial_4 = value;
}
inline static int32_t get_offset_of_isFallbackMaterial_5() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___isFallbackMaterial_5)); }
inline bool get_isFallbackMaterial_5() const { return ___isFallbackMaterial_5; }
inline bool* get_address_of_isFallbackMaterial_5() { return &___isFallbackMaterial_5; }
inline void set_isFallbackMaterial_5(bool value)
{
___isFallbackMaterial_5 = value;
}
inline static int32_t get_offset_of_fallbackMaterial_6() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___fallbackMaterial_6)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_fallbackMaterial_6() const { return ___fallbackMaterial_6; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_fallbackMaterial_6() { return &___fallbackMaterial_6; }
inline void set_fallbackMaterial_6(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___fallbackMaterial_6 = value;
Il2CppCodeGenWriteBarrier((&___fallbackMaterial_6), value);
}
inline static int32_t get_offset_of_padding_7() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___padding_7)); }
inline float get_padding_7() const { return ___padding_7; }
inline float* get_address_of_padding_7() { return &___padding_7; }
inline void set_padding_7(float value)
{
___padding_7 = value;
}
inline static int32_t get_offset_of_referenceCount_8() { return static_cast<int32_t>(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___referenceCount_8)); }
inline int32_t get_referenceCount_8() const { return ___referenceCount_8; }
inline int32_t* get_address_of_referenceCount_8() { return &___referenceCount_8; }
inline void set_referenceCount_8(int32_t value)
{
___referenceCount_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.MaterialReference
struct MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_marshaled_pinvoke
{
int32_t ___index_0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_1;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_3;
int32_t ___isDefaultMaterial_4;
int32_t ___isFallbackMaterial_5;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_6;
float ___padding_7;
int32_t ___referenceCount_8;
};
// Native definition for COM marshalling of TMPro.MaterialReference
struct MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_marshaled_com
{
int32_t ___index_0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_1;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_3;
int32_t ___isDefaultMaterial_4;
int32_t ___isFallbackMaterial_5;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_6;
float ___padding_7;
int32_t ___referenceCount_8;
};
#endif // MATERIALREFERENCE_TFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_H
#ifndef TMP_BASICXMLTAGSTACK_TC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8_H
#define TMP_BASICXMLTAGSTACK_TC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_BasicXmlTagStack
struct TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8
{
public:
// System.Byte TMPro.TMP_BasicXmlTagStack::bold
uint8_t ___bold_0;
// System.Byte TMPro.TMP_BasicXmlTagStack::italic
uint8_t ___italic_1;
// System.Byte TMPro.TMP_BasicXmlTagStack::underline
uint8_t ___underline_2;
// System.Byte TMPro.TMP_BasicXmlTagStack::strikethrough
uint8_t ___strikethrough_3;
// System.Byte TMPro.TMP_BasicXmlTagStack::highlight
uint8_t ___highlight_4;
// System.Byte TMPro.TMP_BasicXmlTagStack::superscript
uint8_t ___superscript_5;
// System.Byte TMPro.TMP_BasicXmlTagStack::subscript
uint8_t ___subscript_6;
// System.Byte TMPro.TMP_BasicXmlTagStack::uppercase
uint8_t ___uppercase_7;
// System.Byte TMPro.TMP_BasicXmlTagStack::lowercase
uint8_t ___lowercase_8;
// System.Byte TMPro.TMP_BasicXmlTagStack::smallcaps
uint8_t ___smallcaps_9;
public:
inline static int32_t get_offset_of_bold_0() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___bold_0)); }
inline uint8_t get_bold_0() const { return ___bold_0; }
inline uint8_t* get_address_of_bold_0() { return &___bold_0; }
inline void set_bold_0(uint8_t value)
{
___bold_0 = value;
}
inline static int32_t get_offset_of_italic_1() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___italic_1)); }
inline uint8_t get_italic_1() const { return ___italic_1; }
inline uint8_t* get_address_of_italic_1() { return &___italic_1; }
inline void set_italic_1(uint8_t value)
{
___italic_1 = value;
}
inline static int32_t get_offset_of_underline_2() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___underline_2)); }
inline uint8_t get_underline_2() const { return ___underline_2; }
inline uint8_t* get_address_of_underline_2() { return &___underline_2; }
inline void set_underline_2(uint8_t value)
{
___underline_2 = value;
}
inline static int32_t get_offset_of_strikethrough_3() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___strikethrough_3)); }
inline uint8_t get_strikethrough_3() const { return ___strikethrough_3; }
inline uint8_t* get_address_of_strikethrough_3() { return &___strikethrough_3; }
inline void set_strikethrough_3(uint8_t value)
{
___strikethrough_3 = value;
}
inline static int32_t get_offset_of_highlight_4() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___highlight_4)); }
inline uint8_t get_highlight_4() const { return ___highlight_4; }
inline uint8_t* get_address_of_highlight_4() { return &___highlight_4; }
inline void set_highlight_4(uint8_t value)
{
___highlight_4 = value;
}
inline static int32_t get_offset_of_superscript_5() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___superscript_5)); }
inline uint8_t get_superscript_5() const { return ___superscript_5; }
inline uint8_t* get_address_of_superscript_5() { return &___superscript_5; }
inline void set_superscript_5(uint8_t value)
{
___superscript_5 = value;
}
inline static int32_t get_offset_of_subscript_6() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___subscript_6)); }
inline uint8_t get_subscript_6() const { return ___subscript_6; }
inline uint8_t* get_address_of_subscript_6() { return &___subscript_6; }
inline void set_subscript_6(uint8_t value)
{
___subscript_6 = value;
}
inline static int32_t get_offset_of_uppercase_7() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___uppercase_7)); }
inline uint8_t get_uppercase_7() const { return ___uppercase_7; }
inline uint8_t* get_address_of_uppercase_7() { return &___uppercase_7; }
inline void set_uppercase_7(uint8_t value)
{
___uppercase_7 = value;
}
inline static int32_t get_offset_of_lowercase_8() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___lowercase_8)); }
inline uint8_t get_lowercase_8() const { return ___lowercase_8; }
inline uint8_t* get_address_of_lowercase_8() { return &___lowercase_8; }
inline void set_lowercase_8(uint8_t value)
{
___lowercase_8 = value;
}
inline static int32_t get_offset_of_smallcaps_9() { return static_cast<int32_t>(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___smallcaps_9)); }
inline uint8_t get_smallcaps_9() const { return ___smallcaps_9; }
inline uint8_t* get_address_of_smallcaps_9() { return &___smallcaps_9; }
inline void set_smallcaps_9(uint8_t value)
{
___smallcaps_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_BASICXMLTAGSTACK_TC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8_H
#ifndef TMP_FONTWEIGHTS_T73C4439052713BA6BDC38912F4EA3D6A992788CA_H
#define TMP_FONTWEIGHTS_T73C4439052713BA6BDC38912F4EA3D6A992788CA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_FontWeights
struct TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA
{
public:
// TMPro.TMP_FontAsset TMPro.TMP_FontWeights::regularTypeface
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0;
// TMPro.TMP_FontAsset TMPro.TMP_FontWeights::italicTypeface
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1;
public:
inline static int32_t get_offset_of_regularTypeface_0() { return static_cast<int32_t>(offsetof(TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA, ___regularTypeface_0)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_regularTypeface_0() const { return ___regularTypeface_0; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_regularTypeface_0() { return &___regularTypeface_0; }
inline void set_regularTypeface_0(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___regularTypeface_0 = value;
Il2CppCodeGenWriteBarrier((&___regularTypeface_0), value);
}
inline static int32_t get_offset_of_italicTypeface_1() { return static_cast<int32_t>(offsetof(TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA, ___italicTypeface_1)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_italicTypeface_1() const { return ___italicTypeface_1; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_italicTypeface_1() { return &___italicTypeface_1; }
inline void set_italicTypeface_1(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___italicTypeface_1 = value;
Il2CppCodeGenWriteBarrier((&___italicTypeface_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.TMP_FontWeights
struct TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA_marshaled_pinvoke
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1;
};
// Native definition for COM marshalling of TMPro.TMP_FontWeights
struct TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA_marshaled_com
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1;
};
#endif // TMP_FONTWEIGHTS_T73C4439052713BA6BDC38912F4EA3D6A992788CA_H
#ifndef TMP_GLYPH_TCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C_H
#define TMP_GLYPH_TCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Glyph
struct TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C : public TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_GLYPH_TCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C_H
#ifndef TMP_LINKINFO_T7F4B699290A975144DF7094667825BCD52594468_H
#define TMP_LINKINFO_T7F4B699290A975144DF7094667825BCD52594468_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_LinkInfo
struct TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468
{
public:
// TMPro.TMP_Text TMPro.TMP_LinkInfo::textComponent
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_0;
// System.Int32 TMPro.TMP_LinkInfo::hashCode
int32_t ___hashCode_1;
// System.Int32 TMPro.TMP_LinkInfo::linkIdFirstCharacterIndex
int32_t ___linkIdFirstCharacterIndex_2;
// System.Int32 TMPro.TMP_LinkInfo::linkIdLength
int32_t ___linkIdLength_3;
// System.Int32 TMPro.TMP_LinkInfo::linkTextfirstCharacterIndex
int32_t ___linkTextfirstCharacterIndex_4;
// System.Int32 TMPro.TMP_LinkInfo::linkTextLength
int32_t ___linkTextLength_5;
// System.Char[] TMPro.TMP_LinkInfo::linkID
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___linkID_6;
public:
inline static int32_t get_offset_of_textComponent_0() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___textComponent_0)); }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_textComponent_0() const { return ___textComponent_0; }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_textComponent_0() { return &___textComponent_0; }
inline void set_textComponent_0(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value)
{
___textComponent_0 = value;
Il2CppCodeGenWriteBarrier((&___textComponent_0), value);
}
inline static int32_t get_offset_of_hashCode_1() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___hashCode_1)); }
inline int32_t get_hashCode_1() const { return ___hashCode_1; }
inline int32_t* get_address_of_hashCode_1() { return &___hashCode_1; }
inline void set_hashCode_1(int32_t value)
{
___hashCode_1 = value;
}
inline static int32_t get_offset_of_linkIdFirstCharacterIndex_2() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkIdFirstCharacterIndex_2)); }
inline int32_t get_linkIdFirstCharacterIndex_2() const { return ___linkIdFirstCharacterIndex_2; }
inline int32_t* get_address_of_linkIdFirstCharacterIndex_2() { return &___linkIdFirstCharacterIndex_2; }
inline void set_linkIdFirstCharacterIndex_2(int32_t value)
{
___linkIdFirstCharacterIndex_2 = value;
}
inline static int32_t get_offset_of_linkIdLength_3() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkIdLength_3)); }
inline int32_t get_linkIdLength_3() const { return ___linkIdLength_3; }
inline int32_t* get_address_of_linkIdLength_3() { return &___linkIdLength_3; }
inline void set_linkIdLength_3(int32_t value)
{
___linkIdLength_3 = value;
}
inline static int32_t get_offset_of_linkTextfirstCharacterIndex_4() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkTextfirstCharacterIndex_4)); }
inline int32_t get_linkTextfirstCharacterIndex_4() const { return ___linkTextfirstCharacterIndex_4; }
inline int32_t* get_address_of_linkTextfirstCharacterIndex_4() { return &___linkTextfirstCharacterIndex_4; }
inline void set_linkTextfirstCharacterIndex_4(int32_t value)
{
___linkTextfirstCharacterIndex_4 = value;
}
inline static int32_t get_offset_of_linkTextLength_5() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkTextLength_5)); }
inline int32_t get_linkTextLength_5() const { return ___linkTextLength_5; }
inline int32_t* get_address_of_linkTextLength_5() { return &___linkTextLength_5; }
inline void set_linkTextLength_5(int32_t value)
{
___linkTextLength_5 = value;
}
inline static int32_t get_offset_of_linkID_6() { return static_cast<int32_t>(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkID_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_linkID_6() const { return ___linkID_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_linkID_6() { return &___linkID_6; }
inline void set_linkID_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___linkID_6 = value;
Il2CppCodeGenWriteBarrier((&___linkID_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.TMP_LinkInfo
struct TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_pinvoke
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_0;
int32_t ___hashCode_1;
int32_t ___linkIdFirstCharacterIndex_2;
int32_t ___linkIdLength_3;
int32_t ___linkTextfirstCharacterIndex_4;
int32_t ___linkTextLength_5;
uint8_t* ___linkID_6;
};
// Native definition for COM marshalling of TMPro.TMP_LinkInfo
struct TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_com
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_0;
int32_t ___hashCode_1;
int32_t ___linkIdFirstCharacterIndex_2;
int32_t ___linkIdLength_3;
int32_t ___linkTextfirstCharacterIndex_4;
int32_t ___linkTextLength_5;
uint8_t* ___linkID_6;
};
#endif // TMP_LINKINFO_T7F4B699290A975144DF7094667825BCD52594468_H
#ifndef TMP_PAGEINFO_T5D305B11116379997CA9649E8D87B3D7162ABB24_H
#define TMP_PAGEINFO_T5D305B11116379997CA9649E8D87B3D7162ABB24_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_PageInfo
struct TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24
{
public:
// System.Int32 TMPro.TMP_PageInfo::firstCharacterIndex
int32_t ___firstCharacterIndex_0;
// System.Int32 TMPro.TMP_PageInfo::lastCharacterIndex
int32_t ___lastCharacterIndex_1;
// System.Single TMPro.TMP_PageInfo::ascender
float ___ascender_2;
// System.Single TMPro.TMP_PageInfo::baseLine
float ___baseLine_3;
// System.Single TMPro.TMP_PageInfo::descender
float ___descender_4;
public:
inline static int32_t get_offset_of_firstCharacterIndex_0() { return static_cast<int32_t>(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___firstCharacterIndex_0)); }
inline int32_t get_firstCharacterIndex_0() const { return ___firstCharacterIndex_0; }
inline int32_t* get_address_of_firstCharacterIndex_0() { return &___firstCharacterIndex_0; }
inline void set_firstCharacterIndex_0(int32_t value)
{
___firstCharacterIndex_0 = value;
}
inline static int32_t get_offset_of_lastCharacterIndex_1() { return static_cast<int32_t>(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___lastCharacterIndex_1)); }
inline int32_t get_lastCharacterIndex_1() const { return ___lastCharacterIndex_1; }
inline int32_t* get_address_of_lastCharacterIndex_1() { return &___lastCharacterIndex_1; }
inline void set_lastCharacterIndex_1(int32_t value)
{
___lastCharacterIndex_1 = value;
}
inline static int32_t get_offset_of_ascender_2() { return static_cast<int32_t>(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___ascender_2)); }
inline float get_ascender_2() const { return ___ascender_2; }
inline float* get_address_of_ascender_2() { return &___ascender_2; }
inline void set_ascender_2(float value)
{
___ascender_2 = value;
}
inline static int32_t get_offset_of_baseLine_3() { return static_cast<int32_t>(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___baseLine_3)); }
inline float get_baseLine_3() const { return ___baseLine_3; }
inline float* get_address_of_baseLine_3() { return &___baseLine_3; }
inline void set_baseLine_3(float value)
{
___baseLine_3 = value;
}
inline static int32_t get_offset_of_descender_4() { return static_cast<int32_t>(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___descender_4)); }
inline float get_descender_4() const { return ___descender_4; }
inline float* get_address_of_descender_4() { return &___descender_4; }
inline void set_descender_4(float value)
{
___descender_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_PAGEINFO_T5D305B11116379997CA9649E8D87B3D7162ABB24_H
#ifndef TMP_SPRITEINFO_T55432612FE0D00F32826D0F817E8462F66CBABBB_H
#define TMP_SPRITEINFO_T55432612FE0D00F32826D0F817E8462F66CBABBB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SpriteInfo
struct TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB
{
public:
// System.Int32 TMPro.TMP_SpriteInfo::spriteIndex
int32_t ___spriteIndex_0;
// System.Int32 TMPro.TMP_SpriteInfo::characterIndex
int32_t ___characterIndex_1;
// System.Int32 TMPro.TMP_SpriteInfo::vertexIndex
int32_t ___vertexIndex_2;
public:
inline static int32_t get_offset_of_spriteIndex_0() { return static_cast<int32_t>(offsetof(TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB, ___spriteIndex_0)); }
inline int32_t get_spriteIndex_0() const { return ___spriteIndex_0; }
inline int32_t* get_address_of_spriteIndex_0() { return &___spriteIndex_0; }
inline void set_spriteIndex_0(int32_t value)
{
___spriteIndex_0 = value;
}
inline static int32_t get_offset_of_characterIndex_1() { return static_cast<int32_t>(offsetof(TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB, ___characterIndex_1)); }
inline int32_t get_characterIndex_1() const { return ___characterIndex_1; }
inline int32_t* get_address_of_characterIndex_1() { return &___characterIndex_1; }
inline void set_characterIndex_1(int32_t value)
{
___characterIndex_1 = value;
}
inline static int32_t get_offset_of_vertexIndex_2() { return static_cast<int32_t>(offsetof(TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB, ___vertexIndex_2)); }
inline int32_t get_vertexIndex_2() const { return ___vertexIndex_2; }
inline int32_t* get_address_of_vertexIndex_2() { return &___vertexIndex_2; }
inline void set_vertexIndex_2(int32_t value)
{
___vertexIndex_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SPRITEINFO_T55432612FE0D00F32826D0F817E8462F66CBABBB_H
#ifndef TMP_XMLTAGSTACK_1_T2E9DCE707626EAF04E59BA503BA8FF207C8E5605_H
#define TMP_XMLTAGSTACK_1_T2E9DCE707626EAF04E59BA503BA8FF207C8E5605_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<System.Int32>
struct TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
int32_t ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___itemStack_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_itemStack_0() const { return ___itemStack_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___m_defaultItem_3)); }
inline int32_t get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline int32_t* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(int32_t value)
{
___m_defaultItem_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_T2E9DCE707626EAF04E59BA503BA8FF207C8E5605_H
#ifndef TMP_XMLTAGSTACK_1_T1D9930A2966A07364CDBEBF50B2EC91C0799BB94_H
#define TMP_XMLTAGSTACK_1_T1D9930A2966A07364CDBEBF50B2EC91C0799BB94_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<System.Object>
struct TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
RuntimeObject * ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___itemStack_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_itemStack_0() const { return ___itemStack_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___m_defaultItem_3)); }
inline RuntimeObject * get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline RuntimeObject ** get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(RuntimeObject * value)
{
___m_defaultItem_3 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultItem_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_T1D9930A2966A07364CDBEBF50B2EC91C0799BB94_H
#ifndef TMP_XMLTAGSTACK_1_T6154B3FE95201F122D06B29F910282D903233B3E_H
#define TMP_XMLTAGSTACK_1_T6154B3FE95201F122D06B29F910282D903233B3E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<System.Single>
struct TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
float ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___itemStack_0)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_itemStack_0() const { return ___itemStack_0; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___m_defaultItem_3)); }
inline float get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline float* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(float value)
{
___m_defaultItem_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_T6154B3FE95201F122D06B29F910282D903233B3E_H
#ifndef TMP_XMLTAGSTACK_1_T357AC63D4EC290220DBE5C99C30F9FD6FEF05063_H
#define TMP_XMLTAGSTACK_1_T357AC63D4EC290220DBE5C99C30F9FD6FEF05063_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>
struct TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___itemStack_0)); }
inline TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* get_itemStack_0() const { return ___itemStack_0; }
inline TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___m_defaultItem_3)); }
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * value)
{
___m_defaultItem_3 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultItem_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_T357AC63D4EC290220DBE5C99C30F9FD6FEF05063_H
#ifndef COLOR_T119BCA590009762C7223FDD3AF9706653AC84ED2_H
#define COLOR_T119BCA590009762C7223FDD3AF9706653AC84ED2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Color
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
{
public:
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
public:
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
inline float get_r_0() const { return ___r_0; }
inline float* get_address_of_r_0() { return &___r_0; }
inline void set_r_0(float value)
{
___r_0 = value;
}
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
inline float get_g_1() const { return ___g_1; }
inline float* get_address_of_g_1() { return &___g_1; }
inline void set_g_1(float value)
{
___g_1 = value;
}
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
inline float get_b_2() const { return ___b_2; }
inline float* get_address_of_b_2() { return &___b_2; }
inline void set_b_2(float value)
{
___b_2 = value;
}
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
inline float get_a_3() const { return ___a_3; }
inline float* get_address_of_a_3() { return &___a_3; }
inline void set_a_3(float value)
{
___a_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLOR_T119BCA590009762C7223FDD3AF9706653AC84ED2_H
#ifndef COLOR32_T23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_H
#define COLOR32_T23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Color32
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
{
public:
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
public:
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
inline int32_t get_rgba_0() const { return ___rgba_0; }
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
inline void set_rgba_0(int32_t value)
{
___rgba_0 = value;
}
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
inline uint8_t get_r_1() const { return ___r_1; }
inline uint8_t* get_address_of_r_1() { return &___r_1; }
inline void set_r_1(uint8_t value)
{
___r_1 = value;
}
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
inline uint8_t get_g_2() const { return ___g_2; }
inline uint8_t* get_address_of_g_2() { return &___g_2; }
inline void set_g_2(uint8_t value)
{
___g_2 = value;
}
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
inline uint8_t get_b_3() const { return ___b_3; }
inline uint8_t* get_address_of_b_3() { return &___b_3; }
inline void set_b_3(uint8_t value)
{
___b_3 = value;
}
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
inline uint8_t get_a_4() const { return ___a_4; }
inline uint8_t* get_address_of_a_4() { return &___a_4; }
inline void set_a_4(uint8_t value)
{
___a_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLOR32_T23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_H
#ifndef BASEEVENTDATA_T46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_H
#define BASEEVENTDATA_T46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 : public AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6
{
public:
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___m_EventSystem_1;
public:
inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast<int32_t>(offsetof(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5, ___m_EventSystem_1)); }
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * get_m_EventSystem_1() const { return ___m_EventSystem_1; }
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; }
inline void set_m_EventSystem_1(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * value)
{
___m_EventSystem_1 = value;
Il2CppCodeGenWriteBarrier((&___m_EventSystem_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BASEEVENTDATA_T46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_H
#ifndef UNITYEVENT_1_TACA444CD8B2CBDCD9393629F06117A47C27A8F15_H
#define UNITYEVENT_1_TACA444CD8B2CBDCD9393629F06117A47C27A8F15_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Events.UnityEvent`1<System.String>
struct UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_4;
public:
inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast<int32_t>(offsetof(UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15, ___m_InvokeArray_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; }
inline void set_m_InvokeArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_4 = value;
Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNITYEVENT_1_TACA444CD8B2CBDCD9393629F06117A47C27A8F15_H
#ifndef UNITYEVENT_3_T832C126B9440500DC7A72F1FAC225BF1007C27A9_H
#define UNITYEVENT_3_T832C126B9440500DC7A72F1FAC225BF1007C27A9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>
struct UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_4;
public:
inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast<int32_t>(offsetof(UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9, ___m_InvokeArray_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; }
inline void set_m_InvokeArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_4 = value;
Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNITYEVENT_3_T832C126B9440500DC7A72F1FAC225BF1007C27A9_H
#ifndef MATRIX4X4_T6BF60F70C9169DF14C9D2577672A44224B236ECA_H
#define MATRIX4X4_T6BF60F70C9169DF14C9D2577672A44224B236ECA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Matrix4x4
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
{
public:
// System.Single UnityEngine.Matrix4x4::m00
float ___m00_0;
// System.Single UnityEngine.Matrix4x4::m10
float ___m10_1;
// System.Single UnityEngine.Matrix4x4::m20
float ___m20_2;
// System.Single UnityEngine.Matrix4x4::m30
float ___m30_3;
// System.Single UnityEngine.Matrix4x4::m01
float ___m01_4;
// System.Single UnityEngine.Matrix4x4::m11
float ___m11_5;
// System.Single UnityEngine.Matrix4x4::m21
float ___m21_6;
// System.Single UnityEngine.Matrix4x4::m31
float ___m31_7;
// System.Single UnityEngine.Matrix4x4::m02
float ___m02_8;
// System.Single UnityEngine.Matrix4x4::m12
float ___m12_9;
// System.Single UnityEngine.Matrix4x4::m22
float ___m22_10;
// System.Single UnityEngine.Matrix4x4::m32
float ___m32_11;
// System.Single UnityEngine.Matrix4x4::m03
float ___m03_12;
// System.Single UnityEngine.Matrix4x4::m13
float ___m13_13;
// System.Single UnityEngine.Matrix4x4::m23
float ___m23_14;
// System.Single UnityEngine.Matrix4x4::m33
float ___m33_15;
public:
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
inline float get_m00_0() const { return ___m00_0; }
inline float* get_address_of_m00_0() { return &___m00_0; }
inline void set_m00_0(float value)
{
___m00_0 = value;
}
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
inline float get_m10_1() const { return ___m10_1; }
inline float* get_address_of_m10_1() { return &___m10_1; }
inline void set_m10_1(float value)
{
___m10_1 = value;
}
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
inline float get_m20_2() const { return ___m20_2; }
inline float* get_address_of_m20_2() { return &___m20_2; }
inline void set_m20_2(float value)
{
___m20_2 = value;
}
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
inline float get_m30_3() const { return ___m30_3; }
inline float* get_address_of_m30_3() { return &___m30_3; }
inline void set_m30_3(float value)
{
___m30_3 = value;
}
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
inline float get_m01_4() const { return ___m01_4; }
inline float* get_address_of_m01_4() { return &___m01_4; }
inline void set_m01_4(float value)
{
___m01_4 = value;
}
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
inline float get_m11_5() const { return ___m11_5; }
inline float* get_address_of_m11_5() { return &___m11_5; }
inline void set_m11_5(float value)
{
___m11_5 = value;
}
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
inline float get_m21_6() const { return ___m21_6; }
inline float* get_address_of_m21_6() { return &___m21_6; }
inline void set_m21_6(float value)
{
___m21_6 = value;
}
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
inline float get_m31_7() const { return ___m31_7; }
inline float* get_address_of_m31_7() { return &___m31_7; }
inline void set_m31_7(float value)
{
___m31_7 = value;
}
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
inline float get_m02_8() const { return ___m02_8; }
inline float* get_address_of_m02_8() { return &___m02_8; }
inline void set_m02_8(float value)
{
___m02_8 = value;
}
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
inline float get_m12_9() const { return ___m12_9; }
inline float* get_address_of_m12_9() { return &___m12_9; }
inline void set_m12_9(float value)
{
___m12_9 = value;
}
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
inline float get_m22_10() const { return ___m22_10; }
inline float* get_address_of_m22_10() { return &___m22_10; }
inline void set_m22_10(float value)
{
___m22_10 = value;
}
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
inline float get_m32_11() const { return ___m32_11; }
inline float* get_address_of_m32_11() { return &___m32_11; }
inline void set_m32_11(float value)
{
___m32_11 = value;
}
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
inline float get_m03_12() const { return ___m03_12; }
inline float* get_address_of_m03_12() { return &___m03_12; }
inline void set_m03_12(float value)
{
___m03_12 = value;
}
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
inline float get_m13_13() const { return ___m13_13; }
inline float* get_address_of_m13_13() { return &___m13_13; }
inline void set_m13_13(float value)
{
___m13_13 = value;
}
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
inline float get_m23_14() const { return ___m23_14; }
inline float* get_address_of_m23_14() { return &___m23_14; }
inline void set_m23_14(float value)
{
___m23_14 = value;
}
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
inline float get_m33_15() const { return ___m33_15; }
inline float* get_address_of_m33_15() { return &___m33_15; }
inline void set_m33_15(float value)
{
___m33_15 = value;
}
};
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
{
public:
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
public:
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___zeroMatrix_16 = value;
}
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___identityMatrix_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MATRIX4X4_T6BF60F70C9169DF14C9D2577672A44224B236ECA_H
#ifndef QUATERNION_T319F3319A7D43FFA5D819AD6C0A98851F0095357_H
#define QUATERNION_T319F3319A7D43FFA5D819AD6C0A98851F0095357_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Quaternion
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
{
public:
// System.Single UnityEngine.Quaternion::x
float ___x_0;
// System.Single UnityEngine.Quaternion::y
float ___y_1;
// System.Single UnityEngine.Quaternion::z
float ___z_2;
// System.Single UnityEngine.Quaternion::w
float ___w_3;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); }
inline float get_z_2() const { return ___z_2; }
inline float* get_address_of_z_2() { return &___z_2; }
inline void set_z_2(float value)
{
___z_2 = value;
}
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); }
inline float get_w_3() const { return ___w_3; }
inline float* get_address_of_w_3() { return &___w_3; }
inline void set_w_3(float value)
{
___w_3 = value;
}
};
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
{
public:
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
public:
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
{
___identityQuaternion_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUATERNION_T319F3319A7D43FFA5D819AD6C0A98851F0095357_H
#ifndef RECT_T35B976DE901B5423C11705E156938EA27AB402CE_H
#define RECT_T35B976DE901B5423C11705E156938EA27AB402CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Rect
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
{
public:
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
public:
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
inline float get_m_XMin_0() const { return ___m_XMin_0; }
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
inline void set_m_XMin_0(float value)
{
___m_XMin_0 = value;
}
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
inline float get_m_YMin_1() const { return ___m_YMin_1; }
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
inline void set_m_YMin_1(float value)
{
___m_YMin_1 = value;
}
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
inline float get_m_Width_2() const { return ___m_Width_2; }
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
inline void set_m_Width_2(float value)
{
___m_Width_2 = value;
}
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
inline float get_m_Height_3() const { return ___m_Height_3; }
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
inline void set_m_Height_3(float value)
{
___m_Height_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RECT_T35B976DE901B5423C11705E156938EA27AB402CE_H
#ifndef SPRITESTATE_T58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_H
#define SPRITESTATE_T58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.SpriteState
struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A
{
public:
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_2;
public:
inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_HighlightedSprite_0)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; }
inline void set_m_HighlightedSprite_0(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_HighlightedSprite_0 = value;
Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value);
}
inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_PressedSprite_1)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; }
inline void set_m_PressedSprite_1(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_PressedSprite_1 = value;
Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value);
}
inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_DisabledSprite_2)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; }
inline void set_m_DisabledSprite_2(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_DisabledSprite_2 = value;
Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState
struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_pinvoke
{
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_2;
};
// Native definition for COM marshalling of UnityEngine.UI.SpriteState
struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_com
{
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_2;
};
#endif // SPRITESTATE_T58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_H
#ifndef VECTOR2_TA85D2DD88578276CA8A8796756458277E72D073D_H
#define VECTOR2_TA85D2DD88578276CA8A8796756458277E72D073D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Vector2
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
{
public:
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
};
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
{
public:
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
public:
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___zeroVector_2 = value;
}
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___oneVector_3 = value;
}
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___upVector_4 = value;
}
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___downVector_5 = value;
}
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___leftVector_6 = value;
}
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___rightVector_7 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___positiveInfinityVector_8 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___negativeInfinityVector_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VECTOR2_TA85D2DD88578276CA8A8796756458277E72D073D_H
#ifndef VECTOR3_TDCF05E21F632FE2BA260C06E0D10CA81513E6720_H
#define VECTOR3_TDCF05E21F632FE2BA260C06E0D10CA81513E6720_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Vector3
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
{
public:
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
public:
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
inline float get_x_2() const { return ___x_2; }
inline float* get_address_of_x_2() { return &___x_2; }
inline void set_x_2(float value)
{
___x_2 = value;
}
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
inline float get_y_3() const { return ___y_3; }
inline float* get_address_of_y_3() { return &___y_3; }
inline void set_y_3(float value)
{
___y_3 = value;
}
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
inline float get_z_4() const { return ___z_4; }
inline float* get_address_of_z_4() { return &___z_4; }
inline void set_z_4(float value)
{
___z_4 = value;
}
};
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
{
public:
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___upVector_7 = value;
}
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___downVector_8 = value;
}
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___leftVector_9 = value;
}
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rightVector_10 = value;
}
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___forwardVector_11 = value;
}
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___backVector_12 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___positiveInfinityVector_13 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___negativeInfinityVector_14 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VECTOR3_TDCF05E21F632FE2BA260C06E0D10CA81513E6720_H
#ifndef VECTOR4_TD148D6428C3F8FF6CD998F82090113C2B490B76E_H
#define VECTOR4_TD148D6428C3F8FF6CD998F82090113C2B490B76E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Vector4
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
{
public:
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
public:
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
inline float get_x_1() const { return ___x_1; }
inline float* get_address_of_x_1() { return &___x_1; }
inline void set_x_1(float value)
{
___x_1 = value;
}
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
inline float get_y_2() const { return ___y_2; }
inline float* get_address_of_y_2() { return &___y_2; }
inline void set_y_2(float value)
{
___y_2 = value;
}
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
inline float get_z_3() const { return ___z_3; }
inline float* get_address_of_z_3() { return &___z_3; }
inline void set_z_3(float value)
{
___z_3 = value;
}
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
inline float get_w_4() const { return ___w_4; }
inline float* get_address_of_w_4() { return &___w_4; }
inline void set_w_4(float value)
{
___w_4 = value;
}
};
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___positiveInfinityVector_7 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___negativeInfinityVector_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VECTOR4_TD148D6428C3F8FF6CD998F82090113C2B490B76E_H
#ifndef WAITFORSECONDS_T3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_H
#define WAITFORSECONDS_T3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.Single UnityEngine.WaitForSeconds::m_Seconds
float ___m_Seconds_0;
public:
inline static int32_t get_offset_of_m_Seconds_0() { return static_cast<int32_t>(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); }
inline float get_m_Seconds_0() const { return ___m_Seconds_0; }
inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; }
inline void set_m_Seconds_0(float value)
{
___m_Seconds_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
float ___m_Seconds_0;
};
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
float ___m_Seconds_0;
};
#endif // WAITFORSECONDS_T3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T2BDD5686E87BA22996C7749A9C7A7F86EB589380_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T2BDD5686E87BA22996C7749A9C7A7F86EB589380_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46
__StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::9E6378168821DBABB7EE3D0154346480FAC8AEF1
__StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1;
public:
inline static int32_t get_offset_of_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380_StaticFields, ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0)); }
inline __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 get_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() const { return ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; }
inline __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 * get_address_of_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return &___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; }
inline void set_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0(__StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 value)
{
___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0 = value;
}
inline static int32_t get_offset_of_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380_StaticFields, ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1)); }
inline __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D get_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1() const { return ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1; }
inline __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D * get_address_of_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1() { return &___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1; }
inline void set_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1(__StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D value)
{
___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T2BDD5686E87BA22996C7749A9C7A7F86EB589380_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(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<int32_t>(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<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((&___m_target_2), value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((&___method_info_7), value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((&___original_method_info_8), value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((&___data_9), value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
#endif // DELEGATE_T_H
#ifndef INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H
#define INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32Enum
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
{
public:
// System.Int32 System.Int32Enum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef COLORMODE_TA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3_H
#define COLORMODE_TA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.ColorMode
struct ColorMode_tA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3
{
public:
// System.Int32 TMPro.ColorMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ColorMode_tA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLORMODE_TA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3_H
#ifndef EXTENTS_TB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3_H
#define EXTENTS_TB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.Extents
struct Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3
{
public:
// UnityEngine.Vector2 TMPro.Extents::min
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___min_0;
// UnityEngine.Vector2 TMPro.Extents::max
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___max_1;
public:
inline static int32_t get_offset_of_min_0() { return static_cast<int32_t>(offsetof(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3, ___min_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_min_0() const { return ___min_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_min_0() { return &___min_0; }
inline void set_min_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___min_0 = value;
}
inline static int32_t get_offset_of_max_1() { return static_cast<int32_t>(offsetof(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3, ___max_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_max_1() const { return ___max_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_max_1() { return &___max_1; }
inline void set_max_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___max_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXTENTS_TB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3_H
#ifndef FONTSTYLES_T31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893_H
#define FONTSTYLES_T31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.FontStyles
struct FontStyles_t31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893
{
public:
// System.Int32 TMPro.FontStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FontStyles_t31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FONTSTYLES_T31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893_H
#ifndef KERNINGPAIR_T4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD_H
#define KERNINGPAIR_T4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.KerningPair
struct KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD : public RuntimeObject
{
public:
// System.UInt32 TMPro.KerningPair::m_FirstGlyph
uint32_t ___m_FirstGlyph_0;
// TMPro.GlyphValueRecord TMPro.KerningPair::m_FirstGlyphAdjustments
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ___m_FirstGlyphAdjustments_1;
// System.UInt32 TMPro.KerningPair::m_SecondGlyph
uint32_t ___m_SecondGlyph_2;
// TMPro.GlyphValueRecord TMPro.KerningPair::m_SecondGlyphAdjustments
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ___m_SecondGlyphAdjustments_3;
// System.Single TMPro.KerningPair::xOffset
float ___xOffset_4;
public:
inline static int32_t get_offset_of_m_FirstGlyph_0() { return static_cast<int32_t>(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_FirstGlyph_0)); }
inline uint32_t get_m_FirstGlyph_0() const { return ___m_FirstGlyph_0; }
inline uint32_t* get_address_of_m_FirstGlyph_0() { return &___m_FirstGlyph_0; }
inline void set_m_FirstGlyph_0(uint32_t value)
{
___m_FirstGlyph_0 = value;
}
inline static int32_t get_offset_of_m_FirstGlyphAdjustments_1() { return static_cast<int32_t>(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_FirstGlyphAdjustments_1)); }
inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD get_m_FirstGlyphAdjustments_1() const { return ___m_FirstGlyphAdjustments_1; }
inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD * get_address_of_m_FirstGlyphAdjustments_1() { return &___m_FirstGlyphAdjustments_1; }
inline void set_m_FirstGlyphAdjustments_1(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD value)
{
___m_FirstGlyphAdjustments_1 = value;
}
inline static int32_t get_offset_of_m_SecondGlyph_2() { return static_cast<int32_t>(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_SecondGlyph_2)); }
inline uint32_t get_m_SecondGlyph_2() const { return ___m_SecondGlyph_2; }
inline uint32_t* get_address_of_m_SecondGlyph_2() { return &___m_SecondGlyph_2; }
inline void set_m_SecondGlyph_2(uint32_t value)
{
___m_SecondGlyph_2 = value;
}
inline static int32_t get_offset_of_m_SecondGlyphAdjustments_3() { return static_cast<int32_t>(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_SecondGlyphAdjustments_3)); }
inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD get_m_SecondGlyphAdjustments_3() const { return ___m_SecondGlyphAdjustments_3; }
inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD * get_address_of_m_SecondGlyphAdjustments_3() { return &___m_SecondGlyphAdjustments_3; }
inline void set_m_SecondGlyphAdjustments_3(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD value)
{
___m_SecondGlyphAdjustments_3 = value;
}
inline static int32_t get_offset_of_xOffset_4() { return static_cast<int32_t>(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___xOffset_4)); }
inline float get_xOffset_4() const { return ___xOffset_4; }
inline float* get_address_of_xOffset_4() { return &___xOffset_4; }
inline void set_xOffset_4(float value)
{
___xOffset_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KERNINGPAIR_T4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD_H
#ifndef MASKINGTYPES_T37B6F292739A890CF34EA024D24A5BFA88579086_H
#define MASKINGTYPES_T37B6F292739A890CF34EA024D24A5BFA88579086_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.MaskingTypes
struct MaskingTypes_t37B6F292739A890CF34EA024D24A5BFA88579086
{
public:
// System.Int32 TMPro.MaskingTypes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MaskingTypes_t37B6F292739A890CF34EA024D24A5BFA88579086, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MASKINGTYPES_T37B6F292739A890CF34EA024D24A5BFA88579086_H
#ifndef FONTASSETTYPES_T84B3D1C253DEE73A3CD751CE4FC71DC46C551946_H
#define FONTASSETTYPES_T84B3D1C253DEE73A3CD751CE4FC71DC46C551946_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_FontAsset_FontAssetTypes
struct FontAssetTypes_t84B3D1C253DEE73A3CD751CE4FC71DC46C551946
{
public:
// System.Int32 TMPro.TMP_FontAsset_FontAssetTypes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FontAssetTypes_t84B3D1C253DEE73A3CD751CE4FC71DC46C551946, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FONTASSETTYPES_T84B3D1C253DEE73A3CD751CE4FC71DC46C551946_H
#ifndef CHARACTERVALIDATION_T9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A_H
#define CHARACTERVALIDATION_T9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_CharacterValidation
struct CharacterValidation_t9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A
{
public:
// System.Int32 TMPro.TMP_InputField_CharacterValidation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharacterValidation_t9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHARACTERVALIDATION_T9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A_H
#ifndef CONTENTTYPE_T93262611CC15FC7196E42F1B77517D724602FE38_H
#define CONTENTTYPE_T93262611CC15FC7196E42F1B77517D724602FE38_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_ContentType
struct ContentType_t93262611CC15FC7196E42F1B77517D724602FE38
{
public:
// System.Int32 TMPro.TMP_InputField_ContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ContentType_t93262611CC15FC7196E42F1B77517D724602FE38, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONTENTTYPE_T93262611CC15FC7196E42F1B77517D724602FE38_H
#ifndef EDITSTATE_TC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C_H
#define EDITSTATE_TC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_EditState
struct EditState_tC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C
{
public:
// System.Int32 TMPro.TMP_InputField_EditState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EditState_tC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EDITSTATE_TC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C_H
#ifndef INPUTTYPE_T002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2_H
#define INPUTTYPE_T002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_InputType
struct InputType_t002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2
{
public:
// System.Int32 TMPro.TMP_InputField_InputType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InputType_t002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INPUTTYPE_T002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2_H
#ifndef LINETYPE_T0ED2AC5DA81D1481A2072395E6A256EBE23140D7_H
#define LINETYPE_T0ED2AC5DA81D1481A2072395E6A256EBE23140D7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_LineType
struct LineType_t0ED2AC5DA81D1481A2072395E6A256EBE23140D7
{
public:
// System.Int32 TMPro.TMP_InputField_LineType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LineType_t0ED2AC5DA81D1481A2072395E6A256EBE23140D7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINETYPE_T0ED2AC5DA81D1481A2072395E6A256EBE23140D7_H
#ifndef ONCHANGEEVENT_T1610FEF044826EE0837528C1E90FCDFC45B3D7AD_H
#define ONCHANGEEVENT_T1610FEF044826EE0837528C1E90FCDFC45B3D7AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_OnChangeEvent
struct OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD : public UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ONCHANGEEVENT_T1610FEF044826EE0837528C1E90FCDFC45B3D7AD_H
#ifndef SELECTIONEVENT_T346DD0E470654B452107A056EDE13F796AEAFD3A_H
#define SELECTIONEVENT_T346DD0E470654B452107A056EDE13F796AEAFD3A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_SelectionEvent
struct SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A : public UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SELECTIONEVENT_T346DD0E470654B452107A056EDE13F796AEAFD3A_H
#ifndef SUBMITEVENT_TD1BC174A4FE2411600541703750F0F03E991A9BC_H
#define SUBMITEVENT_TD1BC174A4FE2411600541703750F0F03E991A9BC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_SubmitEvent
struct SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC : public UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SUBMITEVENT_TD1BC174A4FE2411600541703750F0F03E991A9BC_H
#ifndef TEXTSELECTIONEVENT_TD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854_H
#define TEXTSELECTIONEVENT_TD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_TextSelectionEvent
struct TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 : public UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTSELECTIONEVENT_TD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854_H
#ifndef TMP_MATH_T074FB253662A213E8905642B8B29473EC794FE44_H
#define TMP_MATH_T074FB253662A213E8905642B8B29473EC794FE44_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Math
struct TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44 : public RuntimeObject
{
public:
public:
};
struct TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields
{
public:
// UnityEngine.Vector2 TMPro.TMP_Math::MAX_16BIT
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___MAX_16BIT_6;
// UnityEngine.Vector2 TMPro.TMP_Math::MIN_16BIT
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___MIN_16BIT_7;
public:
inline static int32_t get_offset_of_MAX_16BIT_6() { return static_cast<int32_t>(offsetof(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields, ___MAX_16BIT_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_MAX_16BIT_6() const { return ___MAX_16BIT_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_MAX_16BIT_6() { return &___MAX_16BIT_6; }
inline void set_MAX_16BIT_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___MAX_16BIT_6 = value;
}
inline static int32_t get_offset_of_MIN_16BIT_7() { return static_cast<int32_t>(offsetof(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields, ___MIN_16BIT_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_MIN_16BIT_7() const { return ___MIN_16BIT_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_MIN_16BIT_7() { return &___MIN_16BIT_7; }
inline void set_MIN_16BIT_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___MIN_16BIT_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_MATH_T074FB253662A213E8905642B8B29473EC794FE44_H
#ifndef TMP_MESHINFO_T0140B4A33090360DC5CFB47CD8419369BBE3AD2E_H
#define TMP_MESHINFO_T0140B4A33090360DC5CFB47CD8419369BBE3AD2E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_MeshInfo
struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E
{
public:
// UnityEngine.Mesh TMPro.TMP_MeshInfo::mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_3;
// System.Int32 TMPro.TMP_MeshInfo::vertexCount
int32_t ___vertexCount_4;
// UnityEngine.Vector3[] TMPro.TMP_MeshInfo::vertices
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___vertices_5;
// UnityEngine.Vector3[] TMPro.TMP_MeshInfo::normals
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___normals_6;
// UnityEngine.Vector4[] TMPro.TMP_MeshInfo::tangents
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ___tangents_7;
// UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs0
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uvs0_8;
// UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs2
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uvs2_9;
// UnityEngine.Color32[] TMPro.TMP_MeshInfo::colors32
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors32_10;
// System.Int32[] TMPro.TMP_MeshInfo::triangles
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___triangles_11;
public:
inline static int32_t get_offset_of_mesh_3() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___mesh_3)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_mesh_3() const { return ___mesh_3; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_mesh_3() { return &___mesh_3; }
inline void set_mesh_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___mesh_3 = value;
Il2CppCodeGenWriteBarrier((&___mesh_3), value);
}
inline static int32_t get_offset_of_vertexCount_4() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___vertexCount_4)); }
inline int32_t get_vertexCount_4() const { return ___vertexCount_4; }
inline int32_t* get_address_of_vertexCount_4() { return &___vertexCount_4; }
inline void set_vertexCount_4(int32_t value)
{
___vertexCount_4 = value;
}
inline static int32_t get_offset_of_vertices_5() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___vertices_5)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_vertices_5() const { return ___vertices_5; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_vertices_5() { return &___vertices_5; }
inline void set_vertices_5(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___vertices_5 = value;
Il2CppCodeGenWriteBarrier((&___vertices_5), value);
}
inline static int32_t get_offset_of_normals_6() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___normals_6)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_normals_6() const { return ___normals_6; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_normals_6() { return &___normals_6; }
inline void set_normals_6(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___normals_6 = value;
Il2CppCodeGenWriteBarrier((&___normals_6), value);
}
inline static int32_t get_offset_of_tangents_7() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___tangents_7)); }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get_tangents_7() const { return ___tangents_7; }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of_tangents_7() { return &___tangents_7; }
inline void set_tangents_7(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value)
{
___tangents_7 = value;
Il2CppCodeGenWriteBarrier((&___tangents_7), value);
}
inline static int32_t get_offset_of_uvs0_8() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___uvs0_8)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uvs0_8() const { return ___uvs0_8; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uvs0_8() { return &___uvs0_8; }
inline void set_uvs0_8(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___uvs0_8 = value;
Il2CppCodeGenWriteBarrier((&___uvs0_8), value);
}
inline static int32_t get_offset_of_uvs2_9() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___uvs2_9)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uvs2_9() const { return ___uvs2_9; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uvs2_9() { return &___uvs2_9; }
inline void set_uvs2_9(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___uvs2_9 = value;
Il2CppCodeGenWriteBarrier((&___uvs2_9), value);
}
inline static int32_t get_offset_of_colors32_10() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___colors32_10)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors32_10() const { return ___colors32_10; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors32_10() { return &___colors32_10; }
inline void set_colors32_10(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___colors32_10 = value;
Il2CppCodeGenWriteBarrier((&___colors32_10), value);
}
inline static int32_t get_offset_of_triangles_11() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___triangles_11)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_triangles_11() const { return ___triangles_11; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_triangles_11() { return &___triangles_11; }
inline void set_triangles_11(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___triangles_11 = value;
Il2CppCodeGenWriteBarrier((&___triangles_11), value);
}
};
struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields
{
public:
// UnityEngine.Color32 TMPro.TMP_MeshInfo::s_DefaultColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___s_DefaultColor_0;
// UnityEngine.Vector3 TMPro.TMP_MeshInfo::s_DefaultNormal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___s_DefaultNormal_1;
// UnityEngine.Vector4 TMPro.TMP_MeshInfo::s_DefaultTangent
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___s_DefaultTangent_2;
public:
inline static int32_t get_offset_of_s_DefaultColor_0() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultColor_0)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_s_DefaultColor_0() const { return ___s_DefaultColor_0; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_s_DefaultColor_0() { return &___s_DefaultColor_0; }
inline void set_s_DefaultColor_0(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___s_DefaultColor_0 = value;
}
inline static int32_t get_offset_of_s_DefaultNormal_1() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultNormal_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_s_DefaultNormal_1() const { return ___s_DefaultNormal_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_s_DefaultNormal_1() { return &___s_DefaultNormal_1; }
inline void set_s_DefaultNormal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___s_DefaultNormal_1 = value;
}
inline static int32_t get_offset_of_s_DefaultTangent_2() { return static_cast<int32_t>(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultTangent_2)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_s_DefaultTangent_2() const { return ___s_DefaultTangent_2; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_s_DefaultTangent_2() { return &___s_DefaultTangent_2; }
inline void set_s_DefaultTangent_2(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___s_DefaultTangent_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.TMP_MeshInfo
struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_pinvoke
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_3;
int32_t ___vertexCount_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___vertices_5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___normals_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___tangents_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs0_8;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs2_9;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * ___colors32_10;
int32_t* ___triangles_11;
};
// Native definition for COM marshalling of TMPro.TMP_MeshInfo
struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_com
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_3;
int32_t ___vertexCount_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___vertices_5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___normals_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___tangents_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs0_8;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs2_9;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * ___colors32_10;
int32_t* ___triangles_11;
};
#endif // TMP_MESHINFO_T0140B4A33090360DC5CFB47CD8419369BBE3AD2E_H
#ifndef TMP_SPRITE_T8D26AE7781056AB44B074C80FFC74AFB076E1353_H
#define TMP_SPRITE_T8D26AE7781056AB44B074C80FFC74AFB076E1353_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Sprite
struct TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 : public TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344
{
public:
// System.String TMPro.TMP_Sprite::name
String_t* ___name_9;
// System.Int32 TMPro.TMP_Sprite::hashCode
int32_t ___hashCode_10;
// System.Int32 TMPro.TMP_Sprite::unicode
int32_t ___unicode_11;
// UnityEngine.Vector2 TMPro.TMP_Sprite::pivot
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_12;
// UnityEngine.Sprite TMPro.TMP_Sprite::sprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___sprite_13;
public:
inline static int32_t get_offset_of_name_9() { return static_cast<int32_t>(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___name_9)); }
inline String_t* get_name_9() const { return ___name_9; }
inline String_t** get_address_of_name_9() { return &___name_9; }
inline void set_name_9(String_t* value)
{
___name_9 = value;
Il2CppCodeGenWriteBarrier((&___name_9), value);
}
inline static int32_t get_offset_of_hashCode_10() { return static_cast<int32_t>(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___hashCode_10)); }
inline int32_t get_hashCode_10() const { return ___hashCode_10; }
inline int32_t* get_address_of_hashCode_10() { return &___hashCode_10; }
inline void set_hashCode_10(int32_t value)
{
___hashCode_10 = value;
}
inline static int32_t get_offset_of_unicode_11() { return static_cast<int32_t>(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___unicode_11)); }
inline int32_t get_unicode_11() const { return ___unicode_11; }
inline int32_t* get_address_of_unicode_11() { return &___unicode_11; }
inline void set_unicode_11(int32_t value)
{
___unicode_11 = value;
}
inline static int32_t get_offset_of_pivot_12() { return static_cast<int32_t>(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___pivot_12)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_pivot_12() const { return ___pivot_12; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_pivot_12() { return &___pivot_12; }
inline void set_pivot_12(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___pivot_12 = value;
}
inline static int32_t get_offset_of_sprite_13() { return static_cast<int32_t>(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___sprite_13)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_sprite_13() const { return ___sprite_13; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_sprite_13() { return &___sprite_13; }
inline void set_sprite_13(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___sprite_13 = value;
Il2CppCodeGenWriteBarrier((&___sprite_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SPRITE_T8D26AE7781056AB44B074C80FFC74AFB076E1353_H
#ifndef TEXTINPUTSOURCES_T08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4_H
#define TEXTINPUTSOURCES_T08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Text_TextInputSources
struct TextInputSources_t08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4
{
public:
// System.Int32 TMPro.TMP_Text_TextInputSources::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextInputSources_t08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTINPUTSOURCES_T08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4_H
#ifndef TMP_TEXTELEMENTTYPE_TBF2553FA730CC21CF99473E591C33DC52360D509_H
#define TMP_TEXTELEMENTTYPE_TBF2553FA730CC21CF99473E591C33DC52360D509_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_TextElementType
struct TMP_TextElementType_tBF2553FA730CC21CF99473E591C33DC52360D509
{
public:
// System.Int32 TMPro.TMP_TextElementType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TMP_TextElementType_tBF2553FA730CC21CF99473E591C33DC52360D509, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_TEXTELEMENTTYPE_TBF2553FA730CC21CF99473E591C33DC52360D509_H
#ifndef TMP_TEXTINFO_TC40DAAB47C5BD5AD21B3F456D860474D96D9C181_H
#define TMP_TEXTINFO_TC40DAAB47C5BD5AD21B3F456D860474D96D9C181_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_TextInfo
struct TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 : public RuntimeObject
{
public:
// TMPro.TMP_Text TMPro.TMP_TextInfo::textComponent
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_2;
// System.Int32 TMPro.TMP_TextInfo::characterCount
int32_t ___characterCount_3;
// System.Int32 TMPro.TMP_TextInfo::spriteCount
int32_t ___spriteCount_4;
// System.Int32 TMPro.TMP_TextInfo::spaceCount
int32_t ___spaceCount_5;
// System.Int32 TMPro.TMP_TextInfo::wordCount
int32_t ___wordCount_6;
// System.Int32 TMPro.TMP_TextInfo::linkCount
int32_t ___linkCount_7;
// System.Int32 TMPro.TMP_TextInfo::lineCount
int32_t ___lineCount_8;
// System.Int32 TMPro.TMP_TextInfo::pageCount
int32_t ___pageCount_9;
// System.Int32 TMPro.TMP_TextInfo::materialCount
int32_t ___materialCount_10;
// TMPro.TMP_CharacterInfo[] TMPro.TMP_TextInfo::characterInfo
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* ___characterInfo_11;
// TMPro.TMP_WordInfo[] TMPro.TMP_TextInfo::wordInfo
TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09* ___wordInfo_12;
// TMPro.TMP_LinkInfo[] TMPro.TMP_TextInfo::linkInfo
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* ___linkInfo_13;
// TMPro.TMP_LineInfo[] TMPro.TMP_TextInfo::lineInfo
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* ___lineInfo_14;
// TMPro.TMP_PageInfo[] TMPro.TMP_TextInfo::pageInfo
TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847* ___pageInfo_15;
// TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::meshInfo
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* ___meshInfo_16;
// TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::m_CachedMeshInfo
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* ___m_CachedMeshInfo_17;
public:
inline static int32_t get_offset_of_textComponent_2() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___textComponent_2)); }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_textComponent_2() const { return ___textComponent_2; }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_textComponent_2() { return &___textComponent_2; }
inline void set_textComponent_2(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value)
{
___textComponent_2 = value;
Il2CppCodeGenWriteBarrier((&___textComponent_2), value);
}
inline static int32_t get_offset_of_characterCount_3() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___characterCount_3)); }
inline int32_t get_characterCount_3() const { return ___characterCount_3; }
inline int32_t* get_address_of_characterCount_3() { return &___characterCount_3; }
inline void set_characterCount_3(int32_t value)
{
___characterCount_3 = value;
}
inline static int32_t get_offset_of_spriteCount_4() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___spriteCount_4)); }
inline int32_t get_spriteCount_4() const { return ___spriteCount_4; }
inline int32_t* get_address_of_spriteCount_4() { return &___spriteCount_4; }
inline void set_spriteCount_4(int32_t value)
{
___spriteCount_4 = value;
}
inline static int32_t get_offset_of_spaceCount_5() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___spaceCount_5)); }
inline int32_t get_spaceCount_5() const { return ___spaceCount_5; }
inline int32_t* get_address_of_spaceCount_5() { return &___spaceCount_5; }
inline void set_spaceCount_5(int32_t value)
{
___spaceCount_5 = value;
}
inline static int32_t get_offset_of_wordCount_6() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___wordCount_6)); }
inline int32_t get_wordCount_6() const { return ___wordCount_6; }
inline int32_t* get_address_of_wordCount_6() { return &___wordCount_6; }
inline void set_wordCount_6(int32_t value)
{
___wordCount_6 = value;
}
inline static int32_t get_offset_of_linkCount_7() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___linkCount_7)); }
inline int32_t get_linkCount_7() const { return ___linkCount_7; }
inline int32_t* get_address_of_linkCount_7() { return &___linkCount_7; }
inline void set_linkCount_7(int32_t value)
{
___linkCount_7 = value;
}
inline static int32_t get_offset_of_lineCount_8() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___lineCount_8)); }
inline int32_t get_lineCount_8() const { return ___lineCount_8; }
inline int32_t* get_address_of_lineCount_8() { return &___lineCount_8; }
inline void set_lineCount_8(int32_t value)
{
___lineCount_8 = value;
}
inline static int32_t get_offset_of_pageCount_9() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___pageCount_9)); }
inline int32_t get_pageCount_9() const { return ___pageCount_9; }
inline int32_t* get_address_of_pageCount_9() { return &___pageCount_9; }
inline void set_pageCount_9(int32_t value)
{
___pageCount_9 = value;
}
inline static int32_t get_offset_of_materialCount_10() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___materialCount_10)); }
inline int32_t get_materialCount_10() const { return ___materialCount_10; }
inline int32_t* get_address_of_materialCount_10() { return &___materialCount_10; }
inline void set_materialCount_10(int32_t value)
{
___materialCount_10 = value;
}
inline static int32_t get_offset_of_characterInfo_11() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___characterInfo_11)); }
inline TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* get_characterInfo_11() const { return ___characterInfo_11; }
inline TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604** get_address_of_characterInfo_11() { return &___characterInfo_11; }
inline void set_characterInfo_11(TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* value)
{
___characterInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___characterInfo_11), value);
}
inline static int32_t get_offset_of_wordInfo_12() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___wordInfo_12)); }
inline TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09* get_wordInfo_12() const { return ___wordInfo_12; }
inline TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09** get_address_of_wordInfo_12() { return &___wordInfo_12; }
inline void set_wordInfo_12(TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09* value)
{
___wordInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___wordInfo_12), value);
}
inline static int32_t get_offset_of_linkInfo_13() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___linkInfo_13)); }
inline TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* get_linkInfo_13() const { return ___linkInfo_13; }
inline TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D** get_address_of_linkInfo_13() { return &___linkInfo_13; }
inline void set_linkInfo_13(TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* value)
{
___linkInfo_13 = value;
Il2CppCodeGenWriteBarrier((&___linkInfo_13), value);
}
inline static int32_t get_offset_of_lineInfo_14() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___lineInfo_14)); }
inline TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* get_lineInfo_14() const { return ___lineInfo_14; }
inline TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C** get_address_of_lineInfo_14() { return &___lineInfo_14; }
inline void set_lineInfo_14(TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* value)
{
___lineInfo_14 = value;
Il2CppCodeGenWriteBarrier((&___lineInfo_14), value);
}
inline static int32_t get_offset_of_pageInfo_15() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___pageInfo_15)); }
inline TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847* get_pageInfo_15() const { return ___pageInfo_15; }
inline TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847** get_address_of_pageInfo_15() { return &___pageInfo_15; }
inline void set_pageInfo_15(TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847* value)
{
___pageInfo_15 = value;
Il2CppCodeGenWriteBarrier((&___pageInfo_15), value);
}
inline static int32_t get_offset_of_meshInfo_16() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___meshInfo_16)); }
inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* get_meshInfo_16() const { return ___meshInfo_16; }
inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9** get_address_of_meshInfo_16() { return &___meshInfo_16; }
inline void set_meshInfo_16(TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* value)
{
___meshInfo_16 = value;
Il2CppCodeGenWriteBarrier((&___meshInfo_16), value);
}
inline static int32_t get_offset_of_m_CachedMeshInfo_17() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___m_CachedMeshInfo_17)); }
inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* get_m_CachedMeshInfo_17() const { return ___m_CachedMeshInfo_17; }
inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9** get_address_of_m_CachedMeshInfo_17() { return &___m_CachedMeshInfo_17; }
inline void set_m_CachedMeshInfo_17(TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* value)
{
___m_CachedMeshInfo_17 = value;
Il2CppCodeGenWriteBarrier((&___m_CachedMeshInfo_17), value);
}
};
struct TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_StaticFields
{
public:
// UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorPositive
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___k_InfinityVectorPositive_0;
// UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorNegative
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___k_InfinityVectorNegative_1;
public:
inline static int32_t get_offset_of_k_InfinityVectorPositive_0() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_StaticFields, ___k_InfinityVectorPositive_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_k_InfinityVectorPositive_0() const { return ___k_InfinityVectorPositive_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_k_InfinityVectorPositive_0() { return &___k_InfinityVectorPositive_0; }
inline void set_k_InfinityVectorPositive_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___k_InfinityVectorPositive_0 = value;
}
inline static int32_t get_offset_of_k_InfinityVectorNegative_1() { return static_cast<int32_t>(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_StaticFields, ___k_InfinityVectorNegative_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_k_InfinityVectorNegative_1() const { return ___k_InfinityVectorNegative_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_k_InfinityVectorNegative_1() { return &___k_InfinityVectorNegative_1; }
inline void set_k_InfinityVectorNegative_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___k_InfinityVectorNegative_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_TEXTINFO_TC40DAAB47C5BD5AD21B3F456D860474D96D9C181_H
#ifndef TMP_VERTEX_T4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0_H
#define TMP_VERTEX_T4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Vertex
struct TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0
{
public:
// UnityEngine.Vector3 TMPro.TMP_Vertex::position
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_0;
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv_1;
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv2
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv2_2;
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv4
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv4_3;
// UnityEngine.Color32 TMPro.TMP_Vertex::color
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_4;
public:
inline static int32_t get_offset_of_position_0() { return static_cast<int32_t>(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___position_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_0() const { return ___position_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_0() { return &___position_0; }
inline void set_position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___position_0 = value;
}
inline static int32_t get_offset_of_uv_1() { return static_cast<int32_t>(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___uv_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv_1() const { return ___uv_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv_1() { return &___uv_1; }
inline void set_uv_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___uv_1 = value;
}
inline static int32_t get_offset_of_uv2_2() { return static_cast<int32_t>(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___uv2_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv2_2() const { return ___uv2_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv2_2() { return &___uv2_2; }
inline void set_uv2_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___uv2_2 = value;
}
inline static int32_t get_offset_of_uv4_3() { return static_cast<int32_t>(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___uv4_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv4_3() const { return ___uv4_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv4_3() { return &___uv4_3; }
inline void set_uv4_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___uv4_3 = value;
}
inline static int32_t get_offset_of_color_4() { return static_cast<int32_t>(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___color_4)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_4() const { return ___color_4; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_4() { return &___color_4; }
inline void set_color_4(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___color_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_VERTEX_T4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0_H
#ifndef TMP_VERTEXDATAUPDATEFLAGS_TBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142_H
#define TMP_VERTEXDATAUPDATEFLAGS_TBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_VertexDataUpdateFlags
struct TMP_VertexDataUpdateFlags_tBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142
{
public:
// System.Int32 TMPro.TMP_VertexDataUpdateFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TMP_VertexDataUpdateFlags_tBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_VERTEXDATAUPDATEFLAGS_TBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142_H
#ifndef TMP_XMLTAGSTACK_1_TE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99_H
#define TMP_XMLTAGSTACK_1_TE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>
struct TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___itemStack_0)); }
inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* get_itemStack_0() const { return ___itemStack_0; }
inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___m_defaultItem_3)); }
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F * get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F value)
{
___m_defaultItem_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_TE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99_H
#ifndef TMP_XMLTAGSTACK_1_T27223C90F10F186D303BFD74CFAA4A10F1C06314_H
#define TMP_XMLTAGSTACK_1_T27223C90F10F186D303BFD74CFAA4A10F1C06314_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>
struct TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___itemStack_0)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_itemStack_0() const { return ___itemStack_0; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___m_defaultItem_3)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_defaultItem_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_T27223C90F10F186D303BFD74CFAA4A10F1C06314_H
#ifndef TAGTYPE_T4B5E4B6EA37C80B2B56D26467FD3ED332288E03B_H
#define TAGTYPE_T4B5E4B6EA37C80B2B56D26467FD3ED332288E03B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TagType
struct TagType_t4B5E4B6EA37C80B2B56D26467FD3ED332288E03B
{
public:
// System.Int32 TMPro.TagType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TagType_t4B5E4B6EA37C80B2B56D26467FD3ED332288E03B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TAGTYPE_T4B5E4B6EA37C80B2B56D26467FD3ED332288E03B_H
#ifndef TAGUNITS_T145D46ED7880ABBC2FC79E1D6DA95E9F30355332_H
#define TAGUNITS_T145D46ED7880ABBC2FC79E1D6DA95E9F30355332_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TagUnits
struct TagUnits_t145D46ED7880ABBC2FC79E1D6DA95E9F30355332
{
public:
// System.Int32 TMPro.TagUnits::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TagUnits_t145D46ED7880ABBC2FC79E1D6DA95E9F30355332, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TAGUNITS_T145D46ED7880ABBC2FC79E1D6DA95E9F30355332_H
#ifndef TEXTALIGNMENTOPTIONS_T4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337_H
#define TEXTALIGNMENTOPTIONS_T4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextAlignmentOptions
struct TextAlignmentOptions_t4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337
{
public:
// System.Int32 TMPro.TextAlignmentOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextAlignmentOptions_t4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTALIGNMENTOPTIONS_T4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337_H
#ifndef TEXTOVERFLOWMODES_TC4F820014333ECAF4D52B02F75171FD9E52B9D76_H
#define TEXTOVERFLOWMODES_TC4F820014333ECAF4D52B02F75171FD9E52B9D76_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextOverflowModes
struct TextOverflowModes_tC4F820014333ECAF4D52B02F75171FD9E52B9D76
{
public:
// System.Int32 TMPro.TextOverflowModes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextOverflowModes_tC4F820014333ECAF4D52B02F75171FD9E52B9D76, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTOVERFLOWMODES_TC4F820014333ECAF4D52B02F75171FD9E52B9D76_H
#ifndef TEXTRENDERFLAGS_T29165355D5674BAEF40359B740631503FA9C0B56_H
#define TEXTRENDERFLAGS_T29165355D5674BAEF40359B740631503FA9C0B56_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextRenderFlags
struct TextRenderFlags_t29165355D5674BAEF40359B740631503FA9C0B56
{
public:
// System.Int32 TMPro.TextRenderFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextRenderFlags_t29165355D5674BAEF40359B740631503FA9C0B56, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTRENDERFLAGS_T29165355D5674BAEF40359B740631503FA9C0B56_H
#ifndef TEXTUREMAPPINGOPTIONS_TAC77A218D6DF5F386DA38AEAF3D9C943F084BD10_H
#define TEXTUREMAPPINGOPTIONS_TAC77A218D6DF5F386DA38AEAF3D9C943F084BD10_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextureMappingOptions
struct TextureMappingOptions_tAC77A218D6DF5F386DA38AEAF3D9C943F084BD10
{
public:
// System.Int32 TMPro.TextureMappingOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureMappingOptions_tAC77A218D6DF5F386DA38AEAF3D9C943F084BD10, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTUREMAPPINGOPTIONS_TAC77A218D6DF5F386DA38AEAF3D9C943F084BD10_H
#ifndef VERTEXGRADIENT_TDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A_H
#define VERTEXGRADIENT_TDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.VertexGradient
struct VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A
{
public:
// UnityEngine.Color TMPro.VertexGradient::topLeft
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___topLeft_0;
// UnityEngine.Color TMPro.VertexGradient::topRight
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___topRight_1;
// UnityEngine.Color TMPro.VertexGradient::bottomLeft
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___bottomLeft_2;
// UnityEngine.Color TMPro.VertexGradient::bottomRight
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___bottomRight_3;
public:
inline static int32_t get_offset_of_topLeft_0() { return static_cast<int32_t>(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___topLeft_0)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_topLeft_0() const { return ___topLeft_0; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_topLeft_0() { return &___topLeft_0; }
inline void set_topLeft_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___topLeft_0 = value;
}
inline static int32_t get_offset_of_topRight_1() { return static_cast<int32_t>(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___topRight_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_topRight_1() const { return ___topRight_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_topRight_1() { return &___topRight_1; }
inline void set_topRight_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___topRight_1 = value;
}
inline static int32_t get_offset_of_bottomLeft_2() { return static_cast<int32_t>(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___bottomLeft_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_bottomLeft_2() const { return ___bottomLeft_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_bottomLeft_2() { return &___bottomLeft_2; }
inline void set_bottomLeft_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___bottomLeft_2 = value;
}
inline static int32_t get_offset_of_bottomRight_3() { return static_cast<int32_t>(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___bottomRight_3)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_bottomRight_3() const { return ___bottomRight_3; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_bottomRight_3() { return &___bottomRight_3; }
inline void set_bottomRight_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___bottomRight_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VERTEXGRADIENT_TDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A_H
#ifndef VERTEXSORTINGORDER_T2571FF911BB69CC1CC229DF12DE68568E3F850E5_H
#define VERTEXSORTINGORDER_T2571FF911BB69CC1CC229DF12DE68568E3F850E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.VertexSortingOrder
struct VertexSortingOrder_t2571FF911BB69CC1CC229DF12DE68568E3F850E5
{
public:
// System.Int32 TMPro.VertexSortingOrder::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(VertexSortingOrder_t2571FF911BB69CC1CC229DF12DE68568E3F850E5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VERTEXSORTINGORDER_T2571FF911BB69CC1CC229DF12DE68568E3F850E5_H
#ifndef BOUNDS_TA2716F5212749C61B0E7B7B77E0CD3D79B742890_H
#define BOUNDS_TA2716F5212749C61B0E7B7B77E0CD3D79B742890_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Bounds
struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890
{
public:
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0;
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1;
public:
inline static int32_t get_offset_of_m_Center_0() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; }
inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Center_0 = value;
}
inline static int32_t get_offset_of_m_Extents_1() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; }
inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Extents_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOUNDS_TA2716F5212749C61B0E7B7B77E0CD3D79B742890_H
#ifndef COROUTINE_TAE7DB2FC70A0AE6477F896F852057CB0754F06EC_H
#define COROUTINE_TAE7DB2FC70A0AE6477F896F852057CB0754F06EC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0;
};
#endif // COROUTINE_TAE7DB2FC70A0AE6477F896F852057CB0754F06EC_H
#ifndef INPUTBUTTON_TCC7470F9FD2AFE525243394F0215B47D4BF86AB0_H
#define INPUTBUTTON_TCC7470F9FD2AFE525243394F0215B47D4BF86AB0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.EventSystems.PointerEventData_InputButton
struct InputButton_tCC7470F9FD2AFE525243394F0215B47D4BF86AB0
{
public:
// System.Int32 UnityEngine.EventSystems.PointerEventData_InputButton::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InputButton_tCC7470F9FD2AFE525243394F0215B47D4BF86AB0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INPUTBUTTON_TCC7470F9FD2AFE525243394F0215B47D4BF86AB0_H
#ifndef RAYCASTRESULT_T991BCED43A91EDD8580F39631DA07B1F88C58B91_H
#define RAYCASTRESULT_T991BCED43A91EDD8580F39631DA07B1F88C58B91_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.EventSystems.RaycastResult
struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91
{
public:
// UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0;
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1;
// System.Single UnityEngine.EventSystems.RaycastResult::distance
float ___distance_2;
// System.Single UnityEngine.EventSystems.RaycastResult::index
float ___index_3;
// System.Int32 UnityEngine.EventSystems.RaycastResult::depth
int32_t ___depth_4;
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer
int32_t ___sortingLayer_5;
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder
int32_t ___sortingOrder_6;
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7;
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8;
// UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9;
public:
inline static int32_t get_offset_of_m_GameObject_0() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___m_GameObject_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_GameObject_0() const { return ___m_GameObject_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; }
inline void set_m_GameObject_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_GameObject_0 = value;
Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value);
}
inline static int32_t get_offset_of_module_1() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___module_1)); }
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * get_module_1() const { return ___module_1; }
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** get_address_of_module_1() { return &___module_1; }
inline void set_module_1(BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value)
{
___module_1 = value;
Il2CppCodeGenWriteBarrier((&___module_1), value);
}
inline static int32_t get_offset_of_distance_2() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___distance_2)); }
inline float get_distance_2() const { return ___distance_2; }
inline float* get_address_of_distance_2() { return &___distance_2; }
inline void set_distance_2(float value)
{
___distance_2 = value;
}
inline static int32_t get_offset_of_index_3() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___index_3)); }
inline float get_index_3() const { return ___index_3; }
inline float* get_address_of_index_3() { return &___index_3; }
inline void set_index_3(float value)
{
___index_3 = value;
}
inline static int32_t get_offset_of_depth_4() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___depth_4)); }
inline int32_t get_depth_4() const { return ___depth_4; }
inline int32_t* get_address_of_depth_4() { return &___depth_4; }
inline void set_depth_4(int32_t value)
{
___depth_4 = value;
}
inline static int32_t get_offset_of_sortingLayer_5() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingLayer_5)); }
inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; }
inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; }
inline void set_sortingLayer_5(int32_t value)
{
___sortingLayer_5 = value;
}
inline static int32_t get_offset_of_sortingOrder_6() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingOrder_6)); }
inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; }
inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; }
inline void set_sortingOrder_6(int32_t value)
{
___sortingOrder_6 = value;
}
inline static int32_t get_offset_of_worldPosition_7() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldPosition_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPosition_7() const { return ___worldPosition_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPosition_7() { return &___worldPosition_7; }
inline void set_worldPosition_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___worldPosition_7 = value;
}
inline static int32_t get_offset_of_worldNormal_8() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldNormal_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldNormal_8() const { return ___worldNormal_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldNormal_8() { return &___worldNormal_8; }
inline void set_worldNormal_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___worldNormal_8 = value;
}
inline static int32_t get_offset_of_screenPosition_9() { return static_cast<int32_t>(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___screenPosition_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPosition_9() const { return ___screenPosition_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPosition_9() { return &___screenPosition_9; }
inline void set_screenPosition_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___screenPosition_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult
struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1;
float ___distance_2;
float ___index_3;
int32_t ___depth_4;
int32_t ___sortingLayer_5;
int32_t ___sortingOrder_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9;
};
// Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult
struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1;
float ___distance_2;
float ___index_3;
int32_t ___depth_4;
int32_t ___sortingLayer_5;
int32_t ___sortingOrder_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9;
};
#endif // RAYCASTRESULT_T991BCED43A91EDD8580F39631DA07B1F88C58B91_H
#ifndef HIDEFLAGS_T30B57DC00548E963A569318C8F4A4123E7447E37_H
#define HIDEFLAGS_T30B57DC00548E963A569318C8F4A4123E7447E37_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.HideFlags
struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37
{
public:
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HIDEFLAGS_T30B57DC00548E963A569318C8F4A4123E7447E37_H
#ifndef OBJECT_TAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_H
#define OBJECT_TAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
public:
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
inline void set_m_CachedPtr_0(intptr_t value)
{
___m_CachedPtr_0 = value;
}
};
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
{
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
#endif // OBJECT_TAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_H
#ifndef TOUCHSCREENKEYBOARDTYPE_TDD21D45735F3021BF4C6C7C1A660ABF03EBCE602_H
#define TOUCHSCREENKEYBOARDTYPE_TDD21D45735F3021BF4C6C7C1A660ABF03EBCE602_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.TouchScreenKeyboardType
struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602
{
public:
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TOUCHSCREENKEYBOARDTYPE_TDD21D45735F3021BF4C6C7C1A660ABF03EBCE602_H
#ifndef CANVASUPDATE_T101AC9B078FFAAC6BDA703E7439B320BC19E9AF6_H
#define CANVASUPDATE_T101AC9B078FFAAC6BDA703E7439B320BC19E9AF6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.CanvasUpdate
struct CanvasUpdate_t101AC9B078FFAAC6BDA703E7439B320BC19E9AF6
{
public:
// System.Int32 UnityEngine.UI.CanvasUpdate::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CanvasUpdate_t101AC9B078FFAAC6BDA703E7439B320BC19E9AF6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CANVASUPDATE_T101AC9B078FFAAC6BDA703E7439B320BC19E9AF6_H
#ifndef COLORBLOCK_T93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_H
#define COLORBLOCK_T93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.ColorBlock
struct ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA
{
public:
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_NormalColor_0;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_HighlightedColor_1;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_PressedColor_2;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_DisabledColor_3;
// System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier
float ___m_ColorMultiplier_4;
// System.Single UnityEngine.UI.ColorBlock::m_FadeDuration
float ___m_FadeDuration_5;
public:
inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_NormalColor_0)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_NormalColor_0() const { return ___m_NormalColor_0; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; }
inline void set_m_NormalColor_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_NormalColor_0 = value;
}
inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_HighlightedColor_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; }
inline void set_m_HighlightedColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_HighlightedColor_1 = value;
}
inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_PressedColor_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_PressedColor_2() const { return ___m_PressedColor_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; }
inline void set_m_PressedColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_PressedColor_2 = value;
}
inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_DisabledColor_3)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; }
inline void set_m_DisabledColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_DisabledColor_3 = value;
}
inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_ColorMultiplier_4)); }
inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; }
inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; }
inline void set_m_ColorMultiplier_4(float value)
{
___m_ColorMultiplier_4 = value;
}
inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_FadeDuration_5)); }
inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; }
inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; }
inline void set_m_FadeDuration_5(float value)
{
___m_FadeDuration_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLORBLOCK_T93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_H
#ifndef MODE_T93F92BD50B147AE38D82BA33FA77FD247A59FE26_H
#define MODE_T93F92BD50B147AE38D82BA33FA77FD247A59FE26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Navigation_Mode
struct Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26
{
public:
// System.Int32 UnityEngine.UI.Navigation_Mode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MODE_T93F92BD50B147AE38D82BA33FA77FD247A59FE26_H
#ifndef SELECTIONSTATE_TF089B96B46A592693753CBF23C52A3887632D210_H
#define SELECTIONSTATE_TF089B96B46A592693753CBF23C52A3887632D210_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Selectable_SelectionState
struct SelectionState_tF089B96B46A592693753CBF23C52A3887632D210
{
public:
// System.Int32 UnityEngine.UI.Selectable_SelectionState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SelectionState_tF089B96B46A592693753CBF23C52A3887632D210, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SELECTIONSTATE_TF089B96B46A592693753CBF23C52A3887632D210_H
#ifndef TRANSITION_TA9261C608B54C52324084A0B080E7A3E0548A181_H
#define TRANSITION_TA9261C608B54C52324084A0B080E7A3E0548A181_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Selectable_Transition
struct Transition_tA9261C608B54C52324084A0B080E7A3E0548A181
{
public:
// System.Int32 UnityEngine.UI.Selectable_Transition::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Transition_tA9261C608B54C52324084A0B080E7A3E0548A181, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRANSITION_TA9261C608B54C52324084A0B080E7A3E0548A181_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((&___FilterName_1), value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((&___Missing_3), value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef TMP_CHARACTERINFO_T15C146F0B08EE44A63EC777AC32151D061AFFAF1_H
#define TMP_CHARACTERINFO_T15C146F0B08EE44A63EC777AC32151D061AFFAF1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_CharacterInfo
struct TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1
{
public:
// System.Char TMPro.TMP_CharacterInfo::character
Il2CppChar ___character_0;
// System.Int32 TMPro.TMP_CharacterInfo::index
int32_t ___index_1;
// TMPro.TMP_TextElementType TMPro.TMP_CharacterInfo::elementType
int32_t ___elementType_2;
// TMPro.TMP_TextElement TMPro.TMP_CharacterInfo::textElement
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_3;
// TMPro.TMP_FontAsset TMPro.TMP_CharacterInfo::fontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_4;
// TMPro.TMP_SpriteAsset TMPro.TMP_CharacterInfo::spriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5;
// System.Int32 TMPro.TMP_CharacterInfo::spriteIndex
int32_t ___spriteIndex_6;
// UnityEngine.Material TMPro.TMP_CharacterInfo::material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_7;
// System.Int32 TMPro.TMP_CharacterInfo::materialReferenceIndex
int32_t ___materialReferenceIndex_8;
// System.Boolean TMPro.TMP_CharacterInfo::isUsingAlternateTypeface
bool ___isUsingAlternateTypeface_9;
// System.Single TMPro.TMP_CharacterInfo::pointSize
float ___pointSize_10;
// System.Int32 TMPro.TMP_CharacterInfo::lineNumber
int32_t ___lineNumber_11;
// System.Int32 TMPro.TMP_CharacterInfo::pageNumber
int32_t ___pageNumber_12;
// System.Int32 TMPro.TMP_CharacterInfo::vertexIndex
int32_t ___vertexIndex_13;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TL
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_14;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BL
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TR
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_16;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BR
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_17;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_18;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_19;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_20;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_21;
// System.Single TMPro.TMP_CharacterInfo::origin
float ___origin_22;
// System.Single TMPro.TMP_CharacterInfo::ascender
float ___ascender_23;
// System.Single TMPro.TMP_CharacterInfo::baseLine
float ___baseLine_24;
// System.Single TMPro.TMP_CharacterInfo::descender
float ___descender_25;
// System.Single TMPro.TMP_CharacterInfo::xAdvance
float ___xAdvance_26;
// System.Single TMPro.TMP_CharacterInfo::aspectRatio
float ___aspectRatio_27;
// System.Single TMPro.TMP_CharacterInfo::scale
float ___scale_28;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::color
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_29;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::underlineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::strikethroughColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::highlightColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32;
// TMPro.FontStyles TMPro.TMP_CharacterInfo::style
int32_t ___style_33;
// System.Boolean TMPro.TMP_CharacterInfo::isVisible
bool ___isVisible_34;
public:
inline static int32_t get_offset_of_character_0() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___character_0)); }
inline Il2CppChar get_character_0() const { return ___character_0; }
inline Il2CppChar* get_address_of_character_0() { return &___character_0; }
inline void set_character_0(Il2CppChar value)
{
___character_0 = value;
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_elementType_2() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___elementType_2)); }
inline int32_t get_elementType_2() const { return ___elementType_2; }
inline int32_t* get_address_of_elementType_2() { return &___elementType_2; }
inline void set_elementType_2(int32_t value)
{
___elementType_2 = value;
}
inline static int32_t get_offset_of_textElement_3() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___textElement_3)); }
inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * get_textElement_3() const { return ___textElement_3; }
inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 ** get_address_of_textElement_3() { return &___textElement_3; }
inline void set_textElement_3(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * value)
{
___textElement_3 = value;
Il2CppCodeGenWriteBarrier((&___textElement_3), value);
}
inline static int32_t get_offset_of_fontAsset_4() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___fontAsset_4)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_fontAsset_4() const { return ___fontAsset_4; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_fontAsset_4() { return &___fontAsset_4; }
inline void set_fontAsset_4(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___fontAsset_4 = value;
Il2CppCodeGenWriteBarrier((&___fontAsset_4), value);
}
inline static int32_t get_offset_of_spriteAsset_5() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___spriteAsset_5)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_spriteAsset_5() const { return ___spriteAsset_5; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_spriteAsset_5() { return &___spriteAsset_5; }
inline void set_spriteAsset_5(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___spriteAsset_5 = value;
Il2CppCodeGenWriteBarrier((&___spriteAsset_5), value);
}
inline static int32_t get_offset_of_spriteIndex_6() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___spriteIndex_6)); }
inline int32_t get_spriteIndex_6() const { return ___spriteIndex_6; }
inline int32_t* get_address_of_spriteIndex_6() { return &___spriteIndex_6; }
inline void set_spriteIndex_6(int32_t value)
{
___spriteIndex_6 = value;
}
inline static int32_t get_offset_of_material_7() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___material_7)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_7() const { return ___material_7; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_7() { return &___material_7; }
inline void set_material_7(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___material_7 = value;
Il2CppCodeGenWriteBarrier((&___material_7), value);
}
inline static int32_t get_offset_of_materialReferenceIndex_8() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___materialReferenceIndex_8)); }
inline int32_t get_materialReferenceIndex_8() const { return ___materialReferenceIndex_8; }
inline int32_t* get_address_of_materialReferenceIndex_8() { return &___materialReferenceIndex_8; }
inline void set_materialReferenceIndex_8(int32_t value)
{
___materialReferenceIndex_8 = value;
}
inline static int32_t get_offset_of_isUsingAlternateTypeface_9() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___isUsingAlternateTypeface_9)); }
inline bool get_isUsingAlternateTypeface_9() const { return ___isUsingAlternateTypeface_9; }
inline bool* get_address_of_isUsingAlternateTypeface_9() { return &___isUsingAlternateTypeface_9; }
inline void set_isUsingAlternateTypeface_9(bool value)
{
___isUsingAlternateTypeface_9 = value;
}
inline static int32_t get_offset_of_pointSize_10() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___pointSize_10)); }
inline float get_pointSize_10() const { return ___pointSize_10; }
inline float* get_address_of_pointSize_10() { return &___pointSize_10; }
inline void set_pointSize_10(float value)
{
___pointSize_10 = value;
}
inline static int32_t get_offset_of_lineNumber_11() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___lineNumber_11)); }
inline int32_t get_lineNumber_11() const { return ___lineNumber_11; }
inline int32_t* get_address_of_lineNumber_11() { return &___lineNumber_11; }
inline void set_lineNumber_11(int32_t value)
{
___lineNumber_11 = value;
}
inline static int32_t get_offset_of_pageNumber_12() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___pageNumber_12)); }
inline int32_t get_pageNumber_12() const { return ___pageNumber_12; }
inline int32_t* get_address_of_pageNumber_12() { return &___pageNumber_12; }
inline void set_pageNumber_12(int32_t value)
{
___pageNumber_12 = value;
}
inline static int32_t get_offset_of_vertexIndex_13() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertexIndex_13)); }
inline int32_t get_vertexIndex_13() const { return ___vertexIndex_13; }
inline int32_t* get_address_of_vertexIndex_13() { return &___vertexIndex_13; }
inline void set_vertexIndex_13(int32_t value)
{
___vertexIndex_13 = value;
}
inline static int32_t get_offset_of_vertex_TL_14() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_TL_14)); }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_TL_14() const { return ___vertex_TL_14; }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_TL_14() { return &___vertex_TL_14; }
inline void set_vertex_TL_14(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value)
{
___vertex_TL_14 = value;
}
inline static int32_t get_offset_of_vertex_BL_15() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_BL_15)); }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_BL_15() const { return ___vertex_BL_15; }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_BL_15() { return &___vertex_BL_15; }
inline void set_vertex_BL_15(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value)
{
___vertex_BL_15 = value;
}
inline static int32_t get_offset_of_vertex_TR_16() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_TR_16)); }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_TR_16() const { return ___vertex_TR_16; }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_TR_16() { return &___vertex_TR_16; }
inline void set_vertex_TR_16(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value)
{
___vertex_TR_16 = value;
}
inline static int32_t get_offset_of_vertex_BR_17() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_BR_17)); }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_BR_17() const { return ___vertex_BR_17; }
inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_BR_17() { return &___vertex_BR_17; }
inline void set_vertex_BR_17(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value)
{
___vertex_BR_17 = value;
}
inline static int32_t get_offset_of_topLeft_18() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___topLeft_18)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_topLeft_18() const { return ___topLeft_18; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_topLeft_18() { return &___topLeft_18; }
inline void set_topLeft_18(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___topLeft_18 = value;
}
inline static int32_t get_offset_of_bottomLeft_19() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___bottomLeft_19)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_bottomLeft_19() const { return ___bottomLeft_19; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_bottomLeft_19() { return &___bottomLeft_19; }
inline void set_bottomLeft_19(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___bottomLeft_19 = value;
}
inline static int32_t get_offset_of_topRight_20() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___topRight_20)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_topRight_20() const { return ___topRight_20; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_topRight_20() { return &___topRight_20; }
inline void set_topRight_20(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___topRight_20 = value;
}
inline static int32_t get_offset_of_bottomRight_21() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___bottomRight_21)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_bottomRight_21() const { return ___bottomRight_21; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_bottomRight_21() { return &___bottomRight_21; }
inline void set_bottomRight_21(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___bottomRight_21 = value;
}
inline static int32_t get_offset_of_origin_22() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___origin_22)); }
inline float get_origin_22() const { return ___origin_22; }
inline float* get_address_of_origin_22() { return &___origin_22; }
inline void set_origin_22(float value)
{
___origin_22 = value;
}
inline static int32_t get_offset_of_ascender_23() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___ascender_23)); }
inline float get_ascender_23() const { return ___ascender_23; }
inline float* get_address_of_ascender_23() { return &___ascender_23; }
inline void set_ascender_23(float value)
{
___ascender_23 = value;
}
inline static int32_t get_offset_of_baseLine_24() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___baseLine_24)); }
inline float get_baseLine_24() const { return ___baseLine_24; }
inline float* get_address_of_baseLine_24() { return &___baseLine_24; }
inline void set_baseLine_24(float value)
{
___baseLine_24 = value;
}
inline static int32_t get_offset_of_descender_25() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___descender_25)); }
inline float get_descender_25() const { return ___descender_25; }
inline float* get_address_of_descender_25() { return &___descender_25; }
inline void set_descender_25(float value)
{
___descender_25 = value;
}
inline static int32_t get_offset_of_xAdvance_26() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___xAdvance_26)); }
inline float get_xAdvance_26() const { return ___xAdvance_26; }
inline float* get_address_of_xAdvance_26() { return &___xAdvance_26; }
inline void set_xAdvance_26(float value)
{
___xAdvance_26 = value;
}
inline static int32_t get_offset_of_aspectRatio_27() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___aspectRatio_27)); }
inline float get_aspectRatio_27() const { return ___aspectRatio_27; }
inline float* get_address_of_aspectRatio_27() { return &___aspectRatio_27; }
inline void set_aspectRatio_27(float value)
{
___aspectRatio_27 = value;
}
inline static int32_t get_offset_of_scale_28() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___scale_28)); }
inline float get_scale_28() const { return ___scale_28; }
inline float* get_address_of_scale_28() { return &___scale_28; }
inline void set_scale_28(float value)
{
___scale_28 = value;
}
inline static int32_t get_offset_of_color_29() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___color_29)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_29() const { return ___color_29; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_29() { return &___color_29; }
inline void set_color_29(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___color_29 = value;
}
inline static int32_t get_offset_of_underlineColor_30() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___underlineColor_30)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_underlineColor_30() const { return ___underlineColor_30; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_underlineColor_30() { return &___underlineColor_30; }
inline void set_underlineColor_30(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___underlineColor_30 = value;
}
inline static int32_t get_offset_of_strikethroughColor_31() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___strikethroughColor_31)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_strikethroughColor_31() const { return ___strikethroughColor_31; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_strikethroughColor_31() { return &___strikethroughColor_31; }
inline void set_strikethroughColor_31(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___strikethroughColor_31 = value;
}
inline static int32_t get_offset_of_highlightColor_32() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___highlightColor_32)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_highlightColor_32() const { return ___highlightColor_32; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_highlightColor_32() { return &___highlightColor_32; }
inline void set_highlightColor_32(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___highlightColor_32 = value;
}
inline static int32_t get_offset_of_style_33() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___style_33)); }
inline int32_t get_style_33() const { return ___style_33; }
inline int32_t* get_address_of_style_33() { return &___style_33; }
inline void set_style_33(int32_t value)
{
___style_33 = value;
}
inline static int32_t get_offset_of_isVisible_34() { return static_cast<int32_t>(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___isVisible_34)); }
inline bool get_isVisible_34() const { return ___isVisible_34; }
inline bool* get_address_of_isVisible_34() { return &___isVisible_34; }
inline void set_isVisible_34(bool value)
{
___isVisible_34 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.TMP_CharacterInfo
struct TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1_marshaled_pinvoke
{
uint8_t ___character_0;
int32_t ___index_1;
int32_t ___elementType_2;
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_3;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_4;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5;
int32_t ___spriteIndex_6;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_7;
int32_t ___materialReferenceIndex_8;
int32_t ___isUsingAlternateTypeface_9;
float ___pointSize_10;
int32_t ___lineNumber_11;
int32_t ___pageNumber_12;
int32_t ___vertexIndex_13;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_14;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_16;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_17;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_19;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_20;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_21;
float ___origin_22;
float ___ascender_23;
float ___baseLine_24;
float ___descender_25;
float ___xAdvance_26;
float ___aspectRatio_27;
float ___scale_28;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_29;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32;
int32_t ___style_33;
int32_t ___isVisible_34;
};
// Native definition for COM marshalling of TMPro.TMP_CharacterInfo
struct TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1_marshaled_com
{
uint8_t ___character_0;
int32_t ___index_1;
int32_t ___elementType_2;
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_3;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_4;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5;
int32_t ___spriteIndex_6;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_7;
int32_t ___materialReferenceIndex_8;
int32_t ___isUsingAlternateTypeface_9;
float ___pointSize_10;
int32_t ___lineNumber_11;
int32_t ___pageNumber_12;
int32_t ___vertexIndex_13;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_14;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_16;
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_17;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_19;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_20;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_21;
float ___origin_22;
float ___ascender_23;
float ___baseLine_24;
float ___descender_25;
float ___xAdvance_26;
float ___aspectRatio_27;
float ___scale_28;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_29;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32;
int32_t ___style_33;
int32_t ___isVisible_34;
};
#endif // TMP_CHARACTERINFO_T15C146F0B08EE44A63EC777AC32151D061AFFAF1_H
#ifndef TMP_LINEINFO_TE89A82D872E55C3DDF29C4C8D862358633D0B442_H
#define TMP_LINEINFO_TE89A82D872E55C3DDF29C4C8D862358633D0B442_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_LineInfo
struct TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442
{
public:
// System.Int32 TMPro.TMP_LineInfo::controlCharacterCount
int32_t ___controlCharacterCount_0;
// System.Int32 TMPro.TMP_LineInfo::characterCount
int32_t ___characterCount_1;
// System.Int32 TMPro.TMP_LineInfo::visibleCharacterCount
int32_t ___visibleCharacterCount_2;
// System.Int32 TMPro.TMP_LineInfo::spaceCount
int32_t ___spaceCount_3;
// System.Int32 TMPro.TMP_LineInfo::wordCount
int32_t ___wordCount_4;
// System.Int32 TMPro.TMP_LineInfo::firstCharacterIndex
int32_t ___firstCharacterIndex_5;
// System.Int32 TMPro.TMP_LineInfo::firstVisibleCharacterIndex
int32_t ___firstVisibleCharacterIndex_6;
// System.Int32 TMPro.TMP_LineInfo::lastCharacterIndex
int32_t ___lastCharacterIndex_7;
// System.Int32 TMPro.TMP_LineInfo::lastVisibleCharacterIndex
int32_t ___lastVisibleCharacterIndex_8;
// System.Single TMPro.TMP_LineInfo::length
float ___length_9;
// System.Single TMPro.TMP_LineInfo::lineHeight
float ___lineHeight_10;
// System.Single TMPro.TMP_LineInfo::ascender
float ___ascender_11;
// System.Single TMPro.TMP_LineInfo::baseline
float ___baseline_12;
// System.Single TMPro.TMP_LineInfo::descender
float ___descender_13;
// System.Single TMPro.TMP_LineInfo::maxAdvance
float ___maxAdvance_14;
// System.Single TMPro.TMP_LineInfo::width
float ___width_15;
// System.Single TMPro.TMP_LineInfo::marginLeft
float ___marginLeft_16;
// System.Single TMPro.TMP_LineInfo::marginRight
float ___marginRight_17;
// TMPro.TextAlignmentOptions TMPro.TMP_LineInfo::alignment
int32_t ___alignment_18;
// TMPro.Extents TMPro.TMP_LineInfo::lineExtents
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 ___lineExtents_19;
public:
inline static int32_t get_offset_of_controlCharacterCount_0() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___controlCharacterCount_0)); }
inline int32_t get_controlCharacterCount_0() const { return ___controlCharacterCount_0; }
inline int32_t* get_address_of_controlCharacterCount_0() { return &___controlCharacterCount_0; }
inline void set_controlCharacterCount_0(int32_t value)
{
___controlCharacterCount_0 = value;
}
inline static int32_t get_offset_of_characterCount_1() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___characterCount_1)); }
inline int32_t get_characterCount_1() const { return ___characterCount_1; }
inline int32_t* get_address_of_characterCount_1() { return &___characterCount_1; }
inline void set_characterCount_1(int32_t value)
{
___characterCount_1 = value;
}
inline static int32_t get_offset_of_visibleCharacterCount_2() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___visibleCharacterCount_2)); }
inline int32_t get_visibleCharacterCount_2() const { return ___visibleCharacterCount_2; }
inline int32_t* get_address_of_visibleCharacterCount_2() { return &___visibleCharacterCount_2; }
inline void set_visibleCharacterCount_2(int32_t value)
{
___visibleCharacterCount_2 = value;
}
inline static int32_t get_offset_of_spaceCount_3() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___spaceCount_3)); }
inline int32_t get_spaceCount_3() const { return ___spaceCount_3; }
inline int32_t* get_address_of_spaceCount_3() { return &___spaceCount_3; }
inline void set_spaceCount_3(int32_t value)
{
___spaceCount_3 = value;
}
inline static int32_t get_offset_of_wordCount_4() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___wordCount_4)); }
inline int32_t get_wordCount_4() const { return ___wordCount_4; }
inline int32_t* get_address_of_wordCount_4() { return &___wordCount_4; }
inline void set_wordCount_4(int32_t value)
{
___wordCount_4 = value;
}
inline static int32_t get_offset_of_firstCharacterIndex_5() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___firstCharacterIndex_5)); }
inline int32_t get_firstCharacterIndex_5() const { return ___firstCharacterIndex_5; }
inline int32_t* get_address_of_firstCharacterIndex_5() { return &___firstCharacterIndex_5; }
inline void set_firstCharacterIndex_5(int32_t value)
{
___firstCharacterIndex_5 = value;
}
inline static int32_t get_offset_of_firstVisibleCharacterIndex_6() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___firstVisibleCharacterIndex_6)); }
inline int32_t get_firstVisibleCharacterIndex_6() const { return ___firstVisibleCharacterIndex_6; }
inline int32_t* get_address_of_firstVisibleCharacterIndex_6() { return &___firstVisibleCharacterIndex_6; }
inline void set_firstVisibleCharacterIndex_6(int32_t value)
{
___firstVisibleCharacterIndex_6 = value;
}
inline static int32_t get_offset_of_lastCharacterIndex_7() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lastCharacterIndex_7)); }
inline int32_t get_lastCharacterIndex_7() const { return ___lastCharacterIndex_7; }
inline int32_t* get_address_of_lastCharacterIndex_7() { return &___lastCharacterIndex_7; }
inline void set_lastCharacterIndex_7(int32_t value)
{
___lastCharacterIndex_7 = value;
}
inline static int32_t get_offset_of_lastVisibleCharacterIndex_8() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lastVisibleCharacterIndex_8)); }
inline int32_t get_lastVisibleCharacterIndex_8() const { return ___lastVisibleCharacterIndex_8; }
inline int32_t* get_address_of_lastVisibleCharacterIndex_8() { return &___lastVisibleCharacterIndex_8; }
inline void set_lastVisibleCharacterIndex_8(int32_t value)
{
___lastVisibleCharacterIndex_8 = value;
}
inline static int32_t get_offset_of_length_9() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___length_9)); }
inline float get_length_9() const { return ___length_9; }
inline float* get_address_of_length_9() { return &___length_9; }
inline void set_length_9(float value)
{
___length_9 = value;
}
inline static int32_t get_offset_of_lineHeight_10() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lineHeight_10)); }
inline float get_lineHeight_10() const { return ___lineHeight_10; }
inline float* get_address_of_lineHeight_10() { return &___lineHeight_10; }
inline void set_lineHeight_10(float value)
{
___lineHeight_10 = value;
}
inline static int32_t get_offset_of_ascender_11() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___ascender_11)); }
inline float get_ascender_11() const { return ___ascender_11; }
inline float* get_address_of_ascender_11() { return &___ascender_11; }
inline void set_ascender_11(float value)
{
___ascender_11 = value;
}
inline static int32_t get_offset_of_baseline_12() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___baseline_12)); }
inline float get_baseline_12() const { return ___baseline_12; }
inline float* get_address_of_baseline_12() { return &___baseline_12; }
inline void set_baseline_12(float value)
{
___baseline_12 = value;
}
inline static int32_t get_offset_of_descender_13() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___descender_13)); }
inline float get_descender_13() const { return ___descender_13; }
inline float* get_address_of_descender_13() { return &___descender_13; }
inline void set_descender_13(float value)
{
___descender_13 = value;
}
inline static int32_t get_offset_of_maxAdvance_14() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___maxAdvance_14)); }
inline float get_maxAdvance_14() const { return ___maxAdvance_14; }
inline float* get_address_of_maxAdvance_14() { return &___maxAdvance_14; }
inline void set_maxAdvance_14(float value)
{
___maxAdvance_14 = value;
}
inline static int32_t get_offset_of_width_15() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___width_15)); }
inline float get_width_15() const { return ___width_15; }
inline float* get_address_of_width_15() { return &___width_15; }
inline void set_width_15(float value)
{
___width_15 = value;
}
inline static int32_t get_offset_of_marginLeft_16() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___marginLeft_16)); }
inline float get_marginLeft_16() const { return ___marginLeft_16; }
inline float* get_address_of_marginLeft_16() { return &___marginLeft_16; }
inline void set_marginLeft_16(float value)
{
___marginLeft_16 = value;
}
inline static int32_t get_offset_of_marginRight_17() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___marginRight_17)); }
inline float get_marginRight_17() const { return ___marginRight_17; }
inline float* get_address_of_marginRight_17() { return &___marginRight_17; }
inline void set_marginRight_17(float value)
{
___marginRight_17 = value;
}
inline static int32_t get_offset_of_alignment_18() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___alignment_18)); }
inline int32_t get_alignment_18() const { return ___alignment_18; }
inline int32_t* get_address_of_alignment_18() { return &___alignment_18; }
inline void set_alignment_18(int32_t value)
{
___alignment_18 = value;
}
inline static int32_t get_offset_of_lineExtents_19() { return static_cast<int32_t>(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lineExtents_19)); }
inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 get_lineExtents_19() const { return ___lineExtents_19; }
inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * get_address_of_lineExtents_19() { return &___lineExtents_19; }
inline void set_lineExtents_19(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 value)
{
___lineExtents_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_LINEINFO_TE89A82D872E55C3DDF29C4C8D862358633D0B442_H
#ifndef TMP_XMLTAGSTACK_1_TCF392C17D01D04A62D479D6DED2C09319D6FCD6F_H
#define TMP_XMLTAGSTACK_1_TCF392C17D01D04A62D479D6DED2C09319D6FCD6F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<System.Int32Enum>
struct TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
int32_t ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___itemStack_0)); }
inline Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* get_itemStack_0() const { return ___itemStack_0; }
inline Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___m_defaultItem_3)); }
inline int32_t get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline int32_t* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(int32_t value)
{
___m_defaultItem_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_TCF392C17D01D04A62D479D6DED2C09319D6FCD6F_H
#ifndef TMP_XMLTAGSTACK_1_T79B32594D8EFF8CB8078E16347606D8C097A225C_H
#define TMP_XMLTAGSTACK_1_T79B32594D8EFF8CB8078E16347606D8C097A225C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>
struct TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C
{
public:
// T[] TMPro.TMP_XmlTagStack`1::itemStack
TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* ___itemStack_0;
// System.Int32 TMPro.TMP_XmlTagStack`1::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity
int32_t ___m_capacity_2;
// T TMPro.TMP_XmlTagStack`1::m_defaultItem
int32_t ___m_defaultItem_3;
public:
inline static int32_t get_offset_of_itemStack_0() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___itemStack_0)); }
inline TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* get_itemStack_0() const { return ___itemStack_0; }
inline TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B** get_address_of_itemStack_0() { return &___itemStack_0; }
inline void set_itemStack_0(TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* value)
{
___itemStack_0 = value;
Il2CppCodeGenWriteBarrier((&___itemStack_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_m_capacity_2() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___m_capacity_2)); }
inline int32_t get_m_capacity_2() const { return ___m_capacity_2; }
inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; }
inline void set_m_capacity_2(int32_t value)
{
___m_capacity_2 = value;
}
inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast<int32_t>(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___m_defaultItem_3)); }
inline int32_t get_m_defaultItem_3() const { return ___m_defaultItem_3; }
inline int32_t* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; }
inline void set_m_defaultItem_3(int32_t value)
{
___m_defaultItem_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_XMLTAGSTACK_1_T79B32594D8EFF8CB8078E16347606D8C097A225C_H
#ifndef XML_TAGATTRIBUTE_TE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E_H
#define XML_TAGATTRIBUTE_TE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.XML_TagAttribute
struct XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E
{
public:
// System.Int32 TMPro.XML_TagAttribute::nameHashCode
int32_t ___nameHashCode_0;
// TMPro.TagType TMPro.XML_TagAttribute::valueType
int32_t ___valueType_1;
// System.Int32 TMPro.XML_TagAttribute::valueStartIndex
int32_t ___valueStartIndex_2;
// System.Int32 TMPro.XML_TagAttribute::valueLength
int32_t ___valueLength_3;
// System.Int32 TMPro.XML_TagAttribute::valueHashCode
int32_t ___valueHashCode_4;
public:
inline static int32_t get_offset_of_nameHashCode_0() { return static_cast<int32_t>(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___nameHashCode_0)); }
inline int32_t get_nameHashCode_0() const { return ___nameHashCode_0; }
inline int32_t* get_address_of_nameHashCode_0() { return &___nameHashCode_0; }
inline void set_nameHashCode_0(int32_t value)
{
___nameHashCode_0 = value;
}
inline static int32_t get_offset_of_valueType_1() { return static_cast<int32_t>(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueType_1)); }
inline int32_t get_valueType_1() const { return ___valueType_1; }
inline int32_t* get_address_of_valueType_1() { return &___valueType_1; }
inline void set_valueType_1(int32_t value)
{
___valueType_1 = value;
}
inline static int32_t get_offset_of_valueStartIndex_2() { return static_cast<int32_t>(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueStartIndex_2)); }
inline int32_t get_valueStartIndex_2() const { return ___valueStartIndex_2; }
inline int32_t* get_address_of_valueStartIndex_2() { return &___valueStartIndex_2; }
inline void set_valueStartIndex_2(int32_t value)
{
___valueStartIndex_2 = value;
}
inline static int32_t get_offset_of_valueLength_3() { return static_cast<int32_t>(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueLength_3)); }
inline int32_t get_valueLength_3() const { return ___valueLength_3; }
inline int32_t* get_address_of_valueLength_3() { return &___valueLength_3; }
inline void set_valueLength_3(int32_t value)
{
___valueLength_3 = value;
}
inline static int32_t get_offset_of_valueHashCode_4() { return static_cast<int32_t>(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueHashCode_4)); }
inline int32_t get_valueHashCode_4() const { return ___valueHashCode_4; }
inline int32_t* get_address_of_valueHashCode_4() { return &___valueHashCode_4; }
inline void set_valueHashCode_4(int32_t value)
{
___valueHashCode_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // XML_TAGATTRIBUTE_TE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E_H
#ifndef COMPONENT_T05064EF382ABCAF4B8C94F8A350EA85184C26621_H
#define COMPONENT_T05064EF382ABCAF4B8C94F8A350EA85184C26621_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPONENT_T05064EF382ABCAF4B8C94F8A350EA85184C26621_H
#ifndef POINTEREVENTDATA_TC18994283B7753E430E316A62D9E45BA6D644C63_H
#define POINTEREVENTDATA_TC18994283B7753E430E316A62D9E45BA6D644C63_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 : public BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5
{
public:
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerEnter>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CpointerEnterU3Ek__BackingField_2;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_PointerPress_3;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<lastPress>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3ClastPressU3Ek__BackingField_4;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<rawPointerPress>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CrawPointerPressU3Ek__BackingField_5;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerDrag>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CpointerDragU3Ek__BackingField_6;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerCurrentRaycast>k__BackingField
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___U3CpointerCurrentRaycastU3Ek__BackingField_7;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerPressRaycast>k__BackingField
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___U3CpointerPressRaycastU3Ek__BackingField_8;
// System.Collections.Generic.List`1<UnityEngine.GameObject> UnityEngine.EventSystems.PointerEventData::hovered
List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650 * ___hovered_9;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<eligibleForClick>k__BackingField
bool ___U3CeligibleForClickU3Ek__BackingField_10;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<pointerId>k__BackingField
int32_t ___U3CpointerIdU3Ek__BackingField_11;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<position>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CpositionU3Ek__BackingField_12;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<delta>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CdeltaU3Ek__BackingField_13;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<pressPosition>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CpressPositionU3Ek__BackingField_14;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldPosition>k__BackingField
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___U3CworldPositionU3Ek__BackingField_15;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldNormal>k__BackingField
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___U3CworldNormalU3Ek__BackingField_16;
// System.Single UnityEngine.EventSystems.PointerEventData::<clickTime>k__BackingField
float ___U3CclickTimeU3Ek__BackingField_17;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<clickCount>k__BackingField
int32_t ___U3CclickCountU3Ek__BackingField_18;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<scrollDelta>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CscrollDeltaU3Ek__BackingField_19;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<useDragThreshold>k__BackingField
bool ___U3CuseDragThresholdU3Ek__BackingField_20;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<dragging>k__BackingField
bool ___U3CdraggingU3Ek__BackingField_21;
// UnityEngine.EventSystems.PointerEventData_InputButton UnityEngine.EventSystems.PointerEventData::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_22;
public:
inline static int32_t get_offset_of_U3CpointerEnterU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerEnterU3Ek__BackingField_2)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CpointerEnterU3Ek__BackingField_2() const { return ___U3CpointerEnterU3Ek__BackingField_2; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CpointerEnterU3Ek__BackingField_2() { return &___U3CpointerEnterU3Ek__BackingField_2; }
inline void set_U3CpointerEnterU3Ek__BackingField_2(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CpointerEnterU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((&___U3CpointerEnterU3Ek__BackingField_2), value);
}
inline static int32_t get_offset_of_m_PointerPress_3() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___m_PointerPress_3)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_PointerPress_3() const { return ___m_PointerPress_3; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_PointerPress_3() { return &___m_PointerPress_3; }
inline void set_m_PointerPress_3(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_PointerPress_3 = value;
Il2CppCodeGenWriteBarrier((&___m_PointerPress_3), value);
}
inline static int32_t get_offset_of_U3ClastPressU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3ClastPressU3Ek__BackingField_4)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3ClastPressU3Ek__BackingField_4() const { return ___U3ClastPressU3Ek__BackingField_4; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3ClastPressU3Ek__BackingField_4() { return &___U3ClastPressU3Ek__BackingField_4; }
inline void set_U3ClastPressU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3ClastPressU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((&___U3ClastPressU3Ek__BackingField_4), value);
}
inline static int32_t get_offset_of_U3CrawPointerPressU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CrawPointerPressU3Ek__BackingField_5)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CrawPointerPressU3Ek__BackingField_5() const { return ___U3CrawPointerPressU3Ek__BackingField_5; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CrawPointerPressU3Ek__BackingField_5() { return &___U3CrawPointerPressU3Ek__BackingField_5; }
inline void set_U3CrawPointerPressU3Ek__BackingField_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CrawPointerPressU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((&___U3CrawPointerPressU3Ek__BackingField_5), value);
}
inline static int32_t get_offset_of_U3CpointerDragU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerDragU3Ek__BackingField_6)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CpointerDragU3Ek__BackingField_6() const { return ___U3CpointerDragU3Ek__BackingField_6; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CpointerDragU3Ek__BackingField_6() { return &___U3CpointerDragU3Ek__BackingField_6; }
inline void set_U3CpointerDragU3Ek__BackingField_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CpointerDragU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((&___U3CpointerDragU3Ek__BackingField_6), value);
}
inline static int32_t get_offset_of_U3CpointerCurrentRaycastU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerCurrentRaycastU3Ek__BackingField_7)); }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 get_U3CpointerCurrentRaycastU3Ek__BackingField_7() const { return ___U3CpointerCurrentRaycastU3Ek__BackingField_7; }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * get_address_of_U3CpointerCurrentRaycastU3Ek__BackingField_7() { return &___U3CpointerCurrentRaycastU3Ek__BackingField_7; }
inline void set_U3CpointerCurrentRaycastU3Ek__BackingField_7(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 value)
{
___U3CpointerCurrentRaycastU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CpointerPressRaycastU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerPressRaycastU3Ek__BackingField_8)); }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 get_U3CpointerPressRaycastU3Ek__BackingField_8() const { return ___U3CpointerPressRaycastU3Ek__BackingField_8; }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * get_address_of_U3CpointerPressRaycastU3Ek__BackingField_8() { return &___U3CpointerPressRaycastU3Ek__BackingField_8; }
inline void set_U3CpointerPressRaycastU3Ek__BackingField_8(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 value)
{
___U3CpointerPressRaycastU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_hovered_9() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___hovered_9)); }
inline List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650 * get_hovered_9() const { return ___hovered_9; }
inline List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650 ** get_address_of_hovered_9() { return &___hovered_9; }
inline void set_hovered_9(List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650 * value)
{
___hovered_9 = value;
Il2CppCodeGenWriteBarrier((&___hovered_9), value);
}
inline static int32_t get_offset_of_U3CeligibleForClickU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CeligibleForClickU3Ek__BackingField_10)); }
inline bool get_U3CeligibleForClickU3Ek__BackingField_10() const { return ___U3CeligibleForClickU3Ek__BackingField_10; }
inline bool* get_address_of_U3CeligibleForClickU3Ek__BackingField_10() { return &___U3CeligibleForClickU3Ek__BackingField_10; }
inline void set_U3CeligibleForClickU3Ek__BackingField_10(bool value)
{
___U3CeligibleForClickU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_U3CpointerIdU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerIdU3Ek__BackingField_11)); }
inline int32_t get_U3CpointerIdU3Ek__BackingField_11() const { return ___U3CpointerIdU3Ek__BackingField_11; }
inline int32_t* get_address_of_U3CpointerIdU3Ek__BackingField_11() { return &___U3CpointerIdU3Ek__BackingField_11; }
inline void set_U3CpointerIdU3Ek__BackingField_11(int32_t value)
{
___U3CpointerIdU3Ek__BackingField_11 = value;
}
inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpositionU3Ek__BackingField_12)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CpositionU3Ek__BackingField_12() const { return ___U3CpositionU3Ek__BackingField_12; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CpositionU3Ek__BackingField_12() { return &___U3CpositionU3Ek__BackingField_12; }
inline void set_U3CpositionU3Ek__BackingField_12(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CpositionU3Ek__BackingField_12 = value;
}
inline static int32_t get_offset_of_U3CdeltaU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CdeltaU3Ek__BackingField_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CdeltaU3Ek__BackingField_13() const { return ___U3CdeltaU3Ek__BackingField_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CdeltaU3Ek__BackingField_13() { return &___U3CdeltaU3Ek__BackingField_13; }
inline void set_U3CdeltaU3Ek__BackingField_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CdeltaU3Ek__BackingField_13 = value;
}
inline static int32_t get_offset_of_U3CpressPositionU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpressPositionU3Ek__BackingField_14)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CpressPositionU3Ek__BackingField_14() const { return ___U3CpressPositionU3Ek__BackingField_14; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CpressPositionU3Ek__BackingField_14() { return &___U3CpressPositionU3Ek__BackingField_14; }
inline void set_U3CpressPositionU3Ek__BackingField_14(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CpressPositionU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CworldPositionU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CworldPositionU3Ek__BackingField_15)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_U3CworldPositionU3Ek__BackingField_15() const { return ___U3CworldPositionU3Ek__BackingField_15; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_U3CworldPositionU3Ek__BackingField_15() { return &___U3CworldPositionU3Ek__BackingField_15; }
inline void set_U3CworldPositionU3Ek__BackingField_15(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___U3CworldPositionU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_U3CworldNormalU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CworldNormalU3Ek__BackingField_16)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_U3CworldNormalU3Ek__BackingField_16() const { return ___U3CworldNormalU3Ek__BackingField_16; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_U3CworldNormalU3Ek__BackingField_16() { return &___U3CworldNormalU3Ek__BackingField_16; }
inline void set_U3CworldNormalU3Ek__BackingField_16(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___U3CworldNormalU3Ek__BackingField_16 = value;
}
inline static int32_t get_offset_of_U3CclickTimeU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CclickTimeU3Ek__BackingField_17)); }
inline float get_U3CclickTimeU3Ek__BackingField_17() const { return ___U3CclickTimeU3Ek__BackingField_17; }
inline float* get_address_of_U3CclickTimeU3Ek__BackingField_17() { return &___U3CclickTimeU3Ek__BackingField_17; }
inline void set_U3CclickTimeU3Ek__BackingField_17(float value)
{
___U3CclickTimeU3Ek__BackingField_17 = value;
}
inline static int32_t get_offset_of_U3CclickCountU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CclickCountU3Ek__BackingField_18)); }
inline int32_t get_U3CclickCountU3Ek__BackingField_18() const { return ___U3CclickCountU3Ek__BackingField_18; }
inline int32_t* get_address_of_U3CclickCountU3Ek__BackingField_18() { return &___U3CclickCountU3Ek__BackingField_18; }
inline void set_U3CclickCountU3Ek__BackingField_18(int32_t value)
{
___U3CclickCountU3Ek__BackingField_18 = value;
}
inline static int32_t get_offset_of_U3CscrollDeltaU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CscrollDeltaU3Ek__BackingField_19)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CscrollDeltaU3Ek__BackingField_19() const { return ___U3CscrollDeltaU3Ek__BackingField_19; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CscrollDeltaU3Ek__BackingField_19() { return &___U3CscrollDeltaU3Ek__BackingField_19; }
inline void set_U3CscrollDeltaU3Ek__BackingField_19(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CscrollDeltaU3Ek__BackingField_19 = value;
}
inline static int32_t get_offset_of_U3CuseDragThresholdU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CuseDragThresholdU3Ek__BackingField_20)); }
inline bool get_U3CuseDragThresholdU3Ek__BackingField_20() const { return ___U3CuseDragThresholdU3Ek__BackingField_20; }
inline bool* get_address_of_U3CuseDragThresholdU3Ek__BackingField_20() { return &___U3CuseDragThresholdU3Ek__BackingField_20; }
inline void set_U3CuseDragThresholdU3Ek__BackingField_20(bool value)
{
___U3CuseDragThresholdU3Ek__BackingField_20 = value;
}
inline static int32_t get_offset_of_U3CdraggingU3Ek__BackingField_21() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CdraggingU3Ek__BackingField_21)); }
inline bool get_U3CdraggingU3Ek__BackingField_21() const { return ___U3CdraggingU3Ek__BackingField_21; }
inline bool* get_address_of_U3CdraggingU3Ek__BackingField_21() { return &___U3CdraggingU3Ek__BackingField_21; }
inline void set_U3CdraggingU3Ek__BackingField_21(bool value)
{
___U3CdraggingU3Ek__BackingField_21 = value;
}
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CbuttonU3Ek__BackingField_22)); }
inline int32_t get_U3CbuttonU3Ek__BackingField_22() const { return ___U3CbuttonU3Ek__BackingField_22; }
inline int32_t* get_address_of_U3CbuttonU3Ek__BackingField_22() { return &___U3CbuttonU3Ek__BackingField_22; }
inline void set_U3CbuttonU3Ek__BackingField_22(int32_t value)
{
___U3CbuttonU3Ek__BackingField_22 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // POINTEREVENTDATA_TC18994283B7753E430E316A62D9E45BA6D644C63_H
#ifndef GAMEOBJECT_TBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_H
#define GAMEOBJECT_TBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GAMEOBJECT_TBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_H
#ifndef MATERIAL_TF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_H
#define MATERIAL_TF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MATERIAL_TF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_H
#ifndef MESH_T6106B8D8E4C691321581AB0445552EC78B947B8C_H
#define MESH_T6106B8D8E4C691321581AB0445552EC78B947B8C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MESH_T6106B8D8E4C691321581AB0445552EC78B947B8C_H
#ifndef SCRIPTABLEOBJECT_TAB015486CEAB714DA0D5C1BA389B84FB90427734_H
#define SCRIPTABLEOBJECT_TAB015486CEAB714DA0D5C1BA389B84FB90427734_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_pinvoke : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_com : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
};
#endif // SCRIPTABLEOBJECT_TAB015486CEAB714DA0D5C1BA389B84FB90427734_H
#ifndef SHADER_TE2731FF351B74AB4186897484FB01E000C1160CA_H
#define SHADER_TE2731FF351B74AB4186897484FB01E000C1160CA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHADER_TE2731FF351B74AB4186897484FB01E000C1160CA_H
#ifndef TEXTASSET_TEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_H
#define TEXTASSET_TEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.TextAsset
struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTASSET_TEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_H
#ifndef TEXTURE_T387FE83BB848001FD06B14707AEA6D5A0F6A95F4_H
#define TEXTURE_T387FE83BB848001FD06B14707AEA6D5A0F6A95F4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTURE_T387FE83BB848001FD06B14707AEA6D5A0F6A95F4_H
#ifndef NAVIGATION_T761250C05C09773B75F5E0D52DDCBBFE60288A07_H
#define NAVIGATION_T761250C05C09773B75F5E0D52DDCBBFE60288A07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Navigation
struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07
{
public:
// UnityEngine.UI.Navigation_Mode UnityEngine.UI.Navigation::m_Mode
int32_t ___m_Mode_0;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4;
public:
inline static int32_t get_offset_of_m_Mode_0() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_Mode_0)); }
inline int32_t get_m_Mode_0() const { return ___m_Mode_0; }
inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; }
inline void set_m_Mode_0(int32_t value)
{
___m_Mode_0 = value;
}
inline static int32_t get_offset_of_m_SelectOnUp_1() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnUp_1)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; }
inline void set_m_SelectOnUp_1(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnUp_1 = value;
Il2CppCodeGenWriteBarrier((&___m_SelectOnUp_1), value);
}
inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnDown_2)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; }
inline void set_m_SelectOnDown_2(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnDown_2 = value;
Il2CppCodeGenWriteBarrier((&___m_SelectOnDown_2), value);
}
inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnLeft_3)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; }
inline void set_m_SelectOnLeft_3(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnLeft_3 = value;
Il2CppCodeGenWriteBarrier((&___m_SelectOnLeft_3), value);
}
inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnRight_4)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; }
inline void set_m_SelectOnRight_4(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnRight_4 = value;
Il2CppCodeGenWriteBarrier((&___m_SelectOnRight_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation
struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07_marshaled_pinvoke
{
int32_t ___m_Mode_0;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4;
};
// Native definition for COM marshalling of UnityEngine.UI.Navigation
struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07_marshaled_com
{
int32_t ___m_Mode_0;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4;
};
#endif // NAVIGATION_T761250C05C09773B75F5E0D52DDCBBFE60288A07_H
#ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef PREDICATE_1_T2B619EB1058AB248861104FBBD88E2812F9601FA_H
#define PREDICATE_1_T2B619EB1058AB248861104FBBD88E2812F9601FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Predicate`1<TMPro.TMP_MaterialManager_MaskingMaterial>
struct Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PREDICATE_1_T2B619EB1058AB248861104FBBD88E2812F9601FA_H
#ifndef TMP_ASSET_TE47F21E07C734D11D5DCEA5C0A0264465963CB2D_H
#define TMP_ASSET_TE47F21E07C734D11D5DCEA5C0A0264465963CB2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Asset
struct TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
{
public:
// System.Int32 TMPro.TMP_Asset::hashCode
int32_t ___hashCode_4;
// UnityEngine.Material TMPro.TMP_Asset::material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_5;
// System.Int32 TMPro.TMP_Asset::materialHashCode
int32_t ___materialHashCode_6;
public:
inline static int32_t get_offset_of_hashCode_4() { return static_cast<int32_t>(offsetof(TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D, ___hashCode_4)); }
inline int32_t get_hashCode_4() const { return ___hashCode_4; }
inline int32_t* get_address_of_hashCode_4() { return &___hashCode_4; }
inline void set_hashCode_4(int32_t value)
{
___hashCode_4 = value;
}
inline static int32_t get_offset_of_material_5() { return static_cast<int32_t>(offsetof(TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D, ___material_5)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_5() const { return ___material_5; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_5() { return &___material_5; }
inline void set_material_5(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___material_5 = value;
Il2CppCodeGenWriteBarrier((&___material_5), value);
}
inline static int32_t get_offset_of_materialHashCode_6() { return static_cast<int32_t>(offsetof(TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D, ___materialHashCode_6)); }
inline int32_t get_materialHashCode_6() const { return ___materialHashCode_6; }
inline int32_t* get_address_of_materialHashCode_6() { return &___materialHashCode_6; }
inline void set_materialHashCode_6(int32_t value)
{
___materialHashCode_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_ASSET_TE47F21E07C734D11D5DCEA5C0A0264465963CB2D_H
#ifndef TMP_COLORGRADIENT_TEA29C4736B1786301A803B6C0FB30107A10D79B7_H
#define TMP_COLORGRADIENT_TEA29C4736B1786301A803B6C0FB30107A10D79B7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_ColorGradient
struct TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
{
public:
// TMPro.ColorMode TMPro.TMP_ColorGradient::colorMode
int32_t ___colorMode_4;
// UnityEngine.Color TMPro.TMP_ColorGradient::topLeft
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___topLeft_5;
// UnityEngine.Color TMPro.TMP_ColorGradient::topRight
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___topRight_6;
// UnityEngine.Color TMPro.TMP_ColorGradient::bottomLeft
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___bottomLeft_7;
// UnityEngine.Color TMPro.TMP_ColorGradient::bottomRight
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___bottomRight_8;
public:
inline static int32_t get_offset_of_colorMode_4() { return static_cast<int32_t>(offsetof(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7, ___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<int32_t>(offsetof(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7, ___topLeft_5)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_topLeft_5() const { return ___topLeft_5; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_topLeft_5() { return &___topLeft_5; }
inline void set_topLeft_5(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___topLeft_5 = value;
}
inline static int32_t get_offset_of_topRight_6() { return static_cast<int32_t>(offsetof(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7, ___topRight_6)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_topRight_6() const { return ___topRight_6; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_topRight_6() { return &___topRight_6; }
inline void set_topRight_6(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___topRight_6 = value;
}
inline static int32_t get_offset_of_bottomLeft_7() { return static_cast<int32_t>(offsetof(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7, ___bottomLeft_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_bottomLeft_7() const { return ___bottomLeft_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_bottomLeft_7() { return &___bottomLeft_7; }
inline void set_bottomLeft_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___bottomLeft_7 = value;
}
inline static int32_t get_offset_of_bottomRight_8() { return static_cast<int32_t>(offsetof(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7, ___bottomRight_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_bottomRight_8() const { return ___bottomRight_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_bottomRight_8() { return &___bottomRight_8; }
inline void set_bottomRight_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___bottomRight_8 = value;
}
};
struct TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_StaticFields
{
public:
// UnityEngine.Color TMPro.TMP_ColorGradient::k_DefaultColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___k_DefaultColor_10;
public:
inline static int32_t get_offset_of_k_DefaultColor_10() { return static_cast<int32_t>(offsetof(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_StaticFields, ___k_DefaultColor_10)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_k_DefaultColor_10() const { return ___k_DefaultColor_10; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_k_DefaultColor_10() { return &___k_DefaultColor_10; }
inline void set_k_DefaultColor_10(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___k_DefaultColor_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_COLORGRADIENT_TEA29C4736B1786301A803B6C0FB30107A10D79B7_H
#ifndef ONVALIDATEINPUT_T47FA5831345A245F5C6FD9C0E4F5CE43430C1863_H
#define ONVALIDATEINPUT_T47FA5831345A245F5C6FD9C0E4F5CE43430C1863_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField_OnValidateInput
struct OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ONVALIDATEINPUT_T47FA5831345A245F5C6FD9C0E4F5CE43430C1863_H
#ifndef TMP_INPUTVALIDATOR_T4C673E12211AFB82AAF94D9DEA556FDC306E69CD_H
#define TMP_INPUTVALIDATOR_T4C673E12211AFB82AAF94D9DEA556FDC306E69CD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputValidator
struct TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_INPUTVALIDATOR_T4C673E12211AFB82AAF94D9DEA556FDC306E69CD_H
#ifndef TMP_SETTINGS_T1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_H
#define TMP_SETTINGS_T1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Settings
struct TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
{
public:
// System.Boolean TMPro.TMP_Settings::m_enableWordWrapping
bool ___m_enableWordWrapping_5;
// System.Boolean TMPro.TMP_Settings::m_enableKerning
bool ___m_enableKerning_6;
// System.Boolean TMPro.TMP_Settings::m_enableExtraPadding
bool ___m_enableExtraPadding_7;
// System.Boolean TMPro.TMP_Settings::m_enableTintAllSprites
bool ___m_enableTintAllSprites_8;
// System.Boolean TMPro.TMP_Settings::m_enableParseEscapeCharacters
bool ___m_enableParseEscapeCharacters_9;
// System.Int32 TMPro.TMP_Settings::m_missingGlyphCharacter
int32_t ___m_missingGlyphCharacter_10;
// System.Boolean TMPro.TMP_Settings::m_warningsDisabled
bool ___m_warningsDisabled_11;
// TMPro.TMP_FontAsset TMPro.TMP_Settings::m_defaultFontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___m_defaultFontAsset_12;
// System.String TMPro.TMP_Settings::m_defaultFontAssetPath
String_t* ___m_defaultFontAssetPath_13;
// System.Single TMPro.TMP_Settings::m_defaultFontSize
float ___m_defaultFontSize_14;
// System.Single TMPro.TMP_Settings::m_defaultAutoSizeMinRatio
float ___m_defaultAutoSizeMinRatio_15;
// System.Single TMPro.TMP_Settings::m_defaultAutoSizeMaxRatio
float ___m_defaultAutoSizeMaxRatio_16;
// UnityEngine.Vector2 TMPro.TMP_Settings::m_defaultTextMeshProTextContainerSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_defaultTextMeshProTextContainerSize_17;
// UnityEngine.Vector2 TMPro.TMP_Settings::m_defaultTextMeshProUITextContainerSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_defaultTextMeshProUITextContainerSize_18;
// System.Boolean TMPro.TMP_Settings::m_autoSizeTextContainer
bool ___m_autoSizeTextContainer_19;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_Settings::m_fallbackFontAssets
List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * ___m_fallbackFontAssets_20;
// System.Boolean TMPro.TMP_Settings::m_matchMaterialPreset
bool ___m_matchMaterialPreset_21;
// TMPro.TMP_SpriteAsset TMPro.TMP_Settings::m_defaultSpriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_defaultSpriteAsset_22;
// System.String TMPro.TMP_Settings::m_defaultSpriteAssetPath
String_t* ___m_defaultSpriteAssetPath_23;
// System.String TMPro.TMP_Settings::m_defaultColorGradientPresetsPath
String_t* ___m_defaultColorGradientPresetsPath_24;
// System.Boolean TMPro.TMP_Settings::m_enableEmojiSupport
bool ___m_enableEmojiSupport_25;
// TMPro.TMP_StyleSheet TMPro.TMP_Settings::m_defaultStyleSheet
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * ___m_defaultStyleSheet_26;
// UnityEngine.TextAsset TMPro.TMP_Settings::m_leadingCharacters
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * ___m_leadingCharacters_27;
// UnityEngine.TextAsset TMPro.TMP_Settings::m_followingCharacters
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * ___m_followingCharacters_28;
// TMPro.TMP_Settings_LineBreakingTable TMPro.TMP_Settings::m_linebreakingRules
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * ___m_linebreakingRules_29;
public:
inline static int32_t get_offset_of_m_enableWordWrapping_5() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_enableWordWrapping_5)); }
inline bool get_m_enableWordWrapping_5() const { return ___m_enableWordWrapping_5; }
inline bool* get_address_of_m_enableWordWrapping_5() { return &___m_enableWordWrapping_5; }
inline void set_m_enableWordWrapping_5(bool value)
{
___m_enableWordWrapping_5 = value;
}
inline static int32_t get_offset_of_m_enableKerning_6() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_enableKerning_6)); }
inline bool get_m_enableKerning_6() const { return ___m_enableKerning_6; }
inline bool* get_address_of_m_enableKerning_6() { return &___m_enableKerning_6; }
inline void set_m_enableKerning_6(bool value)
{
___m_enableKerning_6 = value;
}
inline static int32_t get_offset_of_m_enableExtraPadding_7() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_enableExtraPadding_7)); }
inline bool get_m_enableExtraPadding_7() const { return ___m_enableExtraPadding_7; }
inline bool* get_address_of_m_enableExtraPadding_7() { return &___m_enableExtraPadding_7; }
inline void set_m_enableExtraPadding_7(bool value)
{
___m_enableExtraPadding_7 = value;
}
inline static int32_t get_offset_of_m_enableTintAllSprites_8() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_enableTintAllSprites_8)); }
inline bool get_m_enableTintAllSprites_8() const { return ___m_enableTintAllSprites_8; }
inline bool* get_address_of_m_enableTintAllSprites_8() { return &___m_enableTintAllSprites_8; }
inline void set_m_enableTintAllSprites_8(bool value)
{
___m_enableTintAllSprites_8 = value;
}
inline static int32_t get_offset_of_m_enableParseEscapeCharacters_9() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_enableParseEscapeCharacters_9)); }
inline bool get_m_enableParseEscapeCharacters_9() const { return ___m_enableParseEscapeCharacters_9; }
inline bool* get_address_of_m_enableParseEscapeCharacters_9() { return &___m_enableParseEscapeCharacters_9; }
inline void set_m_enableParseEscapeCharacters_9(bool value)
{
___m_enableParseEscapeCharacters_9 = value;
}
inline static int32_t get_offset_of_m_missingGlyphCharacter_10() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_missingGlyphCharacter_10)); }
inline int32_t get_m_missingGlyphCharacter_10() const { return ___m_missingGlyphCharacter_10; }
inline int32_t* get_address_of_m_missingGlyphCharacter_10() { return &___m_missingGlyphCharacter_10; }
inline void set_m_missingGlyphCharacter_10(int32_t value)
{
___m_missingGlyphCharacter_10 = value;
}
inline static int32_t get_offset_of_m_warningsDisabled_11() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_warningsDisabled_11)); }
inline bool get_m_warningsDisabled_11() const { return ___m_warningsDisabled_11; }
inline bool* get_address_of_m_warningsDisabled_11() { return &___m_warningsDisabled_11; }
inline void set_m_warningsDisabled_11(bool value)
{
___m_warningsDisabled_11 = value;
}
inline static int32_t get_offset_of_m_defaultFontAsset_12() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultFontAsset_12)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_m_defaultFontAsset_12() const { return ___m_defaultFontAsset_12; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_m_defaultFontAsset_12() { return &___m_defaultFontAsset_12; }
inline void set_m_defaultFontAsset_12(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___m_defaultFontAsset_12 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultFontAsset_12), value);
}
inline static int32_t get_offset_of_m_defaultFontAssetPath_13() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultFontAssetPath_13)); }
inline String_t* get_m_defaultFontAssetPath_13() const { return ___m_defaultFontAssetPath_13; }
inline String_t** get_address_of_m_defaultFontAssetPath_13() { return &___m_defaultFontAssetPath_13; }
inline void set_m_defaultFontAssetPath_13(String_t* value)
{
___m_defaultFontAssetPath_13 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultFontAssetPath_13), value);
}
inline static int32_t get_offset_of_m_defaultFontSize_14() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultFontSize_14)); }
inline float get_m_defaultFontSize_14() const { return ___m_defaultFontSize_14; }
inline float* get_address_of_m_defaultFontSize_14() { return &___m_defaultFontSize_14; }
inline void set_m_defaultFontSize_14(float value)
{
___m_defaultFontSize_14 = value;
}
inline static int32_t get_offset_of_m_defaultAutoSizeMinRatio_15() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultAutoSizeMinRatio_15)); }
inline float get_m_defaultAutoSizeMinRatio_15() const { return ___m_defaultAutoSizeMinRatio_15; }
inline float* get_address_of_m_defaultAutoSizeMinRatio_15() { return &___m_defaultAutoSizeMinRatio_15; }
inline void set_m_defaultAutoSizeMinRatio_15(float value)
{
___m_defaultAutoSizeMinRatio_15 = value;
}
inline static int32_t get_offset_of_m_defaultAutoSizeMaxRatio_16() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultAutoSizeMaxRatio_16)); }
inline float get_m_defaultAutoSizeMaxRatio_16() const { return ___m_defaultAutoSizeMaxRatio_16; }
inline float* get_address_of_m_defaultAutoSizeMaxRatio_16() { return &___m_defaultAutoSizeMaxRatio_16; }
inline void set_m_defaultAutoSizeMaxRatio_16(float value)
{
___m_defaultAutoSizeMaxRatio_16 = value;
}
inline static int32_t get_offset_of_m_defaultTextMeshProTextContainerSize_17() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultTextMeshProTextContainerSize_17)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_defaultTextMeshProTextContainerSize_17() const { return ___m_defaultTextMeshProTextContainerSize_17; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_defaultTextMeshProTextContainerSize_17() { return &___m_defaultTextMeshProTextContainerSize_17; }
inline void set_m_defaultTextMeshProTextContainerSize_17(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_defaultTextMeshProTextContainerSize_17 = value;
}
inline static int32_t get_offset_of_m_defaultTextMeshProUITextContainerSize_18() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultTextMeshProUITextContainerSize_18)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_defaultTextMeshProUITextContainerSize_18() const { return ___m_defaultTextMeshProUITextContainerSize_18; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_defaultTextMeshProUITextContainerSize_18() { return &___m_defaultTextMeshProUITextContainerSize_18; }
inline void set_m_defaultTextMeshProUITextContainerSize_18(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_defaultTextMeshProUITextContainerSize_18 = value;
}
inline static int32_t get_offset_of_m_autoSizeTextContainer_19() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_autoSizeTextContainer_19)); }
inline bool get_m_autoSizeTextContainer_19() const { return ___m_autoSizeTextContainer_19; }
inline bool* get_address_of_m_autoSizeTextContainer_19() { return &___m_autoSizeTextContainer_19; }
inline void set_m_autoSizeTextContainer_19(bool value)
{
___m_autoSizeTextContainer_19 = value;
}
inline static int32_t get_offset_of_m_fallbackFontAssets_20() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_fallbackFontAssets_20)); }
inline List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * get_m_fallbackFontAssets_20() const { return ___m_fallbackFontAssets_20; }
inline List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F ** get_address_of_m_fallbackFontAssets_20() { return &___m_fallbackFontAssets_20; }
inline void set_m_fallbackFontAssets_20(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * value)
{
___m_fallbackFontAssets_20 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackFontAssets_20), value);
}
inline static int32_t get_offset_of_m_matchMaterialPreset_21() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_matchMaterialPreset_21)); }
inline bool get_m_matchMaterialPreset_21() const { return ___m_matchMaterialPreset_21; }
inline bool* get_address_of_m_matchMaterialPreset_21() { return &___m_matchMaterialPreset_21; }
inline void set_m_matchMaterialPreset_21(bool value)
{
___m_matchMaterialPreset_21 = value;
}
inline static int32_t get_offset_of_m_defaultSpriteAsset_22() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultSpriteAsset_22)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_defaultSpriteAsset_22() const { return ___m_defaultSpriteAsset_22; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_defaultSpriteAsset_22() { return &___m_defaultSpriteAsset_22; }
inline void set_m_defaultSpriteAsset_22(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_defaultSpriteAsset_22 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultSpriteAsset_22), value);
}
inline static int32_t get_offset_of_m_defaultSpriteAssetPath_23() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultSpriteAssetPath_23)); }
inline String_t* get_m_defaultSpriteAssetPath_23() const { return ___m_defaultSpriteAssetPath_23; }
inline String_t** get_address_of_m_defaultSpriteAssetPath_23() { return &___m_defaultSpriteAssetPath_23; }
inline void set_m_defaultSpriteAssetPath_23(String_t* value)
{
___m_defaultSpriteAssetPath_23 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultSpriteAssetPath_23), value);
}
inline static int32_t get_offset_of_m_defaultColorGradientPresetsPath_24() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultColorGradientPresetsPath_24)); }
inline String_t* get_m_defaultColorGradientPresetsPath_24() const { return ___m_defaultColorGradientPresetsPath_24; }
inline String_t** get_address_of_m_defaultColorGradientPresetsPath_24() { return &___m_defaultColorGradientPresetsPath_24; }
inline void set_m_defaultColorGradientPresetsPath_24(String_t* value)
{
___m_defaultColorGradientPresetsPath_24 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultColorGradientPresetsPath_24), value);
}
inline static int32_t get_offset_of_m_enableEmojiSupport_25() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_enableEmojiSupport_25)); }
inline bool get_m_enableEmojiSupport_25() const { return ___m_enableEmojiSupport_25; }
inline bool* get_address_of_m_enableEmojiSupport_25() { return &___m_enableEmojiSupport_25; }
inline void set_m_enableEmojiSupport_25(bool value)
{
___m_enableEmojiSupport_25 = value;
}
inline static int32_t get_offset_of_m_defaultStyleSheet_26() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_defaultStyleSheet_26)); }
inline TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * get_m_defaultStyleSheet_26() const { return ___m_defaultStyleSheet_26; }
inline TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 ** get_address_of_m_defaultStyleSheet_26() { return &___m_defaultStyleSheet_26; }
inline void set_m_defaultStyleSheet_26(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * value)
{
___m_defaultStyleSheet_26 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultStyleSheet_26), value);
}
inline static int32_t get_offset_of_m_leadingCharacters_27() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_leadingCharacters_27)); }
inline TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * get_m_leadingCharacters_27() const { return ___m_leadingCharacters_27; }
inline TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E ** get_address_of_m_leadingCharacters_27() { return &___m_leadingCharacters_27; }
inline void set_m_leadingCharacters_27(TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * value)
{
___m_leadingCharacters_27 = value;
Il2CppCodeGenWriteBarrier((&___m_leadingCharacters_27), value);
}
inline static int32_t get_offset_of_m_followingCharacters_28() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_followingCharacters_28)); }
inline TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * get_m_followingCharacters_28() const { return ___m_followingCharacters_28; }
inline TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E ** get_address_of_m_followingCharacters_28() { return &___m_followingCharacters_28; }
inline void set_m_followingCharacters_28(TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * value)
{
___m_followingCharacters_28 = value;
Il2CppCodeGenWriteBarrier((&___m_followingCharacters_28), value);
}
inline static int32_t get_offset_of_m_linebreakingRules_29() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A, ___m_linebreakingRules_29)); }
inline LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * get_m_linebreakingRules_29() const { return ___m_linebreakingRules_29; }
inline LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 ** get_address_of_m_linebreakingRules_29() { return &___m_linebreakingRules_29; }
inline void set_m_linebreakingRules_29(LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * value)
{
___m_linebreakingRules_29 = value;
Il2CppCodeGenWriteBarrier((&___m_linebreakingRules_29), value);
}
};
struct TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields
{
public:
// TMPro.TMP_Settings TMPro.TMP_Settings::s_Instance
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * ___s_Instance_4;
public:
inline static int32_t get_offset_of_s_Instance_4() { return static_cast<int32_t>(offsetof(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields, ___s_Instance_4)); }
inline TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * get_s_Instance_4() const { return ___s_Instance_4; }
inline TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A ** get_address_of_s_Instance_4() { return &___s_Instance_4; }
inline void set_s_Instance_4(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * value)
{
___s_Instance_4 = value;
Il2CppCodeGenWriteBarrier((&___s_Instance_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SETTINGS_T1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_H
#ifndef U3CDOSPRITEANIMATIONINTERNALU3ED__7_T31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_H
#define U3CDOSPRITEANIMATIONINTERNALU3ED__7_T31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7
struct U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC : public RuntimeObject
{
public:
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// TMPro.TMP_SpriteAnimator TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<>4__this
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * ___U3CU3E4__this_2;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::start
int32_t ___start_3;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::end
int32_t ___end_4;
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::spriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::currentCharacter
int32_t ___currentCharacter_6;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::framerate
int32_t ___framerate_7;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<currentFrame>5__2
int32_t ___U3CcurrentFrameU3E5__2_8;
// TMPro.TMP_CharacterInfo TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<charInfo>5__3
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 ___U3CcharInfoU3E5__3_9;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<materialIndex>5__4
int32_t ___U3CmaterialIndexU3E5__4_10;
// System.Int32 TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<vertexIndex>5__5
int32_t ___U3CvertexIndexU3E5__5_11;
// TMPro.TMP_MeshInfo TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<meshInfo>5__6
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E ___U3CmeshInfoU3E5__6_12;
// System.Single TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<elapsedTime>5__7
float ___U3CelapsedTimeU3E5__7_13;
// System.Single TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::<targetTime>5__8
float ___U3CtargetTimeU3E5__8_14;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value);
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CU3E4__this_2)); }
inline TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value);
}
inline static int32_t get_offset_of_start_3() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___start_3)); }
inline int32_t get_start_3() const { return ___start_3; }
inline int32_t* get_address_of_start_3() { return &___start_3; }
inline void set_start_3(int32_t value)
{
___start_3 = value;
}
inline static int32_t get_offset_of_end_4() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___end_4)); }
inline int32_t get_end_4() const { return ___end_4; }
inline int32_t* get_address_of_end_4() { return &___end_4; }
inline void set_end_4(int32_t value)
{
___end_4 = value;
}
inline static int32_t get_offset_of_spriteAsset_5() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___spriteAsset_5)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_spriteAsset_5() const { return ___spriteAsset_5; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_spriteAsset_5() { return &___spriteAsset_5; }
inline void set_spriteAsset_5(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___spriteAsset_5 = value;
Il2CppCodeGenWriteBarrier((&___spriteAsset_5), value);
}
inline static int32_t get_offset_of_currentCharacter_6() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___currentCharacter_6)); }
inline int32_t get_currentCharacter_6() const { return ___currentCharacter_6; }
inline int32_t* get_address_of_currentCharacter_6() { return &___currentCharacter_6; }
inline void set_currentCharacter_6(int32_t value)
{
___currentCharacter_6 = value;
}
inline static int32_t get_offset_of_framerate_7() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___framerate_7)); }
inline int32_t get_framerate_7() const { return ___framerate_7; }
inline int32_t* get_address_of_framerate_7() { return &___framerate_7; }
inline void set_framerate_7(int32_t value)
{
___framerate_7 = value;
}
inline static int32_t get_offset_of_U3CcurrentFrameU3E5__2_8() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CcurrentFrameU3E5__2_8)); }
inline int32_t get_U3CcurrentFrameU3E5__2_8() const { return ___U3CcurrentFrameU3E5__2_8; }
inline int32_t* get_address_of_U3CcurrentFrameU3E5__2_8() { return &___U3CcurrentFrameU3E5__2_8; }
inline void set_U3CcurrentFrameU3E5__2_8(int32_t value)
{
___U3CcurrentFrameU3E5__2_8 = value;
}
inline static int32_t get_offset_of_U3CcharInfoU3E5__3_9() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CcharInfoU3E5__3_9)); }
inline TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 get_U3CcharInfoU3E5__3_9() const { return ___U3CcharInfoU3E5__3_9; }
inline TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * get_address_of_U3CcharInfoU3E5__3_9() { return &___U3CcharInfoU3E5__3_9; }
inline void set_U3CcharInfoU3E5__3_9(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 value)
{
___U3CcharInfoU3E5__3_9 = value;
}
inline static int32_t get_offset_of_U3CmaterialIndexU3E5__4_10() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CmaterialIndexU3E5__4_10)); }
inline int32_t get_U3CmaterialIndexU3E5__4_10() const { return ___U3CmaterialIndexU3E5__4_10; }
inline int32_t* get_address_of_U3CmaterialIndexU3E5__4_10() { return &___U3CmaterialIndexU3E5__4_10; }
inline void set_U3CmaterialIndexU3E5__4_10(int32_t value)
{
___U3CmaterialIndexU3E5__4_10 = value;
}
inline static int32_t get_offset_of_U3CvertexIndexU3E5__5_11() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CvertexIndexU3E5__5_11)); }
inline int32_t get_U3CvertexIndexU3E5__5_11() const { return ___U3CvertexIndexU3E5__5_11; }
inline int32_t* get_address_of_U3CvertexIndexU3E5__5_11() { return &___U3CvertexIndexU3E5__5_11; }
inline void set_U3CvertexIndexU3E5__5_11(int32_t value)
{
___U3CvertexIndexU3E5__5_11 = value;
}
inline static int32_t get_offset_of_U3CmeshInfoU3E5__6_12() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CmeshInfoU3E5__6_12)); }
inline TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E get_U3CmeshInfoU3E5__6_12() const { return ___U3CmeshInfoU3E5__6_12; }
inline TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * get_address_of_U3CmeshInfoU3E5__6_12() { return &___U3CmeshInfoU3E5__6_12; }
inline void set_U3CmeshInfoU3E5__6_12(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E value)
{
___U3CmeshInfoU3E5__6_12 = value;
}
inline static int32_t get_offset_of_U3CelapsedTimeU3E5__7_13() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CelapsedTimeU3E5__7_13)); }
inline float get_U3CelapsedTimeU3E5__7_13() const { return ___U3CelapsedTimeU3E5__7_13; }
inline float* get_address_of_U3CelapsedTimeU3E5__7_13() { return &___U3CelapsedTimeU3E5__7_13; }
inline void set_U3CelapsedTimeU3E5__7_13(float value)
{
___U3CelapsedTimeU3E5__7_13 = value;
}
inline static int32_t get_offset_of_U3CtargetTimeU3E5__8_14() { return static_cast<int32_t>(offsetof(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC, ___U3CtargetTimeU3E5__8_14)); }
inline float get_U3CtargetTimeU3E5__8_14() const { return ___U3CtargetTimeU3E5__8_14; }
inline float* get_address_of_U3CtargetTimeU3E5__8_14() { return &___U3CtargetTimeU3E5__8_14; }
inline void set_U3CtargetTimeU3E5__8_14(float value)
{
___U3CtargetTimeU3E5__8_14 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CDOSPRITEANIMATIONINTERNALU3ED__7_T31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_H
#ifndef TMP_STYLESHEET_TC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_H
#define TMP_STYLESHEET_TC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_StyleSheet
struct TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
{
public:
// System.Collections.Generic.List`1<TMPro.TMP_Style> TMPro.TMP_StyleSheet::m_StyleList
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * ___m_StyleList_5;
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style> TMPro.TMP_StyleSheet::m_StyleDictionary
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * ___m_StyleDictionary_6;
public:
inline static int32_t get_offset_of_m_StyleList_5() { return static_cast<int32_t>(offsetof(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04, ___m_StyleList_5)); }
inline List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * get_m_StyleList_5() const { return ___m_StyleList_5; }
inline List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B ** get_address_of_m_StyleList_5() { return &___m_StyleList_5; }
inline void set_m_StyleList_5(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * value)
{
___m_StyleList_5 = value;
Il2CppCodeGenWriteBarrier((&___m_StyleList_5), value);
}
inline static int32_t get_offset_of_m_StyleDictionary_6() { return static_cast<int32_t>(offsetof(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04, ___m_StyleDictionary_6)); }
inline Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * get_m_StyleDictionary_6() const { return ___m_StyleDictionary_6; }
inline Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 ** get_address_of_m_StyleDictionary_6() { return &___m_StyleDictionary_6; }
inline void set_m_StyleDictionary_6(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * value)
{
___m_StyleDictionary_6 = value;
Il2CppCodeGenWriteBarrier((&___m_StyleDictionary_6), value);
}
};
struct TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields
{
public:
// TMPro.TMP_StyleSheet TMPro.TMP_StyleSheet::s_Instance
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * ___s_Instance_4;
public:
inline static int32_t get_offset_of_s_Instance_4() { return static_cast<int32_t>(offsetof(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields, ___s_Instance_4)); }
inline TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * get_s_Instance_4() const { return ___s_Instance_4; }
inline TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 ** get_address_of_s_Instance_4() { return &___s_Instance_4; }
inline void set_s_Instance_4(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * value)
{
___s_Instance_4 = value;
Il2CppCodeGenWriteBarrier((&___s_Instance_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_STYLESHEET_TC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_H
#ifndef WORDWRAPSTATE_T415B8622774DD094A9CD7447D298B33B7365A557_H
#define WORDWRAPSTATE_T415B8622774DD094A9CD7447D298B33B7365A557_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.WordWrapState
struct WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557
{
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::maxLineAscender
float ___maxLineAscender_13;
// System.Single TMPro.WordWrapState::maxLineDescender
float ___maxLineDescender_14;
// System.Single TMPro.WordWrapState::previousLineAscender
float ___previousLineAscender_15;
// System.Single TMPro.WordWrapState::xAdvance
float ___xAdvance_16;
// System.Single TMPro.WordWrapState::preferredWidth
float ___preferredWidth_17;
// System.Single TMPro.WordWrapState::preferredHeight
float ___preferredHeight_18;
// System.Single TMPro.WordWrapState::previousLineScale
float ___previousLineScale_19;
// System.Int32 TMPro.WordWrapState::wordCount
int32_t ___wordCount_20;
// TMPro.FontStyles TMPro.WordWrapState::fontStyle
int32_t ___fontStyle_21;
// System.Single TMPro.WordWrapState::fontScale
float ___fontScale_22;
// System.Single TMPro.WordWrapState::fontScaleMultiplier
float ___fontScaleMultiplier_23;
// System.Single TMPro.WordWrapState::currentFontSize
float ___currentFontSize_24;
// System.Single TMPro.WordWrapState::baselineOffset
float ___baselineOffset_25;
// System.Single TMPro.WordWrapState::lineOffset
float ___lineOffset_26;
// TMPro.TMP_TextInfo TMPro.WordWrapState::textInfo
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * ___textInfo_27;
// TMPro.TMP_LineInfo TMPro.WordWrapState::lineInfo
TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 ___lineInfo_28;
// UnityEngine.Color32 TMPro.WordWrapState::vertexColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor_29;
// UnityEngine.Color32 TMPro.WordWrapState::underlineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30;
// UnityEngine.Color32 TMPro.WordWrapState::strikethroughColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31;
// UnityEngine.Color32 TMPro.WordWrapState::highlightColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32;
// TMPro.TMP_BasicXmlTagStack TMPro.WordWrapState::basicStyleStack
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 ___basicStyleStack_33;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.WordWrapState::colorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___colorStack_34;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.WordWrapState::underlineColorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___underlineColorStack_35;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.WordWrapState::strikethroughColorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___strikethroughColorStack_36;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.WordWrapState::highlightColorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___highlightColorStack_37;
// TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient> TMPro.WordWrapState::colorGradientStack
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 ___colorGradientStack_38;
// TMPro.TMP_XmlTagStack`1<System.Single> TMPro.WordWrapState::sizeStack
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___sizeStack_39;
// TMPro.TMP_XmlTagStack`1<System.Single> TMPro.WordWrapState::indentStack
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___indentStack_40;
// TMPro.TMP_XmlTagStack`1<System.Int32> TMPro.WordWrapState::fontWeightStack
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___fontWeightStack_41;
// TMPro.TMP_XmlTagStack`1<System.Int32> TMPro.WordWrapState::styleStack
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___styleStack_42;
// TMPro.TMP_XmlTagStack`1<System.Single> TMPro.WordWrapState::baselineStack
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___baselineStack_43;
// TMPro.TMP_XmlTagStack`1<System.Int32> TMPro.WordWrapState::actionStack
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___actionStack_44;
// TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference> TMPro.WordWrapState::materialReferenceStack
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 ___materialReferenceStack_45;
// TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions> TMPro.WordWrapState::lineJustificationStack
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C ___lineJustificationStack_46;
// System.Int32 TMPro.WordWrapState::spriteAnimationID
int32_t ___spriteAnimationID_47;
// TMPro.TMP_FontAsset TMPro.WordWrapState::currentFontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___currentFontAsset_48;
// TMPro.TMP_SpriteAsset TMPro.WordWrapState::currentSpriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___currentSpriteAsset_49;
// UnityEngine.Material TMPro.WordWrapState::currentMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___currentMaterial_50;
// System.Int32 TMPro.WordWrapState::currentMaterialIndex
int32_t ___currentMaterialIndex_51;
// TMPro.Extents TMPro.WordWrapState::meshExtents
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 ___meshExtents_52;
// System.Boolean TMPro.WordWrapState::tagNoParsing
bool ___tagNoParsing_53;
// System.Boolean TMPro.WordWrapState::isNonBreakingSpace
bool ___isNonBreakingSpace_54;
public:
inline static int32_t get_offset_of_previous_WordBreak_0() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___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_maxLineAscender_13() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___maxLineAscender_13)); }
inline float get_maxLineAscender_13() const { return ___maxLineAscender_13; }
inline float* get_address_of_maxLineAscender_13() { return &___maxLineAscender_13; }
inline void set_maxLineAscender_13(float value)
{
___maxLineAscender_13 = value;
}
inline static int32_t get_offset_of_maxLineDescender_14() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___maxLineDescender_14)); }
inline float get_maxLineDescender_14() const { return ___maxLineDescender_14; }
inline float* get_address_of_maxLineDescender_14() { return &___maxLineDescender_14; }
inline void set_maxLineDescender_14(float value)
{
___maxLineDescender_14 = value;
}
inline static int32_t get_offset_of_previousLineAscender_15() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___previousLineAscender_15)); }
inline float get_previousLineAscender_15() const { return ___previousLineAscender_15; }
inline float* get_address_of_previousLineAscender_15() { return &___previousLineAscender_15; }
inline void set_previousLineAscender_15(float value)
{
___previousLineAscender_15 = value;
}
inline static int32_t get_offset_of_xAdvance_16() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___xAdvance_16)); }
inline float get_xAdvance_16() const { return ___xAdvance_16; }
inline float* get_address_of_xAdvance_16() { return &___xAdvance_16; }
inline void set_xAdvance_16(float value)
{
___xAdvance_16 = value;
}
inline static int32_t get_offset_of_preferredWidth_17() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___preferredWidth_17)); }
inline float get_preferredWidth_17() const { return ___preferredWidth_17; }
inline float* get_address_of_preferredWidth_17() { return &___preferredWidth_17; }
inline void set_preferredWidth_17(float value)
{
___preferredWidth_17 = value;
}
inline static int32_t get_offset_of_preferredHeight_18() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___preferredHeight_18)); }
inline float get_preferredHeight_18() const { return ___preferredHeight_18; }
inline float* get_address_of_preferredHeight_18() { return &___preferredHeight_18; }
inline void set_preferredHeight_18(float value)
{
___preferredHeight_18 = value;
}
inline static int32_t get_offset_of_previousLineScale_19() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___previousLineScale_19)); }
inline float get_previousLineScale_19() const { return ___previousLineScale_19; }
inline float* get_address_of_previousLineScale_19() { return &___previousLineScale_19; }
inline void set_previousLineScale_19(float value)
{
___previousLineScale_19 = value;
}
inline static int32_t get_offset_of_wordCount_20() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___wordCount_20)); }
inline int32_t get_wordCount_20() const { return ___wordCount_20; }
inline int32_t* get_address_of_wordCount_20() { return &___wordCount_20; }
inline void set_wordCount_20(int32_t value)
{
___wordCount_20 = value;
}
inline static int32_t get_offset_of_fontStyle_21() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___fontStyle_21)); }
inline int32_t get_fontStyle_21() const { return ___fontStyle_21; }
inline int32_t* get_address_of_fontStyle_21() { return &___fontStyle_21; }
inline void set_fontStyle_21(int32_t value)
{
___fontStyle_21 = value;
}
inline static int32_t get_offset_of_fontScale_22() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___fontScale_22)); }
inline float get_fontScale_22() const { return ___fontScale_22; }
inline float* get_address_of_fontScale_22() { return &___fontScale_22; }
inline void set_fontScale_22(float value)
{
___fontScale_22 = value;
}
inline static int32_t get_offset_of_fontScaleMultiplier_23() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___fontScaleMultiplier_23)); }
inline float get_fontScaleMultiplier_23() const { return ___fontScaleMultiplier_23; }
inline float* get_address_of_fontScaleMultiplier_23() { return &___fontScaleMultiplier_23; }
inline void set_fontScaleMultiplier_23(float value)
{
___fontScaleMultiplier_23 = value;
}
inline static int32_t get_offset_of_currentFontSize_24() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___currentFontSize_24)); }
inline float get_currentFontSize_24() const { return ___currentFontSize_24; }
inline float* get_address_of_currentFontSize_24() { return &___currentFontSize_24; }
inline void set_currentFontSize_24(float value)
{
___currentFontSize_24 = value;
}
inline static int32_t get_offset_of_baselineOffset_25() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___baselineOffset_25)); }
inline float get_baselineOffset_25() const { return ___baselineOffset_25; }
inline float* get_address_of_baselineOffset_25() { return &___baselineOffset_25; }
inline void set_baselineOffset_25(float value)
{
___baselineOffset_25 = value;
}
inline static int32_t get_offset_of_lineOffset_26() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___lineOffset_26)); }
inline float get_lineOffset_26() const { return ___lineOffset_26; }
inline float* get_address_of_lineOffset_26() { return &___lineOffset_26; }
inline void set_lineOffset_26(float value)
{
___lineOffset_26 = value;
}
inline static int32_t get_offset_of_textInfo_27() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___textInfo_27)); }
inline TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * get_textInfo_27() const { return ___textInfo_27; }
inline TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 ** get_address_of_textInfo_27() { return &___textInfo_27; }
inline void set_textInfo_27(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * value)
{
___textInfo_27 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_27), value);
}
inline static int32_t get_offset_of_lineInfo_28() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___lineInfo_28)); }
inline TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 get_lineInfo_28() const { return ___lineInfo_28; }
inline TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 * get_address_of_lineInfo_28() { return &___lineInfo_28; }
inline void set_lineInfo_28(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 value)
{
___lineInfo_28 = value;
}
inline static int32_t get_offset_of_vertexColor_29() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___vertexColor_29)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_vertexColor_29() const { return ___vertexColor_29; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_vertexColor_29() { return &___vertexColor_29; }
inline void set_vertexColor_29(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___vertexColor_29 = value;
}
inline static int32_t get_offset_of_underlineColor_30() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___underlineColor_30)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_underlineColor_30() const { return ___underlineColor_30; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_underlineColor_30() { return &___underlineColor_30; }
inline void set_underlineColor_30(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___underlineColor_30 = value;
}
inline static int32_t get_offset_of_strikethroughColor_31() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___strikethroughColor_31)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_strikethroughColor_31() const { return ___strikethroughColor_31; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_strikethroughColor_31() { return &___strikethroughColor_31; }
inline void set_strikethroughColor_31(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___strikethroughColor_31 = value;
}
inline static int32_t get_offset_of_highlightColor_32() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___highlightColor_32)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_highlightColor_32() const { return ___highlightColor_32; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_highlightColor_32() { return &___highlightColor_32; }
inline void set_highlightColor_32(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___highlightColor_32 = value;
}
inline static int32_t get_offset_of_basicStyleStack_33() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___basicStyleStack_33)); }
inline TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 get_basicStyleStack_33() const { return ___basicStyleStack_33; }
inline TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * get_address_of_basicStyleStack_33() { return &___basicStyleStack_33; }
inline void set_basicStyleStack_33(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 value)
{
___basicStyleStack_33 = value;
}
inline static int32_t get_offset_of_colorStack_34() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___colorStack_34)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_colorStack_34() const { return ___colorStack_34; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_colorStack_34() { return &___colorStack_34; }
inline void set_colorStack_34(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___colorStack_34 = value;
}
inline static int32_t get_offset_of_underlineColorStack_35() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___underlineColorStack_35)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_underlineColorStack_35() const { return ___underlineColorStack_35; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_underlineColorStack_35() { return &___underlineColorStack_35; }
inline void set_underlineColorStack_35(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___underlineColorStack_35 = value;
}
inline static int32_t get_offset_of_strikethroughColorStack_36() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___strikethroughColorStack_36)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_strikethroughColorStack_36() const { return ___strikethroughColorStack_36; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_strikethroughColorStack_36() { return &___strikethroughColorStack_36; }
inline void set_strikethroughColorStack_36(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___strikethroughColorStack_36 = value;
}
inline static int32_t get_offset_of_highlightColorStack_37() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___highlightColorStack_37)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_highlightColorStack_37() const { return ___highlightColorStack_37; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_highlightColorStack_37() { return &___highlightColorStack_37; }
inline void set_highlightColorStack_37(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___highlightColorStack_37 = value;
}
inline static int32_t get_offset_of_colorGradientStack_38() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___colorGradientStack_38)); }
inline TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 get_colorGradientStack_38() const { return ___colorGradientStack_38; }
inline TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * get_address_of_colorGradientStack_38() { return &___colorGradientStack_38; }
inline void set_colorGradientStack_38(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 value)
{
___colorGradientStack_38 = value;
}
inline static int32_t get_offset_of_sizeStack_39() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___sizeStack_39)); }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E get_sizeStack_39() const { return ___sizeStack_39; }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * get_address_of_sizeStack_39() { return &___sizeStack_39; }
inline void set_sizeStack_39(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E value)
{
___sizeStack_39 = value;
}
inline static int32_t get_offset_of_indentStack_40() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___indentStack_40)); }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E get_indentStack_40() const { return ___indentStack_40; }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * get_address_of_indentStack_40() { return &___indentStack_40; }
inline void set_indentStack_40(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E value)
{
___indentStack_40 = value;
}
inline static int32_t get_offset_of_fontWeightStack_41() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___fontWeightStack_41)); }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 get_fontWeightStack_41() const { return ___fontWeightStack_41; }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * get_address_of_fontWeightStack_41() { return &___fontWeightStack_41; }
inline void set_fontWeightStack_41(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 value)
{
___fontWeightStack_41 = value;
}
inline static int32_t get_offset_of_styleStack_42() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___styleStack_42)); }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 get_styleStack_42() const { return ___styleStack_42; }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * get_address_of_styleStack_42() { return &___styleStack_42; }
inline void set_styleStack_42(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 value)
{
___styleStack_42 = value;
}
inline static int32_t get_offset_of_baselineStack_43() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___baselineStack_43)); }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E get_baselineStack_43() const { return ___baselineStack_43; }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * get_address_of_baselineStack_43() { return &___baselineStack_43; }
inline void set_baselineStack_43(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E value)
{
___baselineStack_43 = value;
}
inline static int32_t get_offset_of_actionStack_44() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___actionStack_44)); }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 get_actionStack_44() const { return ___actionStack_44; }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * get_address_of_actionStack_44() { return &___actionStack_44; }
inline void set_actionStack_44(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 value)
{
___actionStack_44 = value;
}
inline static int32_t get_offset_of_materialReferenceStack_45() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___materialReferenceStack_45)); }
inline TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 get_materialReferenceStack_45() const { return ___materialReferenceStack_45; }
inline TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * get_address_of_materialReferenceStack_45() { return &___materialReferenceStack_45; }
inline void set_materialReferenceStack_45(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 value)
{
___materialReferenceStack_45 = value;
}
inline static int32_t get_offset_of_lineJustificationStack_46() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___lineJustificationStack_46)); }
inline TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C get_lineJustificationStack_46() const { return ___lineJustificationStack_46; }
inline TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * get_address_of_lineJustificationStack_46() { return &___lineJustificationStack_46; }
inline void set_lineJustificationStack_46(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C value)
{
___lineJustificationStack_46 = value;
}
inline static int32_t get_offset_of_spriteAnimationID_47() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___spriteAnimationID_47)); }
inline int32_t get_spriteAnimationID_47() const { return ___spriteAnimationID_47; }
inline int32_t* get_address_of_spriteAnimationID_47() { return &___spriteAnimationID_47; }
inline void set_spriteAnimationID_47(int32_t value)
{
___spriteAnimationID_47 = value;
}
inline static int32_t get_offset_of_currentFontAsset_48() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___currentFontAsset_48)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_currentFontAsset_48() const { return ___currentFontAsset_48; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_currentFontAsset_48() { return &___currentFontAsset_48; }
inline void set_currentFontAsset_48(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___currentFontAsset_48 = value;
Il2CppCodeGenWriteBarrier((&___currentFontAsset_48), value);
}
inline static int32_t get_offset_of_currentSpriteAsset_49() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___currentSpriteAsset_49)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_currentSpriteAsset_49() const { return ___currentSpriteAsset_49; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_currentSpriteAsset_49() { return &___currentSpriteAsset_49; }
inline void set_currentSpriteAsset_49(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___currentSpriteAsset_49 = value;
Il2CppCodeGenWriteBarrier((&___currentSpriteAsset_49), value);
}
inline static int32_t get_offset_of_currentMaterial_50() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___currentMaterial_50)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_currentMaterial_50() const { return ___currentMaterial_50; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_currentMaterial_50() { return &___currentMaterial_50; }
inline void set_currentMaterial_50(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___currentMaterial_50 = value;
Il2CppCodeGenWriteBarrier((&___currentMaterial_50), value);
}
inline static int32_t get_offset_of_currentMaterialIndex_51() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___currentMaterialIndex_51)); }
inline int32_t get_currentMaterialIndex_51() const { return ___currentMaterialIndex_51; }
inline int32_t* get_address_of_currentMaterialIndex_51() { return &___currentMaterialIndex_51; }
inline void set_currentMaterialIndex_51(int32_t value)
{
___currentMaterialIndex_51 = value;
}
inline static int32_t get_offset_of_meshExtents_52() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___meshExtents_52)); }
inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 get_meshExtents_52() const { return ___meshExtents_52; }
inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * get_address_of_meshExtents_52() { return &___meshExtents_52; }
inline void set_meshExtents_52(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 value)
{
___meshExtents_52 = value;
}
inline static int32_t get_offset_of_tagNoParsing_53() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___tagNoParsing_53)); }
inline bool get_tagNoParsing_53() const { return ___tagNoParsing_53; }
inline bool* get_address_of_tagNoParsing_53() { return &___tagNoParsing_53; }
inline void set_tagNoParsing_53(bool value)
{
___tagNoParsing_53 = value;
}
inline static int32_t get_offset_of_isNonBreakingSpace_54() { return static_cast<int32_t>(offsetof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557, ___isNonBreakingSpace_54)); }
inline bool get_isNonBreakingSpace_54() const { return ___isNonBreakingSpace_54; }
inline bool* get_address_of_isNonBreakingSpace_54() { return &___isNonBreakingSpace_54; }
inline void set_isNonBreakingSpace_54(bool value)
{
___isNonBreakingSpace_54 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of TMPro.WordWrapState
struct WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557_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 ___maxLineAscender_13;
float ___maxLineDescender_14;
float ___previousLineAscender_15;
float ___xAdvance_16;
float ___preferredWidth_17;
float ___preferredHeight_18;
float ___previousLineScale_19;
int32_t ___wordCount_20;
int32_t ___fontStyle_21;
float ___fontScale_22;
float ___fontScaleMultiplier_23;
float ___currentFontSize_24;
float ___baselineOffset_25;
float ___lineOffset_26;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * ___textInfo_27;
TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 ___lineInfo_28;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor_29;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32;
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 ___basicStyleStack_33;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___colorStack_34;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___underlineColorStack_35;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___strikethroughColorStack_36;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___highlightColorStack_37;
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 ___colorGradientStack_38;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___sizeStack_39;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___indentStack_40;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___fontWeightStack_41;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___styleStack_42;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___baselineStack_43;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___actionStack_44;
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 ___materialReferenceStack_45;
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C ___lineJustificationStack_46;
int32_t ___spriteAnimationID_47;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___currentFontAsset_48;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___currentSpriteAsset_49;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___currentMaterial_50;
int32_t ___currentMaterialIndex_51;
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 ___meshExtents_52;
int32_t ___tagNoParsing_53;
int32_t ___isNonBreakingSpace_54;
};
// Native definition for COM marshalling of TMPro.WordWrapState
struct WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557_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 ___maxLineAscender_13;
float ___maxLineDescender_14;
float ___previousLineAscender_15;
float ___xAdvance_16;
float ___preferredWidth_17;
float ___preferredHeight_18;
float ___previousLineScale_19;
int32_t ___wordCount_20;
int32_t ___fontStyle_21;
float ___fontScale_22;
float ___fontScaleMultiplier_23;
float ___currentFontSize_24;
float ___baselineOffset_25;
float ___lineOffset_26;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * ___textInfo_27;
TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 ___lineInfo_28;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor_29;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32;
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 ___basicStyleStack_33;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___colorStack_34;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___underlineColorStack_35;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___strikethroughColorStack_36;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___highlightColorStack_37;
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 ___colorGradientStack_38;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___sizeStack_39;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___indentStack_40;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___fontWeightStack_41;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___styleStack_42;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___baselineStack_43;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___actionStack_44;
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 ___materialReferenceStack_45;
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C ___lineJustificationStack_46;
int32_t ___spriteAnimationID_47;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___currentFontAsset_48;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___currentSpriteAsset_49;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___currentMaterial_50;
int32_t ___currentMaterialIndex_51;
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 ___meshExtents_52;
int32_t ___tagNoParsing_53;
int32_t ___isNonBreakingSpace_54;
};
#endif // WORDWRAPSTATE_T415B8622774DD094A9CD7447D298B33B7365A557_H
#ifndef BEHAVIOUR_TBDC7E9C3C898AD8348891B82D3E345801D920CA8_H
#define BEHAVIOUR_TBDC7E9C3C898AD8348891B82D3E345801D920CA8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BEHAVIOUR_TBDC7E9C3C898AD8348891B82D3E345801D920CA8_H
#ifndef CAMERACALLBACK_T8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_H
#define CAMERACALLBACK_T8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Camera_CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CAMERACALLBACK_T8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_H
#ifndef WILLRENDERCANVASES_TBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_H
#define WILLRENDERCANVASES_TBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Canvas_WillRenderCanvases
struct WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WILLRENDERCANVASES_TBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_H
#ifndef CANVASRENDERER_TB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_H
#define CANVASRENDERER_TB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
// System.Boolean UnityEngine.CanvasRenderer::<isMask>k__BackingField
bool ___U3CisMaskU3Ek__BackingField_4;
public:
inline static int32_t get_offset_of_U3CisMaskU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72, ___U3CisMaskU3Ek__BackingField_4)); }
inline bool get_U3CisMaskU3Ek__BackingField_4() const { return ___U3CisMaskU3Ek__BackingField_4; }
inline bool* get_address_of_U3CisMaskU3Ek__BackingField_4() { return &___U3CisMaskU3Ek__BackingField_4; }
inline void set_U3CisMaskU3Ek__BackingField_4(bool value)
{
___U3CisMaskU3Ek__BackingField_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CANVASRENDERER_TB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_H
#ifndef UNITYACTION_TD19B26F1B2C048E38FD5801A33573BE01064CAF4_H
#define UNITYACTION_TD19B26F1B2C048E38FD5801A33573BE01064CAF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNITYACTION_TD19B26F1B2C048E38FD5801A33573BE01064CAF4_H
#ifndef MESHFILTER_T8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_H
#define MESHFILTER_T8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MESHFILTER_T8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_H
#ifndef RENDERER_T0556D67DD582620D1F495627EDE30D03284151F4_H
#define RENDERER_T0556D67DD582620D1F495627EDE30D03284151F4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RENDERER_T0556D67DD582620D1F495627EDE30D03284151F4_H
#ifndef TRANSFORM_TBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_H
#define TRANSFORM_TBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TRANSFORM_TBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_H
#ifndef TMP_FONTASSET_T44D2006105B39FB33AE5A0ADF07A7EF36C72385C_H
#define TMP_FONTASSET_T44D2006105B39FB33AE5A0ADF07A7EF36C72385C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_FontAsset
struct TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C : public TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D
{
public:
// TMPro.TMP_FontAsset_FontAssetTypes TMPro.TMP_FontAsset::fontAssetType
int32_t ___fontAssetType_8;
// TMPro.FaceInfo TMPro.TMP_FontAsset::m_fontInfo
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * ___m_fontInfo_9;
// UnityEngine.Texture2D TMPro.TMP_FontAsset::atlas
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___atlas_10;
// System.Collections.Generic.List`1<TMPro.TMP_Glyph> TMPro.TMP_FontAsset::m_glyphInfoList
List_1_tC70C6440D52352E39351D0AA14AFC2650D2F49D2 * ___m_glyphInfoList_11;
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph> TMPro.TMP_FontAsset::m_characterDictionary
Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * ___m_characterDictionary_12;
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair> TMPro.TMP_FontAsset::m_kerningDictionary
Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * ___m_kerningDictionary_13;
// TMPro.KerningTable TMPro.TMP_FontAsset::m_kerningInfo
KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F * ___m_kerningInfo_14;
// TMPro.KerningPair TMPro.TMP_FontAsset::m_kerningPair
KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * ___m_kerningPair_15;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::fallbackFontAssets
List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * ___fallbackFontAssets_16;
// TMPro.FontAssetCreationSettings TMPro.TMP_FontAsset::m_CreationSettings
FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4 ___m_CreationSettings_17;
// TMPro.TMP_FontWeights[] TMPro.TMP_FontAsset::fontWeights
TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1* ___fontWeights_18;
// System.Int32[] TMPro.TMP_FontAsset::m_characterSet
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_characterSet_19;
// System.Single TMPro.TMP_FontAsset::normalStyle
float ___normalStyle_20;
// System.Single TMPro.TMP_FontAsset::normalSpacingOffset
float ___normalSpacingOffset_21;
// System.Single TMPro.TMP_FontAsset::boldStyle
float ___boldStyle_22;
// System.Single TMPro.TMP_FontAsset::boldSpacing
float ___boldSpacing_23;
// System.Byte TMPro.TMP_FontAsset::italicStyle
uint8_t ___italicStyle_24;
// System.Byte TMPro.TMP_FontAsset::tabSize
uint8_t ___tabSize_25;
// System.Byte TMPro.TMP_FontAsset::m_oldTabSize
uint8_t ___m_oldTabSize_26;
public:
inline static int32_t get_offset_of_fontAssetType_8() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___fontAssetType_8)); }
inline int32_t get_fontAssetType_8() const { return ___fontAssetType_8; }
inline int32_t* get_address_of_fontAssetType_8() { return &___fontAssetType_8; }
inline void set_fontAssetType_8(int32_t value)
{
___fontAssetType_8 = value;
}
inline static int32_t get_offset_of_m_fontInfo_9() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_fontInfo_9)); }
inline FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * get_m_fontInfo_9() const { return ___m_fontInfo_9; }
inline FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 ** get_address_of_m_fontInfo_9() { return &___m_fontInfo_9; }
inline void set_m_fontInfo_9(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * value)
{
___m_fontInfo_9 = value;
Il2CppCodeGenWriteBarrier((&___m_fontInfo_9), value);
}
inline static int32_t get_offset_of_atlas_10() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___atlas_10)); }
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * get_atlas_10() const { return ___atlas_10; }
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C ** get_address_of_atlas_10() { return &___atlas_10; }
inline void set_atlas_10(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * value)
{
___atlas_10 = value;
Il2CppCodeGenWriteBarrier((&___atlas_10), value);
}
inline static int32_t get_offset_of_m_glyphInfoList_11() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_glyphInfoList_11)); }
inline List_1_tC70C6440D52352E39351D0AA14AFC2650D2F49D2 * get_m_glyphInfoList_11() const { return ___m_glyphInfoList_11; }
inline List_1_tC70C6440D52352E39351D0AA14AFC2650D2F49D2 ** get_address_of_m_glyphInfoList_11() { return &___m_glyphInfoList_11; }
inline void set_m_glyphInfoList_11(List_1_tC70C6440D52352E39351D0AA14AFC2650D2F49D2 * value)
{
___m_glyphInfoList_11 = value;
Il2CppCodeGenWriteBarrier((&___m_glyphInfoList_11), value);
}
inline static int32_t get_offset_of_m_characterDictionary_12() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_characterDictionary_12)); }
inline Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * get_m_characterDictionary_12() const { return ___m_characterDictionary_12; }
inline Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA ** get_address_of_m_characterDictionary_12() { return &___m_characterDictionary_12; }
inline void set_m_characterDictionary_12(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * value)
{
___m_characterDictionary_12 = value;
Il2CppCodeGenWriteBarrier((&___m_characterDictionary_12), value);
}
inline static int32_t get_offset_of_m_kerningDictionary_13() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_kerningDictionary_13)); }
inline Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * get_m_kerningDictionary_13() const { return ___m_kerningDictionary_13; }
inline Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 ** get_address_of_m_kerningDictionary_13() { return &___m_kerningDictionary_13; }
inline void set_m_kerningDictionary_13(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * value)
{
___m_kerningDictionary_13 = value;
Il2CppCodeGenWriteBarrier((&___m_kerningDictionary_13), value);
}
inline static int32_t get_offset_of_m_kerningInfo_14() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_kerningInfo_14)); }
inline KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F * get_m_kerningInfo_14() const { return ___m_kerningInfo_14; }
inline KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F ** get_address_of_m_kerningInfo_14() { return &___m_kerningInfo_14; }
inline void set_m_kerningInfo_14(KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F * value)
{
___m_kerningInfo_14 = value;
Il2CppCodeGenWriteBarrier((&___m_kerningInfo_14), value);
}
inline static int32_t get_offset_of_m_kerningPair_15() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_kerningPair_15)); }
inline KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * get_m_kerningPair_15() const { return ___m_kerningPair_15; }
inline KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD ** get_address_of_m_kerningPair_15() { return &___m_kerningPair_15; }
inline void set_m_kerningPair_15(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * value)
{
___m_kerningPair_15 = value;
Il2CppCodeGenWriteBarrier((&___m_kerningPair_15), value);
}
inline static int32_t get_offset_of_fallbackFontAssets_16() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___fallbackFontAssets_16)); }
inline List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * get_fallbackFontAssets_16() const { return ___fallbackFontAssets_16; }
inline List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F ** get_address_of_fallbackFontAssets_16() { return &___fallbackFontAssets_16; }
inline void set_fallbackFontAssets_16(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * value)
{
___fallbackFontAssets_16 = value;
Il2CppCodeGenWriteBarrier((&___fallbackFontAssets_16), value);
}
inline static int32_t get_offset_of_m_CreationSettings_17() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_CreationSettings_17)); }
inline FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4 get_m_CreationSettings_17() const { return ___m_CreationSettings_17; }
inline FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4 * get_address_of_m_CreationSettings_17() { return &___m_CreationSettings_17; }
inline void set_m_CreationSettings_17(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4 value)
{
___m_CreationSettings_17 = value;
}
inline static int32_t get_offset_of_fontWeights_18() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___fontWeights_18)); }
inline TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1* get_fontWeights_18() const { return ___fontWeights_18; }
inline TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1** get_address_of_fontWeights_18() { return &___fontWeights_18; }
inline void set_fontWeights_18(TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1* value)
{
___fontWeights_18 = value;
Il2CppCodeGenWriteBarrier((&___fontWeights_18), value);
}
inline static int32_t get_offset_of_m_characterSet_19() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_characterSet_19)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_characterSet_19() const { return ___m_characterSet_19; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_characterSet_19() { return &___m_characterSet_19; }
inline void set_m_characterSet_19(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_characterSet_19 = value;
Il2CppCodeGenWriteBarrier((&___m_characterSet_19), value);
}
inline static int32_t get_offset_of_normalStyle_20() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___normalStyle_20)); }
inline float get_normalStyle_20() const { return ___normalStyle_20; }
inline float* get_address_of_normalStyle_20() { return &___normalStyle_20; }
inline void set_normalStyle_20(float value)
{
___normalStyle_20 = value;
}
inline static int32_t get_offset_of_normalSpacingOffset_21() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___normalSpacingOffset_21)); }
inline float get_normalSpacingOffset_21() const { return ___normalSpacingOffset_21; }
inline float* get_address_of_normalSpacingOffset_21() { return &___normalSpacingOffset_21; }
inline void set_normalSpacingOffset_21(float value)
{
___normalSpacingOffset_21 = value;
}
inline static int32_t get_offset_of_boldStyle_22() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___boldStyle_22)); }
inline float get_boldStyle_22() const { return ___boldStyle_22; }
inline float* get_address_of_boldStyle_22() { return &___boldStyle_22; }
inline void set_boldStyle_22(float value)
{
___boldStyle_22 = value;
}
inline static int32_t get_offset_of_boldSpacing_23() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___boldSpacing_23)); }
inline float get_boldSpacing_23() const { return ___boldSpacing_23; }
inline float* get_address_of_boldSpacing_23() { return &___boldSpacing_23; }
inline void set_boldSpacing_23(float value)
{
___boldSpacing_23 = value;
}
inline static int32_t get_offset_of_italicStyle_24() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___italicStyle_24)); }
inline uint8_t get_italicStyle_24() const { return ___italicStyle_24; }
inline uint8_t* get_address_of_italicStyle_24() { return &___italicStyle_24; }
inline void set_italicStyle_24(uint8_t value)
{
___italicStyle_24 = value;
}
inline static int32_t get_offset_of_tabSize_25() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___tabSize_25)); }
inline uint8_t get_tabSize_25() const { return ___tabSize_25; }
inline uint8_t* get_address_of_tabSize_25() { return &___tabSize_25; }
inline void set_tabSize_25(uint8_t value)
{
___tabSize_25 = value;
}
inline static int32_t get_offset_of_m_oldTabSize_26() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C, ___m_oldTabSize_26)); }
inline uint8_t get_m_oldTabSize_26() const { return ___m_oldTabSize_26; }
inline uint8_t* get_address_of_m_oldTabSize_26() { return &___m_oldTabSize_26; }
inline void set_m_oldTabSize_26(uint8_t value)
{
___m_oldTabSize_26 = value;
}
};
struct TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_StaticFields
{
public:
// TMPro.TMP_FontAsset TMPro.TMP_FontAsset::s_defaultFontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___s_defaultFontAsset_7;
public:
inline static int32_t get_offset_of_s_defaultFontAsset_7() { return static_cast<int32_t>(offsetof(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_StaticFields, ___s_defaultFontAsset_7)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_s_defaultFontAsset_7() const { return ___s_defaultFontAsset_7; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_s_defaultFontAsset_7() { return &___s_defaultFontAsset_7; }
inline void set_s_defaultFontAsset_7(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___s_defaultFontAsset_7 = value;
Il2CppCodeGenWriteBarrier((&___s_defaultFontAsset_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_FONTASSET_T44D2006105B39FB33AE5A0ADF07A7EF36C72385C_H
#ifndef TMP_SPRITEASSET_TF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_H
#define TMP_SPRITEASSET_TF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SpriteAsset
struct TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 : public TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D
{
public:
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_SpriteAsset::m_UnicodeLookup
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___m_UnicodeLookup_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_SpriteAsset::m_NameLookup
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___m_NameLookup_8;
// UnityEngine.Texture TMPro.TMP_SpriteAsset::spriteSheet
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___spriteSheet_10;
// System.Collections.Generic.List`1<TMPro.TMP_Sprite> TMPro.TMP_SpriteAsset::spriteInfoList
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * ___spriteInfoList_11;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset> TMPro.TMP_SpriteAsset::fallbackSpriteAssets
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * ___fallbackSpriteAssets_12;
public:
inline static int32_t get_offset_of_m_UnicodeLookup_7() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487, ___m_UnicodeLookup_7)); }
inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * get_m_UnicodeLookup_7() const { return ___m_UnicodeLookup_7; }
inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 ** get_address_of_m_UnicodeLookup_7() { return &___m_UnicodeLookup_7; }
inline void set_m_UnicodeLookup_7(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * value)
{
___m_UnicodeLookup_7 = value;
Il2CppCodeGenWriteBarrier((&___m_UnicodeLookup_7), value);
}
inline static int32_t get_offset_of_m_NameLookup_8() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487, ___m_NameLookup_8)); }
inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * get_m_NameLookup_8() const { return ___m_NameLookup_8; }
inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 ** get_address_of_m_NameLookup_8() { return &___m_NameLookup_8; }
inline void set_m_NameLookup_8(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * value)
{
___m_NameLookup_8 = value;
Il2CppCodeGenWriteBarrier((&___m_NameLookup_8), value);
}
inline static int32_t get_offset_of_spriteSheet_10() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487, ___spriteSheet_10)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get_spriteSheet_10() const { return ___spriteSheet_10; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of_spriteSheet_10() { return &___spriteSheet_10; }
inline void set_spriteSheet_10(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
___spriteSheet_10 = value;
Il2CppCodeGenWriteBarrier((&___spriteSheet_10), value);
}
inline static int32_t get_offset_of_spriteInfoList_11() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487, ___spriteInfoList_11)); }
inline List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * get_spriteInfoList_11() const { return ___spriteInfoList_11; }
inline List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 ** get_address_of_spriteInfoList_11() { return &___spriteInfoList_11; }
inline void set_spriteInfoList_11(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * value)
{
___spriteInfoList_11 = value;
Il2CppCodeGenWriteBarrier((&___spriteInfoList_11), value);
}
inline static int32_t get_offset_of_fallbackSpriteAssets_12() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487, ___fallbackSpriteAssets_12)); }
inline List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * get_fallbackSpriteAssets_12() const { return ___fallbackSpriteAssets_12; }
inline List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 ** get_address_of_fallbackSpriteAssets_12() { return &___fallbackSpriteAssets_12; }
inline void set_fallbackSpriteAssets_12(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * value)
{
___fallbackSpriteAssets_12 = value;
Il2CppCodeGenWriteBarrier((&___fallbackSpriteAssets_12), value);
}
};
struct TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields
{
public:
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::m_defaultSpriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_defaultSpriteAsset_9;
// System.Collections.Generic.List`1<System.Int32> TMPro.TMP_SpriteAsset::k_searchedSpriteAssets
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___k_searchedSpriteAssets_13;
public:
inline static int32_t get_offset_of_m_defaultSpriteAsset_9() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields, ___m_defaultSpriteAsset_9)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_defaultSpriteAsset_9() const { return ___m_defaultSpriteAsset_9; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_defaultSpriteAsset_9() { return &___m_defaultSpriteAsset_9; }
inline void set_m_defaultSpriteAsset_9(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_defaultSpriteAsset_9 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultSpriteAsset_9), value);
}
inline static int32_t get_offset_of_k_searchedSpriteAssets_13() { return static_cast<int32_t>(offsetof(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields, ___k_searchedSpriteAssets_13)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_k_searchedSpriteAssets_13() const { return ___k_searchedSpriteAssets_13; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_k_searchedSpriteAssets_13() { return &___k_searchedSpriteAssets_13; }
inline void set_k_searchedSpriteAssets_13(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___k_searchedSpriteAssets_13 = value;
Il2CppCodeGenWriteBarrier((&___k_searchedSpriteAssets_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SPRITEASSET_TF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_H
#ifndef CAMERA_T48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_H
#define CAMERA_T48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields
{
public:
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6;
public:
inline static int32_t get_offset_of_onPreCull_4() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; }
inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreCull_4 = value;
Il2CppCodeGenWriteBarrier((&___onPreCull_4), value);
}
inline static int32_t get_offset_of_onPreRender_5() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; }
inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreRender_5 = value;
Il2CppCodeGenWriteBarrier((&___onPreRender_5), value);
}
inline static int32_t get_offset_of_onPostRender_6() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; }
inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPostRender_6 = value;
Il2CppCodeGenWriteBarrier((&___onPostRender_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CAMERA_T48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_H
#ifndef CANVAS_TBC28BF1DD8D8499A89B5781505833D3728CF8591_H
#define CANVAS_TBC28BF1DD8D8499A89B5781505833D3728CF8591_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_StaticFields
{
public:
// UnityEngine.Canvas_WillRenderCanvases UnityEngine.Canvas::willRenderCanvases
WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * ___willRenderCanvases_4;
public:
inline static int32_t get_offset_of_willRenderCanvases_4() { return static_cast<int32_t>(offsetof(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_StaticFields, ___willRenderCanvases_4)); }
inline WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * get_willRenderCanvases_4() const { return ___willRenderCanvases_4; }
inline WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE ** get_address_of_willRenderCanvases_4() { return &___willRenderCanvases_4; }
inline void set_willRenderCanvases_4(WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * value)
{
___willRenderCanvases_4 = value;
Il2CppCodeGenWriteBarrier((&___willRenderCanvases_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CANVAS_TBC28BF1DD8D8499A89B5781505833D3728CF8591_H
#ifndef MONOBEHAVIOUR_T4A60845CF505405AF8BE8C61CC07F75CADEF6429_H
#define MONOBEHAVIOUR_T4A60845CF505405AF8BE8C61CC07F75CADEF6429_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOBEHAVIOUR_T4A60845CF505405AF8BE8C61CC07F75CADEF6429_H
#ifndef RECTTRANSFORM_T285CBD8775B25174B75164F10618F8B9728E1B20_H
#define RECTTRANSFORM_T285CBD8775B25174B75164F10618F8B9728E1B20_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.RectTransform
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 : public Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA
{
public:
public:
};
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields
{
public:
// UnityEngine.RectTransform_ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * ___reapplyDrivenProperties_4;
public:
inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast<int32_t>(offsetof(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields, ___reapplyDrivenProperties_4)); }
inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; }
inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; }
inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * value)
{
___reapplyDrivenProperties_4 = value;
Il2CppCodeGenWriteBarrier((&___reapplyDrivenProperties_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RECTTRANSFORM_T285CBD8775B25174B75164F10618F8B9728E1B20_H
#ifndef TMP_SCROLLBAREVENTHANDLER_T081C59DD8EC81899836C864E45E60977A40FBA83_H
#define TMP_SCROLLBAREVENTHANDLER_T081C59DD8EC81899836C864E45E60977A40FBA83_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_ScrollbarEventHandler
struct TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Boolean TMPro.TMP_ScrollbarEventHandler::isSelected
bool ___isSelected_4;
public:
inline static int32_t get_offset_of_isSelected_4() { return static_cast<int32_t>(offsetof(TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83, ___isSelected_4)); }
inline bool get_isSelected_4() const { return ___isSelected_4; }
inline bool* get_address_of_isSelected_4() { return &___isSelected_4; }
inline void set_isSelected_4(bool value)
{
___isSelected_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SCROLLBAREVENTHANDLER_T081C59DD8EC81899836C864E45E60977A40FBA83_H
#ifndef TMP_SPRITEANIMATOR_TEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_H
#define TMP_SPRITEANIMATOR_TEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SpriteAnimator
struct TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean> TMPro.TMP_SpriteAnimator::m_animations
Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * ___m_animations_4;
// TMPro.TMP_Text TMPro.TMP_SpriteAnimator::m_TextComponent
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___m_TextComponent_5;
public:
inline static int32_t get_offset_of_m_animations_4() { return static_cast<int32_t>(offsetof(TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17, ___m_animations_4)); }
inline Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * get_m_animations_4() const { return ___m_animations_4; }
inline Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB ** get_address_of_m_animations_4() { return &___m_animations_4; }
inline void set_m_animations_4(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * value)
{
___m_animations_4 = value;
Il2CppCodeGenWriteBarrier((&___m_animations_4), value);
}
inline static int32_t get_offset_of_m_TextComponent_5() { return static_cast<int32_t>(offsetof(TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17, ___m_TextComponent_5)); }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_m_TextComponent_5() const { return ___m_TextComponent_5; }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_m_TextComponent_5() { return &___m_TextComponent_5; }
inline void set_m_TextComponent_5(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value)
{
___m_TextComponent_5 = value;
Il2CppCodeGenWriteBarrier((&___m_TextComponent_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SPRITEANIMATOR_TEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_H
#ifndef TMP_SUBMESH_TB9C2AFAA42A17F92D31845EEFCD99B144867A96D_H
#define TMP_SUBMESH_TB9C2AFAA42A17F92D31845EEFCD99B144867A96D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SubMesh
struct TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// TMPro.TMP_FontAsset TMPro.TMP_SubMesh::m_fontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___m_fontAsset_4;
// TMPro.TMP_SpriteAsset TMPro.TMP_SubMesh::m_spriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_spriteAsset_5;
// UnityEngine.Material TMPro.TMP_SubMesh::m_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_material_6;
// UnityEngine.Material TMPro.TMP_SubMesh::m_sharedMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_sharedMaterial_7;
// UnityEngine.Material TMPro.TMP_SubMesh::m_fallbackMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_fallbackMaterial_8;
// UnityEngine.Material TMPro.TMP_SubMesh::m_fallbackSourceMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___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_t0556D67DD582620D1F495627EDE30D03284151F4 * ___m_renderer_12;
// UnityEngine.MeshFilter TMPro.TMP_SubMesh::m_meshFilter
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___m_meshFilter_13;
// UnityEngine.Mesh TMPro.TMP_SubMesh::m_mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_mesh_14;
// TMPro.TextMeshPro TMPro.TMP_SubMesh::m_TextComponent
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * ___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<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_fontAsset_4)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_m_fontAsset_4() const { return ___m_fontAsset_4; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_m_fontAsset_4() { return &___m_fontAsset_4; }
inline void set_m_fontAsset_4(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___m_fontAsset_4 = value;
Il2CppCodeGenWriteBarrier((&___m_fontAsset_4), value);
}
inline static int32_t get_offset_of_m_spriteAsset_5() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_spriteAsset_5)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_spriteAsset_5() const { return ___m_spriteAsset_5; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_spriteAsset_5() { return &___m_spriteAsset_5; }
inline void set_m_spriteAsset_5(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_spriteAsset_5 = value;
Il2CppCodeGenWriteBarrier((&___m_spriteAsset_5), value);
}
inline static int32_t get_offset_of_m_material_6() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_material_6)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_material_6() const { return ___m_material_6; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_material_6() { return &___m_material_6; }
inline void set_m_material_6(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_material_6 = value;
Il2CppCodeGenWriteBarrier((&___m_material_6), value);
}
inline static int32_t get_offset_of_m_sharedMaterial_7() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_sharedMaterial_7)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_sharedMaterial_7() const { return ___m_sharedMaterial_7; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_sharedMaterial_7() { return &___m_sharedMaterial_7; }
inline void set_m_sharedMaterial_7(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_sharedMaterial_7 = value;
Il2CppCodeGenWriteBarrier((&___m_sharedMaterial_7), value);
}
inline static int32_t get_offset_of_m_fallbackMaterial_8() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_fallbackMaterial_8)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_fallbackMaterial_8() const { return ___m_fallbackMaterial_8; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_fallbackMaterial_8() { return &___m_fallbackMaterial_8; }
inline void set_m_fallbackMaterial_8(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_fallbackMaterial_8 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackMaterial_8), value);
}
inline static int32_t get_offset_of_m_fallbackSourceMaterial_9() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_fallbackSourceMaterial_9)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_fallbackSourceMaterial_9() const { return ___m_fallbackSourceMaterial_9; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_fallbackSourceMaterial_9() { return &___m_fallbackSourceMaterial_9; }
inline void set_m_fallbackSourceMaterial_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_fallbackSourceMaterial_9 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackSourceMaterial_9), value);
}
inline static int32_t get_offset_of_m_isDefaultMaterial_10() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___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<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___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<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_renderer_12)); }
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * get_m_renderer_12() const { return ___m_renderer_12; }
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 ** get_address_of_m_renderer_12() { return &___m_renderer_12; }
inline void set_m_renderer_12(Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * value)
{
___m_renderer_12 = value;
Il2CppCodeGenWriteBarrier((&___m_renderer_12), value);
}
inline static int32_t get_offset_of_m_meshFilter_13() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_meshFilter_13)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_m_meshFilter_13() const { return ___m_meshFilter_13; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_m_meshFilter_13() { return &___m_meshFilter_13; }
inline void set_m_meshFilter_13(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___m_meshFilter_13 = value;
Il2CppCodeGenWriteBarrier((&___m_meshFilter_13), value);
}
inline static int32_t get_offset_of_m_mesh_14() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_mesh_14)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_mesh_14() const { return ___m_mesh_14; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_mesh_14() { return &___m_mesh_14; }
inline void set_m_mesh_14(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___m_mesh_14 = value;
Il2CppCodeGenWriteBarrier((&___m_mesh_14), value);
}
inline static int32_t get_offset_of_m_TextComponent_15() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___m_TextComponent_15)); }
inline TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * get_m_TextComponent_15() const { return ___m_TextComponent_15; }
inline TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 ** get_address_of_m_TextComponent_15() { return &___m_TextComponent_15; }
inline void set_m_TextComponent_15(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * value)
{
___m_TextComponent_15 = value;
Il2CppCodeGenWriteBarrier((&___m_TextComponent_15), value);
}
inline static int32_t get_offset_of_m_isRegisteredForEvents_16() { return static_cast<int32_t>(offsetof(TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D, ___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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SUBMESH_TB9C2AFAA42A17F92D31845EEFCD99B144867A96D_H
#ifndef UIBEHAVIOUR_T3C3C339CD5677BA7FC27C352FED8B78052A3FE70_H
#define UIBEHAVIOUR_T3C3C339CD5677BA7FC27C352FED8B78052A3FE70_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UIBEHAVIOUR_T3C3C339CD5677BA7FC27C352FED8B78052A3FE70_H
#ifndef GRAPHIC_TBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_H
#define GRAPHIC_TBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Graphic
struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.Material UnityEngine.UI.Graphic::m_Material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_Material_6;
// UnityEngine.Color UnityEngine.UI.Graphic::m_Color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_Color_7;
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget
bool ___m_RaycastTarget_8;
// UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_9;
// UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_CanvasRenderer_10;
// UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_Canvas_11;
// System.Boolean UnityEngine.UI.Graphic::m_VertsDirty
bool ___m_VertsDirty_12;
// System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty
bool ___m_MaterialDirty_13;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyLayoutCallback_14;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyVertsCallback_15;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyMaterialCallback_16;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween> UnityEngine.UI.Graphic::m_ColorTweenRunner
TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * ___m_ColorTweenRunner_19;
// System.Boolean UnityEngine.UI.Graphic::<useLegacyMeshGeneration>k__BackingField
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_20;
public:
inline static int32_t get_offset_of_m_Material_6() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Material_6)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_Material_6() const { return ___m_Material_6; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_Material_6() { return &___m_Material_6; }
inline void set_m_Material_6(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_Material_6 = value;
Il2CppCodeGenWriteBarrier((&___m_Material_6), value);
}
inline static int32_t get_offset_of_m_Color_7() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Color_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_Color_7() const { return ___m_Color_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_Color_7() { return &___m_Color_7; }
inline void set_m_Color_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_Color_7 = value;
}
inline static int32_t get_offset_of_m_RaycastTarget_8() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_RaycastTarget_8)); }
inline bool get_m_RaycastTarget_8() const { return ___m_RaycastTarget_8; }
inline bool* get_address_of_m_RaycastTarget_8() { return &___m_RaycastTarget_8; }
inline void set_m_RaycastTarget_8(bool value)
{
___m_RaycastTarget_8 = value;
}
inline static int32_t get_offset_of_m_RectTransform_9() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_RectTransform_9)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_9() const { return ___m_RectTransform_9; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_9() { return &___m_RectTransform_9; }
inline void set_m_RectTransform_9(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_RectTransform_9 = value;
Il2CppCodeGenWriteBarrier((&___m_RectTransform_9), value);
}
inline static int32_t get_offset_of_m_CanvasRenderer_10() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CanvasRenderer_10)); }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_CanvasRenderer_10() const { return ___m_CanvasRenderer_10; }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_CanvasRenderer_10() { return &___m_CanvasRenderer_10; }
inline void set_m_CanvasRenderer_10(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value)
{
___m_CanvasRenderer_10 = value;
Il2CppCodeGenWriteBarrier((&___m_CanvasRenderer_10), value);
}
inline static int32_t get_offset_of_m_Canvas_11() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Canvas_11)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_Canvas_11() const { return ___m_Canvas_11; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_Canvas_11() { return &___m_Canvas_11; }
inline void set_m_Canvas_11(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
___m_Canvas_11 = value;
Il2CppCodeGenWriteBarrier((&___m_Canvas_11), value);
}
inline static int32_t get_offset_of_m_VertsDirty_12() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_VertsDirty_12)); }
inline bool get_m_VertsDirty_12() const { return ___m_VertsDirty_12; }
inline bool* get_address_of_m_VertsDirty_12() { return &___m_VertsDirty_12; }
inline void set_m_VertsDirty_12(bool value)
{
___m_VertsDirty_12 = value;
}
inline static int32_t get_offset_of_m_MaterialDirty_13() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_MaterialDirty_13)); }
inline bool get_m_MaterialDirty_13() const { return ___m_MaterialDirty_13; }
inline bool* get_address_of_m_MaterialDirty_13() { return &___m_MaterialDirty_13; }
inline void set_m_MaterialDirty_13(bool value)
{
___m_MaterialDirty_13 = value;
}
inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_14() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyLayoutCallback_14)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyLayoutCallback_14() const { return ___m_OnDirtyLayoutCallback_14; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyLayoutCallback_14() { return &___m_OnDirtyLayoutCallback_14; }
inline void set_m_OnDirtyLayoutCallback_14(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___m_OnDirtyLayoutCallback_14 = value;
Il2CppCodeGenWriteBarrier((&___m_OnDirtyLayoutCallback_14), value);
}
inline static int32_t get_offset_of_m_OnDirtyVertsCallback_15() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyVertsCallback_15)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyVertsCallback_15() const { return ___m_OnDirtyVertsCallback_15; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyVertsCallback_15() { return &___m_OnDirtyVertsCallback_15; }
inline void set_m_OnDirtyVertsCallback_15(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___m_OnDirtyVertsCallback_15 = value;
Il2CppCodeGenWriteBarrier((&___m_OnDirtyVertsCallback_15), value);
}
inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_16() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyMaterialCallback_16)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyMaterialCallback_16() const { return ___m_OnDirtyMaterialCallback_16; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyMaterialCallback_16() { return &___m_OnDirtyMaterialCallback_16; }
inline void set_m_OnDirtyMaterialCallback_16(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___m_OnDirtyMaterialCallback_16 = value;
Il2CppCodeGenWriteBarrier((&___m_OnDirtyMaterialCallback_16), value);
}
inline static int32_t get_offset_of_m_ColorTweenRunner_19() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_ColorTweenRunner_19)); }
inline TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * get_m_ColorTweenRunner_19() const { return ___m_ColorTweenRunner_19; }
inline TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 ** get_address_of_m_ColorTweenRunner_19() { return &___m_ColorTweenRunner_19; }
inline void set_m_ColorTweenRunner_19(TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * value)
{
___m_ColorTweenRunner_19 = value;
Il2CppCodeGenWriteBarrier((&___m_ColorTweenRunner_19), value);
}
inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_20)); }
inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_20() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_20; }
inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_20() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_20; }
inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_20(bool value)
{
___U3CuseLegacyMeshGenerationU3Ek__BackingField_20 = value;
}
};
struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields
{
public:
// UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___s_DefaultUI_4;
// UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___s_WhiteTexture_5;
// UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___s_Mesh_17;
// UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * ___s_VertexHelper_18;
public:
inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_DefaultUI_4)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; }
inline void set_s_DefaultUI_4(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___s_DefaultUI_4 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultUI_4), value);
}
inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_WhiteTexture_5)); }
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; }
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; }
inline void set_s_WhiteTexture_5(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * value)
{
___s_WhiteTexture_5 = value;
Il2CppCodeGenWriteBarrier((&___s_WhiteTexture_5), value);
}
inline static int32_t get_offset_of_s_Mesh_17() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_Mesh_17)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_s_Mesh_17() const { return ___s_Mesh_17; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_s_Mesh_17() { return &___s_Mesh_17; }
inline void set_s_Mesh_17(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___s_Mesh_17 = value;
Il2CppCodeGenWriteBarrier((&___s_Mesh_17), value);
}
inline static int32_t get_offset_of_s_VertexHelper_18() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_VertexHelper_18)); }
inline VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * get_s_VertexHelper_18() const { return ___s_VertexHelper_18; }
inline VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F ** get_address_of_s_VertexHelper_18() { return &___s_VertexHelper_18; }
inline void set_s_VertexHelper_18(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * value)
{
___s_VertexHelper_18 = value;
Il2CppCodeGenWriteBarrier((&___s_VertexHelper_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GRAPHIC_TBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_H
#ifndef LAYOUTELEMENT_TD503826DB41B6EA85AC689292F8B2661B3C1048B_H
#define LAYOUTELEMENT_TD503826DB41B6EA85AC689292F8B2661B3C1048B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.LayoutElement
struct LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// System.Boolean UnityEngine.UI.LayoutElement::m_IgnoreLayout
bool ___m_IgnoreLayout_4;
// System.Single UnityEngine.UI.LayoutElement::m_MinWidth
float ___m_MinWidth_5;
// System.Single UnityEngine.UI.LayoutElement::m_MinHeight
float ___m_MinHeight_6;
// System.Single UnityEngine.UI.LayoutElement::m_PreferredWidth
float ___m_PreferredWidth_7;
// System.Single UnityEngine.UI.LayoutElement::m_PreferredHeight
float ___m_PreferredHeight_8;
// System.Single UnityEngine.UI.LayoutElement::m_FlexibleWidth
float ___m_FlexibleWidth_9;
// System.Single UnityEngine.UI.LayoutElement::m_FlexibleHeight
float ___m_FlexibleHeight_10;
// System.Int32 UnityEngine.UI.LayoutElement::m_LayoutPriority
int32_t ___m_LayoutPriority_11;
public:
inline static int32_t get_offset_of_m_IgnoreLayout_4() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_IgnoreLayout_4)); }
inline bool get_m_IgnoreLayout_4() const { return ___m_IgnoreLayout_4; }
inline bool* get_address_of_m_IgnoreLayout_4() { return &___m_IgnoreLayout_4; }
inline void set_m_IgnoreLayout_4(bool value)
{
___m_IgnoreLayout_4 = value;
}
inline static int32_t get_offset_of_m_MinWidth_5() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_MinWidth_5)); }
inline float get_m_MinWidth_5() const { return ___m_MinWidth_5; }
inline float* get_address_of_m_MinWidth_5() { return &___m_MinWidth_5; }
inline void set_m_MinWidth_5(float value)
{
___m_MinWidth_5 = value;
}
inline static int32_t get_offset_of_m_MinHeight_6() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_MinHeight_6)); }
inline float get_m_MinHeight_6() const { return ___m_MinHeight_6; }
inline float* get_address_of_m_MinHeight_6() { return &___m_MinHeight_6; }
inline void set_m_MinHeight_6(float value)
{
___m_MinHeight_6 = value;
}
inline static int32_t get_offset_of_m_PreferredWidth_7() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_PreferredWidth_7)); }
inline float get_m_PreferredWidth_7() const { return ___m_PreferredWidth_7; }
inline float* get_address_of_m_PreferredWidth_7() { return &___m_PreferredWidth_7; }
inline void set_m_PreferredWidth_7(float value)
{
___m_PreferredWidth_7 = value;
}
inline static int32_t get_offset_of_m_PreferredHeight_8() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_PreferredHeight_8)); }
inline float get_m_PreferredHeight_8() const { return ___m_PreferredHeight_8; }
inline float* get_address_of_m_PreferredHeight_8() { return &___m_PreferredHeight_8; }
inline void set_m_PreferredHeight_8(float value)
{
___m_PreferredHeight_8 = value;
}
inline static int32_t get_offset_of_m_FlexibleWidth_9() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_FlexibleWidth_9)); }
inline float get_m_FlexibleWidth_9() const { return ___m_FlexibleWidth_9; }
inline float* get_address_of_m_FlexibleWidth_9() { return &___m_FlexibleWidth_9; }
inline void set_m_FlexibleWidth_9(float value)
{
___m_FlexibleWidth_9 = value;
}
inline static int32_t get_offset_of_m_FlexibleHeight_10() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_FlexibleHeight_10)); }
inline float get_m_FlexibleHeight_10() const { return ___m_FlexibleHeight_10; }
inline float* get_address_of_m_FlexibleHeight_10() { return &___m_FlexibleHeight_10; }
inline void set_m_FlexibleHeight_10(float value)
{
___m_FlexibleHeight_10 = value;
}
inline static int32_t get_offset_of_m_LayoutPriority_11() { return static_cast<int32_t>(offsetof(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B, ___m_LayoutPriority_11)); }
inline int32_t get_m_LayoutPriority_11() const { return ___m_LayoutPriority_11; }
inline int32_t* get_address_of_m_LayoutPriority_11() { return &___m_LayoutPriority_11; }
inline void set_m_LayoutPriority_11(int32_t value)
{
___m_LayoutPriority_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LAYOUTELEMENT_TD503826DB41B6EA85AC689292F8B2661B3C1048B_H
#ifndef MASK_T082A7A79B4BF2063E5F81D2F84D968569D737CCB_H
#define MASK_T082A7A79B4BF2063E5F81D2F84D968569D737CCB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Mask
struct Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.RectTransform UnityEngine.UI.Mask::m_RectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_4;
// System.Boolean UnityEngine.UI.Mask::m_ShowMaskGraphic
bool ___m_ShowMaskGraphic_5;
// UnityEngine.UI.Graphic UnityEngine.UI.Mask::m_Graphic
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_Graphic_6;
// UnityEngine.Material UnityEngine.UI.Mask::m_MaskMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_MaskMaterial_7;
// UnityEngine.Material UnityEngine.UI.Mask::m_UnmaskMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_UnmaskMaterial_8;
public:
inline static int32_t get_offset_of_m_RectTransform_4() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_RectTransform_4)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_4() const { return ___m_RectTransform_4; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_4() { return &___m_RectTransform_4; }
inline void set_m_RectTransform_4(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_RectTransform_4 = value;
Il2CppCodeGenWriteBarrier((&___m_RectTransform_4), value);
}
inline static int32_t get_offset_of_m_ShowMaskGraphic_5() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_ShowMaskGraphic_5)); }
inline bool get_m_ShowMaskGraphic_5() const { return ___m_ShowMaskGraphic_5; }
inline bool* get_address_of_m_ShowMaskGraphic_5() { return &___m_ShowMaskGraphic_5; }
inline void set_m_ShowMaskGraphic_5(bool value)
{
___m_ShowMaskGraphic_5 = value;
}
inline static int32_t get_offset_of_m_Graphic_6() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_Graphic_6)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_Graphic_6() const { return ___m_Graphic_6; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_Graphic_6() { return &___m_Graphic_6; }
inline void set_m_Graphic_6(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_Graphic_6 = value;
Il2CppCodeGenWriteBarrier((&___m_Graphic_6), value);
}
inline static int32_t get_offset_of_m_MaskMaterial_7() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_MaskMaterial_7)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_MaskMaterial_7() const { return ___m_MaskMaterial_7; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_MaskMaterial_7() { return &___m_MaskMaterial_7; }
inline void set_m_MaskMaterial_7(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_MaskMaterial_7 = value;
Il2CppCodeGenWriteBarrier((&___m_MaskMaterial_7), value);
}
inline static int32_t get_offset_of_m_UnmaskMaterial_8() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_UnmaskMaterial_8)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_UnmaskMaterial_8() const { return ___m_UnmaskMaterial_8; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_UnmaskMaterial_8() { return &___m_UnmaskMaterial_8; }
inline void set_m_UnmaskMaterial_8(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_UnmaskMaterial_8 = value;
Il2CppCodeGenWriteBarrier((&___m_UnmaskMaterial_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MASK_T082A7A79B4BF2063E5F81D2F84D968569D737CCB_H
#ifndef SELECTABLE_TAA9065030FE0468018DEC880302F95FEA9C0133A_H
#define SELECTABLE_TAA9065030FE0468018DEC880302F95FEA9C0133A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.Selectable
struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 ___m_Navigation_5;
// UnityEngine.UI.Selectable_Transition UnityEngine.UI.Selectable::m_Transition
int32_t ___m_Transition_6;
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___m_Colors_7;
// UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState
SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A ___m_SpriteState_8;
// UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers
AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * ___m_AnimationTriggers_9;
// System.Boolean UnityEngine.UI.Selectable::m_Interactable
bool ___m_Interactable_10;
// UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_TargetGraphic_11;
// System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction
bool ___m_GroupsAllowInteraction_12;
// UnityEngine.UI.Selectable_SelectionState UnityEngine.UI.Selectable::m_CurrentSelectionState
int32_t ___m_CurrentSelectionState_13;
// System.Boolean UnityEngine.UI.Selectable::<isPointerInside>k__BackingField
bool ___U3CisPointerInsideU3Ek__BackingField_14;
// System.Boolean UnityEngine.UI.Selectable::<isPointerDown>k__BackingField
bool ___U3CisPointerDownU3Ek__BackingField_15;
// System.Boolean UnityEngine.UI.Selectable::<hasSelection>k__BackingField
bool ___U3ChasSelectionU3Ek__BackingField_16;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup> UnityEngine.UI.Selectable::m_CanvasGroupCache
List_1_t64BA96BFC713F221050385E91C868CE455C245D6 * ___m_CanvasGroupCache_17;
public:
inline static int32_t get_offset_of_m_Navigation_5() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Navigation_5)); }
inline Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 get_m_Navigation_5() const { return ___m_Navigation_5; }
inline Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * get_address_of_m_Navigation_5() { return &___m_Navigation_5; }
inline void set_m_Navigation_5(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 value)
{
___m_Navigation_5 = value;
}
inline static int32_t get_offset_of_m_Transition_6() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Transition_6)); }
inline int32_t get_m_Transition_6() const { return ___m_Transition_6; }
inline int32_t* get_address_of_m_Transition_6() { return &___m_Transition_6; }
inline void set_m_Transition_6(int32_t value)
{
___m_Transition_6 = value;
}
inline static int32_t get_offset_of_m_Colors_7() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Colors_7)); }
inline ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA get_m_Colors_7() const { return ___m_Colors_7; }
inline ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * get_address_of_m_Colors_7() { return &___m_Colors_7; }
inline void set_m_Colors_7(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA value)
{
___m_Colors_7 = value;
}
inline static int32_t get_offset_of_m_SpriteState_8() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_SpriteState_8)); }
inline SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A get_m_SpriteState_8() const { return ___m_SpriteState_8; }
inline SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A * get_address_of_m_SpriteState_8() { return &___m_SpriteState_8; }
inline void set_m_SpriteState_8(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A value)
{
___m_SpriteState_8 = value;
}
inline static int32_t get_offset_of_m_AnimationTriggers_9() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_AnimationTriggers_9)); }
inline AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * get_m_AnimationTriggers_9() const { return ___m_AnimationTriggers_9; }
inline AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 ** get_address_of_m_AnimationTriggers_9() { return &___m_AnimationTriggers_9; }
inline void set_m_AnimationTriggers_9(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * value)
{
___m_AnimationTriggers_9 = value;
Il2CppCodeGenWriteBarrier((&___m_AnimationTriggers_9), value);
}
inline static int32_t get_offset_of_m_Interactable_10() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Interactable_10)); }
inline bool get_m_Interactable_10() const { return ___m_Interactable_10; }
inline bool* get_address_of_m_Interactable_10() { return &___m_Interactable_10; }
inline void set_m_Interactable_10(bool value)
{
___m_Interactable_10 = value;
}
inline static int32_t get_offset_of_m_TargetGraphic_11() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_TargetGraphic_11)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_TargetGraphic_11() const { return ___m_TargetGraphic_11; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_TargetGraphic_11() { return &___m_TargetGraphic_11; }
inline void set_m_TargetGraphic_11(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_TargetGraphic_11 = value;
Il2CppCodeGenWriteBarrier((&___m_TargetGraphic_11), value);
}
inline static int32_t get_offset_of_m_GroupsAllowInteraction_12() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_GroupsAllowInteraction_12)); }
inline bool get_m_GroupsAllowInteraction_12() const { return ___m_GroupsAllowInteraction_12; }
inline bool* get_address_of_m_GroupsAllowInteraction_12() { return &___m_GroupsAllowInteraction_12; }
inline void set_m_GroupsAllowInteraction_12(bool value)
{
___m_GroupsAllowInteraction_12 = value;
}
inline static int32_t get_offset_of_m_CurrentSelectionState_13() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_CurrentSelectionState_13)); }
inline int32_t get_m_CurrentSelectionState_13() const { return ___m_CurrentSelectionState_13; }
inline int32_t* get_address_of_m_CurrentSelectionState_13() { return &___m_CurrentSelectionState_13; }
inline void set_m_CurrentSelectionState_13(int32_t value)
{
___m_CurrentSelectionState_13 = value;
}
inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3CisPointerInsideU3Ek__BackingField_14)); }
inline bool get_U3CisPointerInsideU3Ek__BackingField_14() const { return ___U3CisPointerInsideU3Ek__BackingField_14; }
inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_14() { return &___U3CisPointerInsideU3Ek__BackingField_14; }
inline void set_U3CisPointerInsideU3Ek__BackingField_14(bool value)
{
___U3CisPointerInsideU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3CisPointerDownU3Ek__BackingField_15)); }
inline bool get_U3CisPointerDownU3Ek__BackingField_15() const { return ___U3CisPointerDownU3Ek__BackingField_15; }
inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_15() { return &___U3CisPointerDownU3Ek__BackingField_15; }
inline void set_U3CisPointerDownU3Ek__BackingField_15(bool value)
{
___U3CisPointerDownU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3ChasSelectionU3Ek__BackingField_16)); }
inline bool get_U3ChasSelectionU3Ek__BackingField_16() const { return ___U3ChasSelectionU3Ek__BackingField_16; }
inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_16() { return &___U3ChasSelectionU3Ek__BackingField_16; }
inline void set_U3ChasSelectionU3Ek__BackingField_16(bool value)
{
___U3ChasSelectionU3Ek__BackingField_16 = value;
}
inline static int32_t get_offset_of_m_CanvasGroupCache_17() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_CanvasGroupCache_17)); }
inline List_1_t64BA96BFC713F221050385E91C868CE455C245D6 * get_m_CanvasGroupCache_17() const { return ___m_CanvasGroupCache_17; }
inline List_1_t64BA96BFC713F221050385E91C868CE455C245D6 ** get_address_of_m_CanvasGroupCache_17() { return &___m_CanvasGroupCache_17; }
inline void set_m_CanvasGroupCache_17(List_1_t64BA96BFC713F221050385E91C868CE455C245D6 * value)
{
___m_CanvasGroupCache_17 = value;
Il2CppCodeGenWriteBarrier((&___m_CanvasGroupCache_17), value);
}
};
struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields
{
public:
// System.Collections.Generic.List`1<UnityEngine.UI.Selectable> UnityEngine.UI.Selectable::s_List
List_1_tC6550F4D86CF67D987B6B46F46941B36D02A9680 * ___s_List_4;
public:
inline static int32_t get_offset_of_s_List_4() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields, ___s_List_4)); }
inline List_1_tC6550F4D86CF67D987B6B46F46941B36D02A9680 * get_s_List_4() const { return ___s_List_4; }
inline List_1_tC6550F4D86CF67D987B6B46F46941B36D02A9680 ** get_address_of_s_List_4() { return &___s_List_4; }
inline void set_s_List_4(List_1_tC6550F4D86CF67D987B6B46F46941B36D02A9680 * value)
{
___s_List_4 = value;
Il2CppCodeGenWriteBarrier((&___s_List_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SELECTABLE_TAA9065030FE0468018DEC880302F95FEA9C0133A_H
#ifndef TMP_INPUTFIELD_TC3C57E697A57232E8A855D39600CF06CFDA8F6CB_H
#define TMP_INPUTFIELD_TC3C57E697A57232E8A855D39600CF06CFDA8F6CB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_InputField
struct TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.TouchScreenKeyboard TMPro.TMP_InputField::m_Keyboard
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ___m_Keyboard_18;
// UnityEngine.RectTransform TMPro.TMP_InputField::m_TextViewport
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_TextViewport_20;
// TMPro.TMP_Text TMPro.TMP_InputField::m_TextComponent
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___m_TextComponent_21;
// UnityEngine.RectTransform TMPro.TMP_InputField::m_TextComponentRectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_TextComponentRectTransform_22;
// UnityEngine.UI.Graphic TMPro.TMP_InputField::m_Placeholder
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_Placeholder_23;
// UnityEngine.UI.Scrollbar TMPro.TMP_InputField::m_VerticalScrollbar
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * ___m_VerticalScrollbar_24;
// TMPro.TMP_ScrollbarEventHandler TMPro.TMP_InputField::m_VerticalScrollbarEventHandler
TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * ___m_VerticalScrollbarEventHandler_25;
// System.Single TMPro.TMP_InputField::m_ScrollPosition
float ___m_ScrollPosition_26;
// System.Single TMPro.TMP_InputField::m_ScrollSensitivity
float ___m_ScrollSensitivity_27;
// TMPro.TMP_InputField_ContentType TMPro.TMP_InputField::m_ContentType
int32_t ___m_ContentType_28;
// TMPro.TMP_InputField_InputType TMPro.TMP_InputField::m_InputType
int32_t ___m_InputType_29;
// System.Char TMPro.TMP_InputField::m_AsteriskChar
Il2CppChar ___m_AsteriskChar_30;
// UnityEngine.TouchScreenKeyboardType TMPro.TMP_InputField::m_KeyboardType
int32_t ___m_KeyboardType_31;
// TMPro.TMP_InputField_LineType TMPro.TMP_InputField::m_LineType
int32_t ___m_LineType_32;
// System.Boolean TMPro.TMP_InputField::m_HideMobileInput
bool ___m_HideMobileInput_33;
// TMPro.TMP_InputField_CharacterValidation TMPro.TMP_InputField::m_CharacterValidation
int32_t ___m_CharacterValidation_34;
// System.String TMPro.TMP_InputField::m_RegexValue
String_t* ___m_RegexValue_35;
// System.Single TMPro.TMP_InputField::m_GlobalPointSize
float ___m_GlobalPointSize_36;
// System.Int32 TMPro.TMP_InputField::m_CharacterLimit
int32_t ___m_CharacterLimit_37;
// TMPro.TMP_InputField_SubmitEvent TMPro.TMP_InputField::m_OnEndEdit
SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * ___m_OnEndEdit_38;
// TMPro.TMP_InputField_SubmitEvent TMPro.TMP_InputField::m_OnSubmit
SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * ___m_OnSubmit_39;
// TMPro.TMP_InputField_SelectionEvent TMPro.TMP_InputField::m_OnSelect
SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * ___m_OnSelect_40;
// TMPro.TMP_InputField_SelectionEvent TMPro.TMP_InputField::m_OnDeselect
SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * ___m_OnDeselect_41;
// TMPro.TMP_InputField_TextSelectionEvent TMPro.TMP_InputField::m_OnTextSelection
TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * ___m_OnTextSelection_42;
// TMPro.TMP_InputField_TextSelectionEvent TMPro.TMP_InputField::m_OnEndTextSelection
TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * ___m_OnEndTextSelection_43;
// TMPro.TMP_InputField_OnChangeEvent TMPro.TMP_InputField::m_OnValueChanged
OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD * ___m_OnValueChanged_44;
// TMPro.TMP_InputField_OnValidateInput TMPro.TMP_InputField::m_OnValidateInput
OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * ___m_OnValidateInput_45;
// UnityEngine.Color TMPro.TMP_InputField::m_CaretColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_CaretColor_46;
// System.Boolean TMPro.TMP_InputField::m_CustomCaretColor
bool ___m_CustomCaretColor_47;
// UnityEngine.Color TMPro.TMP_InputField::m_SelectionColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectionColor_48;
// System.String TMPro.TMP_InputField::m_Text
String_t* ___m_Text_49;
// System.Single TMPro.TMP_InputField::m_CaretBlinkRate
float ___m_CaretBlinkRate_50;
// System.Int32 TMPro.TMP_InputField::m_CaretWidth
int32_t ___m_CaretWidth_51;
// System.Boolean TMPro.TMP_InputField::m_ReadOnly
bool ___m_ReadOnly_52;
// System.Boolean TMPro.TMP_InputField::m_RichText
bool ___m_RichText_53;
// System.Int32 TMPro.TMP_InputField::m_StringPosition
int32_t ___m_StringPosition_54;
// System.Int32 TMPro.TMP_InputField::m_StringSelectPosition
int32_t ___m_StringSelectPosition_55;
// System.Int32 TMPro.TMP_InputField::m_CaretPosition
int32_t ___m_CaretPosition_56;
// System.Int32 TMPro.TMP_InputField::m_CaretSelectPosition
int32_t ___m_CaretSelectPosition_57;
// UnityEngine.RectTransform TMPro.TMP_InputField::caretRectTrans
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___caretRectTrans_58;
// UnityEngine.UIVertex[] TMPro.TMP_InputField::m_CursorVerts
UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* ___m_CursorVerts_59;
// UnityEngine.CanvasRenderer TMPro.TMP_InputField::m_CachedInputRenderer
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_CachedInputRenderer_60;
// UnityEngine.Vector2 TMPro.TMP_InputField::m_DefaultTransformPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_DefaultTransformPosition_61;
// UnityEngine.Vector2 TMPro.TMP_InputField::m_LastPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_LastPosition_62;
// UnityEngine.Mesh TMPro.TMP_InputField::m_Mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_Mesh_63;
// System.Boolean TMPro.TMP_InputField::m_AllowInput
bool ___m_AllowInput_64;
// System.Boolean TMPro.TMP_InputField::m_ShouldActivateNextUpdate
bool ___m_ShouldActivateNextUpdate_65;
// System.Boolean TMPro.TMP_InputField::m_UpdateDrag
bool ___m_UpdateDrag_66;
// System.Boolean TMPro.TMP_InputField::m_DragPositionOutOfBounds
bool ___m_DragPositionOutOfBounds_67;
// System.Boolean TMPro.TMP_InputField::m_CaretVisible
bool ___m_CaretVisible_70;
// UnityEngine.Coroutine TMPro.TMP_InputField::m_BlinkCoroutine
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_BlinkCoroutine_71;
// System.Single TMPro.TMP_InputField::m_BlinkStartTime
float ___m_BlinkStartTime_72;
// UnityEngine.Coroutine TMPro.TMP_InputField::m_DragCoroutine
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_DragCoroutine_73;
// System.String TMPro.TMP_InputField::m_OriginalText
String_t* ___m_OriginalText_74;
// System.Boolean TMPro.TMP_InputField::m_WasCanceled
bool ___m_WasCanceled_75;
// System.Boolean TMPro.TMP_InputField::m_HasDoneFocusTransition
bool ___m_HasDoneFocusTransition_76;
// System.Boolean TMPro.TMP_InputField::m_IsScrollbarUpdateRequired
bool ___m_IsScrollbarUpdateRequired_77;
// System.Boolean TMPro.TMP_InputField::m_IsUpdatingScrollbarValues
bool ___m_IsUpdatingScrollbarValues_78;
// System.Boolean TMPro.TMP_InputField::m_isLastKeyBackspace
bool ___m_isLastKeyBackspace_79;
// System.Single TMPro.TMP_InputField::m_ClickStartTime
float ___m_ClickStartTime_80;
// System.Single TMPro.TMP_InputField::m_DoubleClickDelay
float ___m_DoubleClickDelay_81;
// TMPro.TMP_FontAsset TMPro.TMP_InputField::m_GlobalFontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___m_GlobalFontAsset_83;
// System.Boolean TMPro.TMP_InputField::m_OnFocusSelectAll
bool ___m_OnFocusSelectAll_84;
// System.Boolean TMPro.TMP_InputField::m_isSelectAll
bool ___m_isSelectAll_85;
// System.Boolean TMPro.TMP_InputField::m_ResetOnDeActivation
bool ___m_ResetOnDeActivation_86;
// System.Boolean TMPro.TMP_InputField::m_RestoreOriginalTextOnEscape
bool ___m_RestoreOriginalTextOnEscape_87;
// System.Boolean TMPro.TMP_InputField::m_isRichTextEditingAllowed
bool ___m_isRichTextEditingAllowed_88;
// TMPro.TMP_InputValidator TMPro.TMP_InputField::m_InputValidator
TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD * ___m_InputValidator_89;
// System.Boolean TMPro.TMP_InputField::m_isSelected
bool ___m_isSelected_90;
// System.Boolean TMPro.TMP_InputField::isStringPositionDirty
bool ___isStringPositionDirty_91;
// System.Boolean TMPro.TMP_InputField::m_forceRectTransformAdjustment
bool ___m_forceRectTransformAdjustment_92;
// UnityEngine.Event TMPro.TMP_InputField::m_ProcessingEvent
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___m_ProcessingEvent_93;
public:
inline static int32_t get_offset_of_m_Keyboard_18() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_Keyboard_18)); }
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get_m_Keyboard_18() const { return ___m_Keyboard_18; }
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of_m_Keyboard_18() { return &___m_Keyboard_18; }
inline void set_m_Keyboard_18(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value)
{
___m_Keyboard_18 = value;
Il2CppCodeGenWriteBarrier((&___m_Keyboard_18), value);
}
inline static int32_t get_offset_of_m_TextViewport_20() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_TextViewport_20)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_TextViewport_20() const { return ___m_TextViewport_20; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_TextViewport_20() { return &___m_TextViewport_20; }
inline void set_m_TextViewport_20(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_TextViewport_20 = value;
Il2CppCodeGenWriteBarrier((&___m_TextViewport_20), value);
}
inline static int32_t get_offset_of_m_TextComponent_21() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_TextComponent_21)); }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_m_TextComponent_21() const { return ___m_TextComponent_21; }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_m_TextComponent_21() { return &___m_TextComponent_21; }
inline void set_m_TextComponent_21(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value)
{
___m_TextComponent_21 = value;
Il2CppCodeGenWriteBarrier((&___m_TextComponent_21), value);
}
inline static int32_t get_offset_of_m_TextComponentRectTransform_22() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_TextComponentRectTransform_22)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_TextComponentRectTransform_22() const { return ___m_TextComponentRectTransform_22; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_TextComponentRectTransform_22() { return &___m_TextComponentRectTransform_22; }
inline void set_m_TextComponentRectTransform_22(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_TextComponentRectTransform_22 = value;
Il2CppCodeGenWriteBarrier((&___m_TextComponentRectTransform_22), value);
}
inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_Placeholder_23)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_Placeholder_23() const { return ___m_Placeholder_23; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; }
inline void set_m_Placeholder_23(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_Placeholder_23 = value;
Il2CppCodeGenWriteBarrier((&___m_Placeholder_23), value);
}
inline static int32_t get_offset_of_m_VerticalScrollbar_24() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_VerticalScrollbar_24)); }
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * get_m_VerticalScrollbar_24() const { return ___m_VerticalScrollbar_24; }
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 ** get_address_of_m_VerticalScrollbar_24() { return &___m_VerticalScrollbar_24; }
inline void set_m_VerticalScrollbar_24(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * value)
{
___m_VerticalScrollbar_24 = value;
Il2CppCodeGenWriteBarrier((&___m_VerticalScrollbar_24), value);
}
inline static int32_t get_offset_of_m_VerticalScrollbarEventHandler_25() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_VerticalScrollbarEventHandler_25)); }
inline TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * get_m_VerticalScrollbarEventHandler_25() const { return ___m_VerticalScrollbarEventHandler_25; }
inline TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 ** get_address_of_m_VerticalScrollbarEventHandler_25() { return &___m_VerticalScrollbarEventHandler_25; }
inline void set_m_VerticalScrollbarEventHandler_25(TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * value)
{
___m_VerticalScrollbarEventHandler_25 = value;
Il2CppCodeGenWriteBarrier((&___m_VerticalScrollbarEventHandler_25), value);
}
inline static int32_t get_offset_of_m_ScrollPosition_26() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ScrollPosition_26)); }
inline float get_m_ScrollPosition_26() const { return ___m_ScrollPosition_26; }
inline float* get_address_of_m_ScrollPosition_26() { return &___m_ScrollPosition_26; }
inline void set_m_ScrollPosition_26(float value)
{
___m_ScrollPosition_26 = value;
}
inline static int32_t get_offset_of_m_ScrollSensitivity_27() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ScrollSensitivity_27)); }
inline float get_m_ScrollSensitivity_27() const { return ___m_ScrollSensitivity_27; }
inline float* get_address_of_m_ScrollSensitivity_27() { return &___m_ScrollSensitivity_27; }
inline void set_m_ScrollSensitivity_27(float value)
{
___m_ScrollSensitivity_27 = value;
}
inline static int32_t get_offset_of_m_ContentType_28() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ContentType_28)); }
inline int32_t get_m_ContentType_28() const { return ___m_ContentType_28; }
inline int32_t* get_address_of_m_ContentType_28() { return &___m_ContentType_28; }
inline void set_m_ContentType_28(int32_t value)
{
___m_ContentType_28 = value;
}
inline static int32_t get_offset_of_m_InputType_29() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_InputType_29)); }
inline int32_t get_m_InputType_29() const { return ___m_InputType_29; }
inline int32_t* get_address_of_m_InputType_29() { return &___m_InputType_29; }
inline void set_m_InputType_29(int32_t value)
{
___m_InputType_29 = value;
}
inline static int32_t get_offset_of_m_AsteriskChar_30() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_AsteriskChar_30)); }
inline Il2CppChar get_m_AsteriskChar_30() const { return ___m_AsteriskChar_30; }
inline Il2CppChar* get_address_of_m_AsteriskChar_30() { return &___m_AsteriskChar_30; }
inline void set_m_AsteriskChar_30(Il2CppChar value)
{
___m_AsteriskChar_30 = value;
}
inline static int32_t get_offset_of_m_KeyboardType_31() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_KeyboardType_31)); }
inline int32_t get_m_KeyboardType_31() const { return ___m_KeyboardType_31; }
inline int32_t* get_address_of_m_KeyboardType_31() { return &___m_KeyboardType_31; }
inline void set_m_KeyboardType_31(int32_t value)
{
___m_KeyboardType_31 = value;
}
inline static int32_t get_offset_of_m_LineType_32() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_LineType_32)); }
inline int32_t get_m_LineType_32() const { return ___m_LineType_32; }
inline int32_t* get_address_of_m_LineType_32() { return &___m_LineType_32; }
inline void set_m_LineType_32(int32_t value)
{
___m_LineType_32 = value;
}
inline static int32_t get_offset_of_m_HideMobileInput_33() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_HideMobileInput_33)); }
inline bool get_m_HideMobileInput_33() const { return ___m_HideMobileInput_33; }
inline bool* get_address_of_m_HideMobileInput_33() { return &___m_HideMobileInput_33; }
inline void set_m_HideMobileInput_33(bool value)
{
___m_HideMobileInput_33 = value;
}
inline static int32_t get_offset_of_m_CharacterValidation_34() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CharacterValidation_34)); }
inline int32_t get_m_CharacterValidation_34() const { return ___m_CharacterValidation_34; }
inline int32_t* get_address_of_m_CharacterValidation_34() { return &___m_CharacterValidation_34; }
inline void set_m_CharacterValidation_34(int32_t value)
{
___m_CharacterValidation_34 = value;
}
inline static int32_t get_offset_of_m_RegexValue_35() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_RegexValue_35)); }
inline String_t* get_m_RegexValue_35() const { return ___m_RegexValue_35; }
inline String_t** get_address_of_m_RegexValue_35() { return &___m_RegexValue_35; }
inline void set_m_RegexValue_35(String_t* value)
{
___m_RegexValue_35 = value;
Il2CppCodeGenWriteBarrier((&___m_RegexValue_35), value);
}
inline static int32_t get_offset_of_m_GlobalPointSize_36() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_GlobalPointSize_36)); }
inline float get_m_GlobalPointSize_36() const { return ___m_GlobalPointSize_36; }
inline float* get_address_of_m_GlobalPointSize_36() { return &___m_GlobalPointSize_36; }
inline void set_m_GlobalPointSize_36(float value)
{
___m_GlobalPointSize_36 = value;
}
inline static int32_t get_offset_of_m_CharacterLimit_37() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CharacterLimit_37)); }
inline int32_t get_m_CharacterLimit_37() const { return ___m_CharacterLimit_37; }
inline int32_t* get_address_of_m_CharacterLimit_37() { return &___m_CharacterLimit_37; }
inline void set_m_CharacterLimit_37(int32_t value)
{
___m_CharacterLimit_37 = value;
}
inline static int32_t get_offset_of_m_OnEndEdit_38() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnEndEdit_38)); }
inline SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * get_m_OnEndEdit_38() const { return ___m_OnEndEdit_38; }
inline SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC ** get_address_of_m_OnEndEdit_38() { return &___m_OnEndEdit_38; }
inline void set_m_OnEndEdit_38(SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * value)
{
___m_OnEndEdit_38 = value;
Il2CppCodeGenWriteBarrier((&___m_OnEndEdit_38), value);
}
inline static int32_t get_offset_of_m_OnSubmit_39() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnSubmit_39)); }
inline SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * get_m_OnSubmit_39() const { return ___m_OnSubmit_39; }
inline SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC ** get_address_of_m_OnSubmit_39() { return &___m_OnSubmit_39; }
inline void set_m_OnSubmit_39(SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * value)
{
___m_OnSubmit_39 = value;
Il2CppCodeGenWriteBarrier((&___m_OnSubmit_39), value);
}
inline static int32_t get_offset_of_m_OnSelect_40() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnSelect_40)); }
inline SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * get_m_OnSelect_40() const { return ___m_OnSelect_40; }
inline SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A ** get_address_of_m_OnSelect_40() { return &___m_OnSelect_40; }
inline void set_m_OnSelect_40(SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * value)
{
___m_OnSelect_40 = value;
Il2CppCodeGenWriteBarrier((&___m_OnSelect_40), value);
}
inline static int32_t get_offset_of_m_OnDeselect_41() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnDeselect_41)); }
inline SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * get_m_OnDeselect_41() const { return ___m_OnDeselect_41; }
inline SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A ** get_address_of_m_OnDeselect_41() { return &___m_OnDeselect_41; }
inline void set_m_OnDeselect_41(SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * value)
{
___m_OnDeselect_41 = value;
Il2CppCodeGenWriteBarrier((&___m_OnDeselect_41), value);
}
inline static int32_t get_offset_of_m_OnTextSelection_42() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnTextSelection_42)); }
inline TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * get_m_OnTextSelection_42() const { return ___m_OnTextSelection_42; }
inline TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 ** get_address_of_m_OnTextSelection_42() { return &___m_OnTextSelection_42; }
inline void set_m_OnTextSelection_42(TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * value)
{
___m_OnTextSelection_42 = value;
Il2CppCodeGenWriteBarrier((&___m_OnTextSelection_42), value);
}
inline static int32_t get_offset_of_m_OnEndTextSelection_43() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnEndTextSelection_43)); }
inline TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * get_m_OnEndTextSelection_43() const { return ___m_OnEndTextSelection_43; }
inline TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 ** get_address_of_m_OnEndTextSelection_43() { return &___m_OnEndTextSelection_43; }
inline void set_m_OnEndTextSelection_43(TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * value)
{
___m_OnEndTextSelection_43 = value;
Il2CppCodeGenWriteBarrier((&___m_OnEndTextSelection_43), value);
}
inline static int32_t get_offset_of_m_OnValueChanged_44() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnValueChanged_44)); }
inline OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD * get_m_OnValueChanged_44() const { return ___m_OnValueChanged_44; }
inline OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD ** get_address_of_m_OnValueChanged_44() { return &___m_OnValueChanged_44; }
inline void set_m_OnValueChanged_44(OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD * value)
{
___m_OnValueChanged_44 = value;
Il2CppCodeGenWriteBarrier((&___m_OnValueChanged_44), value);
}
inline static int32_t get_offset_of_m_OnValidateInput_45() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnValidateInput_45)); }
inline OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * get_m_OnValidateInput_45() const { return ___m_OnValidateInput_45; }
inline OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 ** get_address_of_m_OnValidateInput_45() { return &___m_OnValidateInput_45; }
inline void set_m_OnValidateInput_45(OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * value)
{
___m_OnValidateInput_45 = value;
Il2CppCodeGenWriteBarrier((&___m_OnValidateInput_45), value);
}
inline static int32_t get_offset_of_m_CaretColor_46() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CaretColor_46)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_CaretColor_46() const { return ___m_CaretColor_46; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_CaretColor_46() { return &___m_CaretColor_46; }
inline void set_m_CaretColor_46(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_CaretColor_46 = value;
}
inline static int32_t get_offset_of_m_CustomCaretColor_47() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CustomCaretColor_47)); }
inline bool get_m_CustomCaretColor_47() const { return ___m_CustomCaretColor_47; }
inline bool* get_address_of_m_CustomCaretColor_47() { return &___m_CustomCaretColor_47; }
inline void set_m_CustomCaretColor_47(bool value)
{
___m_CustomCaretColor_47 = value;
}
inline static int32_t get_offset_of_m_SelectionColor_48() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_SelectionColor_48)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectionColor_48() const { return ___m_SelectionColor_48; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectionColor_48() { return &___m_SelectionColor_48; }
inline void set_m_SelectionColor_48(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_SelectionColor_48 = value;
}
inline static int32_t get_offset_of_m_Text_49() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_Text_49)); }
inline String_t* get_m_Text_49() const { return ___m_Text_49; }
inline String_t** get_address_of_m_Text_49() { return &___m_Text_49; }
inline void set_m_Text_49(String_t* value)
{
___m_Text_49 = value;
Il2CppCodeGenWriteBarrier((&___m_Text_49), value);
}
inline static int32_t get_offset_of_m_CaretBlinkRate_50() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CaretBlinkRate_50)); }
inline float get_m_CaretBlinkRate_50() const { return ___m_CaretBlinkRate_50; }
inline float* get_address_of_m_CaretBlinkRate_50() { return &___m_CaretBlinkRate_50; }
inline void set_m_CaretBlinkRate_50(float value)
{
___m_CaretBlinkRate_50 = value;
}
inline static int32_t get_offset_of_m_CaretWidth_51() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CaretWidth_51)); }
inline int32_t get_m_CaretWidth_51() const { return ___m_CaretWidth_51; }
inline int32_t* get_address_of_m_CaretWidth_51() { return &___m_CaretWidth_51; }
inline void set_m_CaretWidth_51(int32_t value)
{
___m_CaretWidth_51 = value;
}
inline static int32_t get_offset_of_m_ReadOnly_52() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ReadOnly_52)); }
inline bool get_m_ReadOnly_52() const { return ___m_ReadOnly_52; }
inline bool* get_address_of_m_ReadOnly_52() { return &___m_ReadOnly_52; }
inline void set_m_ReadOnly_52(bool value)
{
___m_ReadOnly_52 = value;
}
inline static int32_t get_offset_of_m_RichText_53() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_RichText_53)); }
inline bool get_m_RichText_53() const { return ___m_RichText_53; }
inline bool* get_address_of_m_RichText_53() { return &___m_RichText_53; }
inline void set_m_RichText_53(bool value)
{
___m_RichText_53 = value;
}
inline static int32_t get_offset_of_m_StringPosition_54() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_StringPosition_54)); }
inline int32_t get_m_StringPosition_54() const { return ___m_StringPosition_54; }
inline int32_t* get_address_of_m_StringPosition_54() { return &___m_StringPosition_54; }
inline void set_m_StringPosition_54(int32_t value)
{
___m_StringPosition_54 = value;
}
inline static int32_t get_offset_of_m_StringSelectPosition_55() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_StringSelectPosition_55)); }
inline int32_t get_m_StringSelectPosition_55() const { return ___m_StringSelectPosition_55; }
inline int32_t* get_address_of_m_StringSelectPosition_55() { return &___m_StringSelectPosition_55; }
inline void set_m_StringSelectPosition_55(int32_t value)
{
___m_StringSelectPosition_55 = value;
}
inline static int32_t get_offset_of_m_CaretPosition_56() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CaretPosition_56)); }
inline int32_t get_m_CaretPosition_56() const { return ___m_CaretPosition_56; }
inline int32_t* get_address_of_m_CaretPosition_56() { return &___m_CaretPosition_56; }
inline void set_m_CaretPosition_56(int32_t value)
{
___m_CaretPosition_56 = value;
}
inline static int32_t get_offset_of_m_CaretSelectPosition_57() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CaretSelectPosition_57)); }
inline int32_t get_m_CaretSelectPosition_57() const { return ___m_CaretSelectPosition_57; }
inline int32_t* get_address_of_m_CaretSelectPosition_57() { return &___m_CaretSelectPosition_57; }
inline void set_m_CaretSelectPosition_57(int32_t value)
{
___m_CaretSelectPosition_57 = value;
}
inline static int32_t get_offset_of_caretRectTrans_58() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___caretRectTrans_58)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_caretRectTrans_58() const { return ___caretRectTrans_58; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_caretRectTrans_58() { return &___caretRectTrans_58; }
inline void set_caretRectTrans_58(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___caretRectTrans_58 = value;
Il2CppCodeGenWriteBarrier((&___caretRectTrans_58), value);
}
inline static int32_t get_offset_of_m_CursorVerts_59() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CursorVerts_59)); }
inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* get_m_CursorVerts_59() const { return ___m_CursorVerts_59; }
inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A** get_address_of_m_CursorVerts_59() { return &___m_CursorVerts_59; }
inline void set_m_CursorVerts_59(UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* value)
{
___m_CursorVerts_59 = value;
Il2CppCodeGenWriteBarrier((&___m_CursorVerts_59), value);
}
inline static int32_t get_offset_of_m_CachedInputRenderer_60() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CachedInputRenderer_60)); }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_CachedInputRenderer_60() const { return ___m_CachedInputRenderer_60; }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_CachedInputRenderer_60() { return &___m_CachedInputRenderer_60; }
inline void set_m_CachedInputRenderer_60(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value)
{
___m_CachedInputRenderer_60 = value;
Il2CppCodeGenWriteBarrier((&___m_CachedInputRenderer_60), value);
}
inline static int32_t get_offset_of_m_DefaultTransformPosition_61() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_DefaultTransformPosition_61)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_DefaultTransformPosition_61() const { return ___m_DefaultTransformPosition_61; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_DefaultTransformPosition_61() { return &___m_DefaultTransformPosition_61; }
inline void set_m_DefaultTransformPosition_61(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_DefaultTransformPosition_61 = value;
}
inline static int32_t get_offset_of_m_LastPosition_62() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_LastPosition_62)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_LastPosition_62() const { return ___m_LastPosition_62; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_LastPosition_62() { return &___m_LastPosition_62; }
inline void set_m_LastPosition_62(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_LastPosition_62 = value;
}
inline static int32_t get_offset_of_m_Mesh_63() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_Mesh_63)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_Mesh_63() const { return ___m_Mesh_63; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_Mesh_63() { return &___m_Mesh_63; }
inline void set_m_Mesh_63(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___m_Mesh_63 = value;
Il2CppCodeGenWriteBarrier((&___m_Mesh_63), value);
}
inline static int32_t get_offset_of_m_AllowInput_64() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_AllowInput_64)); }
inline bool get_m_AllowInput_64() const { return ___m_AllowInput_64; }
inline bool* get_address_of_m_AllowInput_64() { return &___m_AllowInput_64; }
inline void set_m_AllowInput_64(bool value)
{
___m_AllowInput_64 = value;
}
inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_65() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ShouldActivateNextUpdate_65)); }
inline bool get_m_ShouldActivateNextUpdate_65() const { return ___m_ShouldActivateNextUpdate_65; }
inline bool* get_address_of_m_ShouldActivateNextUpdate_65() { return &___m_ShouldActivateNextUpdate_65; }
inline void set_m_ShouldActivateNextUpdate_65(bool value)
{
___m_ShouldActivateNextUpdate_65 = value;
}
inline static int32_t get_offset_of_m_UpdateDrag_66() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_UpdateDrag_66)); }
inline bool get_m_UpdateDrag_66() const { return ___m_UpdateDrag_66; }
inline bool* get_address_of_m_UpdateDrag_66() { return &___m_UpdateDrag_66; }
inline void set_m_UpdateDrag_66(bool value)
{
___m_UpdateDrag_66 = value;
}
inline static int32_t get_offset_of_m_DragPositionOutOfBounds_67() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_DragPositionOutOfBounds_67)); }
inline bool get_m_DragPositionOutOfBounds_67() const { return ___m_DragPositionOutOfBounds_67; }
inline bool* get_address_of_m_DragPositionOutOfBounds_67() { return &___m_DragPositionOutOfBounds_67; }
inline void set_m_DragPositionOutOfBounds_67(bool value)
{
___m_DragPositionOutOfBounds_67 = value;
}
inline static int32_t get_offset_of_m_CaretVisible_70() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_CaretVisible_70)); }
inline bool get_m_CaretVisible_70() const { return ___m_CaretVisible_70; }
inline bool* get_address_of_m_CaretVisible_70() { return &___m_CaretVisible_70; }
inline void set_m_CaretVisible_70(bool value)
{
___m_CaretVisible_70 = value;
}
inline static int32_t get_offset_of_m_BlinkCoroutine_71() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_BlinkCoroutine_71)); }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_BlinkCoroutine_71() const { return ___m_BlinkCoroutine_71; }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_BlinkCoroutine_71() { return &___m_BlinkCoroutine_71; }
inline void set_m_BlinkCoroutine_71(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value)
{
___m_BlinkCoroutine_71 = value;
Il2CppCodeGenWriteBarrier((&___m_BlinkCoroutine_71), value);
}
inline static int32_t get_offset_of_m_BlinkStartTime_72() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_BlinkStartTime_72)); }
inline float get_m_BlinkStartTime_72() const { return ___m_BlinkStartTime_72; }
inline float* get_address_of_m_BlinkStartTime_72() { return &___m_BlinkStartTime_72; }
inline void set_m_BlinkStartTime_72(float value)
{
___m_BlinkStartTime_72 = value;
}
inline static int32_t get_offset_of_m_DragCoroutine_73() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_DragCoroutine_73)); }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_DragCoroutine_73() const { return ___m_DragCoroutine_73; }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_DragCoroutine_73() { return &___m_DragCoroutine_73; }
inline void set_m_DragCoroutine_73(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value)
{
___m_DragCoroutine_73 = value;
Il2CppCodeGenWriteBarrier((&___m_DragCoroutine_73), value);
}
inline static int32_t get_offset_of_m_OriginalText_74() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OriginalText_74)); }
inline String_t* get_m_OriginalText_74() const { return ___m_OriginalText_74; }
inline String_t** get_address_of_m_OriginalText_74() { return &___m_OriginalText_74; }
inline void set_m_OriginalText_74(String_t* value)
{
___m_OriginalText_74 = value;
Il2CppCodeGenWriteBarrier((&___m_OriginalText_74), value);
}
inline static int32_t get_offset_of_m_WasCanceled_75() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_WasCanceled_75)); }
inline bool get_m_WasCanceled_75() const { return ___m_WasCanceled_75; }
inline bool* get_address_of_m_WasCanceled_75() { return &___m_WasCanceled_75; }
inline void set_m_WasCanceled_75(bool value)
{
___m_WasCanceled_75 = value;
}
inline static int32_t get_offset_of_m_HasDoneFocusTransition_76() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_HasDoneFocusTransition_76)); }
inline bool get_m_HasDoneFocusTransition_76() const { return ___m_HasDoneFocusTransition_76; }
inline bool* get_address_of_m_HasDoneFocusTransition_76() { return &___m_HasDoneFocusTransition_76; }
inline void set_m_HasDoneFocusTransition_76(bool value)
{
___m_HasDoneFocusTransition_76 = value;
}
inline static int32_t get_offset_of_m_IsScrollbarUpdateRequired_77() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_IsScrollbarUpdateRequired_77)); }
inline bool get_m_IsScrollbarUpdateRequired_77() const { return ___m_IsScrollbarUpdateRequired_77; }
inline bool* get_address_of_m_IsScrollbarUpdateRequired_77() { return &___m_IsScrollbarUpdateRequired_77; }
inline void set_m_IsScrollbarUpdateRequired_77(bool value)
{
___m_IsScrollbarUpdateRequired_77 = value;
}
inline static int32_t get_offset_of_m_IsUpdatingScrollbarValues_78() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_IsUpdatingScrollbarValues_78)); }
inline bool get_m_IsUpdatingScrollbarValues_78() const { return ___m_IsUpdatingScrollbarValues_78; }
inline bool* get_address_of_m_IsUpdatingScrollbarValues_78() { return &___m_IsUpdatingScrollbarValues_78; }
inline void set_m_IsUpdatingScrollbarValues_78(bool value)
{
___m_IsUpdatingScrollbarValues_78 = value;
}
inline static int32_t get_offset_of_m_isLastKeyBackspace_79() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_isLastKeyBackspace_79)); }
inline bool get_m_isLastKeyBackspace_79() const { return ___m_isLastKeyBackspace_79; }
inline bool* get_address_of_m_isLastKeyBackspace_79() { return &___m_isLastKeyBackspace_79; }
inline void set_m_isLastKeyBackspace_79(bool value)
{
___m_isLastKeyBackspace_79 = value;
}
inline static int32_t get_offset_of_m_ClickStartTime_80() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ClickStartTime_80)); }
inline float get_m_ClickStartTime_80() const { return ___m_ClickStartTime_80; }
inline float* get_address_of_m_ClickStartTime_80() { return &___m_ClickStartTime_80; }
inline void set_m_ClickStartTime_80(float value)
{
___m_ClickStartTime_80 = value;
}
inline static int32_t get_offset_of_m_DoubleClickDelay_81() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_DoubleClickDelay_81)); }
inline float get_m_DoubleClickDelay_81() const { return ___m_DoubleClickDelay_81; }
inline float* get_address_of_m_DoubleClickDelay_81() { return &___m_DoubleClickDelay_81; }
inline void set_m_DoubleClickDelay_81(float value)
{
___m_DoubleClickDelay_81 = value;
}
inline static int32_t get_offset_of_m_GlobalFontAsset_83() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_GlobalFontAsset_83)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_m_GlobalFontAsset_83() const { return ___m_GlobalFontAsset_83; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_m_GlobalFontAsset_83() { return &___m_GlobalFontAsset_83; }
inline void set_m_GlobalFontAsset_83(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___m_GlobalFontAsset_83 = value;
Il2CppCodeGenWriteBarrier((&___m_GlobalFontAsset_83), value);
}
inline static int32_t get_offset_of_m_OnFocusSelectAll_84() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_OnFocusSelectAll_84)); }
inline bool get_m_OnFocusSelectAll_84() const { return ___m_OnFocusSelectAll_84; }
inline bool* get_address_of_m_OnFocusSelectAll_84() { return &___m_OnFocusSelectAll_84; }
inline void set_m_OnFocusSelectAll_84(bool value)
{
___m_OnFocusSelectAll_84 = value;
}
inline static int32_t get_offset_of_m_isSelectAll_85() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_isSelectAll_85)); }
inline bool get_m_isSelectAll_85() const { return ___m_isSelectAll_85; }
inline bool* get_address_of_m_isSelectAll_85() { return &___m_isSelectAll_85; }
inline void set_m_isSelectAll_85(bool value)
{
___m_isSelectAll_85 = value;
}
inline static int32_t get_offset_of_m_ResetOnDeActivation_86() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ResetOnDeActivation_86)); }
inline bool get_m_ResetOnDeActivation_86() const { return ___m_ResetOnDeActivation_86; }
inline bool* get_address_of_m_ResetOnDeActivation_86() { return &___m_ResetOnDeActivation_86; }
inline void set_m_ResetOnDeActivation_86(bool value)
{
___m_ResetOnDeActivation_86 = value;
}
inline static int32_t get_offset_of_m_RestoreOriginalTextOnEscape_87() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_RestoreOriginalTextOnEscape_87)); }
inline bool get_m_RestoreOriginalTextOnEscape_87() const { return ___m_RestoreOriginalTextOnEscape_87; }
inline bool* get_address_of_m_RestoreOriginalTextOnEscape_87() { return &___m_RestoreOriginalTextOnEscape_87; }
inline void set_m_RestoreOriginalTextOnEscape_87(bool value)
{
___m_RestoreOriginalTextOnEscape_87 = value;
}
inline static int32_t get_offset_of_m_isRichTextEditingAllowed_88() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_isRichTextEditingAllowed_88)); }
inline bool get_m_isRichTextEditingAllowed_88() const { return ___m_isRichTextEditingAllowed_88; }
inline bool* get_address_of_m_isRichTextEditingAllowed_88() { return &___m_isRichTextEditingAllowed_88; }
inline void set_m_isRichTextEditingAllowed_88(bool value)
{
___m_isRichTextEditingAllowed_88 = value;
}
inline static int32_t get_offset_of_m_InputValidator_89() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_InputValidator_89)); }
inline TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD * get_m_InputValidator_89() const { return ___m_InputValidator_89; }
inline TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD ** get_address_of_m_InputValidator_89() { return &___m_InputValidator_89; }
inline void set_m_InputValidator_89(TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD * value)
{
___m_InputValidator_89 = value;
Il2CppCodeGenWriteBarrier((&___m_InputValidator_89), value);
}
inline static int32_t get_offset_of_m_isSelected_90() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_isSelected_90)); }
inline bool get_m_isSelected_90() const { return ___m_isSelected_90; }
inline bool* get_address_of_m_isSelected_90() { return &___m_isSelected_90; }
inline void set_m_isSelected_90(bool value)
{
___m_isSelected_90 = value;
}
inline static int32_t get_offset_of_isStringPositionDirty_91() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___isStringPositionDirty_91)); }
inline bool get_isStringPositionDirty_91() const { return ___isStringPositionDirty_91; }
inline bool* get_address_of_isStringPositionDirty_91() { return &___isStringPositionDirty_91; }
inline void set_isStringPositionDirty_91(bool value)
{
___isStringPositionDirty_91 = value;
}
inline static int32_t get_offset_of_m_forceRectTransformAdjustment_92() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_forceRectTransformAdjustment_92)); }
inline bool get_m_forceRectTransformAdjustment_92() const { return ___m_forceRectTransformAdjustment_92; }
inline bool* get_address_of_m_forceRectTransformAdjustment_92() { return &___m_forceRectTransformAdjustment_92; }
inline void set_m_forceRectTransformAdjustment_92(bool value)
{
___m_forceRectTransformAdjustment_92 = value;
}
inline static int32_t get_offset_of_m_ProcessingEvent_93() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB, ___m_ProcessingEvent_93)); }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_m_ProcessingEvent_93() const { return ___m_ProcessingEvent_93; }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_m_ProcessingEvent_93() { return &___m_ProcessingEvent_93; }
inline void set_m_ProcessingEvent_93(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
{
___m_ProcessingEvent_93 = value;
Il2CppCodeGenWriteBarrier((&___m_ProcessingEvent_93), value);
}
};
struct TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB_StaticFields
{
public:
// System.Char[] TMPro.TMP_InputField::kSeparators
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___kSeparators_19;
public:
inline static int32_t get_offset_of_kSeparators_19() { return static_cast<int32_t>(offsetof(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB_StaticFields, ___kSeparators_19)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_kSeparators_19() const { return ___kSeparators_19; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_kSeparators_19() { return &___kSeparators_19; }
inline void set_kSeparators_19(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___kSeparators_19 = value;
Il2CppCodeGenWriteBarrier((&___kSeparators_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_INPUTFIELD_TC3C57E697A57232E8A855D39600CF06CFDA8F6CB_H
#ifndef MASKABLEGRAPHIC_TDA46A5925C6A2101217C9F52C855B5C1A36A7A0F_H
#define MASKABLEGRAPHIC_TDA46A5925C6A2101217C9F52C855B5C1A36A7A0F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.MaskableGraphic
struct MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F : public Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8
{
public:
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil
bool ___m_ShouldRecalculateStencil_21;
// UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_MaskMaterial_22;
// UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask
RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * ___m_ParentMask_23;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable
bool ___m_Maskable_24;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking
bool ___m_IncludeForMasking_25;
// UnityEngine.UI.MaskableGraphic_CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged
CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * ___m_OnCullStateChanged_26;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate
bool ___m_ShouldRecalculate_27;
// System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue
int32_t ___m_StencilValue_28;
// UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_Corners_29;
public:
inline static int32_t get_offset_of_m_ShouldRecalculateStencil_21() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ShouldRecalculateStencil_21)); }
inline bool get_m_ShouldRecalculateStencil_21() const { return ___m_ShouldRecalculateStencil_21; }
inline bool* get_address_of_m_ShouldRecalculateStencil_21() { return &___m_ShouldRecalculateStencil_21; }
inline void set_m_ShouldRecalculateStencil_21(bool value)
{
___m_ShouldRecalculateStencil_21 = value;
}
inline static int32_t get_offset_of_m_MaskMaterial_22() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_MaskMaterial_22)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_MaskMaterial_22() const { return ___m_MaskMaterial_22; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_MaskMaterial_22() { return &___m_MaskMaterial_22; }
inline void set_m_MaskMaterial_22(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_MaskMaterial_22 = value;
Il2CppCodeGenWriteBarrier((&___m_MaskMaterial_22), value);
}
inline static int32_t get_offset_of_m_ParentMask_23() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ParentMask_23)); }
inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * get_m_ParentMask_23() const { return ___m_ParentMask_23; }
inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B ** get_address_of_m_ParentMask_23() { return &___m_ParentMask_23; }
inline void set_m_ParentMask_23(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * value)
{
___m_ParentMask_23 = value;
Il2CppCodeGenWriteBarrier((&___m_ParentMask_23), value);
}
inline static int32_t get_offset_of_m_Maskable_24() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_Maskable_24)); }
inline bool get_m_Maskable_24() const { return ___m_Maskable_24; }
inline bool* get_address_of_m_Maskable_24() { return &___m_Maskable_24; }
inline void set_m_Maskable_24(bool value)
{
___m_Maskable_24 = value;
}
inline static int32_t get_offset_of_m_IncludeForMasking_25() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_IncludeForMasking_25)); }
inline bool get_m_IncludeForMasking_25() const { return ___m_IncludeForMasking_25; }
inline bool* get_address_of_m_IncludeForMasking_25() { return &___m_IncludeForMasking_25; }
inline void set_m_IncludeForMasking_25(bool value)
{
___m_IncludeForMasking_25 = value;
}
inline static int32_t get_offset_of_m_OnCullStateChanged_26() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_OnCullStateChanged_26)); }
inline CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * get_m_OnCullStateChanged_26() const { return ___m_OnCullStateChanged_26; }
inline CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 ** get_address_of_m_OnCullStateChanged_26() { return &___m_OnCullStateChanged_26; }
inline void set_m_OnCullStateChanged_26(CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * value)
{
___m_OnCullStateChanged_26 = value;
Il2CppCodeGenWriteBarrier((&___m_OnCullStateChanged_26), value);
}
inline static int32_t get_offset_of_m_ShouldRecalculate_27() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ShouldRecalculate_27)); }
inline bool get_m_ShouldRecalculate_27() const { return ___m_ShouldRecalculate_27; }
inline bool* get_address_of_m_ShouldRecalculate_27() { return &___m_ShouldRecalculate_27; }
inline void set_m_ShouldRecalculate_27(bool value)
{
___m_ShouldRecalculate_27 = value;
}
inline static int32_t get_offset_of_m_StencilValue_28() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_StencilValue_28)); }
inline int32_t get_m_StencilValue_28() const { return ___m_StencilValue_28; }
inline int32_t* get_address_of_m_StencilValue_28() { return &___m_StencilValue_28; }
inline void set_m_StencilValue_28(int32_t value)
{
___m_StencilValue_28 = value;
}
inline static int32_t get_offset_of_m_Corners_29() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_Corners_29)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_Corners_29() const { return ___m_Corners_29; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_Corners_29() { return &___m_Corners_29; }
inline void set_m_Corners_29(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_Corners_29 = value;
Il2CppCodeGenWriteBarrier((&___m_Corners_29), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MASKABLEGRAPHIC_TDA46A5925C6A2101217C9F52C855B5C1A36A7A0F_H
#ifndef TMP_SELECTIONCARET_T7F1E220CCC04FF32D259F3BCF50B7CF30938551E_H
#define TMP_SELECTIONCARET_T7F1E220CCC04FF32D259F3BCF50B7CF30938551E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SelectionCaret
struct TMP_SelectionCaret_t7F1E220CCC04FF32D259F3BCF50B7CF30938551E : public MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SELECTIONCARET_T7F1E220CCC04FF32D259F3BCF50B7CF30938551E_H
#ifndef TMP_SUBMESHUI_TA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_H
#define TMP_SUBMESHUI_TA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_SubMeshUI
struct TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 : public MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F
{
public:
// TMPro.TMP_FontAsset TMPro.TMP_SubMeshUI::m_fontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___m_fontAsset_30;
// TMPro.TMP_SpriteAsset TMPro.TMP_SubMeshUI::m_spriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_spriteAsset_31;
// UnityEngine.Material TMPro.TMP_SubMeshUI::m_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_material_32;
// UnityEngine.Material TMPro.TMP_SubMeshUI::m_sharedMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_sharedMaterial_33;
// UnityEngine.Material TMPro.TMP_SubMeshUI::m_fallbackMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_fallbackMaterial_34;
// UnityEngine.Material TMPro.TMP_SubMeshUI::m_fallbackSourceMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_fallbackSourceMaterial_35;
// System.Boolean TMPro.TMP_SubMeshUI::m_isDefaultMaterial
bool ___m_isDefaultMaterial_36;
// System.Single TMPro.TMP_SubMeshUI::m_padding
float ___m_padding_37;
// UnityEngine.CanvasRenderer TMPro.TMP_SubMeshUI::m_canvasRenderer
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_canvasRenderer_38;
// UnityEngine.Mesh TMPro.TMP_SubMeshUI::m_mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_mesh_39;
// TMPro.TextMeshProUGUI TMPro.TMP_SubMeshUI::m_TextComponent
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * ___m_TextComponent_40;
// System.Boolean TMPro.TMP_SubMeshUI::m_isRegisteredForEvents
bool ___m_isRegisteredForEvents_41;
// System.Boolean TMPro.TMP_SubMeshUI::m_materialDirty
bool ___m_materialDirty_42;
// System.Int32 TMPro.TMP_SubMeshUI::m_materialReferenceIndex
int32_t ___m_materialReferenceIndex_43;
public:
inline static int32_t get_offset_of_m_fontAsset_30() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_fontAsset_30)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_m_fontAsset_30() const { return ___m_fontAsset_30; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_m_fontAsset_30() { return &___m_fontAsset_30; }
inline void set_m_fontAsset_30(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___m_fontAsset_30 = value;
Il2CppCodeGenWriteBarrier((&___m_fontAsset_30), value);
}
inline static int32_t get_offset_of_m_spriteAsset_31() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_spriteAsset_31)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_spriteAsset_31() const { return ___m_spriteAsset_31; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_spriteAsset_31() { return &___m_spriteAsset_31; }
inline void set_m_spriteAsset_31(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_spriteAsset_31 = value;
Il2CppCodeGenWriteBarrier((&___m_spriteAsset_31), value);
}
inline static int32_t get_offset_of_m_material_32() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_material_32)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_material_32() const { return ___m_material_32; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_material_32() { return &___m_material_32; }
inline void set_m_material_32(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_material_32 = value;
Il2CppCodeGenWriteBarrier((&___m_material_32), value);
}
inline static int32_t get_offset_of_m_sharedMaterial_33() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_sharedMaterial_33)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_sharedMaterial_33() const { return ___m_sharedMaterial_33; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_sharedMaterial_33() { return &___m_sharedMaterial_33; }
inline void set_m_sharedMaterial_33(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_sharedMaterial_33 = value;
Il2CppCodeGenWriteBarrier((&___m_sharedMaterial_33), value);
}
inline static int32_t get_offset_of_m_fallbackMaterial_34() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_fallbackMaterial_34)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_fallbackMaterial_34() const { return ___m_fallbackMaterial_34; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_fallbackMaterial_34() { return &___m_fallbackMaterial_34; }
inline void set_m_fallbackMaterial_34(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_fallbackMaterial_34 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackMaterial_34), value);
}
inline static int32_t get_offset_of_m_fallbackSourceMaterial_35() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_fallbackSourceMaterial_35)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_fallbackSourceMaterial_35() const { return ___m_fallbackSourceMaterial_35; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_fallbackSourceMaterial_35() { return &___m_fallbackSourceMaterial_35; }
inline void set_m_fallbackSourceMaterial_35(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_fallbackSourceMaterial_35 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackSourceMaterial_35), value);
}
inline static int32_t get_offset_of_m_isDefaultMaterial_36() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_isDefaultMaterial_36)); }
inline bool get_m_isDefaultMaterial_36() const { return ___m_isDefaultMaterial_36; }
inline bool* get_address_of_m_isDefaultMaterial_36() { return &___m_isDefaultMaterial_36; }
inline void set_m_isDefaultMaterial_36(bool value)
{
___m_isDefaultMaterial_36 = value;
}
inline static int32_t get_offset_of_m_padding_37() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_padding_37)); }
inline float get_m_padding_37() const { return ___m_padding_37; }
inline float* get_address_of_m_padding_37() { return &___m_padding_37; }
inline void set_m_padding_37(float value)
{
___m_padding_37 = value;
}
inline static int32_t get_offset_of_m_canvasRenderer_38() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_canvasRenderer_38)); }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_canvasRenderer_38() const { return ___m_canvasRenderer_38; }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_canvasRenderer_38() { return &___m_canvasRenderer_38; }
inline void set_m_canvasRenderer_38(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value)
{
___m_canvasRenderer_38 = value;
Il2CppCodeGenWriteBarrier((&___m_canvasRenderer_38), value);
}
inline static int32_t get_offset_of_m_mesh_39() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_mesh_39)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_mesh_39() const { return ___m_mesh_39; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_mesh_39() { return &___m_mesh_39; }
inline void set_m_mesh_39(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___m_mesh_39 = value;
Il2CppCodeGenWriteBarrier((&___m_mesh_39), value);
}
inline static int32_t get_offset_of_m_TextComponent_40() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_TextComponent_40)); }
inline TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * get_m_TextComponent_40() const { return ___m_TextComponent_40; }
inline TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 ** get_address_of_m_TextComponent_40() { return &___m_TextComponent_40; }
inline void set_m_TextComponent_40(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * value)
{
___m_TextComponent_40 = value;
Il2CppCodeGenWriteBarrier((&___m_TextComponent_40), value);
}
inline static int32_t get_offset_of_m_isRegisteredForEvents_41() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_isRegisteredForEvents_41)); }
inline bool get_m_isRegisteredForEvents_41() const { return ___m_isRegisteredForEvents_41; }
inline bool* get_address_of_m_isRegisteredForEvents_41() { return &___m_isRegisteredForEvents_41; }
inline void set_m_isRegisteredForEvents_41(bool value)
{
___m_isRegisteredForEvents_41 = value;
}
inline static int32_t get_offset_of_m_materialDirty_42() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_materialDirty_42)); }
inline bool get_m_materialDirty_42() const { return ___m_materialDirty_42; }
inline bool* get_address_of_m_materialDirty_42() { return &___m_materialDirty_42; }
inline void set_m_materialDirty_42(bool value)
{
___m_materialDirty_42 = value;
}
inline static int32_t get_offset_of_m_materialReferenceIndex_43() { return static_cast<int32_t>(offsetof(TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1, ___m_materialReferenceIndex_43)); }
inline int32_t get_m_materialReferenceIndex_43() const { return ___m_materialReferenceIndex_43; }
inline int32_t* get_address_of_m_materialReferenceIndex_43() { return &___m_materialReferenceIndex_43; }
inline void set_m_materialReferenceIndex_43(int32_t value)
{
___m_materialReferenceIndex_43 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_SUBMESHUI_TA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_H
#ifndef TMP_TEXT_T7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_H
#define TMP_TEXT_T7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Text
struct TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 : public MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F
{
public:
// System.String TMPro.TMP_Text::m_text
String_t* ___m_text_30;
// System.Boolean TMPro.TMP_Text::m_isRightToLeft
bool ___m_isRightToLeft_31;
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_fontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___m_fontAsset_32;
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_currentFontAsset
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___m_currentFontAsset_33;
// System.Boolean TMPro.TMP_Text::m_isSDFShader
bool ___m_isSDFShader_34;
// UnityEngine.Material TMPro.TMP_Text::m_sharedMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_sharedMaterial_35;
// UnityEngine.Material TMPro.TMP_Text::m_currentMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_currentMaterial_36;
// TMPro.MaterialReference[] TMPro.TMP_Text::m_materialReferences
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* ___m_materialReferences_37;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_Text::m_materialReferenceIndexLookup
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___m_materialReferenceIndexLookup_38;
// TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference> TMPro.TMP_Text::m_materialReferenceStack
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 ___m_materialReferenceStack_39;
// System.Int32 TMPro.TMP_Text::m_currentMaterialIndex
int32_t ___m_currentMaterialIndex_40;
// UnityEngine.Material[] TMPro.TMP_Text::m_fontSharedMaterials
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___m_fontSharedMaterials_41;
// UnityEngine.Material TMPro.TMP_Text::m_fontMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_fontMaterial_42;
// UnityEngine.Material[] TMPro.TMP_Text::m_fontMaterials
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___m_fontMaterials_43;
// System.Boolean TMPro.TMP_Text::m_isMaterialDirty
bool ___m_isMaterialDirty_44;
// UnityEngine.Color32 TMPro.TMP_Text::m_fontColor32
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_fontColor32_45;
// UnityEngine.Color TMPro.TMP_Text::m_fontColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_fontColor_46;
// UnityEngine.Color32 TMPro.TMP_Text::m_underlineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_underlineColor_48;
// UnityEngine.Color32 TMPro.TMP_Text::m_strikethroughColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_strikethroughColor_49;
// UnityEngine.Color32 TMPro.TMP_Text::m_highlightColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_highlightColor_50;
// System.Boolean TMPro.TMP_Text::m_enableVertexGradient
bool ___m_enableVertexGradient_51;
// TMPro.ColorMode TMPro.TMP_Text::m_colorMode
int32_t ___m_colorMode_52;
// TMPro.VertexGradient TMPro.TMP_Text::m_fontColorGradient
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A ___m_fontColorGradient_53;
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_fontColorGradientPreset
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___m_fontColorGradientPreset_54;
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_spriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_spriteAsset_55;
// System.Boolean TMPro.TMP_Text::m_tintAllSprites
bool ___m_tintAllSprites_56;
// System.Boolean TMPro.TMP_Text::m_tintSprite
bool ___m_tintSprite_57;
// UnityEngine.Color32 TMPro.TMP_Text::m_spriteColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_spriteColor_58;
// System.Boolean TMPro.TMP_Text::m_overrideHtmlColors
bool ___m_overrideHtmlColors_59;
// UnityEngine.Color32 TMPro.TMP_Text::m_faceColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_faceColor_60;
// UnityEngine.Color32 TMPro.TMP_Text::m_outlineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_outlineColor_61;
// System.Single TMPro.TMP_Text::m_outlineWidth
float ___m_outlineWidth_62;
// System.Single TMPro.TMP_Text::m_fontSize
float ___m_fontSize_63;
// System.Single TMPro.TMP_Text::m_currentFontSize
float ___m_currentFontSize_64;
// System.Single TMPro.TMP_Text::m_fontSizeBase
float ___m_fontSizeBase_65;
// TMPro.TMP_XmlTagStack`1<System.Single> TMPro.TMP_Text::m_sizeStack
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___m_sizeStack_66;
// System.Int32 TMPro.TMP_Text::m_fontWeight
int32_t ___m_fontWeight_67;
// System.Int32 TMPro.TMP_Text::m_fontWeightInternal
int32_t ___m_fontWeightInternal_68;
// TMPro.TMP_XmlTagStack`1<System.Int32> TMPro.TMP_Text::m_fontWeightStack
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___m_fontWeightStack_69;
// System.Boolean TMPro.TMP_Text::m_enableAutoSizing
bool ___m_enableAutoSizing_70;
// System.Single TMPro.TMP_Text::m_maxFontSize
float ___m_maxFontSize_71;
// System.Single TMPro.TMP_Text::m_minFontSize
float ___m_minFontSize_72;
// System.Single TMPro.TMP_Text::m_fontSizeMin
float ___m_fontSizeMin_73;
// System.Single TMPro.TMP_Text::m_fontSizeMax
float ___m_fontSizeMax_74;
// TMPro.FontStyles TMPro.TMP_Text::m_fontStyle
int32_t ___m_fontStyle_75;
// TMPro.FontStyles TMPro.TMP_Text::m_style
int32_t ___m_style_76;
// TMPro.TMP_BasicXmlTagStack TMPro.TMP_Text::m_fontStyleStack
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 ___m_fontStyleStack_77;
// System.Boolean TMPro.TMP_Text::m_isUsingBold
bool ___m_isUsingBold_78;
// TMPro.TextAlignmentOptions TMPro.TMP_Text::m_textAlignment
int32_t ___m_textAlignment_79;
// TMPro.TextAlignmentOptions TMPro.TMP_Text::m_lineJustification
int32_t ___m_lineJustification_80;
// TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions> TMPro.TMP_Text::m_lineJustificationStack
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C ___m_lineJustificationStack_81;
// UnityEngine.Vector3[] TMPro.TMP_Text::m_textContainerLocalCorners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_textContainerLocalCorners_82;
// System.Boolean TMPro.TMP_Text::m_isAlignmentEnumConverted
bool ___m_isAlignmentEnumConverted_83;
// System.Single TMPro.TMP_Text::m_characterSpacing
float ___m_characterSpacing_84;
// System.Single TMPro.TMP_Text::m_cSpacing
float ___m_cSpacing_85;
// System.Single TMPro.TMP_Text::m_monoSpacing
float ___m_monoSpacing_86;
// System.Single TMPro.TMP_Text::m_wordSpacing
float ___m_wordSpacing_87;
// System.Single TMPro.TMP_Text::m_lineSpacing
float ___m_lineSpacing_88;
// System.Single TMPro.TMP_Text::m_lineSpacingDelta
float ___m_lineSpacingDelta_89;
// System.Single TMPro.TMP_Text::m_lineHeight
float ___m_lineHeight_90;
// System.Single TMPro.TMP_Text::m_lineSpacingMax
float ___m_lineSpacingMax_91;
// System.Single TMPro.TMP_Text::m_paragraphSpacing
float ___m_paragraphSpacing_92;
// System.Single TMPro.TMP_Text::m_charWidthMaxAdj
float ___m_charWidthMaxAdj_93;
// System.Single TMPro.TMP_Text::m_charWidthAdjDelta
float ___m_charWidthAdjDelta_94;
// System.Boolean TMPro.TMP_Text::m_enableWordWrapping
bool ___m_enableWordWrapping_95;
// System.Boolean TMPro.TMP_Text::m_isCharacterWrappingEnabled
bool ___m_isCharacterWrappingEnabled_96;
// System.Boolean TMPro.TMP_Text::m_isNonBreakingSpace
bool ___m_isNonBreakingSpace_97;
// System.Boolean TMPro.TMP_Text::m_isIgnoringAlignment
bool ___m_isIgnoringAlignment_98;
// System.Single TMPro.TMP_Text::m_wordWrappingRatios
float ___m_wordWrappingRatios_99;
// TMPro.TextOverflowModes TMPro.TMP_Text::m_overflowMode
int32_t ___m_overflowMode_100;
// System.Int32 TMPro.TMP_Text::m_firstOverflowCharacterIndex
int32_t ___m_firstOverflowCharacterIndex_101;
// TMPro.TMP_Text TMPro.TMP_Text::m_linkedTextComponent
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___m_linkedTextComponent_102;
// System.Boolean TMPro.TMP_Text::m_isLinkedTextComponent
bool ___m_isLinkedTextComponent_103;
// System.Boolean TMPro.TMP_Text::m_isTextTruncated
bool ___m_isTextTruncated_104;
// System.Boolean TMPro.TMP_Text::m_enableKerning
bool ___m_enableKerning_105;
// System.Boolean TMPro.TMP_Text::m_enableExtraPadding
bool ___m_enableExtraPadding_106;
// System.Boolean TMPro.TMP_Text::checkPaddingRequired
bool ___checkPaddingRequired_107;
// System.Boolean TMPro.TMP_Text::m_isRichText
bool ___m_isRichText_108;
// System.Boolean TMPro.TMP_Text::m_parseCtrlCharacters
bool ___m_parseCtrlCharacters_109;
// System.Boolean TMPro.TMP_Text::m_isOverlay
bool ___m_isOverlay_110;
// System.Boolean TMPro.TMP_Text::m_isOrthographic
bool ___m_isOrthographic_111;
// System.Boolean TMPro.TMP_Text::m_isCullingEnabled
bool ___m_isCullingEnabled_112;
// System.Boolean TMPro.TMP_Text::m_ignoreRectMaskCulling
bool ___m_ignoreRectMaskCulling_113;
// System.Boolean TMPro.TMP_Text::m_ignoreCulling
bool ___m_ignoreCulling_114;
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_horizontalMapping
int32_t ___m_horizontalMapping_115;
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_verticalMapping
int32_t ___m_verticalMapping_116;
// System.Single TMPro.TMP_Text::m_uvLineOffset
float ___m_uvLineOffset_117;
// TMPro.TextRenderFlags TMPro.TMP_Text::m_renderMode
int32_t ___m_renderMode_118;
// TMPro.VertexSortingOrder TMPro.TMP_Text::m_geometrySortingOrder
int32_t ___m_geometrySortingOrder_119;
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacter
int32_t ___m_firstVisibleCharacter_120;
// System.Int32 TMPro.TMP_Text::m_maxVisibleCharacters
int32_t ___m_maxVisibleCharacters_121;
// System.Int32 TMPro.TMP_Text::m_maxVisibleWords
int32_t ___m_maxVisibleWords_122;
// System.Int32 TMPro.TMP_Text::m_maxVisibleLines
int32_t ___m_maxVisibleLines_123;
// System.Boolean TMPro.TMP_Text::m_useMaxVisibleDescender
bool ___m_useMaxVisibleDescender_124;
// System.Int32 TMPro.TMP_Text::m_pageToDisplay
int32_t ___m_pageToDisplay_125;
// System.Boolean TMPro.TMP_Text::m_isNewPage
bool ___m_isNewPage_126;
// UnityEngine.Vector4 TMPro.TMP_Text::m_margin
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___m_margin_127;
// System.Single TMPro.TMP_Text::m_marginLeft
float ___m_marginLeft_128;
// System.Single TMPro.TMP_Text::m_marginRight
float ___m_marginRight_129;
// System.Single TMPro.TMP_Text::m_marginWidth
float ___m_marginWidth_130;
// System.Single TMPro.TMP_Text::m_marginHeight
float ___m_marginHeight_131;
// System.Single TMPro.TMP_Text::m_width
float ___m_width_132;
// TMPro.TMP_TextInfo TMPro.TMP_Text::m_textInfo
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * ___m_textInfo_133;
// System.Boolean TMPro.TMP_Text::m_havePropertiesChanged
bool ___m_havePropertiesChanged_134;
// System.Boolean TMPro.TMP_Text::m_isUsingLegacyAnimationComponent
bool ___m_isUsingLegacyAnimationComponent_135;
// UnityEngine.Transform TMPro.TMP_Text::m_transform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___m_transform_136;
// UnityEngine.RectTransform TMPro.TMP_Text::m_rectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_rectTransform_137;
// System.Boolean TMPro.TMP_Text::<autoSizeTextContainer>k__BackingField
bool ___U3CautoSizeTextContainerU3Ek__BackingField_138;
// System.Boolean TMPro.TMP_Text::m_autoSizeTextContainer
bool ___m_autoSizeTextContainer_139;
// UnityEngine.Mesh TMPro.TMP_Text::m_mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_mesh_140;
// System.Boolean TMPro.TMP_Text::m_isVolumetricText
bool ___m_isVolumetricText_141;
// TMPro.TMP_SpriteAnimator TMPro.TMP_Text::m_spriteAnimator
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * ___m_spriteAnimator_142;
// System.Single TMPro.TMP_Text::m_flexibleHeight
float ___m_flexibleHeight_143;
// System.Single TMPro.TMP_Text::m_flexibleWidth
float ___m_flexibleWidth_144;
// System.Single TMPro.TMP_Text::m_minWidth
float ___m_minWidth_145;
// System.Single TMPro.TMP_Text::m_minHeight
float ___m_minHeight_146;
// System.Single TMPro.TMP_Text::m_maxWidth
float ___m_maxWidth_147;
// System.Single TMPro.TMP_Text::m_maxHeight
float ___m_maxHeight_148;
// UnityEngine.UI.LayoutElement TMPro.TMP_Text::m_LayoutElement
LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * ___m_LayoutElement_149;
// System.Single TMPro.TMP_Text::m_preferredWidth
float ___m_preferredWidth_150;
// System.Single TMPro.TMP_Text::m_renderedWidth
float ___m_renderedWidth_151;
// System.Boolean TMPro.TMP_Text::m_isPreferredWidthDirty
bool ___m_isPreferredWidthDirty_152;
// System.Single TMPro.TMP_Text::m_preferredHeight
float ___m_preferredHeight_153;
// System.Single TMPro.TMP_Text::m_renderedHeight
float ___m_renderedHeight_154;
// System.Boolean TMPro.TMP_Text::m_isPreferredHeightDirty
bool ___m_isPreferredHeightDirty_155;
// System.Boolean TMPro.TMP_Text::m_isCalculatingPreferredValues
bool ___m_isCalculatingPreferredValues_156;
// System.Int32 TMPro.TMP_Text::m_recursiveCount
int32_t ___m_recursiveCount_157;
// System.Int32 TMPro.TMP_Text::m_layoutPriority
int32_t ___m_layoutPriority_158;
// System.Boolean TMPro.TMP_Text::m_isCalculateSizeRequired
bool ___m_isCalculateSizeRequired_159;
// System.Boolean TMPro.TMP_Text::m_isLayoutDirty
bool ___m_isLayoutDirty_160;
// System.Boolean TMPro.TMP_Text::m_verticesAlreadyDirty
bool ___m_verticesAlreadyDirty_161;
// System.Boolean TMPro.TMP_Text::m_layoutAlreadyDirty
bool ___m_layoutAlreadyDirty_162;
// System.Boolean TMPro.TMP_Text::m_isAwake
bool ___m_isAwake_163;
// System.Boolean TMPro.TMP_Text::m_isWaitingOnResourceLoad
bool ___m_isWaitingOnResourceLoad_164;
// System.Boolean TMPro.TMP_Text::m_isInputParsingRequired
bool ___m_isInputParsingRequired_165;
// TMPro.TMP_Text_TextInputSources TMPro.TMP_Text::m_inputSource
int32_t ___m_inputSource_166;
// System.String TMPro.TMP_Text::old_text
String_t* ___old_text_167;
// System.Single TMPro.TMP_Text::m_fontScale
float ___m_fontScale_168;
// System.Single TMPro.TMP_Text::m_fontScaleMultiplier
float ___m_fontScaleMultiplier_169;
// System.Char[] TMPro.TMP_Text::m_htmlTag
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_htmlTag_170;
// TMPro.XML_TagAttribute[] TMPro.TMP_Text::m_xmlAttribute
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* ___m_xmlAttribute_171;
// System.Single[] TMPro.TMP_Text::m_attributeParameterValues
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___m_attributeParameterValues_172;
// System.Single TMPro.TMP_Text::tag_LineIndent
float ___tag_LineIndent_173;
// System.Single TMPro.TMP_Text::tag_Indent
float ___tag_Indent_174;
// TMPro.TMP_XmlTagStack`1<System.Single> TMPro.TMP_Text::m_indentStack
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___m_indentStack_175;
// System.Boolean TMPro.TMP_Text::tag_NoParsing
bool ___tag_NoParsing_176;
// System.Boolean TMPro.TMP_Text::m_isParsingText
bool ___m_isParsingText_177;
// UnityEngine.Matrix4x4 TMPro.TMP_Text::m_FXMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_FXMatrix_178;
// System.Boolean TMPro.TMP_Text::m_isFXMatrixSet
bool ___m_isFXMatrixSet_179;
// System.Int32[] TMPro.TMP_Text::m_char_buffer
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_char_buffer_180;
// TMPro.TMP_CharacterInfo[] TMPro.TMP_Text::m_internalCharacterInfo
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* ___m_internalCharacterInfo_181;
// System.Char[] TMPro.TMP_Text::m_input_CharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_input_CharArray_182;
// System.Int32 TMPro.TMP_Text::m_charArray_Length
int32_t ___m_charArray_Length_183;
// System.Int32 TMPro.TMP_Text::m_totalCharacterCount
int32_t ___m_totalCharacterCount_184;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedWordWrapState
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 ___m_SavedWordWrapState_185;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLineState
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 ___m_SavedLineState_186;
// System.Int32 TMPro.TMP_Text::m_characterCount
int32_t ___m_characterCount_187;
// System.Int32 TMPro.TMP_Text::m_firstCharacterOfLine
int32_t ___m_firstCharacterOfLine_188;
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacterOfLine
int32_t ___m_firstVisibleCharacterOfLine_189;
// System.Int32 TMPro.TMP_Text::m_lastCharacterOfLine
int32_t ___m_lastCharacterOfLine_190;
// System.Int32 TMPro.TMP_Text::m_lastVisibleCharacterOfLine
int32_t ___m_lastVisibleCharacterOfLine_191;
// System.Int32 TMPro.TMP_Text::m_lineNumber
int32_t ___m_lineNumber_192;
// System.Int32 TMPro.TMP_Text::m_lineVisibleCharacterCount
int32_t ___m_lineVisibleCharacterCount_193;
// System.Int32 TMPro.TMP_Text::m_pageNumber
int32_t ___m_pageNumber_194;
// System.Single TMPro.TMP_Text::m_maxAscender
float ___m_maxAscender_195;
// System.Single TMPro.TMP_Text::m_maxCapHeight
float ___m_maxCapHeight_196;
// System.Single TMPro.TMP_Text::m_maxDescender
float ___m_maxDescender_197;
// System.Single TMPro.TMP_Text::m_maxLineAscender
float ___m_maxLineAscender_198;
// System.Single TMPro.TMP_Text::m_maxLineDescender
float ___m_maxLineDescender_199;
// System.Single TMPro.TMP_Text::m_startOfLineAscender
float ___m_startOfLineAscender_200;
// System.Single TMPro.TMP_Text::m_lineOffset
float ___m_lineOffset_201;
// TMPro.Extents TMPro.TMP_Text::m_meshExtents
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 ___m_meshExtents_202;
// UnityEngine.Color32 TMPro.TMP_Text::m_htmlColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_htmlColor_203;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_colorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___m_colorStack_204;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_underlineColorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___m_underlineColorStack_205;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_strikethroughColorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___m_strikethroughColorStack_206;
// TMPro.TMP_XmlTagStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_highlightColorStack
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 ___m_highlightColorStack_207;
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_colorGradientPreset
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___m_colorGradientPreset_208;
// TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient> TMPro.TMP_Text::m_colorGradientStack
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 ___m_colorGradientStack_209;
// System.Single TMPro.TMP_Text::m_tabSpacing
float ___m_tabSpacing_210;
// System.Single TMPro.TMP_Text::m_spacing
float ___m_spacing_211;
// TMPro.TMP_XmlTagStack`1<System.Int32> TMPro.TMP_Text::m_styleStack
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___m_styleStack_212;
// TMPro.TMP_XmlTagStack`1<System.Int32> TMPro.TMP_Text::m_actionStack
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 ___m_actionStack_213;
// System.Single TMPro.TMP_Text::m_padding
float ___m_padding_214;
// System.Single TMPro.TMP_Text::m_baselineOffset
float ___m_baselineOffset_215;
// TMPro.TMP_XmlTagStack`1<System.Single> TMPro.TMP_Text::m_baselineOffsetStack
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E ___m_baselineOffsetStack_216;
// System.Single TMPro.TMP_Text::m_xAdvance
float ___m_xAdvance_217;
// TMPro.TMP_TextElementType TMPro.TMP_Text::m_textElementType
int32_t ___m_textElementType_218;
// TMPro.TMP_TextElement TMPro.TMP_Text::m_cached_TextElement
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___m_cached_TextElement_219;
// TMPro.TMP_Glyph TMPro.TMP_Text::m_cached_Underline_GlyphInfo
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * ___m_cached_Underline_GlyphInfo_220;
// TMPro.TMP_Glyph TMPro.TMP_Text::m_cached_Ellipsis_GlyphInfo
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * ___m_cached_Ellipsis_GlyphInfo_221;
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_defaultSpriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_defaultSpriteAsset_222;
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_currentSpriteAsset
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___m_currentSpriteAsset_223;
// System.Int32 TMPro.TMP_Text::m_spriteCount
int32_t ___m_spriteCount_224;
// System.Int32 TMPro.TMP_Text::m_spriteIndex
int32_t ___m_spriteIndex_225;
// System.Int32 TMPro.TMP_Text::m_spriteAnimationID
int32_t ___m_spriteAnimationID_226;
// System.Boolean TMPro.TMP_Text::m_ignoreActiveState
bool ___m_ignoreActiveState_227;
// System.Single[] TMPro.TMP_Text::k_Power
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___k_Power_228;
public:
inline static int32_t get_offset_of_m_text_30() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_text_30)); }
inline String_t* get_m_text_30() const { return ___m_text_30; }
inline String_t** get_address_of_m_text_30() { return &___m_text_30; }
inline void set_m_text_30(String_t* value)
{
___m_text_30 = value;
Il2CppCodeGenWriteBarrier((&___m_text_30), value);
}
inline static int32_t get_offset_of_m_isRightToLeft_31() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isRightToLeft_31)); }
inline bool get_m_isRightToLeft_31() const { return ___m_isRightToLeft_31; }
inline bool* get_address_of_m_isRightToLeft_31() { return &___m_isRightToLeft_31; }
inline void set_m_isRightToLeft_31(bool value)
{
___m_isRightToLeft_31 = value;
}
inline static int32_t get_offset_of_m_fontAsset_32() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontAsset_32)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_m_fontAsset_32() const { return ___m_fontAsset_32; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_m_fontAsset_32() { return &___m_fontAsset_32; }
inline void set_m_fontAsset_32(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___m_fontAsset_32 = value;
Il2CppCodeGenWriteBarrier((&___m_fontAsset_32), value);
}
inline static int32_t get_offset_of_m_currentFontAsset_33() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_currentFontAsset_33)); }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_m_currentFontAsset_33() const { return ___m_currentFontAsset_33; }
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_m_currentFontAsset_33() { return &___m_currentFontAsset_33; }
inline void set_m_currentFontAsset_33(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value)
{
___m_currentFontAsset_33 = value;
Il2CppCodeGenWriteBarrier((&___m_currentFontAsset_33), value);
}
inline static int32_t get_offset_of_m_isSDFShader_34() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isSDFShader_34)); }
inline bool get_m_isSDFShader_34() const { return ___m_isSDFShader_34; }
inline bool* get_address_of_m_isSDFShader_34() { return &___m_isSDFShader_34; }
inline void set_m_isSDFShader_34(bool value)
{
___m_isSDFShader_34 = value;
}
inline static int32_t get_offset_of_m_sharedMaterial_35() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_sharedMaterial_35)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_sharedMaterial_35() const { return ___m_sharedMaterial_35; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_sharedMaterial_35() { return &___m_sharedMaterial_35; }
inline void set_m_sharedMaterial_35(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_sharedMaterial_35 = value;
Il2CppCodeGenWriteBarrier((&___m_sharedMaterial_35), value);
}
inline static int32_t get_offset_of_m_currentMaterial_36() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_currentMaterial_36)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_currentMaterial_36() const { return ___m_currentMaterial_36; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_currentMaterial_36() { return &___m_currentMaterial_36; }
inline void set_m_currentMaterial_36(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_currentMaterial_36 = value;
Il2CppCodeGenWriteBarrier((&___m_currentMaterial_36), value);
}
inline static int32_t get_offset_of_m_materialReferences_37() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_materialReferences_37)); }
inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* get_m_materialReferences_37() const { return ___m_materialReferences_37; }
inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B** get_address_of_m_materialReferences_37() { return &___m_materialReferences_37; }
inline void set_m_materialReferences_37(MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* value)
{
___m_materialReferences_37 = value;
Il2CppCodeGenWriteBarrier((&___m_materialReferences_37), value);
}
inline static int32_t get_offset_of_m_materialReferenceIndexLookup_38() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_materialReferenceIndexLookup_38)); }
inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * get_m_materialReferenceIndexLookup_38() const { return ___m_materialReferenceIndexLookup_38; }
inline Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 ** get_address_of_m_materialReferenceIndexLookup_38() { return &___m_materialReferenceIndexLookup_38; }
inline void set_m_materialReferenceIndexLookup_38(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * value)
{
___m_materialReferenceIndexLookup_38 = value;
Il2CppCodeGenWriteBarrier((&___m_materialReferenceIndexLookup_38), value);
}
inline static int32_t get_offset_of_m_materialReferenceStack_39() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_materialReferenceStack_39)); }
inline TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 get_m_materialReferenceStack_39() const { return ___m_materialReferenceStack_39; }
inline TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * get_address_of_m_materialReferenceStack_39() { return &___m_materialReferenceStack_39; }
inline void set_m_materialReferenceStack_39(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 value)
{
___m_materialReferenceStack_39 = value;
}
inline static int32_t get_offset_of_m_currentMaterialIndex_40() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_currentMaterialIndex_40)); }
inline int32_t get_m_currentMaterialIndex_40() const { return ___m_currentMaterialIndex_40; }
inline int32_t* get_address_of_m_currentMaterialIndex_40() { return &___m_currentMaterialIndex_40; }
inline void set_m_currentMaterialIndex_40(int32_t value)
{
___m_currentMaterialIndex_40 = value;
}
inline static int32_t get_offset_of_m_fontSharedMaterials_41() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontSharedMaterials_41)); }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_m_fontSharedMaterials_41() const { return ___m_fontSharedMaterials_41; }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_m_fontSharedMaterials_41() { return &___m_fontSharedMaterials_41; }
inline void set_m_fontSharedMaterials_41(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value)
{
___m_fontSharedMaterials_41 = value;
Il2CppCodeGenWriteBarrier((&___m_fontSharedMaterials_41), value);
}
inline static int32_t get_offset_of_m_fontMaterial_42() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontMaterial_42)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_fontMaterial_42() const { return ___m_fontMaterial_42; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_fontMaterial_42() { return &___m_fontMaterial_42; }
inline void set_m_fontMaterial_42(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_fontMaterial_42 = value;
Il2CppCodeGenWriteBarrier((&___m_fontMaterial_42), value);
}
inline static int32_t get_offset_of_m_fontMaterials_43() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontMaterials_43)); }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_m_fontMaterials_43() const { return ___m_fontMaterials_43; }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_m_fontMaterials_43() { return &___m_fontMaterials_43; }
inline void set_m_fontMaterials_43(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value)
{
___m_fontMaterials_43 = value;
Il2CppCodeGenWriteBarrier((&___m_fontMaterials_43), value);
}
inline static int32_t get_offset_of_m_isMaterialDirty_44() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isMaterialDirty_44)); }
inline bool get_m_isMaterialDirty_44() const { return ___m_isMaterialDirty_44; }
inline bool* get_address_of_m_isMaterialDirty_44() { return &___m_isMaterialDirty_44; }
inline void set_m_isMaterialDirty_44(bool value)
{
___m_isMaterialDirty_44 = value;
}
inline static int32_t get_offset_of_m_fontColor32_45() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontColor32_45)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_fontColor32_45() const { return ___m_fontColor32_45; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_fontColor32_45() { return &___m_fontColor32_45; }
inline void set_m_fontColor32_45(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_fontColor32_45 = value;
}
inline static int32_t get_offset_of_m_fontColor_46() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontColor_46)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_fontColor_46() const { return ___m_fontColor_46; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_fontColor_46() { return &___m_fontColor_46; }
inline void set_m_fontColor_46(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_fontColor_46 = value;
}
inline static int32_t get_offset_of_m_underlineColor_48() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_underlineColor_48)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_underlineColor_48() const { return ___m_underlineColor_48; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_underlineColor_48() { return &___m_underlineColor_48; }
inline void set_m_underlineColor_48(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_underlineColor_48 = value;
}
inline static int32_t get_offset_of_m_strikethroughColor_49() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_strikethroughColor_49)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_strikethroughColor_49() const { return ___m_strikethroughColor_49; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_strikethroughColor_49() { return &___m_strikethroughColor_49; }
inline void set_m_strikethroughColor_49(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_strikethroughColor_49 = value;
}
inline static int32_t get_offset_of_m_highlightColor_50() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_highlightColor_50)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_highlightColor_50() const { return ___m_highlightColor_50; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_highlightColor_50() { return &___m_highlightColor_50; }
inline void set_m_highlightColor_50(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_highlightColor_50 = value;
}
inline static int32_t get_offset_of_m_enableVertexGradient_51() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_enableVertexGradient_51)); }
inline bool get_m_enableVertexGradient_51() const { return ___m_enableVertexGradient_51; }
inline bool* get_address_of_m_enableVertexGradient_51() { return &___m_enableVertexGradient_51; }
inline void set_m_enableVertexGradient_51(bool value)
{
___m_enableVertexGradient_51 = value;
}
inline static int32_t get_offset_of_m_colorMode_52() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_colorMode_52)); }
inline int32_t get_m_colorMode_52() const { return ___m_colorMode_52; }
inline int32_t* get_address_of_m_colorMode_52() { return &___m_colorMode_52; }
inline void set_m_colorMode_52(int32_t value)
{
___m_colorMode_52 = value;
}
inline static int32_t get_offset_of_m_fontColorGradient_53() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontColorGradient_53)); }
inline VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A get_m_fontColorGradient_53() const { return ___m_fontColorGradient_53; }
inline VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * get_address_of_m_fontColorGradient_53() { return &___m_fontColorGradient_53; }
inline void set_m_fontColorGradient_53(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A value)
{
___m_fontColorGradient_53 = value;
}
inline static int32_t get_offset_of_m_fontColorGradientPreset_54() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontColorGradientPreset_54)); }
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * get_m_fontColorGradientPreset_54() const { return ___m_fontColorGradientPreset_54; }
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** get_address_of_m_fontColorGradientPreset_54() { return &___m_fontColorGradientPreset_54; }
inline void set_m_fontColorGradientPreset_54(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * value)
{
___m_fontColorGradientPreset_54 = value;
Il2CppCodeGenWriteBarrier((&___m_fontColorGradientPreset_54), value);
}
inline static int32_t get_offset_of_m_spriteAsset_55() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spriteAsset_55)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_spriteAsset_55() const { return ___m_spriteAsset_55; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_spriteAsset_55() { return &___m_spriteAsset_55; }
inline void set_m_spriteAsset_55(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_spriteAsset_55 = value;
Il2CppCodeGenWriteBarrier((&___m_spriteAsset_55), value);
}
inline static int32_t get_offset_of_m_tintAllSprites_56() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_tintAllSprites_56)); }
inline bool get_m_tintAllSprites_56() const { return ___m_tintAllSprites_56; }
inline bool* get_address_of_m_tintAllSprites_56() { return &___m_tintAllSprites_56; }
inline void set_m_tintAllSprites_56(bool value)
{
___m_tintAllSprites_56 = value;
}
inline static int32_t get_offset_of_m_tintSprite_57() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_tintSprite_57)); }
inline bool get_m_tintSprite_57() const { return ___m_tintSprite_57; }
inline bool* get_address_of_m_tintSprite_57() { return &___m_tintSprite_57; }
inline void set_m_tintSprite_57(bool value)
{
___m_tintSprite_57 = value;
}
inline static int32_t get_offset_of_m_spriteColor_58() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spriteColor_58)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_spriteColor_58() const { return ___m_spriteColor_58; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_spriteColor_58() { return &___m_spriteColor_58; }
inline void set_m_spriteColor_58(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_spriteColor_58 = value;
}
inline static int32_t get_offset_of_m_overrideHtmlColors_59() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_overrideHtmlColors_59)); }
inline bool get_m_overrideHtmlColors_59() const { return ___m_overrideHtmlColors_59; }
inline bool* get_address_of_m_overrideHtmlColors_59() { return &___m_overrideHtmlColors_59; }
inline void set_m_overrideHtmlColors_59(bool value)
{
___m_overrideHtmlColors_59 = value;
}
inline static int32_t get_offset_of_m_faceColor_60() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_faceColor_60)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_faceColor_60() const { return ___m_faceColor_60; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_faceColor_60() { return &___m_faceColor_60; }
inline void set_m_faceColor_60(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_faceColor_60 = value;
}
inline static int32_t get_offset_of_m_outlineColor_61() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_outlineColor_61)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_outlineColor_61() const { return ___m_outlineColor_61; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_outlineColor_61() { return &___m_outlineColor_61; }
inline void set_m_outlineColor_61(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_outlineColor_61 = value;
}
inline static int32_t get_offset_of_m_outlineWidth_62() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_outlineWidth_62)); }
inline float get_m_outlineWidth_62() const { return ___m_outlineWidth_62; }
inline float* get_address_of_m_outlineWidth_62() { return &___m_outlineWidth_62; }
inline void set_m_outlineWidth_62(float value)
{
___m_outlineWidth_62 = value;
}
inline static int32_t get_offset_of_m_fontSize_63() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontSize_63)); }
inline float get_m_fontSize_63() const { return ___m_fontSize_63; }
inline float* get_address_of_m_fontSize_63() { return &___m_fontSize_63; }
inline void set_m_fontSize_63(float value)
{
___m_fontSize_63 = value;
}
inline static int32_t get_offset_of_m_currentFontSize_64() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_currentFontSize_64)); }
inline float get_m_currentFontSize_64() const { return ___m_currentFontSize_64; }
inline float* get_address_of_m_currentFontSize_64() { return &___m_currentFontSize_64; }
inline void set_m_currentFontSize_64(float value)
{
___m_currentFontSize_64 = value;
}
inline static int32_t get_offset_of_m_fontSizeBase_65() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontSizeBase_65)); }
inline float get_m_fontSizeBase_65() const { return ___m_fontSizeBase_65; }
inline float* get_address_of_m_fontSizeBase_65() { return &___m_fontSizeBase_65; }
inline void set_m_fontSizeBase_65(float value)
{
___m_fontSizeBase_65 = value;
}
inline static int32_t get_offset_of_m_sizeStack_66() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_sizeStack_66)); }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E get_m_sizeStack_66() const { return ___m_sizeStack_66; }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * get_address_of_m_sizeStack_66() { return &___m_sizeStack_66; }
inline void set_m_sizeStack_66(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E value)
{
___m_sizeStack_66 = value;
}
inline static int32_t get_offset_of_m_fontWeight_67() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontWeight_67)); }
inline int32_t get_m_fontWeight_67() const { return ___m_fontWeight_67; }
inline int32_t* get_address_of_m_fontWeight_67() { return &___m_fontWeight_67; }
inline void set_m_fontWeight_67(int32_t value)
{
___m_fontWeight_67 = value;
}
inline static int32_t get_offset_of_m_fontWeightInternal_68() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontWeightInternal_68)); }
inline int32_t get_m_fontWeightInternal_68() const { return ___m_fontWeightInternal_68; }
inline int32_t* get_address_of_m_fontWeightInternal_68() { return &___m_fontWeightInternal_68; }
inline void set_m_fontWeightInternal_68(int32_t value)
{
___m_fontWeightInternal_68 = value;
}
inline static int32_t get_offset_of_m_fontWeightStack_69() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontWeightStack_69)); }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 get_m_fontWeightStack_69() const { return ___m_fontWeightStack_69; }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * get_address_of_m_fontWeightStack_69() { return &___m_fontWeightStack_69; }
inline void set_m_fontWeightStack_69(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 value)
{
___m_fontWeightStack_69 = value;
}
inline static int32_t get_offset_of_m_enableAutoSizing_70() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_enableAutoSizing_70)); }
inline bool get_m_enableAutoSizing_70() const { return ___m_enableAutoSizing_70; }
inline bool* get_address_of_m_enableAutoSizing_70() { return &___m_enableAutoSizing_70; }
inline void set_m_enableAutoSizing_70(bool value)
{
___m_enableAutoSizing_70 = value;
}
inline static int32_t get_offset_of_m_maxFontSize_71() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxFontSize_71)); }
inline float get_m_maxFontSize_71() const { return ___m_maxFontSize_71; }
inline float* get_address_of_m_maxFontSize_71() { return &___m_maxFontSize_71; }
inline void set_m_maxFontSize_71(float value)
{
___m_maxFontSize_71 = value;
}
inline static int32_t get_offset_of_m_minFontSize_72() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_minFontSize_72)); }
inline float get_m_minFontSize_72() const { return ___m_minFontSize_72; }
inline float* get_address_of_m_minFontSize_72() { return &___m_minFontSize_72; }
inline void set_m_minFontSize_72(float value)
{
___m_minFontSize_72 = value;
}
inline static int32_t get_offset_of_m_fontSizeMin_73() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontSizeMin_73)); }
inline float get_m_fontSizeMin_73() const { return ___m_fontSizeMin_73; }
inline float* get_address_of_m_fontSizeMin_73() { return &___m_fontSizeMin_73; }
inline void set_m_fontSizeMin_73(float value)
{
___m_fontSizeMin_73 = value;
}
inline static int32_t get_offset_of_m_fontSizeMax_74() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontSizeMax_74)); }
inline float get_m_fontSizeMax_74() const { return ___m_fontSizeMax_74; }
inline float* get_address_of_m_fontSizeMax_74() { return &___m_fontSizeMax_74; }
inline void set_m_fontSizeMax_74(float value)
{
___m_fontSizeMax_74 = value;
}
inline static int32_t get_offset_of_m_fontStyle_75() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontStyle_75)); }
inline int32_t get_m_fontStyle_75() const { return ___m_fontStyle_75; }
inline int32_t* get_address_of_m_fontStyle_75() { return &___m_fontStyle_75; }
inline void set_m_fontStyle_75(int32_t value)
{
___m_fontStyle_75 = value;
}
inline static int32_t get_offset_of_m_style_76() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_style_76)); }
inline int32_t get_m_style_76() const { return ___m_style_76; }
inline int32_t* get_address_of_m_style_76() { return &___m_style_76; }
inline void set_m_style_76(int32_t value)
{
___m_style_76 = value;
}
inline static int32_t get_offset_of_m_fontStyleStack_77() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontStyleStack_77)); }
inline TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 get_m_fontStyleStack_77() const { return ___m_fontStyleStack_77; }
inline TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * get_address_of_m_fontStyleStack_77() { return &___m_fontStyleStack_77; }
inline void set_m_fontStyleStack_77(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 value)
{
___m_fontStyleStack_77 = value;
}
inline static int32_t get_offset_of_m_isUsingBold_78() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isUsingBold_78)); }
inline bool get_m_isUsingBold_78() const { return ___m_isUsingBold_78; }
inline bool* get_address_of_m_isUsingBold_78() { return &___m_isUsingBold_78; }
inline void set_m_isUsingBold_78(bool value)
{
___m_isUsingBold_78 = value;
}
inline static int32_t get_offset_of_m_textAlignment_79() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_textAlignment_79)); }
inline int32_t get_m_textAlignment_79() const { return ___m_textAlignment_79; }
inline int32_t* get_address_of_m_textAlignment_79() { return &___m_textAlignment_79; }
inline void set_m_textAlignment_79(int32_t value)
{
___m_textAlignment_79 = value;
}
inline static int32_t get_offset_of_m_lineJustification_80() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineJustification_80)); }
inline int32_t get_m_lineJustification_80() const { return ___m_lineJustification_80; }
inline int32_t* get_address_of_m_lineJustification_80() { return &___m_lineJustification_80; }
inline void set_m_lineJustification_80(int32_t value)
{
___m_lineJustification_80 = value;
}
inline static int32_t get_offset_of_m_lineJustificationStack_81() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineJustificationStack_81)); }
inline TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C get_m_lineJustificationStack_81() const { return ___m_lineJustificationStack_81; }
inline TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * get_address_of_m_lineJustificationStack_81() { return &___m_lineJustificationStack_81; }
inline void set_m_lineJustificationStack_81(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C value)
{
___m_lineJustificationStack_81 = value;
}
inline static int32_t get_offset_of_m_textContainerLocalCorners_82() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_textContainerLocalCorners_82)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_textContainerLocalCorners_82() const { return ___m_textContainerLocalCorners_82; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_textContainerLocalCorners_82() { return &___m_textContainerLocalCorners_82; }
inline void set_m_textContainerLocalCorners_82(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_textContainerLocalCorners_82 = value;
Il2CppCodeGenWriteBarrier((&___m_textContainerLocalCorners_82), value);
}
inline static int32_t get_offset_of_m_isAlignmentEnumConverted_83() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isAlignmentEnumConverted_83)); }
inline bool get_m_isAlignmentEnumConverted_83() const { return ___m_isAlignmentEnumConverted_83; }
inline bool* get_address_of_m_isAlignmentEnumConverted_83() { return &___m_isAlignmentEnumConverted_83; }
inline void set_m_isAlignmentEnumConverted_83(bool value)
{
___m_isAlignmentEnumConverted_83 = value;
}
inline static int32_t get_offset_of_m_characterSpacing_84() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_characterSpacing_84)); }
inline float get_m_characterSpacing_84() const { return ___m_characterSpacing_84; }
inline float* get_address_of_m_characterSpacing_84() { return &___m_characterSpacing_84; }
inline void set_m_characterSpacing_84(float value)
{
___m_characterSpacing_84 = value;
}
inline static int32_t get_offset_of_m_cSpacing_85() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_cSpacing_85)); }
inline float get_m_cSpacing_85() const { return ___m_cSpacing_85; }
inline float* get_address_of_m_cSpacing_85() { return &___m_cSpacing_85; }
inline void set_m_cSpacing_85(float value)
{
___m_cSpacing_85 = value;
}
inline static int32_t get_offset_of_m_monoSpacing_86() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_monoSpacing_86)); }
inline float get_m_monoSpacing_86() const { return ___m_monoSpacing_86; }
inline float* get_address_of_m_monoSpacing_86() { return &___m_monoSpacing_86; }
inline void set_m_monoSpacing_86(float value)
{
___m_monoSpacing_86 = value;
}
inline static int32_t get_offset_of_m_wordSpacing_87() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_wordSpacing_87)); }
inline float get_m_wordSpacing_87() const { return ___m_wordSpacing_87; }
inline float* get_address_of_m_wordSpacing_87() { return &___m_wordSpacing_87; }
inline void set_m_wordSpacing_87(float value)
{
___m_wordSpacing_87 = value;
}
inline static int32_t get_offset_of_m_lineSpacing_88() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineSpacing_88)); }
inline float get_m_lineSpacing_88() const { return ___m_lineSpacing_88; }
inline float* get_address_of_m_lineSpacing_88() { return &___m_lineSpacing_88; }
inline void set_m_lineSpacing_88(float value)
{
___m_lineSpacing_88 = value;
}
inline static int32_t get_offset_of_m_lineSpacingDelta_89() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineSpacingDelta_89)); }
inline float get_m_lineSpacingDelta_89() const { return ___m_lineSpacingDelta_89; }
inline float* get_address_of_m_lineSpacingDelta_89() { return &___m_lineSpacingDelta_89; }
inline void set_m_lineSpacingDelta_89(float value)
{
___m_lineSpacingDelta_89 = value;
}
inline static int32_t get_offset_of_m_lineHeight_90() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineHeight_90)); }
inline float get_m_lineHeight_90() const { return ___m_lineHeight_90; }
inline float* get_address_of_m_lineHeight_90() { return &___m_lineHeight_90; }
inline void set_m_lineHeight_90(float value)
{
___m_lineHeight_90 = value;
}
inline static int32_t get_offset_of_m_lineSpacingMax_91() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineSpacingMax_91)); }
inline float get_m_lineSpacingMax_91() const { return ___m_lineSpacingMax_91; }
inline float* get_address_of_m_lineSpacingMax_91() { return &___m_lineSpacingMax_91; }
inline void set_m_lineSpacingMax_91(float value)
{
___m_lineSpacingMax_91 = value;
}
inline static int32_t get_offset_of_m_paragraphSpacing_92() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_paragraphSpacing_92)); }
inline float get_m_paragraphSpacing_92() const { return ___m_paragraphSpacing_92; }
inline float* get_address_of_m_paragraphSpacing_92() { return &___m_paragraphSpacing_92; }
inline void set_m_paragraphSpacing_92(float value)
{
___m_paragraphSpacing_92 = value;
}
inline static int32_t get_offset_of_m_charWidthMaxAdj_93() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_charWidthMaxAdj_93)); }
inline float get_m_charWidthMaxAdj_93() const { return ___m_charWidthMaxAdj_93; }
inline float* get_address_of_m_charWidthMaxAdj_93() { return &___m_charWidthMaxAdj_93; }
inline void set_m_charWidthMaxAdj_93(float value)
{
___m_charWidthMaxAdj_93 = value;
}
inline static int32_t get_offset_of_m_charWidthAdjDelta_94() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_charWidthAdjDelta_94)); }
inline float get_m_charWidthAdjDelta_94() const { return ___m_charWidthAdjDelta_94; }
inline float* get_address_of_m_charWidthAdjDelta_94() { return &___m_charWidthAdjDelta_94; }
inline void set_m_charWidthAdjDelta_94(float value)
{
___m_charWidthAdjDelta_94 = value;
}
inline static int32_t get_offset_of_m_enableWordWrapping_95() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_enableWordWrapping_95)); }
inline bool get_m_enableWordWrapping_95() const { return ___m_enableWordWrapping_95; }
inline bool* get_address_of_m_enableWordWrapping_95() { return &___m_enableWordWrapping_95; }
inline void set_m_enableWordWrapping_95(bool value)
{
___m_enableWordWrapping_95 = value;
}
inline static int32_t get_offset_of_m_isCharacterWrappingEnabled_96() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isCharacterWrappingEnabled_96)); }
inline bool get_m_isCharacterWrappingEnabled_96() const { return ___m_isCharacterWrappingEnabled_96; }
inline bool* get_address_of_m_isCharacterWrappingEnabled_96() { return &___m_isCharacterWrappingEnabled_96; }
inline void set_m_isCharacterWrappingEnabled_96(bool value)
{
___m_isCharacterWrappingEnabled_96 = value;
}
inline static int32_t get_offset_of_m_isNonBreakingSpace_97() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isNonBreakingSpace_97)); }
inline bool get_m_isNonBreakingSpace_97() const { return ___m_isNonBreakingSpace_97; }
inline bool* get_address_of_m_isNonBreakingSpace_97() { return &___m_isNonBreakingSpace_97; }
inline void set_m_isNonBreakingSpace_97(bool value)
{
___m_isNonBreakingSpace_97 = value;
}
inline static int32_t get_offset_of_m_isIgnoringAlignment_98() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isIgnoringAlignment_98)); }
inline bool get_m_isIgnoringAlignment_98() const { return ___m_isIgnoringAlignment_98; }
inline bool* get_address_of_m_isIgnoringAlignment_98() { return &___m_isIgnoringAlignment_98; }
inline void set_m_isIgnoringAlignment_98(bool value)
{
___m_isIgnoringAlignment_98 = value;
}
inline static int32_t get_offset_of_m_wordWrappingRatios_99() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_wordWrappingRatios_99)); }
inline float get_m_wordWrappingRatios_99() const { return ___m_wordWrappingRatios_99; }
inline float* get_address_of_m_wordWrappingRatios_99() { return &___m_wordWrappingRatios_99; }
inline void set_m_wordWrappingRatios_99(float value)
{
___m_wordWrappingRatios_99 = value;
}
inline static int32_t get_offset_of_m_overflowMode_100() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_overflowMode_100)); }
inline int32_t get_m_overflowMode_100() const { return ___m_overflowMode_100; }
inline int32_t* get_address_of_m_overflowMode_100() { return &___m_overflowMode_100; }
inline void set_m_overflowMode_100(int32_t value)
{
___m_overflowMode_100 = value;
}
inline static int32_t get_offset_of_m_firstOverflowCharacterIndex_101() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_firstOverflowCharacterIndex_101)); }
inline int32_t get_m_firstOverflowCharacterIndex_101() const { return ___m_firstOverflowCharacterIndex_101; }
inline int32_t* get_address_of_m_firstOverflowCharacterIndex_101() { return &___m_firstOverflowCharacterIndex_101; }
inline void set_m_firstOverflowCharacterIndex_101(int32_t value)
{
___m_firstOverflowCharacterIndex_101 = value;
}
inline static int32_t get_offset_of_m_linkedTextComponent_102() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_linkedTextComponent_102)); }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_m_linkedTextComponent_102() const { return ___m_linkedTextComponent_102; }
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_m_linkedTextComponent_102() { return &___m_linkedTextComponent_102; }
inline void set_m_linkedTextComponent_102(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value)
{
___m_linkedTextComponent_102 = value;
Il2CppCodeGenWriteBarrier((&___m_linkedTextComponent_102), value);
}
inline static int32_t get_offset_of_m_isLinkedTextComponent_103() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isLinkedTextComponent_103)); }
inline bool get_m_isLinkedTextComponent_103() const { return ___m_isLinkedTextComponent_103; }
inline bool* get_address_of_m_isLinkedTextComponent_103() { return &___m_isLinkedTextComponent_103; }
inline void set_m_isLinkedTextComponent_103(bool value)
{
___m_isLinkedTextComponent_103 = value;
}
inline static int32_t get_offset_of_m_isTextTruncated_104() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isTextTruncated_104)); }
inline bool get_m_isTextTruncated_104() const { return ___m_isTextTruncated_104; }
inline bool* get_address_of_m_isTextTruncated_104() { return &___m_isTextTruncated_104; }
inline void set_m_isTextTruncated_104(bool value)
{
___m_isTextTruncated_104 = value;
}
inline static int32_t get_offset_of_m_enableKerning_105() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_enableKerning_105)); }
inline bool get_m_enableKerning_105() const { return ___m_enableKerning_105; }
inline bool* get_address_of_m_enableKerning_105() { return &___m_enableKerning_105; }
inline void set_m_enableKerning_105(bool value)
{
___m_enableKerning_105 = value;
}
inline static int32_t get_offset_of_m_enableExtraPadding_106() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_enableExtraPadding_106)); }
inline bool get_m_enableExtraPadding_106() const { return ___m_enableExtraPadding_106; }
inline bool* get_address_of_m_enableExtraPadding_106() { return &___m_enableExtraPadding_106; }
inline void set_m_enableExtraPadding_106(bool value)
{
___m_enableExtraPadding_106 = value;
}
inline static int32_t get_offset_of_checkPaddingRequired_107() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___checkPaddingRequired_107)); }
inline bool get_checkPaddingRequired_107() const { return ___checkPaddingRequired_107; }
inline bool* get_address_of_checkPaddingRequired_107() { return &___checkPaddingRequired_107; }
inline void set_checkPaddingRequired_107(bool value)
{
___checkPaddingRequired_107 = value;
}
inline static int32_t get_offset_of_m_isRichText_108() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isRichText_108)); }
inline bool get_m_isRichText_108() const { return ___m_isRichText_108; }
inline bool* get_address_of_m_isRichText_108() { return &___m_isRichText_108; }
inline void set_m_isRichText_108(bool value)
{
___m_isRichText_108 = value;
}
inline static int32_t get_offset_of_m_parseCtrlCharacters_109() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_parseCtrlCharacters_109)); }
inline bool get_m_parseCtrlCharacters_109() const { return ___m_parseCtrlCharacters_109; }
inline bool* get_address_of_m_parseCtrlCharacters_109() { return &___m_parseCtrlCharacters_109; }
inline void set_m_parseCtrlCharacters_109(bool value)
{
___m_parseCtrlCharacters_109 = value;
}
inline static int32_t get_offset_of_m_isOverlay_110() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isOverlay_110)); }
inline bool get_m_isOverlay_110() const { return ___m_isOverlay_110; }
inline bool* get_address_of_m_isOverlay_110() { return &___m_isOverlay_110; }
inline void set_m_isOverlay_110(bool value)
{
___m_isOverlay_110 = value;
}
inline static int32_t get_offset_of_m_isOrthographic_111() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isOrthographic_111)); }
inline bool get_m_isOrthographic_111() const { return ___m_isOrthographic_111; }
inline bool* get_address_of_m_isOrthographic_111() { return &___m_isOrthographic_111; }
inline void set_m_isOrthographic_111(bool value)
{
___m_isOrthographic_111 = value;
}
inline static int32_t get_offset_of_m_isCullingEnabled_112() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isCullingEnabled_112)); }
inline bool get_m_isCullingEnabled_112() const { return ___m_isCullingEnabled_112; }
inline bool* get_address_of_m_isCullingEnabled_112() { return &___m_isCullingEnabled_112; }
inline void set_m_isCullingEnabled_112(bool value)
{
___m_isCullingEnabled_112 = value;
}
inline static int32_t get_offset_of_m_ignoreRectMaskCulling_113() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_ignoreRectMaskCulling_113)); }
inline bool get_m_ignoreRectMaskCulling_113() const { return ___m_ignoreRectMaskCulling_113; }
inline bool* get_address_of_m_ignoreRectMaskCulling_113() { return &___m_ignoreRectMaskCulling_113; }
inline void set_m_ignoreRectMaskCulling_113(bool value)
{
___m_ignoreRectMaskCulling_113 = value;
}
inline static int32_t get_offset_of_m_ignoreCulling_114() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_ignoreCulling_114)); }
inline bool get_m_ignoreCulling_114() const { return ___m_ignoreCulling_114; }
inline bool* get_address_of_m_ignoreCulling_114() { return &___m_ignoreCulling_114; }
inline void set_m_ignoreCulling_114(bool value)
{
___m_ignoreCulling_114 = value;
}
inline static int32_t get_offset_of_m_horizontalMapping_115() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_horizontalMapping_115)); }
inline int32_t get_m_horizontalMapping_115() const { return ___m_horizontalMapping_115; }
inline int32_t* get_address_of_m_horizontalMapping_115() { return &___m_horizontalMapping_115; }
inline void set_m_horizontalMapping_115(int32_t value)
{
___m_horizontalMapping_115 = value;
}
inline static int32_t get_offset_of_m_verticalMapping_116() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_verticalMapping_116)); }
inline int32_t get_m_verticalMapping_116() const { return ___m_verticalMapping_116; }
inline int32_t* get_address_of_m_verticalMapping_116() { return &___m_verticalMapping_116; }
inline void set_m_verticalMapping_116(int32_t value)
{
___m_verticalMapping_116 = value;
}
inline static int32_t get_offset_of_m_uvLineOffset_117() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_uvLineOffset_117)); }
inline float get_m_uvLineOffset_117() const { return ___m_uvLineOffset_117; }
inline float* get_address_of_m_uvLineOffset_117() { return &___m_uvLineOffset_117; }
inline void set_m_uvLineOffset_117(float value)
{
___m_uvLineOffset_117 = value;
}
inline static int32_t get_offset_of_m_renderMode_118() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_renderMode_118)); }
inline int32_t get_m_renderMode_118() const { return ___m_renderMode_118; }
inline int32_t* get_address_of_m_renderMode_118() { return &___m_renderMode_118; }
inline void set_m_renderMode_118(int32_t value)
{
___m_renderMode_118 = value;
}
inline static int32_t get_offset_of_m_geometrySortingOrder_119() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_geometrySortingOrder_119)); }
inline int32_t get_m_geometrySortingOrder_119() const { return ___m_geometrySortingOrder_119; }
inline int32_t* get_address_of_m_geometrySortingOrder_119() { return &___m_geometrySortingOrder_119; }
inline void set_m_geometrySortingOrder_119(int32_t value)
{
___m_geometrySortingOrder_119 = value;
}
inline static int32_t get_offset_of_m_firstVisibleCharacter_120() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_firstVisibleCharacter_120)); }
inline int32_t get_m_firstVisibleCharacter_120() const { return ___m_firstVisibleCharacter_120; }
inline int32_t* get_address_of_m_firstVisibleCharacter_120() { return &___m_firstVisibleCharacter_120; }
inline void set_m_firstVisibleCharacter_120(int32_t value)
{
___m_firstVisibleCharacter_120 = value;
}
inline static int32_t get_offset_of_m_maxVisibleCharacters_121() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxVisibleCharacters_121)); }
inline int32_t get_m_maxVisibleCharacters_121() const { return ___m_maxVisibleCharacters_121; }
inline int32_t* get_address_of_m_maxVisibleCharacters_121() { return &___m_maxVisibleCharacters_121; }
inline void set_m_maxVisibleCharacters_121(int32_t value)
{
___m_maxVisibleCharacters_121 = value;
}
inline static int32_t get_offset_of_m_maxVisibleWords_122() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxVisibleWords_122)); }
inline int32_t get_m_maxVisibleWords_122() const { return ___m_maxVisibleWords_122; }
inline int32_t* get_address_of_m_maxVisibleWords_122() { return &___m_maxVisibleWords_122; }
inline void set_m_maxVisibleWords_122(int32_t value)
{
___m_maxVisibleWords_122 = value;
}
inline static int32_t get_offset_of_m_maxVisibleLines_123() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxVisibleLines_123)); }
inline int32_t get_m_maxVisibleLines_123() const { return ___m_maxVisibleLines_123; }
inline int32_t* get_address_of_m_maxVisibleLines_123() { return &___m_maxVisibleLines_123; }
inline void set_m_maxVisibleLines_123(int32_t value)
{
___m_maxVisibleLines_123 = value;
}
inline static int32_t get_offset_of_m_useMaxVisibleDescender_124() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_useMaxVisibleDescender_124)); }
inline bool get_m_useMaxVisibleDescender_124() const { return ___m_useMaxVisibleDescender_124; }
inline bool* get_address_of_m_useMaxVisibleDescender_124() { return &___m_useMaxVisibleDescender_124; }
inline void set_m_useMaxVisibleDescender_124(bool value)
{
___m_useMaxVisibleDescender_124 = value;
}
inline static int32_t get_offset_of_m_pageToDisplay_125() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_pageToDisplay_125)); }
inline int32_t get_m_pageToDisplay_125() const { return ___m_pageToDisplay_125; }
inline int32_t* get_address_of_m_pageToDisplay_125() { return &___m_pageToDisplay_125; }
inline void set_m_pageToDisplay_125(int32_t value)
{
___m_pageToDisplay_125 = value;
}
inline static int32_t get_offset_of_m_isNewPage_126() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isNewPage_126)); }
inline bool get_m_isNewPage_126() const { return ___m_isNewPage_126; }
inline bool* get_address_of_m_isNewPage_126() { return &___m_isNewPage_126; }
inline void set_m_isNewPage_126(bool value)
{
___m_isNewPage_126 = value;
}
inline static int32_t get_offset_of_m_margin_127() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_margin_127)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_m_margin_127() const { return ___m_margin_127; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_m_margin_127() { return &___m_margin_127; }
inline void set_m_margin_127(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___m_margin_127 = value;
}
inline static int32_t get_offset_of_m_marginLeft_128() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_marginLeft_128)); }
inline float get_m_marginLeft_128() const { return ___m_marginLeft_128; }
inline float* get_address_of_m_marginLeft_128() { return &___m_marginLeft_128; }
inline void set_m_marginLeft_128(float value)
{
___m_marginLeft_128 = value;
}
inline static int32_t get_offset_of_m_marginRight_129() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_marginRight_129)); }
inline float get_m_marginRight_129() const { return ___m_marginRight_129; }
inline float* get_address_of_m_marginRight_129() { return &___m_marginRight_129; }
inline void set_m_marginRight_129(float value)
{
___m_marginRight_129 = value;
}
inline static int32_t get_offset_of_m_marginWidth_130() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_marginWidth_130)); }
inline float get_m_marginWidth_130() const { return ___m_marginWidth_130; }
inline float* get_address_of_m_marginWidth_130() { return &___m_marginWidth_130; }
inline void set_m_marginWidth_130(float value)
{
___m_marginWidth_130 = value;
}
inline static int32_t get_offset_of_m_marginHeight_131() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_marginHeight_131)); }
inline float get_m_marginHeight_131() const { return ___m_marginHeight_131; }
inline float* get_address_of_m_marginHeight_131() { return &___m_marginHeight_131; }
inline void set_m_marginHeight_131(float value)
{
___m_marginHeight_131 = value;
}
inline static int32_t get_offset_of_m_width_132() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_width_132)); }
inline float get_m_width_132() const { return ___m_width_132; }
inline float* get_address_of_m_width_132() { return &___m_width_132; }
inline void set_m_width_132(float value)
{
___m_width_132 = value;
}
inline static int32_t get_offset_of_m_textInfo_133() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_textInfo_133)); }
inline TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * get_m_textInfo_133() const { return ___m_textInfo_133; }
inline TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 ** get_address_of_m_textInfo_133() { return &___m_textInfo_133; }
inline void set_m_textInfo_133(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * value)
{
___m_textInfo_133 = value;
Il2CppCodeGenWriteBarrier((&___m_textInfo_133), value);
}
inline static int32_t get_offset_of_m_havePropertiesChanged_134() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_havePropertiesChanged_134)); }
inline bool get_m_havePropertiesChanged_134() const { return ___m_havePropertiesChanged_134; }
inline bool* get_address_of_m_havePropertiesChanged_134() { return &___m_havePropertiesChanged_134; }
inline void set_m_havePropertiesChanged_134(bool value)
{
___m_havePropertiesChanged_134 = value;
}
inline static int32_t get_offset_of_m_isUsingLegacyAnimationComponent_135() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isUsingLegacyAnimationComponent_135)); }
inline bool get_m_isUsingLegacyAnimationComponent_135() const { return ___m_isUsingLegacyAnimationComponent_135; }
inline bool* get_address_of_m_isUsingLegacyAnimationComponent_135() { return &___m_isUsingLegacyAnimationComponent_135; }
inline void set_m_isUsingLegacyAnimationComponent_135(bool value)
{
___m_isUsingLegacyAnimationComponent_135 = value;
}
inline static int32_t get_offset_of_m_transform_136() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_transform_136)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_m_transform_136() const { return ___m_transform_136; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_m_transform_136() { return &___m_transform_136; }
inline void set_m_transform_136(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___m_transform_136 = value;
Il2CppCodeGenWriteBarrier((&___m_transform_136), value);
}
inline static int32_t get_offset_of_m_rectTransform_137() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_rectTransform_137)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_rectTransform_137() const { return ___m_rectTransform_137; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_rectTransform_137() { return &___m_rectTransform_137; }
inline void set_m_rectTransform_137(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_rectTransform_137 = value;
Il2CppCodeGenWriteBarrier((&___m_rectTransform_137), value);
}
inline static int32_t get_offset_of_U3CautoSizeTextContainerU3Ek__BackingField_138() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___U3CautoSizeTextContainerU3Ek__BackingField_138)); }
inline bool get_U3CautoSizeTextContainerU3Ek__BackingField_138() const { return ___U3CautoSizeTextContainerU3Ek__BackingField_138; }
inline bool* get_address_of_U3CautoSizeTextContainerU3Ek__BackingField_138() { return &___U3CautoSizeTextContainerU3Ek__BackingField_138; }
inline void set_U3CautoSizeTextContainerU3Ek__BackingField_138(bool value)
{
___U3CautoSizeTextContainerU3Ek__BackingField_138 = value;
}
inline static int32_t get_offset_of_m_autoSizeTextContainer_139() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_autoSizeTextContainer_139)); }
inline bool get_m_autoSizeTextContainer_139() const { return ___m_autoSizeTextContainer_139; }
inline bool* get_address_of_m_autoSizeTextContainer_139() { return &___m_autoSizeTextContainer_139; }
inline void set_m_autoSizeTextContainer_139(bool value)
{
___m_autoSizeTextContainer_139 = value;
}
inline static int32_t get_offset_of_m_mesh_140() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_mesh_140)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_mesh_140() const { return ___m_mesh_140; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_mesh_140() { return &___m_mesh_140; }
inline void set_m_mesh_140(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___m_mesh_140 = value;
Il2CppCodeGenWriteBarrier((&___m_mesh_140), value);
}
inline static int32_t get_offset_of_m_isVolumetricText_141() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isVolumetricText_141)); }
inline bool get_m_isVolumetricText_141() const { return ___m_isVolumetricText_141; }
inline bool* get_address_of_m_isVolumetricText_141() { return &___m_isVolumetricText_141; }
inline void set_m_isVolumetricText_141(bool value)
{
___m_isVolumetricText_141 = value;
}
inline static int32_t get_offset_of_m_spriteAnimator_142() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spriteAnimator_142)); }
inline TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * get_m_spriteAnimator_142() const { return ___m_spriteAnimator_142; }
inline TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 ** get_address_of_m_spriteAnimator_142() { return &___m_spriteAnimator_142; }
inline void set_m_spriteAnimator_142(TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * value)
{
___m_spriteAnimator_142 = value;
Il2CppCodeGenWriteBarrier((&___m_spriteAnimator_142), value);
}
inline static int32_t get_offset_of_m_flexibleHeight_143() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_flexibleHeight_143)); }
inline float get_m_flexibleHeight_143() const { return ___m_flexibleHeight_143; }
inline float* get_address_of_m_flexibleHeight_143() { return &___m_flexibleHeight_143; }
inline void set_m_flexibleHeight_143(float value)
{
___m_flexibleHeight_143 = value;
}
inline static int32_t get_offset_of_m_flexibleWidth_144() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_flexibleWidth_144)); }
inline float get_m_flexibleWidth_144() const { return ___m_flexibleWidth_144; }
inline float* get_address_of_m_flexibleWidth_144() { return &___m_flexibleWidth_144; }
inline void set_m_flexibleWidth_144(float value)
{
___m_flexibleWidth_144 = value;
}
inline static int32_t get_offset_of_m_minWidth_145() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_minWidth_145)); }
inline float get_m_minWidth_145() const { return ___m_minWidth_145; }
inline float* get_address_of_m_minWidth_145() { return &___m_minWidth_145; }
inline void set_m_minWidth_145(float value)
{
___m_minWidth_145 = value;
}
inline static int32_t get_offset_of_m_minHeight_146() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_minHeight_146)); }
inline float get_m_minHeight_146() const { return ___m_minHeight_146; }
inline float* get_address_of_m_minHeight_146() { return &___m_minHeight_146; }
inline void set_m_minHeight_146(float value)
{
___m_minHeight_146 = value;
}
inline static int32_t get_offset_of_m_maxWidth_147() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxWidth_147)); }
inline float get_m_maxWidth_147() const { return ___m_maxWidth_147; }
inline float* get_address_of_m_maxWidth_147() { return &___m_maxWidth_147; }
inline void set_m_maxWidth_147(float value)
{
___m_maxWidth_147 = value;
}
inline static int32_t get_offset_of_m_maxHeight_148() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxHeight_148)); }
inline float get_m_maxHeight_148() const { return ___m_maxHeight_148; }
inline float* get_address_of_m_maxHeight_148() { return &___m_maxHeight_148; }
inline void set_m_maxHeight_148(float value)
{
___m_maxHeight_148 = value;
}
inline static int32_t get_offset_of_m_LayoutElement_149() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_LayoutElement_149)); }
inline LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * get_m_LayoutElement_149() const { return ___m_LayoutElement_149; }
inline LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B ** get_address_of_m_LayoutElement_149() { return &___m_LayoutElement_149; }
inline void set_m_LayoutElement_149(LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * value)
{
___m_LayoutElement_149 = value;
Il2CppCodeGenWriteBarrier((&___m_LayoutElement_149), value);
}
inline static int32_t get_offset_of_m_preferredWidth_150() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_preferredWidth_150)); }
inline float get_m_preferredWidth_150() const { return ___m_preferredWidth_150; }
inline float* get_address_of_m_preferredWidth_150() { return &___m_preferredWidth_150; }
inline void set_m_preferredWidth_150(float value)
{
___m_preferredWidth_150 = value;
}
inline static int32_t get_offset_of_m_renderedWidth_151() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_renderedWidth_151)); }
inline float get_m_renderedWidth_151() const { return ___m_renderedWidth_151; }
inline float* get_address_of_m_renderedWidth_151() { return &___m_renderedWidth_151; }
inline void set_m_renderedWidth_151(float value)
{
___m_renderedWidth_151 = value;
}
inline static int32_t get_offset_of_m_isPreferredWidthDirty_152() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isPreferredWidthDirty_152)); }
inline bool get_m_isPreferredWidthDirty_152() const { return ___m_isPreferredWidthDirty_152; }
inline bool* get_address_of_m_isPreferredWidthDirty_152() { return &___m_isPreferredWidthDirty_152; }
inline void set_m_isPreferredWidthDirty_152(bool value)
{
___m_isPreferredWidthDirty_152 = value;
}
inline static int32_t get_offset_of_m_preferredHeight_153() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_preferredHeight_153)); }
inline float get_m_preferredHeight_153() const { return ___m_preferredHeight_153; }
inline float* get_address_of_m_preferredHeight_153() { return &___m_preferredHeight_153; }
inline void set_m_preferredHeight_153(float value)
{
___m_preferredHeight_153 = value;
}
inline static int32_t get_offset_of_m_renderedHeight_154() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_renderedHeight_154)); }
inline float get_m_renderedHeight_154() const { return ___m_renderedHeight_154; }
inline float* get_address_of_m_renderedHeight_154() { return &___m_renderedHeight_154; }
inline void set_m_renderedHeight_154(float value)
{
___m_renderedHeight_154 = value;
}
inline static int32_t get_offset_of_m_isPreferredHeightDirty_155() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isPreferredHeightDirty_155)); }
inline bool get_m_isPreferredHeightDirty_155() const { return ___m_isPreferredHeightDirty_155; }
inline bool* get_address_of_m_isPreferredHeightDirty_155() { return &___m_isPreferredHeightDirty_155; }
inline void set_m_isPreferredHeightDirty_155(bool value)
{
___m_isPreferredHeightDirty_155 = value;
}
inline static int32_t get_offset_of_m_isCalculatingPreferredValues_156() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isCalculatingPreferredValues_156)); }
inline bool get_m_isCalculatingPreferredValues_156() const { return ___m_isCalculatingPreferredValues_156; }
inline bool* get_address_of_m_isCalculatingPreferredValues_156() { return &___m_isCalculatingPreferredValues_156; }
inline void set_m_isCalculatingPreferredValues_156(bool value)
{
___m_isCalculatingPreferredValues_156 = value;
}
inline static int32_t get_offset_of_m_recursiveCount_157() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_recursiveCount_157)); }
inline int32_t get_m_recursiveCount_157() const { return ___m_recursiveCount_157; }
inline int32_t* get_address_of_m_recursiveCount_157() { return &___m_recursiveCount_157; }
inline void set_m_recursiveCount_157(int32_t value)
{
___m_recursiveCount_157 = value;
}
inline static int32_t get_offset_of_m_layoutPriority_158() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_layoutPriority_158)); }
inline int32_t get_m_layoutPriority_158() const { return ___m_layoutPriority_158; }
inline int32_t* get_address_of_m_layoutPriority_158() { return &___m_layoutPriority_158; }
inline void set_m_layoutPriority_158(int32_t value)
{
___m_layoutPriority_158 = value;
}
inline static int32_t get_offset_of_m_isCalculateSizeRequired_159() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isCalculateSizeRequired_159)); }
inline bool get_m_isCalculateSizeRequired_159() const { return ___m_isCalculateSizeRequired_159; }
inline bool* get_address_of_m_isCalculateSizeRequired_159() { return &___m_isCalculateSizeRequired_159; }
inline void set_m_isCalculateSizeRequired_159(bool value)
{
___m_isCalculateSizeRequired_159 = value;
}
inline static int32_t get_offset_of_m_isLayoutDirty_160() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isLayoutDirty_160)); }
inline bool get_m_isLayoutDirty_160() const { return ___m_isLayoutDirty_160; }
inline bool* get_address_of_m_isLayoutDirty_160() { return &___m_isLayoutDirty_160; }
inline void set_m_isLayoutDirty_160(bool value)
{
___m_isLayoutDirty_160 = value;
}
inline static int32_t get_offset_of_m_verticesAlreadyDirty_161() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_verticesAlreadyDirty_161)); }
inline bool get_m_verticesAlreadyDirty_161() const { return ___m_verticesAlreadyDirty_161; }
inline bool* get_address_of_m_verticesAlreadyDirty_161() { return &___m_verticesAlreadyDirty_161; }
inline void set_m_verticesAlreadyDirty_161(bool value)
{
___m_verticesAlreadyDirty_161 = value;
}
inline static int32_t get_offset_of_m_layoutAlreadyDirty_162() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_layoutAlreadyDirty_162)); }
inline bool get_m_layoutAlreadyDirty_162() const { return ___m_layoutAlreadyDirty_162; }
inline bool* get_address_of_m_layoutAlreadyDirty_162() { return &___m_layoutAlreadyDirty_162; }
inline void set_m_layoutAlreadyDirty_162(bool value)
{
___m_layoutAlreadyDirty_162 = value;
}
inline static int32_t get_offset_of_m_isAwake_163() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isAwake_163)); }
inline bool get_m_isAwake_163() const { return ___m_isAwake_163; }
inline bool* get_address_of_m_isAwake_163() { return &___m_isAwake_163; }
inline void set_m_isAwake_163(bool value)
{
___m_isAwake_163 = value;
}
inline static int32_t get_offset_of_m_isWaitingOnResourceLoad_164() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isWaitingOnResourceLoad_164)); }
inline bool get_m_isWaitingOnResourceLoad_164() const { return ___m_isWaitingOnResourceLoad_164; }
inline bool* get_address_of_m_isWaitingOnResourceLoad_164() { return &___m_isWaitingOnResourceLoad_164; }
inline void set_m_isWaitingOnResourceLoad_164(bool value)
{
___m_isWaitingOnResourceLoad_164 = value;
}
inline static int32_t get_offset_of_m_isInputParsingRequired_165() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isInputParsingRequired_165)); }
inline bool get_m_isInputParsingRequired_165() const { return ___m_isInputParsingRequired_165; }
inline bool* get_address_of_m_isInputParsingRequired_165() { return &___m_isInputParsingRequired_165; }
inline void set_m_isInputParsingRequired_165(bool value)
{
___m_isInputParsingRequired_165 = value;
}
inline static int32_t get_offset_of_m_inputSource_166() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_inputSource_166)); }
inline int32_t get_m_inputSource_166() const { return ___m_inputSource_166; }
inline int32_t* get_address_of_m_inputSource_166() { return &___m_inputSource_166; }
inline void set_m_inputSource_166(int32_t value)
{
___m_inputSource_166 = value;
}
inline static int32_t get_offset_of_old_text_167() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___old_text_167)); }
inline String_t* get_old_text_167() const { return ___old_text_167; }
inline String_t** get_address_of_old_text_167() { return &___old_text_167; }
inline void set_old_text_167(String_t* value)
{
___old_text_167 = value;
Il2CppCodeGenWriteBarrier((&___old_text_167), value);
}
inline static int32_t get_offset_of_m_fontScale_168() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontScale_168)); }
inline float get_m_fontScale_168() const { return ___m_fontScale_168; }
inline float* get_address_of_m_fontScale_168() { return &___m_fontScale_168; }
inline void set_m_fontScale_168(float value)
{
___m_fontScale_168 = value;
}
inline static int32_t get_offset_of_m_fontScaleMultiplier_169() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_fontScaleMultiplier_169)); }
inline float get_m_fontScaleMultiplier_169() const { return ___m_fontScaleMultiplier_169; }
inline float* get_address_of_m_fontScaleMultiplier_169() { return &___m_fontScaleMultiplier_169; }
inline void set_m_fontScaleMultiplier_169(float value)
{
___m_fontScaleMultiplier_169 = value;
}
inline static int32_t get_offset_of_m_htmlTag_170() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_htmlTag_170)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_htmlTag_170() const { return ___m_htmlTag_170; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_htmlTag_170() { return &___m_htmlTag_170; }
inline void set_m_htmlTag_170(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_htmlTag_170 = value;
Il2CppCodeGenWriteBarrier((&___m_htmlTag_170), value);
}
inline static int32_t get_offset_of_m_xmlAttribute_171() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_xmlAttribute_171)); }
inline XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* get_m_xmlAttribute_171() const { return ___m_xmlAttribute_171; }
inline XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B** get_address_of_m_xmlAttribute_171() { return &___m_xmlAttribute_171; }
inline void set_m_xmlAttribute_171(XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* value)
{
___m_xmlAttribute_171 = value;
Il2CppCodeGenWriteBarrier((&___m_xmlAttribute_171), value);
}
inline static int32_t get_offset_of_m_attributeParameterValues_172() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_attributeParameterValues_172)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_m_attributeParameterValues_172() const { return ___m_attributeParameterValues_172; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_m_attributeParameterValues_172() { return &___m_attributeParameterValues_172; }
inline void set_m_attributeParameterValues_172(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___m_attributeParameterValues_172 = value;
Il2CppCodeGenWriteBarrier((&___m_attributeParameterValues_172), value);
}
inline static int32_t get_offset_of_tag_LineIndent_173() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___tag_LineIndent_173)); }
inline float get_tag_LineIndent_173() const { return ___tag_LineIndent_173; }
inline float* get_address_of_tag_LineIndent_173() { return &___tag_LineIndent_173; }
inline void set_tag_LineIndent_173(float value)
{
___tag_LineIndent_173 = value;
}
inline static int32_t get_offset_of_tag_Indent_174() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___tag_Indent_174)); }
inline float get_tag_Indent_174() const { return ___tag_Indent_174; }
inline float* get_address_of_tag_Indent_174() { return &___tag_Indent_174; }
inline void set_tag_Indent_174(float value)
{
___tag_Indent_174 = value;
}
inline static int32_t get_offset_of_m_indentStack_175() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_indentStack_175)); }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E get_m_indentStack_175() const { return ___m_indentStack_175; }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * get_address_of_m_indentStack_175() { return &___m_indentStack_175; }
inline void set_m_indentStack_175(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E value)
{
___m_indentStack_175 = value;
}
inline static int32_t get_offset_of_tag_NoParsing_176() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___tag_NoParsing_176)); }
inline bool get_tag_NoParsing_176() const { return ___tag_NoParsing_176; }
inline bool* get_address_of_tag_NoParsing_176() { return &___tag_NoParsing_176; }
inline void set_tag_NoParsing_176(bool value)
{
___tag_NoParsing_176 = value;
}
inline static int32_t get_offset_of_m_isParsingText_177() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isParsingText_177)); }
inline bool get_m_isParsingText_177() const { return ___m_isParsingText_177; }
inline bool* get_address_of_m_isParsingText_177() { return &___m_isParsingText_177; }
inline void set_m_isParsingText_177(bool value)
{
___m_isParsingText_177 = value;
}
inline static int32_t get_offset_of_m_FXMatrix_178() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_FXMatrix_178)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_FXMatrix_178() const { return ___m_FXMatrix_178; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_FXMatrix_178() { return &___m_FXMatrix_178; }
inline void set_m_FXMatrix_178(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___m_FXMatrix_178 = value;
}
inline static int32_t get_offset_of_m_isFXMatrixSet_179() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_isFXMatrixSet_179)); }
inline bool get_m_isFXMatrixSet_179() const { return ___m_isFXMatrixSet_179; }
inline bool* get_address_of_m_isFXMatrixSet_179() { return &___m_isFXMatrixSet_179; }
inline void set_m_isFXMatrixSet_179(bool value)
{
___m_isFXMatrixSet_179 = value;
}
inline static int32_t get_offset_of_m_char_buffer_180() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_char_buffer_180)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_char_buffer_180() const { return ___m_char_buffer_180; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_char_buffer_180() { return &___m_char_buffer_180; }
inline void set_m_char_buffer_180(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_char_buffer_180 = value;
Il2CppCodeGenWriteBarrier((&___m_char_buffer_180), value);
}
inline static int32_t get_offset_of_m_internalCharacterInfo_181() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_internalCharacterInfo_181)); }
inline TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* get_m_internalCharacterInfo_181() const { return ___m_internalCharacterInfo_181; }
inline TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604** get_address_of_m_internalCharacterInfo_181() { return &___m_internalCharacterInfo_181; }
inline void set_m_internalCharacterInfo_181(TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* value)
{
___m_internalCharacterInfo_181 = value;
Il2CppCodeGenWriteBarrier((&___m_internalCharacterInfo_181), value);
}
inline static int32_t get_offset_of_m_input_CharArray_182() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_input_CharArray_182)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_input_CharArray_182() const { return ___m_input_CharArray_182; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_input_CharArray_182() { return &___m_input_CharArray_182; }
inline void set_m_input_CharArray_182(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_input_CharArray_182 = value;
Il2CppCodeGenWriteBarrier((&___m_input_CharArray_182), value);
}
inline static int32_t get_offset_of_m_charArray_Length_183() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_charArray_Length_183)); }
inline int32_t get_m_charArray_Length_183() const { return ___m_charArray_Length_183; }
inline int32_t* get_address_of_m_charArray_Length_183() { return &___m_charArray_Length_183; }
inline void set_m_charArray_Length_183(int32_t value)
{
___m_charArray_Length_183 = value;
}
inline static int32_t get_offset_of_m_totalCharacterCount_184() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_totalCharacterCount_184)); }
inline int32_t get_m_totalCharacterCount_184() const { return ___m_totalCharacterCount_184; }
inline int32_t* get_address_of_m_totalCharacterCount_184() { return &___m_totalCharacterCount_184; }
inline void set_m_totalCharacterCount_184(int32_t value)
{
___m_totalCharacterCount_184 = value;
}
inline static int32_t get_offset_of_m_SavedWordWrapState_185() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_SavedWordWrapState_185)); }
inline WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 get_m_SavedWordWrapState_185() const { return ___m_SavedWordWrapState_185; }
inline WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * get_address_of_m_SavedWordWrapState_185() { return &___m_SavedWordWrapState_185; }
inline void set_m_SavedWordWrapState_185(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 value)
{
___m_SavedWordWrapState_185 = value;
}
inline static int32_t get_offset_of_m_SavedLineState_186() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_SavedLineState_186)); }
inline WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 get_m_SavedLineState_186() const { return ___m_SavedLineState_186; }
inline WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * get_address_of_m_SavedLineState_186() { return &___m_SavedLineState_186; }
inline void set_m_SavedLineState_186(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 value)
{
___m_SavedLineState_186 = value;
}
inline static int32_t get_offset_of_m_characterCount_187() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_characterCount_187)); }
inline int32_t get_m_characterCount_187() const { return ___m_characterCount_187; }
inline int32_t* get_address_of_m_characterCount_187() { return &___m_characterCount_187; }
inline void set_m_characterCount_187(int32_t value)
{
___m_characterCount_187 = value;
}
inline static int32_t get_offset_of_m_firstCharacterOfLine_188() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_firstCharacterOfLine_188)); }
inline int32_t get_m_firstCharacterOfLine_188() const { return ___m_firstCharacterOfLine_188; }
inline int32_t* get_address_of_m_firstCharacterOfLine_188() { return &___m_firstCharacterOfLine_188; }
inline void set_m_firstCharacterOfLine_188(int32_t value)
{
___m_firstCharacterOfLine_188 = value;
}
inline static int32_t get_offset_of_m_firstVisibleCharacterOfLine_189() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_firstVisibleCharacterOfLine_189)); }
inline int32_t get_m_firstVisibleCharacterOfLine_189() const { return ___m_firstVisibleCharacterOfLine_189; }
inline int32_t* get_address_of_m_firstVisibleCharacterOfLine_189() { return &___m_firstVisibleCharacterOfLine_189; }
inline void set_m_firstVisibleCharacterOfLine_189(int32_t value)
{
___m_firstVisibleCharacterOfLine_189 = value;
}
inline static int32_t get_offset_of_m_lastCharacterOfLine_190() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lastCharacterOfLine_190)); }
inline int32_t get_m_lastCharacterOfLine_190() const { return ___m_lastCharacterOfLine_190; }
inline int32_t* get_address_of_m_lastCharacterOfLine_190() { return &___m_lastCharacterOfLine_190; }
inline void set_m_lastCharacterOfLine_190(int32_t value)
{
___m_lastCharacterOfLine_190 = value;
}
inline static int32_t get_offset_of_m_lastVisibleCharacterOfLine_191() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lastVisibleCharacterOfLine_191)); }
inline int32_t get_m_lastVisibleCharacterOfLine_191() const { return ___m_lastVisibleCharacterOfLine_191; }
inline int32_t* get_address_of_m_lastVisibleCharacterOfLine_191() { return &___m_lastVisibleCharacterOfLine_191; }
inline void set_m_lastVisibleCharacterOfLine_191(int32_t value)
{
___m_lastVisibleCharacterOfLine_191 = value;
}
inline static int32_t get_offset_of_m_lineNumber_192() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineNumber_192)); }
inline int32_t get_m_lineNumber_192() const { return ___m_lineNumber_192; }
inline int32_t* get_address_of_m_lineNumber_192() { return &___m_lineNumber_192; }
inline void set_m_lineNumber_192(int32_t value)
{
___m_lineNumber_192 = value;
}
inline static int32_t get_offset_of_m_lineVisibleCharacterCount_193() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineVisibleCharacterCount_193)); }
inline int32_t get_m_lineVisibleCharacterCount_193() const { return ___m_lineVisibleCharacterCount_193; }
inline int32_t* get_address_of_m_lineVisibleCharacterCount_193() { return &___m_lineVisibleCharacterCount_193; }
inline void set_m_lineVisibleCharacterCount_193(int32_t value)
{
___m_lineVisibleCharacterCount_193 = value;
}
inline static int32_t get_offset_of_m_pageNumber_194() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_pageNumber_194)); }
inline int32_t get_m_pageNumber_194() const { return ___m_pageNumber_194; }
inline int32_t* get_address_of_m_pageNumber_194() { return &___m_pageNumber_194; }
inline void set_m_pageNumber_194(int32_t value)
{
___m_pageNumber_194 = value;
}
inline static int32_t get_offset_of_m_maxAscender_195() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxAscender_195)); }
inline float get_m_maxAscender_195() const { return ___m_maxAscender_195; }
inline float* get_address_of_m_maxAscender_195() { return &___m_maxAscender_195; }
inline void set_m_maxAscender_195(float value)
{
___m_maxAscender_195 = value;
}
inline static int32_t get_offset_of_m_maxCapHeight_196() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxCapHeight_196)); }
inline float get_m_maxCapHeight_196() const { return ___m_maxCapHeight_196; }
inline float* get_address_of_m_maxCapHeight_196() { return &___m_maxCapHeight_196; }
inline void set_m_maxCapHeight_196(float value)
{
___m_maxCapHeight_196 = value;
}
inline static int32_t get_offset_of_m_maxDescender_197() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxDescender_197)); }
inline float get_m_maxDescender_197() const { return ___m_maxDescender_197; }
inline float* get_address_of_m_maxDescender_197() { return &___m_maxDescender_197; }
inline void set_m_maxDescender_197(float value)
{
___m_maxDescender_197 = value;
}
inline static int32_t get_offset_of_m_maxLineAscender_198() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxLineAscender_198)); }
inline float get_m_maxLineAscender_198() const { return ___m_maxLineAscender_198; }
inline float* get_address_of_m_maxLineAscender_198() { return &___m_maxLineAscender_198; }
inline void set_m_maxLineAscender_198(float value)
{
___m_maxLineAscender_198 = value;
}
inline static int32_t get_offset_of_m_maxLineDescender_199() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_maxLineDescender_199)); }
inline float get_m_maxLineDescender_199() const { return ___m_maxLineDescender_199; }
inline float* get_address_of_m_maxLineDescender_199() { return &___m_maxLineDescender_199; }
inline void set_m_maxLineDescender_199(float value)
{
___m_maxLineDescender_199 = value;
}
inline static int32_t get_offset_of_m_startOfLineAscender_200() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_startOfLineAscender_200)); }
inline float get_m_startOfLineAscender_200() const { return ___m_startOfLineAscender_200; }
inline float* get_address_of_m_startOfLineAscender_200() { return &___m_startOfLineAscender_200; }
inline void set_m_startOfLineAscender_200(float value)
{
___m_startOfLineAscender_200 = value;
}
inline static int32_t get_offset_of_m_lineOffset_201() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_lineOffset_201)); }
inline float get_m_lineOffset_201() const { return ___m_lineOffset_201; }
inline float* get_address_of_m_lineOffset_201() { return &___m_lineOffset_201; }
inline void set_m_lineOffset_201(float value)
{
___m_lineOffset_201 = value;
}
inline static int32_t get_offset_of_m_meshExtents_202() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_meshExtents_202)); }
inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 get_m_meshExtents_202() const { return ___m_meshExtents_202; }
inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * get_address_of_m_meshExtents_202() { return &___m_meshExtents_202; }
inline void set_m_meshExtents_202(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 value)
{
___m_meshExtents_202 = value;
}
inline static int32_t get_offset_of_m_htmlColor_203() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_htmlColor_203)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_htmlColor_203() const { return ___m_htmlColor_203; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_htmlColor_203() { return &___m_htmlColor_203; }
inline void set_m_htmlColor_203(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___m_htmlColor_203 = value;
}
inline static int32_t get_offset_of_m_colorStack_204() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_colorStack_204)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_m_colorStack_204() const { return ___m_colorStack_204; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_m_colorStack_204() { return &___m_colorStack_204; }
inline void set_m_colorStack_204(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___m_colorStack_204 = value;
}
inline static int32_t get_offset_of_m_underlineColorStack_205() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_underlineColorStack_205)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_m_underlineColorStack_205() const { return ___m_underlineColorStack_205; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_m_underlineColorStack_205() { return &___m_underlineColorStack_205; }
inline void set_m_underlineColorStack_205(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___m_underlineColorStack_205 = value;
}
inline static int32_t get_offset_of_m_strikethroughColorStack_206() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_strikethroughColorStack_206)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_m_strikethroughColorStack_206() const { return ___m_strikethroughColorStack_206; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_m_strikethroughColorStack_206() { return &___m_strikethroughColorStack_206; }
inline void set_m_strikethroughColorStack_206(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___m_strikethroughColorStack_206 = value;
}
inline static int32_t get_offset_of_m_highlightColorStack_207() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_highlightColorStack_207)); }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 get_m_highlightColorStack_207() const { return ___m_highlightColorStack_207; }
inline TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * get_address_of_m_highlightColorStack_207() { return &___m_highlightColorStack_207; }
inline void set_m_highlightColorStack_207(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 value)
{
___m_highlightColorStack_207 = value;
}
inline static int32_t get_offset_of_m_colorGradientPreset_208() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_colorGradientPreset_208)); }
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * get_m_colorGradientPreset_208() const { return ___m_colorGradientPreset_208; }
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** get_address_of_m_colorGradientPreset_208() { return &___m_colorGradientPreset_208; }
inline void set_m_colorGradientPreset_208(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * value)
{
___m_colorGradientPreset_208 = value;
Il2CppCodeGenWriteBarrier((&___m_colorGradientPreset_208), value);
}
inline static int32_t get_offset_of_m_colorGradientStack_209() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_colorGradientStack_209)); }
inline TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 get_m_colorGradientStack_209() const { return ___m_colorGradientStack_209; }
inline TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * get_address_of_m_colorGradientStack_209() { return &___m_colorGradientStack_209; }
inline void set_m_colorGradientStack_209(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 value)
{
___m_colorGradientStack_209 = value;
}
inline static int32_t get_offset_of_m_tabSpacing_210() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_tabSpacing_210)); }
inline float get_m_tabSpacing_210() const { return ___m_tabSpacing_210; }
inline float* get_address_of_m_tabSpacing_210() { return &___m_tabSpacing_210; }
inline void set_m_tabSpacing_210(float value)
{
___m_tabSpacing_210 = value;
}
inline static int32_t get_offset_of_m_spacing_211() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spacing_211)); }
inline float get_m_spacing_211() const { return ___m_spacing_211; }
inline float* get_address_of_m_spacing_211() { return &___m_spacing_211; }
inline void set_m_spacing_211(float value)
{
___m_spacing_211 = value;
}
inline static int32_t get_offset_of_m_styleStack_212() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_styleStack_212)); }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 get_m_styleStack_212() const { return ___m_styleStack_212; }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * get_address_of_m_styleStack_212() { return &___m_styleStack_212; }
inline void set_m_styleStack_212(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 value)
{
___m_styleStack_212 = value;
}
inline static int32_t get_offset_of_m_actionStack_213() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_actionStack_213)); }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 get_m_actionStack_213() const { return ___m_actionStack_213; }
inline TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * get_address_of_m_actionStack_213() { return &___m_actionStack_213; }
inline void set_m_actionStack_213(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 value)
{
___m_actionStack_213 = value;
}
inline static int32_t get_offset_of_m_padding_214() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_padding_214)); }
inline float get_m_padding_214() const { return ___m_padding_214; }
inline float* get_address_of_m_padding_214() { return &___m_padding_214; }
inline void set_m_padding_214(float value)
{
___m_padding_214 = value;
}
inline static int32_t get_offset_of_m_baselineOffset_215() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_baselineOffset_215)); }
inline float get_m_baselineOffset_215() const { return ___m_baselineOffset_215; }
inline float* get_address_of_m_baselineOffset_215() { return &___m_baselineOffset_215; }
inline void set_m_baselineOffset_215(float value)
{
___m_baselineOffset_215 = value;
}
inline static int32_t get_offset_of_m_baselineOffsetStack_216() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_baselineOffsetStack_216)); }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E get_m_baselineOffsetStack_216() const { return ___m_baselineOffsetStack_216; }
inline TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * get_address_of_m_baselineOffsetStack_216() { return &___m_baselineOffsetStack_216; }
inline void set_m_baselineOffsetStack_216(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E value)
{
___m_baselineOffsetStack_216 = value;
}
inline static int32_t get_offset_of_m_xAdvance_217() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_xAdvance_217)); }
inline float get_m_xAdvance_217() const { return ___m_xAdvance_217; }
inline float* get_address_of_m_xAdvance_217() { return &___m_xAdvance_217; }
inline void set_m_xAdvance_217(float value)
{
___m_xAdvance_217 = value;
}
inline static int32_t get_offset_of_m_textElementType_218() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_textElementType_218)); }
inline int32_t get_m_textElementType_218() const { return ___m_textElementType_218; }
inline int32_t* get_address_of_m_textElementType_218() { return &___m_textElementType_218; }
inline void set_m_textElementType_218(int32_t value)
{
___m_textElementType_218 = value;
}
inline static int32_t get_offset_of_m_cached_TextElement_219() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_cached_TextElement_219)); }
inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * get_m_cached_TextElement_219() const { return ___m_cached_TextElement_219; }
inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 ** get_address_of_m_cached_TextElement_219() { return &___m_cached_TextElement_219; }
inline void set_m_cached_TextElement_219(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * value)
{
___m_cached_TextElement_219 = value;
Il2CppCodeGenWriteBarrier((&___m_cached_TextElement_219), value);
}
inline static int32_t get_offset_of_m_cached_Underline_GlyphInfo_220() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_cached_Underline_GlyphInfo_220)); }
inline TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * get_m_cached_Underline_GlyphInfo_220() const { return ___m_cached_Underline_GlyphInfo_220; }
inline TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C ** get_address_of_m_cached_Underline_GlyphInfo_220() { return &___m_cached_Underline_GlyphInfo_220; }
inline void set_m_cached_Underline_GlyphInfo_220(TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * value)
{
___m_cached_Underline_GlyphInfo_220 = value;
Il2CppCodeGenWriteBarrier((&___m_cached_Underline_GlyphInfo_220), value);
}
inline static int32_t get_offset_of_m_cached_Ellipsis_GlyphInfo_221() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_cached_Ellipsis_GlyphInfo_221)); }
inline TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * get_m_cached_Ellipsis_GlyphInfo_221() const { return ___m_cached_Ellipsis_GlyphInfo_221; }
inline TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C ** get_address_of_m_cached_Ellipsis_GlyphInfo_221() { return &___m_cached_Ellipsis_GlyphInfo_221; }
inline void set_m_cached_Ellipsis_GlyphInfo_221(TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * value)
{
___m_cached_Ellipsis_GlyphInfo_221 = value;
Il2CppCodeGenWriteBarrier((&___m_cached_Ellipsis_GlyphInfo_221), value);
}
inline static int32_t get_offset_of_m_defaultSpriteAsset_222() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_defaultSpriteAsset_222)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_defaultSpriteAsset_222() const { return ___m_defaultSpriteAsset_222; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_defaultSpriteAsset_222() { return &___m_defaultSpriteAsset_222; }
inline void set_m_defaultSpriteAsset_222(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_defaultSpriteAsset_222 = value;
Il2CppCodeGenWriteBarrier((&___m_defaultSpriteAsset_222), value);
}
inline static int32_t get_offset_of_m_currentSpriteAsset_223() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_currentSpriteAsset_223)); }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_m_currentSpriteAsset_223() const { return ___m_currentSpriteAsset_223; }
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_m_currentSpriteAsset_223() { return &___m_currentSpriteAsset_223; }
inline void set_m_currentSpriteAsset_223(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value)
{
___m_currentSpriteAsset_223 = value;
Il2CppCodeGenWriteBarrier((&___m_currentSpriteAsset_223), value);
}
inline static int32_t get_offset_of_m_spriteCount_224() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spriteCount_224)); }
inline int32_t get_m_spriteCount_224() const { return ___m_spriteCount_224; }
inline int32_t* get_address_of_m_spriteCount_224() { return &___m_spriteCount_224; }
inline void set_m_spriteCount_224(int32_t value)
{
___m_spriteCount_224 = value;
}
inline static int32_t get_offset_of_m_spriteIndex_225() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spriteIndex_225)); }
inline int32_t get_m_spriteIndex_225() const { return ___m_spriteIndex_225; }
inline int32_t* get_address_of_m_spriteIndex_225() { return &___m_spriteIndex_225; }
inline void set_m_spriteIndex_225(int32_t value)
{
___m_spriteIndex_225 = value;
}
inline static int32_t get_offset_of_m_spriteAnimationID_226() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_spriteAnimationID_226)); }
inline int32_t get_m_spriteAnimationID_226() const { return ___m_spriteAnimationID_226; }
inline int32_t* get_address_of_m_spriteAnimationID_226() { return &___m_spriteAnimationID_226; }
inline void set_m_spriteAnimationID_226(int32_t value)
{
___m_spriteAnimationID_226 = value;
}
inline static int32_t get_offset_of_m_ignoreActiveState_227() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___m_ignoreActiveState_227)); }
inline bool get_m_ignoreActiveState_227() const { return ___m_ignoreActiveState_227; }
inline bool* get_address_of_m_ignoreActiveState_227() { return &___m_ignoreActiveState_227; }
inline void set_m_ignoreActiveState_227(bool value)
{
___m_ignoreActiveState_227 = value;
}
inline static int32_t get_offset_of_k_Power_228() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7, ___k_Power_228)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_k_Power_228() const { return ___k_Power_228; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_k_Power_228() { return &___k_Power_228; }
inline void set_k_Power_228(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___k_Power_228 = value;
Il2CppCodeGenWriteBarrier((&___k_Power_228), value);
}
};
struct TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields
{
public:
// UnityEngine.Color32 TMPro.TMP_Text::s_colorWhite
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___s_colorWhite_47;
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargePositiveVector2
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___k_LargePositiveVector2_229;
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargeNegativeVector2
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___k_LargeNegativeVector2_230;
// System.Single TMPro.TMP_Text::k_LargePositiveFloat
float ___k_LargePositiveFloat_231;
// System.Single TMPro.TMP_Text::k_LargeNegativeFloat
float ___k_LargeNegativeFloat_232;
// System.Int32 TMPro.TMP_Text::k_LargePositiveInt
int32_t ___k_LargePositiveInt_233;
// System.Int32 TMPro.TMP_Text::k_LargeNegativeInt
int32_t ___k_LargeNegativeInt_234;
public:
inline static int32_t get_offset_of_s_colorWhite_47() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___s_colorWhite_47)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_s_colorWhite_47() const { return ___s_colorWhite_47; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_s_colorWhite_47() { return &___s_colorWhite_47; }
inline void set_s_colorWhite_47(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___s_colorWhite_47 = value;
}
inline static int32_t get_offset_of_k_LargePositiveVector2_229() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___k_LargePositiveVector2_229)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_k_LargePositiveVector2_229() const { return ___k_LargePositiveVector2_229; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_k_LargePositiveVector2_229() { return &___k_LargePositiveVector2_229; }
inline void set_k_LargePositiveVector2_229(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___k_LargePositiveVector2_229 = value;
}
inline static int32_t get_offset_of_k_LargeNegativeVector2_230() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___k_LargeNegativeVector2_230)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_k_LargeNegativeVector2_230() const { return ___k_LargeNegativeVector2_230; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_k_LargeNegativeVector2_230() { return &___k_LargeNegativeVector2_230; }
inline void set_k_LargeNegativeVector2_230(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___k_LargeNegativeVector2_230 = value;
}
inline static int32_t get_offset_of_k_LargePositiveFloat_231() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___k_LargePositiveFloat_231)); }
inline float get_k_LargePositiveFloat_231() const { return ___k_LargePositiveFloat_231; }
inline float* get_address_of_k_LargePositiveFloat_231() { return &___k_LargePositiveFloat_231; }
inline void set_k_LargePositiveFloat_231(float value)
{
___k_LargePositiveFloat_231 = value;
}
inline static int32_t get_offset_of_k_LargeNegativeFloat_232() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___k_LargeNegativeFloat_232)); }
inline float get_k_LargeNegativeFloat_232() const { return ___k_LargeNegativeFloat_232; }
inline float* get_address_of_k_LargeNegativeFloat_232() { return &___k_LargeNegativeFloat_232; }
inline void set_k_LargeNegativeFloat_232(float value)
{
___k_LargeNegativeFloat_232 = value;
}
inline static int32_t get_offset_of_k_LargePositiveInt_233() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___k_LargePositiveInt_233)); }
inline int32_t get_k_LargePositiveInt_233() const { return ___k_LargePositiveInt_233; }
inline int32_t* get_address_of_k_LargePositiveInt_233() { return &___k_LargePositiveInt_233; }
inline void set_k_LargePositiveInt_233(int32_t value)
{
___k_LargePositiveInt_233 = value;
}
inline static int32_t get_offset_of_k_LargeNegativeInt_234() { return static_cast<int32_t>(offsetof(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields, ___k_LargeNegativeInt_234)); }
inline int32_t get_k_LargeNegativeInt_234() const { return ___k_LargeNegativeInt_234; }
inline int32_t* get_address_of_k_LargeNegativeInt_234() { return &___k_LargeNegativeInt_234; }
inline void set_k_LargeNegativeInt_234(int32_t value)
{
___k_LargeNegativeInt_234 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TMP_TEXT_T7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_H
#ifndef TEXTMESHPRO_T6FF60D9DCAF295045FE47C014CC855C5784752E2_H
#define TEXTMESHPRO_T6FF60D9DCAF295045FE47C014CC855C5784752E2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextMeshPro
struct TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 : public TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7
{
public:
// System.Boolean TMPro.TextMeshPro::m_currentAutoSizeMode
bool ___m_currentAutoSizeMode_235;
// System.Boolean TMPro.TextMeshPro::m_hasFontAssetChanged
bool ___m_hasFontAssetChanged_236;
// System.Single TMPro.TextMeshPro::m_previousLossyScaleY
float ___m_previousLossyScaleY_237;
// UnityEngine.Renderer TMPro.TextMeshPro::m_renderer
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * ___m_renderer_238;
// UnityEngine.MeshFilter TMPro.TextMeshPro::m_meshFilter
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___m_meshFilter_239;
// System.Boolean TMPro.TextMeshPro::m_isFirstAllocation
bool ___m_isFirstAllocation_240;
// System.Int32 TMPro.TextMeshPro::m_max_characters
int32_t ___m_max_characters_241;
// System.Int32 TMPro.TextMeshPro::m_max_numberOfLines
int32_t ___m_max_numberOfLines_242;
// UnityEngine.Bounds TMPro.TextMeshPro::m_default_bounds
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___m_default_bounds_243;
// TMPro.TMP_SubMesh[] TMPro.TextMeshPro::m_subTextObjects
TMP_SubMeshU5BU5D_t1847E144072AA6E3FEB91A5E855C564CE48448FD* ___m_subTextObjects_244;
// System.Boolean TMPro.TextMeshPro::m_isMaskingEnabled
bool ___m_isMaskingEnabled_245;
// System.Boolean TMPro.TextMeshPro::isMaskUpdateRequired
bool ___isMaskUpdateRequired_246;
// TMPro.MaskingTypes TMPro.TextMeshPro::m_maskType
int32_t ___m_maskType_247;
// UnityEngine.Matrix4x4 TMPro.TextMeshPro::m_EnvMapMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_EnvMapMatrix_248;
// UnityEngine.Vector3[] TMPro.TextMeshPro::m_RectTransformCorners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_RectTransformCorners_249;
// System.Boolean TMPro.TextMeshPro::m_isRegisteredForEvents
bool ___m_isRegisteredForEvents_250;
// System.Int32 TMPro.TextMeshPro::loopCountA
int32_t ___loopCountA_251;
public:
inline static int32_t get_offset_of_m_currentAutoSizeMode_235() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_currentAutoSizeMode_235)); }
inline bool get_m_currentAutoSizeMode_235() const { return ___m_currentAutoSizeMode_235; }
inline bool* get_address_of_m_currentAutoSizeMode_235() { return &___m_currentAutoSizeMode_235; }
inline void set_m_currentAutoSizeMode_235(bool value)
{
___m_currentAutoSizeMode_235 = value;
}
inline static int32_t get_offset_of_m_hasFontAssetChanged_236() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_hasFontAssetChanged_236)); }
inline bool get_m_hasFontAssetChanged_236() const { return ___m_hasFontAssetChanged_236; }
inline bool* get_address_of_m_hasFontAssetChanged_236() { return &___m_hasFontAssetChanged_236; }
inline void set_m_hasFontAssetChanged_236(bool value)
{
___m_hasFontAssetChanged_236 = value;
}
inline static int32_t get_offset_of_m_previousLossyScaleY_237() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_previousLossyScaleY_237)); }
inline float get_m_previousLossyScaleY_237() const { return ___m_previousLossyScaleY_237; }
inline float* get_address_of_m_previousLossyScaleY_237() { return &___m_previousLossyScaleY_237; }
inline void set_m_previousLossyScaleY_237(float value)
{
___m_previousLossyScaleY_237 = value;
}
inline static int32_t get_offset_of_m_renderer_238() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_renderer_238)); }
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * get_m_renderer_238() const { return ___m_renderer_238; }
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 ** get_address_of_m_renderer_238() { return &___m_renderer_238; }
inline void set_m_renderer_238(Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * value)
{
___m_renderer_238 = value;
Il2CppCodeGenWriteBarrier((&___m_renderer_238), value);
}
inline static int32_t get_offset_of_m_meshFilter_239() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_meshFilter_239)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_m_meshFilter_239() const { return ___m_meshFilter_239; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_m_meshFilter_239() { return &___m_meshFilter_239; }
inline void set_m_meshFilter_239(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___m_meshFilter_239 = value;
Il2CppCodeGenWriteBarrier((&___m_meshFilter_239), value);
}
inline static int32_t get_offset_of_m_isFirstAllocation_240() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_isFirstAllocation_240)); }
inline bool get_m_isFirstAllocation_240() const { return ___m_isFirstAllocation_240; }
inline bool* get_address_of_m_isFirstAllocation_240() { return &___m_isFirstAllocation_240; }
inline void set_m_isFirstAllocation_240(bool value)
{
___m_isFirstAllocation_240 = value;
}
inline static int32_t get_offset_of_m_max_characters_241() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_max_characters_241)); }
inline int32_t get_m_max_characters_241() const { return ___m_max_characters_241; }
inline int32_t* get_address_of_m_max_characters_241() { return &___m_max_characters_241; }
inline void set_m_max_characters_241(int32_t value)
{
___m_max_characters_241 = value;
}
inline static int32_t get_offset_of_m_max_numberOfLines_242() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_max_numberOfLines_242)); }
inline int32_t get_m_max_numberOfLines_242() const { return ___m_max_numberOfLines_242; }
inline int32_t* get_address_of_m_max_numberOfLines_242() { return &___m_max_numberOfLines_242; }
inline void set_m_max_numberOfLines_242(int32_t value)
{
___m_max_numberOfLines_242 = value;
}
inline static int32_t get_offset_of_m_default_bounds_243() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_default_bounds_243)); }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_m_default_bounds_243() const { return ___m_default_bounds_243; }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_m_default_bounds_243() { return &___m_default_bounds_243; }
inline void set_m_default_bounds_243(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value)
{
___m_default_bounds_243 = value;
}
inline static int32_t get_offset_of_m_subTextObjects_244() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_subTextObjects_244)); }
inline TMP_SubMeshU5BU5D_t1847E144072AA6E3FEB91A5E855C564CE48448FD* get_m_subTextObjects_244() const { return ___m_subTextObjects_244; }
inline TMP_SubMeshU5BU5D_t1847E144072AA6E3FEB91A5E855C564CE48448FD** get_address_of_m_subTextObjects_244() { return &___m_subTextObjects_244; }
inline void set_m_subTextObjects_244(TMP_SubMeshU5BU5D_t1847E144072AA6E3FEB91A5E855C564CE48448FD* value)
{
___m_subTextObjects_244 = value;
Il2CppCodeGenWriteBarrier((&___m_subTextObjects_244), value);
}
inline static int32_t get_offset_of_m_isMaskingEnabled_245() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_isMaskingEnabled_245)); }
inline bool get_m_isMaskingEnabled_245() const { return ___m_isMaskingEnabled_245; }
inline bool* get_address_of_m_isMaskingEnabled_245() { return &___m_isMaskingEnabled_245; }
inline void set_m_isMaskingEnabled_245(bool value)
{
___m_isMaskingEnabled_245 = value;
}
inline static int32_t get_offset_of_isMaskUpdateRequired_246() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___isMaskUpdateRequired_246)); }
inline bool get_isMaskUpdateRequired_246() const { return ___isMaskUpdateRequired_246; }
inline bool* get_address_of_isMaskUpdateRequired_246() { return &___isMaskUpdateRequired_246; }
inline void set_isMaskUpdateRequired_246(bool value)
{
___isMaskUpdateRequired_246 = value;
}
inline static int32_t get_offset_of_m_maskType_247() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_maskType_247)); }
inline int32_t get_m_maskType_247() const { return ___m_maskType_247; }
inline int32_t* get_address_of_m_maskType_247() { return &___m_maskType_247; }
inline void set_m_maskType_247(int32_t value)
{
___m_maskType_247 = value;
}
inline static int32_t get_offset_of_m_EnvMapMatrix_248() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_EnvMapMatrix_248)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_EnvMapMatrix_248() const { return ___m_EnvMapMatrix_248; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_EnvMapMatrix_248() { return &___m_EnvMapMatrix_248; }
inline void set_m_EnvMapMatrix_248(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___m_EnvMapMatrix_248 = value;
}
inline static int32_t get_offset_of_m_RectTransformCorners_249() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_RectTransformCorners_249)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_RectTransformCorners_249() const { return ___m_RectTransformCorners_249; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_RectTransformCorners_249() { return &___m_RectTransformCorners_249; }
inline void set_m_RectTransformCorners_249(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_RectTransformCorners_249 = value;
Il2CppCodeGenWriteBarrier((&___m_RectTransformCorners_249), value);
}
inline static int32_t get_offset_of_m_isRegisteredForEvents_250() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___m_isRegisteredForEvents_250)); }
inline bool get_m_isRegisteredForEvents_250() const { return ___m_isRegisteredForEvents_250; }
inline bool* get_address_of_m_isRegisteredForEvents_250() { return &___m_isRegisteredForEvents_250; }
inline void set_m_isRegisteredForEvents_250(bool value)
{
___m_isRegisteredForEvents_250 = value;
}
inline static int32_t get_offset_of_loopCountA_251() { return static_cast<int32_t>(offsetof(TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2, ___loopCountA_251)); }
inline int32_t get_loopCountA_251() const { return ___loopCountA_251; }
inline int32_t* get_address_of_loopCountA_251() { return &___loopCountA_251; }
inline void set_loopCountA_251(int32_t value)
{
___loopCountA_251 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTMESHPRO_T6FF60D9DCAF295045FE47C014CC855C5784752E2_H
#ifndef TEXTMESHPROUGUI_TBA60B913AB6151F8563F7078AD67EB6458129438_H
#define TEXTMESHPROUGUI_TBA60B913AB6151F8563F7078AD67EB6458129438_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextMeshProUGUI
struct TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 : public TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7
{
public:
// System.Boolean TMPro.TextMeshProUGUI::m_isRebuildingLayout
bool ___m_isRebuildingLayout_235;
// System.Boolean TMPro.TextMeshProUGUI::m_hasFontAssetChanged
bool ___m_hasFontAssetChanged_236;
// TMPro.TMP_SubMeshUI[] TMPro.TextMeshProUGUI::m_subTextObjects
TMP_SubMeshUIU5BU5D_tB20103A3891C74028E821AA6857CD89D59C9A87E* ___m_subTextObjects_237;
// System.Single TMPro.TextMeshProUGUI::m_previousLossyScaleY
float ___m_previousLossyScaleY_238;
// UnityEngine.Vector3[] TMPro.TextMeshProUGUI::m_RectTransformCorners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_RectTransformCorners_239;
// UnityEngine.CanvasRenderer TMPro.TextMeshProUGUI::m_canvasRenderer
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_canvasRenderer_240;
// UnityEngine.Canvas TMPro.TextMeshProUGUI::m_canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_canvas_241;
// System.Boolean TMPro.TextMeshProUGUI::m_isFirstAllocation
bool ___m_isFirstAllocation_242;
// System.Int32 TMPro.TextMeshProUGUI::m_max_characters
int32_t ___m_max_characters_243;
// System.Boolean TMPro.TextMeshProUGUI::m_isMaskingEnabled
bool ___m_isMaskingEnabled_244;
// UnityEngine.Material TMPro.TextMeshProUGUI::m_baseMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_baseMaterial_245;
// System.Boolean TMPro.TextMeshProUGUI::m_isScrollRegionSet
bool ___m_isScrollRegionSet_246;
// System.Int32 TMPro.TextMeshProUGUI::m_stencilID
int32_t ___m_stencilID_247;
// UnityEngine.Vector4 TMPro.TextMeshProUGUI::m_maskOffset
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___m_maskOffset_248;
// UnityEngine.Matrix4x4 TMPro.TextMeshProUGUI::m_EnvMapMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_EnvMapMatrix_249;
// System.Boolean TMPro.TextMeshProUGUI::m_isRegisteredForEvents
bool ___m_isRegisteredForEvents_250;
// System.Int32 TMPro.TextMeshProUGUI::m_recursiveCountA
int32_t ___m_recursiveCountA_251;
// System.Int32 TMPro.TextMeshProUGUI::loopCountA
int32_t ___loopCountA_252;
public:
inline static int32_t get_offset_of_m_isRebuildingLayout_235() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_isRebuildingLayout_235)); }
inline bool get_m_isRebuildingLayout_235() const { return ___m_isRebuildingLayout_235; }
inline bool* get_address_of_m_isRebuildingLayout_235() { return &___m_isRebuildingLayout_235; }
inline void set_m_isRebuildingLayout_235(bool value)
{
___m_isRebuildingLayout_235 = value;
}
inline static int32_t get_offset_of_m_hasFontAssetChanged_236() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_hasFontAssetChanged_236)); }
inline bool get_m_hasFontAssetChanged_236() const { return ___m_hasFontAssetChanged_236; }
inline bool* get_address_of_m_hasFontAssetChanged_236() { return &___m_hasFontAssetChanged_236; }
inline void set_m_hasFontAssetChanged_236(bool value)
{
___m_hasFontAssetChanged_236 = value;
}
inline static int32_t get_offset_of_m_subTextObjects_237() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_subTextObjects_237)); }
inline TMP_SubMeshUIU5BU5D_tB20103A3891C74028E821AA6857CD89D59C9A87E* get_m_subTextObjects_237() const { return ___m_subTextObjects_237; }
inline TMP_SubMeshUIU5BU5D_tB20103A3891C74028E821AA6857CD89D59C9A87E** get_address_of_m_subTextObjects_237() { return &___m_subTextObjects_237; }
inline void set_m_subTextObjects_237(TMP_SubMeshUIU5BU5D_tB20103A3891C74028E821AA6857CD89D59C9A87E* value)
{
___m_subTextObjects_237 = value;
Il2CppCodeGenWriteBarrier((&___m_subTextObjects_237), value);
}
inline static int32_t get_offset_of_m_previousLossyScaleY_238() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_previousLossyScaleY_238)); }
inline float get_m_previousLossyScaleY_238() const { return ___m_previousLossyScaleY_238; }
inline float* get_address_of_m_previousLossyScaleY_238() { return &___m_previousLossyScaleY_238; }
inline void set_m_previousLossyScaleY_238(float value)
{
___m_previousLossyScaleY_238 = value;
}
inline static int32_t get_offset_of_m_RectTransformCorners_239() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_RectTransformCorners_239)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_RectTransformCorners_239() const { return ___m_RectTransformCorners_239; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_RectTransformCorners_239() { return &___m_RectTransformCorners_239; }
inline void set_m_RectTransformCorners_239(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_RectTransformCorners_239 = value;
Il2CppCodeGenWriteBarrier((&___m_RectTransformCorners_239), value);
}
inline static int32_t get_offset_of_m_canvasRenderer_240() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_canvasRenderer_240)); }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_canvasRenderer_240() const { return ___m_canvasRenderer_240; }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_canvasRenderer_240() { return &___m_canvasRenderer_240; }
inline void set_m_canvasRenderer_240(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value)
{
___m_canvasRenderer_240 = value;
Il2CppCodeGenWriteBarrier((&___m_canvasRenderer_240), value);
}
inline static int32_t get_offset_of_m_canvas_241() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_canvas_241)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_canvas_241() const { return ___m_canvas_241; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_canvas_241() { return &___m_canvas_241; }
inline void set_m_canvas_241(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
___m_canvas_241 = value;
Il2CppCodeGenWriteBarrier((&___m_canvas_241), value);
}
inline static int32_t get_offset_of_m_isFirstAllocation_242() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_isFirstAllocation_242)); }
inline bool get_m_isFirstAllocation_242() const { return ___m_isFirstAllocation_242; }
inline bool* get_address_of_m_isFirstAllocation_242() { return &___m_isFirstAllocation_242; }
inline void set_m_isFirstAllocation_242(bool value)
{
___m_isFirstAllocation_242 = value;
}
inline static int32_t get_offset_of_m_max_characters_243() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_max_characters_243)); }
inline int32_t get_m_max_characters_243() const { return ___m_max_characters_243; }
inline int32_t* get_address_of_m_max_characters_243() { return &___m_max_characters_243; }
inline void set_m_max_characters_243(int32_t value)
{
___m_max_characters_243 = value;
}
inline static int32_t get_offset_of_m_isMaskingEnabled_244() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_isMaskingEnabled_244)); }
inline bool get_m_isMaskingEnabled_244() const { return ___m_isMaskingEnabled_244; }
inline bool* get_address_of_m_isMaskingEnabled_244() { return &___m_isMaskingEnabled_244; }
inline void set_m_isMaskingEnabled_244(bool value)
{
___m_isMaskingEnabled_244 = value;
}
inline static int32_t get_offset_of_m_baseMaterial_245() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_baseMaterial_245)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_baseMaterial_245() const { return ___m_baseMaterial_245; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_baseMaterial_245() { return &___m_baseMaterial_245; }
inline void set_m_baseMaterial_245(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_baseMaterial_245 = value;
Il2CppCodeGenWriteBarrier((&___m_baseMaterial_245), value);
}
inline static int32_t get_offset_of_m_isScrollRegionSet_246() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_isScrollRegionSet_246)); }
inline bool get_m_isScrollRegionSet_246() const { return ___m_isScrollRegionSet_246; }
inline bool* get_address_of_m_isScrollRegionSet_246() { return &___m_isScrollRegionSet_246; }
inline void set_m_isScrollRegionSet_246(bool value)
{
___m_isScrollRegionSet_246 = value;
}
inline static int32_t get_offset_of_m_stencilID_247() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_stencilID_247)); }
inline int32_t get_m_stencilID_247() const { return ___m_stencilID_247; }
inline int32_t* get_address_of_m_stencilID_247() { return &___m_stencilID_247; }
inline void set_m_stencilID_247(int32_t value)
{
___m_stencilID_247 = value;
}
inline static int32_t get_offset_of_m_maskOffset_248() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_maskOffset_248)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_m_maskOffset_248() const { return ___m_maskOffset_248; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_m_maskOffset_248() { return &___m_maskOffset_248; }
inline void set_m_maskOffset_248(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___m_maskOffset_248 = value;
}
inline static int32_t get_offset_of_m_EnvMapMatrix_249() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_EnvMapMatrix_249)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_EnvMapMatrix_249() const { return ___m_EnvMapMatrix_249; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_EnvMapMatrix_249() { return &___m_EnvMapMatrix_249; }
inline void set_m_EnvMapMatrix_249(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___m_EnvMapMatrix_249 = value;
}
inline static int32_t get_offset_of_m_isRegisteredForEvents_250() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_isRegisteredForEvents_250)); }
inline bool get_m_isRegisteredForEvents_250() const { return ___m_isRegisteredForEvents_250; }
inline bool* get_address_of_m_isRegisteredForEvents_250() { return &___m_isRegisteredForEvents_250; }
inline void set_m_isRegisteredForEvents_250(bool value)
{
___m_isRegisteredForEvents_250 = value;
}
inline static int32_t get_offset_of_m_recursiveCountA_251() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___m_recursiveCountA_251)); }
inline int32_t get_m_recursiveCountA_251() const { return ___m_recursiveCountA_251; }
inline int32_t* get_address_of_m_recursiveCountA_251() { return &___m_recursiveCountA_251; }
inline void set_m_recursiveCountA_251(int32_t value)
{
___m_recursiveCountA_251 = value;
}
inline static int32_t get_offset_of_loopCountA_252() { return static_cast<int32_t>(offsetof(TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438, ___loopCountA_252)); }
inline int32_t get_loopCountA_252() const { return ___loopCountA_252; }
inline int32_t* get_address_of_loopCountA_252() { return &___loopCountA_252; }
inline void set_loopCountA_252(int32_t value)
{
___loopCountA_252 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTMESHPROUGUI_TBA60B913AB6151F8563F7078AD67EB6458129438_H
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_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, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : 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_CharacterInfo[]
struct TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604 : public RuntimeArray
{
public:
ALIGN_FIELD (8) TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 m_Items[1];
public:
inline TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * 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_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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(m_Items + index, 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(m_Items + index, value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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(m_Items + index, 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(m_Items + index, value);
}
};
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1];
public:
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * 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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E m_Items[1];
public:
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * 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, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector2_tA85D2DD88578276CA8A8796756458277E72D073D m_Items[1];
public:
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * 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_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
m_Items[index] = value;
}
};
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
public:
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * 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_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : 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;
}
};
// TMPro.TMP_MeshInfo[]
struct TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E m_Items[1];
public:
inline TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * 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_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E value)
{
m_Items[index] = value;
}
};
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
{
public:
ALIGN_FIELD (8) Type_t * m_Items[1];
public:
inline Type_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Type_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, Type_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// UnityEngine.Material[]
struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * m_Items[1];
public:
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** 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_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* 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, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// TMPro.TMP_LineInfo[]
struct TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C : public RuntimeArray
{
public:
ALIGN_FIELD (8) TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 m_Items[1];
public:
inline TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 * 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_tE89A82D872E55C3DDF29C4C8D862358633D0B442 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 value)
{
m_Items[index] = value;
}
};
// TMPro.TMP_FontWeights[]
struct TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1 : public RuntimeArray
{
public:
ALIGN_FIELD (8) TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA m_Items[1];
public:
inline TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA * 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_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA value)
{
m_Items[index] = value;
}
};
// TMPro.XML_TagAttribute[]
struct XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B : public RuntimeArray
{
public:
ALIGN_FIELD (8) XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E m_Items[1];
public:
inline XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E * 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, XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E value)
{
m_Items[index] = value;
}
};
// TMPro.MaterialReference[]
struct MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B : public RuntimeArray
{
public:
ALIGN_FIELD (8) MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F m_Items[1];
public:
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F * 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_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F value)
{
m_Items[index] = value;
}
};
// TMPro.TMP_LinkInfo[]
struct TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D : public RuntimeArray
{
public:
ALIGN_FIELD (8) TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 m_Items[1];
public:
inline TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * 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_t7F4B699290A975144DF7094667825BCD52594468 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 value)
{
m_Items[index] = value;
}
};
// TMPro.TextAlignmentOptions[]
struct TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B : 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;
}
};
// TMPro.TMP_ColorGradient[]
struct TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C : public RuntimeArray
{
public:
ALIGN_FIELD (8) TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * m_Items[1];
public:
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** 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_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m38CD236F782AA440F6DDB5D90B4C9DA24CDBA3A7_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Int32,System.Int32>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UnityEvent_3__ctor_m548CD03D315CD41D7A6EF3242515CAF0D6C158C3_gshared (UnityEvent_3_t2806FFBD49F1501D6C532F2520EFAB143233B6D9 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m68C126AFEC28E91B9FE248F8437429FC0DCE07AA_gshared (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B_gshared (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m1EC5117AD814B97460F8F95D49A428032FE37CBF_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::FindIndex(System.Predicate`1<!0>)
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_FindIndex_m5563A282B0A2678F604F7BAA8FEDE23E946F1287_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * p0, const RuntimeMethod* method);
// System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<System.Object>::Get()
extern "C" IL2CPP_METHOD_ATTR List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * TMP_ListPool_1_Get_mB7FA6C09CE5DE021517C1CB0B6926397A4CE0E75_gshared (const RuntimeMethod* method);
// System.Void UnityEngine.Component::GetComponents<System.Object>(System.Collections.Generic.List`1<!!0>)
extern "C" IL2CPP_METHOD_ATTR void Component_GetComponents_TisRuntimeObject_mA4ED858AFB792F49986E8A5A93CE41AA8CC06ABA_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_ListPool`1<System.Object>::Release(System.Collections.Generic.List`1<T>)
extern "C" IL2CPP_METHOD_ATTR void TMP_ListPool_1_Release_m3F116BE2665CFDA230D88CE578BB3EDCD4D6E778_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * p0, const RuntimeMethod* method);
// System.Void UnityEngine.Component::GetComponentsInParent<System.Object>(System.Boolean,System.Collections.Generic.List`1<!!0>)
extern "C" IL2CPP_METHOD_ATTR void Component_GetComponentsInParent_TisRuntimeObject_m0A219FCE20011A8C2ABBFB2D1BBAA1F2986F93B9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, bool p0, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mB149D62D74369A338BD8F54CE27250CF7D87D8BF_gshared (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * __this, int64_t p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC8C263C2EC0B2C82A7A9D5D6EA630363479B42E9_gshared (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * __this, int64_t p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB_gshared (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, int32_t p0, int64_t p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_gshared (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, int32_t p0, int64_t* p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,System.Object>::Remove(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m29278A89BE34F4DD257F055DD80C2B5507552AC4_gshared (Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD * __this, int64_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Remove(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61_gshared (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Array::Resize<UnityEngine.Vector3>(!!0[]&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_gshared (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Array::Resize<UnityEngine.Vector4>(!!0[]&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_gshared (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Array::Resize<UnityEngine.Vector2>(!!0[]&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_gshared (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Array::Resize<UnityEngine.Color32>(!!0[]&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_gshared (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Array::Resize<System.Int32>(!!0[]&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_gshared (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** p0, int32_t p1, const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<System.Object>(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared (String_t* p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA_gshared (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_gshared (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B_gshared (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * __this, int32_t p0, Il2CppChar p1, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<System.Object>()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Clear()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272_gshared (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249_gshared (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, int32_t p0, bool* p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0_gshared (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, int32_t p0, bool p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E_gshared (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_gshared (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Clear()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_gshared (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_gshared (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_gshared (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_gshared (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, int32_t p0, int32_t* p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(!0)
extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mDA40BF5B34B9FC13EC60102D92D1C35B30BBD60C_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(!0)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mEFECE2769017AB70A9B1E7F5F8BBA59375620B54_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m8B31D0EA3C1FCE4C6977A76829773DA0D127E217_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<System.Object>()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m41E09C4CA476451FE275573062956CED105CB79A_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<System.Object>()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mCB8164FB05F8DCF99E098ADC5E13E96FEF6FC4E9_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Clear()
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_gshared (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::ResizeInternalArray<System.Int32>(T[]&)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_gshared (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___array0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::SetDefault(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6_gshared (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_gshared (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, int32_t p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Int32>::CurrentItem()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_gshared (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Int32>::Remove()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_gshared (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::SetDefault(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC_gshared (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::SetDefault(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, float p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::SetDefault(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_SetDefault_m4C127004730C9333F6D7235DF386080629835F4C_gshared (TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F * __this, int32_t p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Clear()
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_gshared (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Remove()
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_gshared (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Push(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, float p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Single>::Pop()
extern "C" IL2CPP_METHOD_ATTR float TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, float p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Single>::Remove()
extern "C" IL2CPP_METHOD_ATTR float TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_gshared (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Remove()
extern "C" IL2CPP_METHOD_ATTR MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413_gshared (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_LinkInfo>(T[]&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15_gshared (TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D** ___array0, int32_t ___size1, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Add_mDE6F9BAC34EF8DE92C5D12307AC5AB2488FDBD6A_gshared (TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F * __this, int32_t p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Int32Enum>::Remove()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_XmlTagStack_1_Remove_mB95D13C52B76360D49C494D2E5B29B1CD28CF247_gshared (TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Object>::Add(T)
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1_Add_m33D4BBD3D473D9E96C595E9A1A5EC7FAB4411D3D_gshared (TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Object>::Remove()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TMP_XmlTagStack_1_Remove_mBAB65DA6EF157AEB7486F84C85F24873A06F6284_gshared (TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::.ctor(T[])
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856_gshared (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::.ctor(T[])
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_gshared (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::.ctor(T[])
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_gshared (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32Enum>::.ctor(T[])
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1__ctor_m9F656CE26FE6CA9567A31E3C37059BAE6666DAF0_gshared (TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F * __this, Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::.ctor(T[])
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_gshared (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * __this, Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Object>::.ctor(T[])
extern "C" IL2CPP_METHOD_ATTR void TMP_XmlTagStack_1__ctor_m4ED15D4EF0E452F57F29730BFF68A70F59571156_gshared (TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_unscaledTime()
extern "C" IL2CPP_METHOD_ATTR float Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472 (const RuntimeMethod* method);
// System.Boolean TMPro.TMP_InputField::get_hasSelection()
extern "C" IL2CPP_METHOD_ATTR bool TMP_InputField_get_hasSelection_mF33171C0E4DFC78F3621A98290BA4FB3F41A1D65 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_InputField::MarkGeometryAsDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_InputField_MarkGeometryAsDirty_mFB94D8F7F042A4BB1B247A0731DABA6350E6B45F (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// UnityEngine.RectTransform TMPro.TMP_InputField::get_textViewport()
extern "C" IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * TMP_InputField_get_textViewport_mA36B5AF9BE40271D7B40B0C78C0AB91013C09503 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_position()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_position_m00FFBA0CB6385B8E8B82BE9C8AAC45E027B2D061 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.Camera UnityEngine.EventSystems.PointerEventData::get_pressEventCamera()
extern "C" IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * PointerEventData_get_pressEventCamera_m67D6A0046313FF44CD3071EA68691846203C1756 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.RectTransformUtility::ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector2&)
extern "C" IL2CPP_METHOD_ATTR bool RectTransformUtility_ScreenPointToLocalPointInRectangle_m2C389D4DCBB3CADB51A793702F13DF7CE837E153 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * p0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p1, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * p2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * p3, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.RectTransform::get_rect()
extern "C" IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_InputField::get_multiLine()
extern "C" IL2CPP_METHOD_ATTR bool TMP_InputField_get_multiLine_m32C7B876777CC7FBEDBAA89706D0E35C65CFF345 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMax()
extern "C" IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_InputField::MoveUp(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_InputField_MoveUp_m2E2C007B705344ECD5656FA9EB6A2B5D5AA148AD (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, bool ___shift0, bool ___goToFirstChar1, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMin()
extern "C" IL2CPP_METHOD_ATTR float Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_InputField::MoveDown(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_InputField_MoveDown_m14F75BACAB710DD1AB04C6BBA1C277BD86CD6E58 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, bool ___shift0, bool ___goToLastChar1, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMin()
extern "C" IL2CPP_METHOD_ATTR float Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_InputField::MoveLeft(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_InputField_MoveLeft_m83710D2E07767B1A23F0579537FBD4F75EFE0A41 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMax()
extern "C" IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_InputField::MoveRight(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_InputField_MoveRight_m2A9DFFF076F9A881982904EF397FEEE0EE5E4A85 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, bool ___shift0, bool ___ctrl1, const RuntimeMethod* method);
// System.Void TMPro.TMP_InputField::UpdateLabel()
extern "C" IL2CPP_METHOD_ATTR void TMP_InputField_UpdateLabel_m1361CF967D63717955D4B9062DDBAC157CE20D73 (TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
extern "C" IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559 (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * __this, float p0, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.String>::.ctor()
inline void UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91 (UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 * __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 *, const RuntimeMethod*))UnityEvent_1__ctor_m38CD236F782AA440F6DDB5D90B4C9DA24CDBA3A7_gshared)(__this, method);
}
// System.Void UnityEngine.Events.UnityEvent`3<System.String,System.Int32,System.Int32>::.ctor()
inline void UnityEvent_3__ctor_m68F651C4BE952A05027D339089706F152B77DFBA (UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 * __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 *, const RuntimeMethod*))UnityEvent_3__ctor_m548CD03D315CD41D7A6EF3242515CAF0D6C158C3_gshared)(__this, method);
}
// System.Void UnityEngine.ScriptableObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B (ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_LinkInfo::SetLinkID(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05 (TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// TMPro.TMP_TextInfo TMPro.TMP_Text::get_textInfo()
extern "C" IL2CPP_METHOD_ATTR TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * TMP_Text_get_textInfo_m773CC543D209B2EDEE8C8DF086F0A19803A40D78 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.String System.Char::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String TMPro.TMP_LinkInfo::GetLinkText()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C (TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p1, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.String TMPro.TMP_LinkInfo::GetLinkID()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E (TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::.ctor()
inline void List_1__ctor_m32E37CD83332EFDDFE3E1D7C84ABAA8D8BC5DB34 (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::.ctor()
inline void Dictionary_2__ctor_mD52EC54F0E4C5C6BE9EDEEE1F838F09E589387A9 (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E *, const RuntimeMethod*))Dictionary_2__ctor_m68C126AFEC28E91B9FE248F8437429FC0DCE07AA_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::.ctor()
inline void Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *, const RuntimeMethod*))Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::.ctor()
inline void List_1__ctor_m4156BEC52987E84FC9F4140240BD7C6389AA9F01 (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void UnityEngine.Camera/CameraCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50 (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
extern "C" IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * p0, Delegate_t * p1, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas/WillRenderCanvases::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void WillRenderCanvases__ctor_m9AB0D8B934BE573C4B3ABBAA313984B054B4B885 (WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::add_willRenderCanvases(UnityEngine.Canvas/WillRenderCanvases)
extern "C" IL2CPP_METHOD_ATTR void Canvas_add_willRenderCanvases_mACABFF4EAFB7DCFF4B9A33357D496EC3010D7E6B (WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager::CleanupFallbackMaterials()
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2 (const RuntimeMethod* method);
// System.Boolean UnityEngine.Material::HasProperty(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Material_HasProperty_m901DE6C516A0D2C986B849C7B44F679AE21B8927 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Object::GetInstanceID()
extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::get_Item(System.Int32)
inline MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4 (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * (*) (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::get_Count()
inline int32_t List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637 (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void UnityEngine.Material::.ctor(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * p0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
extern "C" IL2CPP_METHOD_ATTR void Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, int32_t p0, const RuntimeMethod* method);
// System.String[] UnityEngine.Material::get_shaderKeywords()
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Material_get_shaderKeywords_mF653034CC23EB4A65580BA4388F7258328C9C90C (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Material::set_shaderKeywords(System.String[])
extern "C" IL2CPP_METHOD_ATTR void Material_set_shaderKeywords_m336EBA03D542BE657FEBDD62C7546568CD3081C9 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method);
// System.Void TMPro.ShaderUtilities::GetShaderPropertyIDs()
extern "C" IL2CPP_METHOD_ATTR void ShaderUtilities_GetShaderPropertyIDs_m933D279353B8C3F4AE1813FA85ACD30F9B6B70EE (const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetFloat(System.Int32,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, float p1, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager/MaskingMaterial::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MaskingMaterial__ctor_mCBFFFBABEE1ABF7FA9DA1BA8E404FD7D53E928B8 (MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::Add(!0)
inline void List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14 (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * __this, MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *, MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
extern "C" IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885 (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m1EC5117AD814B97460F8F95D49A428032FE37CBF_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_MaterialManager/<>c__DisplayClass10_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m2371F017B8DE7BA53A47BC83789EB473E29EC57D (U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * __this, const RuntimeMethod* method);
// System.Void System.Predicate`1<TMPro.TMP_MaterialManager/MaskingMaterial>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E (Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, p0, p1, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/MaskingMaterial>::FindIndex(System.Predicate`1<!0>)
inline int32_t List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * __this, Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA * p0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *, Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA *, const RuntimeMethod*))List_1_FindIndex_m5563A282B0A2678F604F7BAA8FEDE23E946F1287_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_MaterialManager/<>c__DisplayClass12_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m4F24E8CE62E0D7D0E838A1726F4A3810E805D937 (U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager/<>c__DisplayClass13_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m0FA0F842624EC8C1B9DECD2706A9D8B7EDDC4474 (U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager/<>c__DisplayClass14_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mB0A41E33B2C5F81D397D387544953862BDC16B8C (U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * __this, const RuntimeMethod* method);
// System.String UnityEngine.Object::get_name()
extern "C" IL2CPP_METHOD_ATTR String_t* Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::Log(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// UnityEngine.Transform TMPro.TMP_MaterialManager::FindRootSortOverrideCanvas(UnityEngine.Transform)
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___start0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::get_parent()
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.UI.Mask>::Get()
inline List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * TMP_ListPool_1_Get_mE7830422D07D873206C9C86EE885950CFCEEC6D3 (const RuntimeMethod* method)
{
return (( List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * (*) (const RuntimeMethod*))TMP_ListPool_1_Get_mB7FA6C09CE5DE021517C1CB0B6926397A4CE0E75_gshared)(method);
}
// System.Void UnityEngine.Component::GetComponents<UnityEngine.UI.Mask>(System.Collections.Generic.List`1<!!0>)
inline void Component_GetComponents_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mABE0E5864C7CE9AA6C7EBD5A5A4FABB63E1F1E7A (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * p0, const RuntimeMethod* method)
{
(( void (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mA4ED858AFB792F49986E8A5A93CE41AA8CC06ABA_gshared)(__this, p0, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.UI.Mask>::get_Item(System.Int32)
inline Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * List_1_get_Item_m065F2325CBE72552B7A34C3CDC4DB8734CEF0094 (List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * (*) (List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p1, const RuntimeMethod* method);
// UnityEngine.UI.Graphic UnityEngine.UI.Mask::get_graphic()
extern "C" IL2CPP_METHOD_ATTR Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * Mask_get_graphic_m5B49E746A9E93A4D1BAAFD83F9ACB7C90633B5B3 (Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Mask>::get_Count()
inline int32_t List_1_get_Count_mC69B3DF3DBE8F7C578FBC4AAC9361B42D01447AB (List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void TMPro.TMP_ListPool`1<UnityEngine.UI.Mask>::Release(System.Collections.Generic.List`1<T>)
inline void TMP_ListPool_1_Release_mF773AFF7EA91D0FB0301DC1FB616C312A81C728D (List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 *, const RuntimeMethod*))TMP_ListPool_1_Release_m3F116BE2665CFDA230D88CE578BB3EDCD4D6E778_gshared)(p0, method);
}
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A (int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.UI.IMaterialModifier>::Get()
inline List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * TMP_ListPool_1_Get_mEE0695819C8F1C8188F19F76FBF88EC9DFED2B07 (const RuntimeMethod* method)
{
return (( List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * (*) (const RuntimeMethod*))TMP_ListPool_1_Get_mB7FA6C09CE5DE021517C1CB0B6926397A4CE0E75_gshared)(method);
}
// System.Void UnityEngine.Component::GetComponents<UnityEngine.UI.IMaterialModifier>(System.Collections.Generic.List`1<!!0>)
inline void Component_GetComponents_TisIMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_m0E061B892638A68112CEF3A1199498E27C7F93BF (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * p0, const RuntimeMethod* method)
{
(( void (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mA4ED858AFB792F49986E8A5A93CE41AA8CC06ABA_gshared)(__this, p0, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.UI.IMaterialModifier>::get_Item(System.Int32)
inline RuntimeObject* List_1_get_Item_m340E24EC2531B411F6394AEC9A80C6E9A573FF74 (List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.IMaterialModifier>::get_Count()
inline int32_t List_1_get_Count_m1699944B3877811C3B111611DCD11DB1F64D6466 (List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void TMPro.TMP_ListPool`1<UnityEngine.UI.IMaterialModifier>::Release(System.Collections.Generic.List`1<T>)
inline void TMP_ListPool_1_Release_mC88951551AE5C45A061D1B7B4E1522EA1CE9735F (List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 *, const RuntimeMethod*))TMP_ListPool_1_Release_m3F116BE2665CFDA230D88CE578BB3EDCD4D6E778_gshared)(p0, method);
}
// System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.Canvas>::Get()
inline List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * TMP_ListPool_1_Get_m2A625FE8890189335F84DBA7B0FFFD984C1AC7CA (const RuntimeMethod* method)
{
return (( List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * (*) (const RuntimeMethod*))TMP_ListPool_1_Get_mB7FA6C09CE5DE021517C1CB0B6926397A4CE0E75_gshared)(method);
}
// System.Void UnityEngine.Component::GetComponentsInParent<UnityEngine.Canvas>(System.Boolean,System.Collections.Generic.List`1<!!0>)
inline void Component_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mCDB9F6BF86EDCAA7E9E851979CCAF8A39A50CC1A (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, bool p0, List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * p1, const RuntimeMethod* method)
{
(( void (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, bool, List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 *, const RuntimeMethod*))Component_GetComponentsInParent_TisRuntimeObject_m0A219FCE20011A8C2ABBFB2D1BBAA1F2986F93B9_gshared)(__this, p0, p1, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Item(System.Int32)
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * List_1_get_Item_mC612817754A6D38EE27C6F53CE39983E997AF393 (List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Boolean UnityEngine.Canvas::get_overrideSorting()
extern "C" IL2CPP_METHOD_ATTR bool Canvas_get_overrideSorting_m5C4295223733C2195D2B6CC69721B04376C3C67C (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Count()
inline int32_t List_1_get_Count_mE04D8511C4932A02D8555BE67D00DA6376B15628 (List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void TMPro.TMP_ListPool`1<UnityEngine.Canvas>::Release(System.Collections.Generic.List`1<T>)
inline void TMP_ListPool_1_Release_m4E2034447C89045A490E9635CE79B30E8D24EA80 (List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 *, const RuntimeMethod*))TMP_ListPool_1_Release_m3F116BE2665CFDA230D88CE578BB3EDCD4D6E778_gshared)(p0, method);
}
// UnityEngine.Transform UnityEngine.Component::get_transform()
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// UnityEngine.Texture UnityEngine.Material::GetTexture(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * Material_GetTexture_mDB1B89D76D44AD07BD214224C59A6FE0B62F6477 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167 (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * __this, int64_t p0, FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E *, int64_t, FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A **, const RuntimeMethod*))Dictionary_2_TryGetValue_mB149D62D74369A338BD8F54CE27250CF7D87D8BF_gshared)(__this, p0, p1, method);
}
// System.Void UnityEngine.Material::SetTexture(System.Int32,UnityEngine.Texture)
extern "C" IL2CPP_METHOD_ATTR void Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * p1, const RuntimeMethod* method);
// System.Single UnityEngine.Material::GetFloat(System.Int32)
extern "C" IL2CPP_METHOD_ATTR float Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager/FallbackMaterial::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FallbackMaterial__ctor_mCF6E7FD9A15BC095C34E314E59E034AD9559795A (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::Add(!0,!1)
inline void Dictionary_2_Add_mFAD4E21F5CE7180A2C02C7347F2B796CA2114523 (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * __this, int64_t p0, FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E *, int64_t, FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A *, const RuntimeMethod*))Dictionary_2_Add_mC8C263C2EC0B2C82A7A9D5D6EA630363479B42E9_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Add(!0,!1)
inline void Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, int32_t p0, int64_t p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *, int32_t, int64_t, const RuntimeMethod*))Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB_gshared)(__this, p0, p1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, int32_t p0, int64_t* p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *, int32_t, int64_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::Add(!0)
inline void List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66 (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * __this, FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 *, FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::get_Count()
inline int32_t List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4 (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::get_Item(System.Int32)
inline FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * List_1_get_Item_mA2EF700F87EDC8F73DFDAA61F8447F1531DCA9EF (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * (*) (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int64,TMPro.TMP_MaterialManager/FallbackMaterial>::Remove(!0)
inline bool Dictionary_2_Remove_m739E37A1198D5703D1FF1E0BA3EA1CFEE63AD04B (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * __this, int64_t p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E *, int64_t, const RuntimeMethod*))Dictionary_2_Remove_m29278A89BE34F4DD257F055DD80C2B5507552AC4_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int64>::Remove(!0)
inline bool Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61 (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_MaterialManager/FallbackMaterial>::Clear()
inline void List_1_Clear_m63FDD80814E06377881C9449DAFC789FE3790638 (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void UnityEngine.Material::CopyPropertiesFromMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void Material_CopyPropertiesFromMaterial_mC80A6EB2A756B079CEEDEBD5F03A36A6DD18227A (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * p0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float p0, float p1, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::Clear()
extern "C" IL2CPP_METHOD_ATTR void Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
extern "C" IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[])
extern "C" IL2CPP_METHOD_ATTR void Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* p0, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_normals(UnityEngine.Vector3[])
extern "C" IL2CPP_METHOD_ATTR void Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* p0, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_tangents(UnityEngine.Vector4[])
extern "C" IL2CPP_METHOD_ATTR void Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* p0, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_triangles(System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* p0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float p0, float p1, float p2, const RuntimeMethod* method);
// System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
extern "C" IL2CPP_METHOD_ATTR void Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p1, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_bounds(UnityEngine.Bounds)
extern "C" IL2CPP_METHOD_ATTR void Mesh_set_bounds_mB09338F622466456ADBCC449BB1F62F2EF1731B6 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::.ctor(UnityEngine.Mesh,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___size1, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::.ctor(UnityEngine.Mesh,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___size1, bool ___isVolumetric2, const RuntimeMethod* method);
// System.Void System.Array::Resize<UnityEngine.Vector3>(!!0[]&,System.Int32)
inline void Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960 (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28**, int32_t, const RuntimeMethod*))Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_gshared)(p0, p1, method);
}
// System.Void System.Array::Resize<UnityEngine.Vector4>(!!0[]&,System.Int32)
inline void Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6 (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66**, int32_t, const RuntimeMethod*))Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_gshared)(p0, p1, method);
}
// System.Void System.Array::Resize<UnityEngine.Vector2>(!!0[]&,System.Int32)
inline void Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871 (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6**, int32_t, const RuntimeMethod*))Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_gshared)(p0, p1, method);
}
// System.Void System.Array::Resize<UnityEngine.Color32>(!!0[]&,System.Int32)
inline void Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877 (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983**, int32_t, const RuntimeMethod*))Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_gshared)(p0, p1, method);
}
// System.Void System.Array::Resize<System.Int32>(!!0[]&,System.Int32)
inline void Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51 (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**, int32_t, const RuntimeMethod*))Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_gshared)(p0, p1, method);
}
// System.Void TMPro.TMP_MeshInfo::ResizeMeshInfo(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___size0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::ResizeMeshInfo(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___size0, bool ___isVolumetric1, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::Clear()
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::Clear(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, bool ___uploadChanges0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices()
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_mBD5148E5F2036D084431D4064737CEBF0E87C238 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_m9CEB29872034C0F9347835545F5D9D09D2130B8C (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___startIndex0, bool ___updateMesh1, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::SwapVertexData(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_SwapVertexData_m284B24BD252CD2226ADBB7C88321AE77D0BB0A18 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___src0, int32_t ___dst1, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::SortGeometry(TMPro.VertexSortingOrder)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_SortGeometry_mB66F3F360A82794625B04F842DD117987F450998 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___order0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MeshInfo::SortGeometry(System.Collections.Generic.IList`1<System.Int32>)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, RuntimeObject* ___sortingOrder0, const RuntimeMethod* method);
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
extern "C" IL2CPP_METHOD_ATTR void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3, const RuntimeMethod* method);
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method);
// System.Void UnityEngine.MonoBehaviour::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.MaskableGraphic::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MaskableGraphic__ctor_m083A4DEA182F691B7CF17AA47596314F1F02BF0F (MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * __this, const RuntimeMethod* method);
// TMPro.TMP_Settings TMPro.TMP_Settings::get_instance()
extern "C" IL2CPP_METHOD_ATTR TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9 (const RuntimeMethod* method);
// System.Void TMPro.TMP_Settings::LoadLinebreakingRules()
extern "C" IL2CPP_METHOD_ATTR void TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD (const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<TMPro.TMP_Settings>(System.String)
inline TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB (String_t* p0, const RuntimeMethod* method)
{
return (( TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared)(p0, method);
}
// System.Void TMPro.TMP_Settings/LineBreakingTable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LineBreakingTable__ctor_mC6A4E8E2994E4991D77840BA533EB36B4F4047A3 (LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char> TMPro.TMP_Settings::GetCharacters(UnityEngine.TextAsset)
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15 (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * ___file0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::.ctor()
inline void Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *, const RuntimeMethod*))Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA_gshared)(__this, method);
}
// System.String UnityEngine.TextAsset::get_text()
extern "C" IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_mD3FBCD974CF552C7F7C7CD9A07BACAE51A2C5D42 (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48 (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * __this, int32_t p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Char>::Add(!0,!1)
inline void Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * __this, int32_t p0, Il2CppChar p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *, int32_t, Il2CppChar, const RuntimeMethod*))Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B_gshared)(__this, p0, p1, method);
}
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_TextElement::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_TextElement__ctor_mFE79DDEA4E85B8E0DC4313882351CA197A8550C1 (TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<TMPro.TMP_Text>()
inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * Component_GetComponent_TisTMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_mD443382B13E3276EB4AEE7C0B34B0F06FC474395 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// System.Void UnityEngine.MonoBehaviour::StopAllCoroutines()
extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_StopAllCoroutines_mA5469BB7BBB59B8A94BB86590B051E0DFACC12DD (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Clear()
inline void Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272 (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *, const RuntimeMethod*))Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249 (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, int32_t p0, bool* p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *, int32_t, bool*, const RuntimeMethod*))Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249_gshared)(__this, p0, p1, method);
}
// System.Collections.IEnumerator TMPro.TMP_SpriteAnimator::DoSpriteAnimationInternal(System.Int32,TMPro.TMP_SpriteAsset,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, int32_t ___currentCharacter0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset1, int32_t ___start2, int32_t ___end3, int32_t ___framerate4, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
extern "C" IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::Add(!0,!1)
inline void Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0 (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, int32_t p0, bool p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *, int32_t, bool, const RuntimeMethod*))Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0_gshared)(__this, p0, p1, method);
}
// System.Void TMPro.TMP_SpriteAnimator/<DoSpriteAnimationInternal>d__7::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void U3CDoSpriteAnimationInternalU3Ed__7__ctor_m08F04F4D0C65189C51CDC46BDCC04AF8B1367BA5 (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Boolean>::.ctor(System.Int32)
inline void Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Sprite>::get_Count()
inline int32_t List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4 (List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Int32 UnityEngine.Mathf::Abs(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Abs_mC7DD2FB3789B5409055836D0E7D8227AD2099FDC (int32_t p0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<TMPro.TMP_Sprite>::get_Item(System.Int32)
inline TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA (List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * (*) (List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// TMPro.FaceInfo TMPro.TMP_FontAsset::get_fontInfo()
extern "C" IL2CPP_METHOD_ATTR FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float p0, float p1, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_uv(UnityEngine.Vector2[])
extern "C" IL2CPP_METHOD_ATTR void Mesh_set_uv_m56E4B52315669FBDA89DC9C550AC89EEE8A4E7C8 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* p0, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_deltaTime()
extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E (const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<TMPro.TMP_SpriteAsset>(System.String)
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5 (String_t* p0, const RuntimeMethod* method)
{
return (( TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared)(p0, method);
}
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
extern "C" IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B (String_t* p0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
extern "C" IL2CPP_METHOD_ATTR void Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161 (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *, const RuntimeMethod*))Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Clear()
inline void Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499 (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *, const RuntimeMethod*))Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Add(!0,!1)
inline void Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903 (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_gshared)(__this, p0, p1, method);
}
// System.Void TMPro.TMP_SpriteAsset::UpdateLookupTables()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * __this, int32_t p0, int32_t* p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *, int32_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_gshared)(__this, p0, p1, method);
}
// System.Int32 TMPro.TMP_TextUtilities::GetSimpleHashCode(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetSimpleHashCode_m3340CE59FAD65A71193665015260BA7758CEAB6E (String_t* ___s0, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_SpriteAsset::GetSpriteIndexFromHashcode(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, int32_t ___hashCode0, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_SpriteAsset::GetSpriteIndexFromUnicode(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, int32_t ___unicode0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
inline void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
inline void List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
inline void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>::get_Count()
inline int32_t List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByUnicodeInternal(System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>,System.Int32,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * ___spriteAssets0, int32_t ___unicode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method);
// TMPro.TMP_SpriteAsset TMPro.TMP_Settings::get_defaultSpriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411 (const RuntimeMethod* method);
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByUnicodeInternal(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___unicode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>::get_Item(System.Int32)
inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * (*) (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.List`1<System.Int32>::Contains(!0)
inline bool List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_gshared)(__this, p0, method);
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByHashCodeInternal(System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>,System.Int32,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * ___spriteAssets0, int32_t ___hashCode1, bool ___searchFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method);
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByHashCodeInternal(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___hashCode1, bool ___searchFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method);
// System.Void TMPro.TMP_Asset::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Asset__ctor_m3DE63D48E7F514B23A74F77A3860D816EB197AFA (TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method);
// TMPro.TMP_StyleSheet TMPro.TMP_Settings::get_defaultStyleSheet()
extern "C" IL2CPP_METHOD_ATTR TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * TMP_Settings_get_defaultStyleSheet_mF847DA769F2CBC247F67DBECEF1DDF52DC8C39BC (const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<TMPro.TMP_StyleSheet>(System.String)
inline TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * Resources_Load_TisTMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_mD823A52619FA63BC876C5484D2F5B24AA1533A10 (String_t* p0, const RuntimeMethod* method)
{
return (( TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared)(p0, method);
}
// System.Void TMPro.TMP_StyleSheet::LoadStyleDictionaryInternal()
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * __this, const RuntimeMethod* method);
// TMPro.TMP_StyleSheet TMPro.TMP_StyleSheet::get_instance()
extern "C" IL2CPP_METHOD_ATTR TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B (const RuntimeMethod* method);
// TMPro.TMP_Style TMPro.TMP_StyleSheet::GetStyleInternal(System.Int32)
extern "C" IL2CPP_METHOD_ATTR TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7 (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * __this, int32_t ___hashCode0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mB9B63D8E7BCFDAE358FC737600D7BEA605A62891 (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, int32_t p0, TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, int32_t, TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, p0, p1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mDA40BF5B34B9FC13EC60102D92D1C35B30BBD60C_gshared)(__this, p0, method);
}
// !1 System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::get_Item(!0)
inline TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * Dictionary_2_get_Item_m31E51B6CDE6944ED5DE6FF827034160C72DEB956 (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mEFECE2769017AB70A9B1E7F5F8BBA59375620B54_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::Add(!0,!1)
inline void Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01 (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, int32_t p0, TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, int32_t, TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD *, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared)(__this, p0, p1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::Remove(!0)
inline bool Dictionary_2_Remove_m094A319B30B2053A6445A621BF73A69B76B28B96 (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_StyleSheet::RefreshStyles()
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet_RefreshStyles_mA5B063D7C7F025717E01817C90A7DB7DE3078C2C (const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::Clear()
inline void Dictionary_2_Clear_m21BFA6747EB4DEB58CA7722B1A0A3E6804D18726 (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, const RuntimeMethod*))Dictionary_2_Clear_m8B31D0EA3C1FCE4C6977A76829773DA0D127E217_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<TMPro.TMP_Style>::get_Item(System.Int32)
inline TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * __this, int32_t p0, const RuntimeMethod* method)
{
return (( TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * (*) (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_Style::RefreshStyle()
extern "C" IL2CPP_METHOD_ATTR void TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Style::get_hashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Style>::get_Count()
inline int32_t List_1_get_Count_m2229D68C51EA987F8F86549720B342E50D9AA830 (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Style>::.ctor(System.Int32)
inline void List_1__ctor_m2DD0B22C2AEB9E37639B1FD8026B51B2C8AAFE50 (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Style>::.ctor()
inline void Dictionary_2__ctor_m6E61F53B2620D878B55FAD9AA7F1763930CAA700 (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
}
// UnityEngine.Material TMPro.TMP_SubMesh::GetMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method);
// System.Single TMPro.TMP_SubMesh::GetPaddingForMaterial()
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_SubMesh::SetVerticesDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_SubMesh::SetMaterialDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_SetMaterialDirty_m7D8571FCAFFDE2AA37BA30D366C6CB6930796556 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_SubMesh::SetSharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_SetSharedMaterial_mE1F3FBD23BAC6F4BC62DF87D5E646DC52A657F01 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager::ReleaseFallbackMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallackMaterial0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager::AddFallbackMaterialReference(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___targetMaterial0, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Renderer>()
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// !!0 UnityEngine.Component::GetComponent<UnityEngine.MeshFilter>()
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * Component_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mF3F89565A9CEFF85AA1FB27C6EC64BE590DC386B (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// UnityEngine.MeshFilter TMPro.TMP_SubMesh::get_meshFilter()
extern "C" IL2CPP_METHOD_ATTR MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.MeshFilter::set_mesh(UnityEngine.Mesh)
extern "C" IL2CPP_METHOD_ATTR void MeshFilter_set_mesh_mA18AA96C75CC91CF0917BA1F437626499FAAF496 (MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * p0, const RuntimeMethod* method);
// UnityEngine.Mesh TMPro.TMP_SubMesh::get_mesh()
extern "C" IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.MeshFilter::set_sharedMesh(UnityEngine.Mesh)
extern "C" IL2CPP_METHOD_ATTR void MeshFilter_set_sharedMesh_mFE8D12C35148063EB287951C7BFFB0328AAA7C5D (MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * p0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetVector(System.Int32,UnityEngine.Vector4)
extern "C" IL2CPP_METHOD_ATTR void Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E p1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::.ctor(System.String,System.Type[])
extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* p0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* p1, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<TMPro.TMP_SubMesh>()
inline TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * GameObject_GetComponent_TisTMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_mEFD49EBAF1AD467B424BB5A1E63F325F7A3171F2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m41E09C4CA476451FE275573062956CED105CB79A_gshared)(__this, method);
}
// UnityEngine.Transform TMPro.TextMeshPro::get_transform()
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * TextMeshPro_get_transform_m14B36D05C2CCC150141AED87F5A38536373BC23D (TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * p0, bool p1, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
extern "C" IL2CPP_METHOD_ATTR void Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p0, const RuntimeMethod* method);
// UnityEngine.Quaternion UnityEngine.Quaternion::get_identity()
extern "C" IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64 (const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion)
extern "C" IL2CPP_METHOD_ATTR void Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 p0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
extern "C" IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB (const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p0, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
extern "C" IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.GameObject::get_layer()
extern "C" IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::set_layer(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t p0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.MeshFilter>()
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * GameObject_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mD1BA4FFEB800AB3D102141CD0A0ECE237EA70FB4 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m41E09C4CA476451FE275573062956CED105CB79A_gshared)(__this, method);
}
// UnityEngine.Renderer TMPro.TMP_SubMesh::get_renderer()
extern "C" IL2CPP_METHOD_ATTR Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// UnityEngine.Renderer TMPro.TextMeshPro::get_renderer()
extern "C" IL2CPP_METHOD_ATTR Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * TextMeshPro_get_renderer_mF8CD651E1D88C0C5E8A08C0930835B2DF7EE59F7 (TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Renderer::get_sortingLayerID()
extern "C" IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingLayerID_m2E204E68869EDA3176C334AE1C62219F380A5D85 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_sortingLayerID(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sortingLayerID_mF2A52A5697C3A9288DEAC949F54C4CCA97716526 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Renderer::get_sortingOrder()
extern "C" IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_sortingOrder(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m09F51D8BDECFD2E8C618498EF7377029B669030D (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p0, float p1, const RuntimeMethod* method);
// UnityEngine.Material TMPro.TMP_SubMesh::CreateMaterialInstance(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::set_name(System.String)
extern "C" IL2CPP_METHOD_ATTR void Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, String_t* p0, const RuntimeMethod* method);
// UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::get_extraPadding()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_extraPadding_m53CB163C6AA1FD58764120845CE1555374AA5AD4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::get_isUsingBold()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isUsingBold_m96EC0C0AAE56582C5C3755B6B4BD312912E4E9FB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single TMPro.ShaderUtilities::GetPadding(UnityEngine.Material,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR float ShaderUtilities_GetPadding_m85F4485320B2346139D2D344E381DB6F3DB3B6BF (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material0, bool ___enableExtraPadding1, bool ___isBold2, const RuntimeMethod* method);
// System.Boolean UnityEngine.Behaviour::get_enabled()
extern "C" IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::set_havePropertiesChanged(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_havePropertiesChanged_mFE7AE3C0AD44DC45A9A0160A1EDE0DDAEF810B49 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void TMPro.TMP_SubMesh::UpdateMaterial()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * p0, const RuntimeMethod* method);
// UnityEngine.Material TMPro.TMP_SubMeshUI::get_sharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_get_sharedMaterial_mE6DA34C068C076131D6A5AD5CA91F337D1652380 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method);
// UnityEngine.Material TMPro.TMP_SubMeshUI::GetMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method);
// System.Single TMPro.TMP_SubMeshUI::GetPaddingForMaterial()
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_SubMeshUI::SetSharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetSharedMaterial_mC2D28565EDA3BF176AC18567DD484DC1A16E3872 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method);
// UnityEngine.Material TMPro.TMP_MaterialManager::GetMaterialForRendering(UnityEngine.UI.MaskableGraphic,UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D (MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * ___graphic0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial1, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.CanvasRenderer>()
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// UnityEngine.Transform TMPro.TMP_Text::get_transform()
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m43C07809909DE265C356A2CD8E8B290E74E2EFC7 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m41E09C4CA476451FE275573062956CED105CB79A_gshared)(__this, method);
}
// System.Void UnityEngine.RectTransform::set_anchorMin(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR void RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_one()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED (const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_anchorMax(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR void RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, const RuntimeMethod* method);
// UnityEngine.RectTransform TMPro.TMP_Text::get_rectTransform()
extern "C" IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_pivot_mA5BEEE2069ACA7C0C717530EED3E7D811D46C463 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR void RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_SubMeshUI>()
inline TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * GameObject_AddComponent_TisTMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_mA7C2BECEC62ED35A056D224057DDD4DAC7B67FC8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mCB8164FB05F8DCF99E098ADC5E13E96FEF6FC4E9_gshared)(__this, method);
}
// UnityEngine.CanvasRenderer TMPro.TMP_SubMeshUI::get_canvasRenderer()
extern "C" IL2CPP_METHOD_ATTR CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_UpdateRegistry::UnRegisterCanvasElementForRebuild(UnityEngine.UI.ICanvasElement)
extern "C" IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_UnRegisterCanvasElementForRebuild_m68958A25BB03374F69AC08C3FD8782B6426BC853 (RuntimeObject* ___element0, const RuntimeMethod* method);
// System.Void TMPro.TMP_MaterialManager::ReleaseStencilMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.MaskableGraphic::OnDisable()
extern "C" IL2CPP_METHOD_ATTR void MaskableGraphic_OnDisable_mBAAE2E8D9B6328310FA62C0C4979D8ADD8C707BB (MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * __this, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_MaterialManager::GetStencilID(UnityEngine.GameObject)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj0, const RuntimeMethod* method);
// UnityEngine.Material TMPro.TMP_MaterialManager::GetStencilMaterial(UnityEngine.Material,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial0, int32_t ___stencilID1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction::Invoke()
extern "C" IL2CPP_METHOD_ATTR void UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, const RuntimeMethod* method);
// UnityEngine.RectTransform UnityEngine.UI.Graphic::get_rectTransform()
extern "C" IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Graphic_get_rectTransform_m127FCBF38F4F0D4B264D892013A3AD9A507936DE (Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * __this, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::get_ignoreRectMaskCulling()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_ignoreRectMaskCulling_m5BEB38E3905A4130EB236EF225F12623F12AC145 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.MaskableGraphic::Cull(UnityEngine.Rect,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void MaskableGraphic_Cull_m209520B58633A44E70B3176331B78B8F60D19066 (MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE p0, bool p1, const RuntimeMethod* method);
// System.Void UnityEngine.CanvasRenderer::set_materialCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void CanvasRenderer_set_materialCount_m124AD7592DD6078E097C9FD6CBC5676341DBCA9E (CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void UnityEngine.CanvasRenderer::SetMaterial(UnityEngine.Material,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void CanvasRenderer_SetMaterial_m9851A87FA12E2CD1321BB971953E899292EC4707 (CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * p0, int32_t p1, const RuntimeMethod* method);
// System.Void UnityEngine.CanvasRenderer::SetTexture(UnityEngine.Texture)
extern "C" IL2CPP_METHOD_ATTR void CanvasRenderer_SetTexture_m406C073585AF48FD2A880D73419F6E1069BEEA84 (CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * p0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.MaskableGraphic::RecalculateClipping()
extern "C" IL2CPP_METHOD_ATTR void MaskableGraphic_RecalculateClipping_mEBD195F458F2A49C78D2DB7A9A76986CB772F787 (MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * __this, const RuntimeMethod* method);
// UnityEngine.Material TMPro.TMP_SubMeshUI::CreateMaterialInstance(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, const RuntimeMethod* method);
// UnityEngine.Material UnityEngine.CanvasRenderer::GetMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * CanvasRenderer_GetMaterial_m7B757917B67B57B55EEE2E0451935B4B139E06F3 (CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color)
extern "C" IL2CPP_METHOD_ATTR bool Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 p0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 p1, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Material::GetColor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Material_GetColor_m1FFF5ECB4967771D751C60205635A0D3F7AA2F0E (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t p0, const RuntimeMethod* method);
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 p0, const RuntimeMethod* method);
// System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color32,UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_m2511824FCD78A6118463515B5663407A9105C127 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___a0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___b1, const RuntimeMethod* method);
// UnityEngine.Canvas UnityEngine.UI.Graphic::get_canvas()
extern "C" IL2CPP_METHOD_ATTR Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * Graphic_get_canvas_m318739758379A567A35585728E2E1361599199F8 (Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
extern "C" IL2CPP_METHOD_ATTR bool Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p0, const RuntimeMethod* method);
// TMPro.TMP_FontAsset TMPro.TMP_Text::get_font()
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_Text_get_font_m8F42703EF2164110D2ADD1F299209EF348FC146C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Canvas::get_scaleFactor()
extern "C" IL2CPP_METHOD_ATTR float Canvas_get_scaleFactor_m0F6D59E75F7605ABD2AFF6AF32A1097226CE060A (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::set_overflowMode(TMPro.TextOverflowModes)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_overflowMode_m49CCD6EF8B9A150581703F8C8CC971E70C6D99B8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::set_linkedTextComponent(TMPro.TMP_Text)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___value0, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::set_isLinkedTextComponent(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isLinkedTextComponent_m6CCA8C8F4167929FC0762D8C24E445AE209279FB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4)
extern "C" IL2CPP_METHOD_ATTR bool Vector4_op_Equality_m9AE0D09EC7E02201F94AE469ADE9F416D0E20441 (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E p0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E p1, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Transform>()
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_GetComponent_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m9885424E349D692D715FADED33BD0E2D0CEFB20F (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// !!0 UnityEngine.Component::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m751D9E690C55EAC53AB8C54812EFEAA238E52575 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// System.Void TMPro.TMP_TextInfo::ResetVertexLayout(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_TextInfo_ResetVertexLayout_m39014C2A2F811ED9C67A7532E5A3CB45FECD3799 (TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * __this, bool ___isVolumetric0, const RuntimeMethod* method);
// UnityEngine.Bounds TMPro.TMP_Text::GetTextBounds()
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<TMPro.TMP_SpriteAnimator>()
inline TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * Component_GetComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_mC866972021C4FC76574D6BAEBCDE1DF62BFEA44B (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// !!0 UnityEngine.GameObject::AddComponent<TMPro.TMP_SpriteAnimator>()
inline TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * GameObject_AddComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_m6E1DAD985C228E9AC2C7EB85E4E9E79618D90540 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mCB8164FB05F8DCF99E098ADC5E13E96FEF6FC4E9_gshared)(__this, method);
}
// !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.LayoutElement>()
inline LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * Component_GetComponent_TisLayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B_mACA9D3C2B7ADBC090A1641FD71AE7A7F61811C4E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m3FED1FF44F93EF1C3A07526800331B638EF4105B_gshared)(__this, method);
}
// System.Single TMPro.TMP_Text::GetPreferredWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single TMPro.TMP_Text::GetPreferredHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single TMPro.TMP_Text::GetRenderedWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetRenderedWidth_mD0E38BA3233BF1C5300FB3C8E80CD68F07C8E2D0 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single TMPro.TMP_Text::GetRenderedHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetRenderedHeight_mB8B4DFC07B3553362005BB8A411B77DA1821CAD2 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Graphic::CrossFadeColor(UnityEngine.Color,System.Single,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Graphic_CrossFadeColor_mDA94035726F09CFB0161970E1F8CB5ACA42C2496 (Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 p0, float p1, bool p2, bool p3, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Graphic::CrossFadeAlpha(System.Single,System.Single,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Graphic_CrossFadeAlpha_mAD4D2771E1353C3DC873A3B630CC580FC1FF6421 (Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * __this, float p0, float p1, bool p2, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::StringToCharArray(System.String,System.Int32[]&)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___sourceText0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer1, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::SetTextArrayToCharArray(System.Char[],System.Int32[]&)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetTextArrayToCharArray_mD795CDDADB142E4E211E4E24C07F98B87A5B3637 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___sourceText0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer1, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::SetText(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_mE32BA75B23EADDAA9DCB4B7EB6E9AF7C5EE5A379 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, bool ___syncTextInputBox1, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::SetText(System.String,System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_mAF0CF7B54C89EBED5402A3782B259C37686CBF74 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, float ___arg01, float ___arg12, float ___arg23, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::AddFloatToCharArray(System.Single,System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___number0, int32_t* ___index1, int32_t ___precision2, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::StringBuilderToIntArray(System.Text.StringBuilder,System.Int32[]&)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_StringBuilderToIntArray_m57A04C15156CC13A6BFCD6A6D1D0EADFAA11EC50 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___sourceText0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer1, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Clear()
inline void TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *, const RuntimeMethod*))TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_gshared)(__this, method);
}
// System.Void TMPro.TMP_Text::ResizeInternalArray<System.Int32>(T[]&)
inline void TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___array0, const RuntimeMethod* method)
{
(( void (*) (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 *, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**, const RuntimeMethod*))TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_gshared)(__this, ___array0, method);
}
// System.Boolean TMPro.TMP_Text::IsTagName(System.Char[]&,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.Char[]&,System.Int32,System.Int32&,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.Char[]&,System.Int32,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::IsTagName(System.Int32[]&,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.Int32[]&,System.Int32,System.Int32&,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.Int32[]&,System.Int32,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method);
// System.Boolean System.Char::IsHighSurrogate(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar p0, const RuntimeMethod* method);
// System.Boolean System.Char::IsLowSurrogate(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C (Il2CppChar p0, const RuntimeMethod* method);
// System.Int32 System.Char::ConvertToUtf32(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601 (Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::SetDefault(T)
inline void TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6 (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *, int32_t, const RuntimeMethod*))TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6_gshared)(__this, p0, method);
}
// System.Int32 TMPro.TMP_Text::GetUTF32(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF32_m76AD817A328C05E4BAB81C5EF04CF78F3E0ED961 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, int32_t ___i1, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetUTF16(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF16_mC37EAA320F128E0449A893AEFBE436BBABD5A8D7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, int32_t ___i1, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::IsTagName(System.String&,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.String&,System.Int32,System.Int32&,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_m81DC125E8CDF5CB25D3B97F2143DFCB52D2819C3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.String&,System.Int32,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_mEE6A350D0FD0DB6A1AD763C5195180A80537310A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetUTF32(System.Text.StringBuilder,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF32_mFFCA08E1EE49BB79CD098EFE3287741C67F7741F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___text0, int32_t ___i1, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetUTF16(System.Text.StringBuilder,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF16_m61BE253641597816445326C4D026E32A4D72042C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___text0, int32_t ___i1, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::IsTagName(System.Text.StringBuilder&,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.Text.StringBuilder&,System.Int32,System.Int32&,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_mB94635B03CC19D81E9DD02D8379FC5143CA11C9F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.Text.StringBuilder&,System.Int32,System.Int32[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_mC289D866D8FDD4FF1E501A80CBBD2C66F0A87F34 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.String&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mD7C06923F9EA39B6F28D4CD2B57914B6242CF041 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method);
// TMPro.TMP_Style TMPro.TMP_StyleSheet::GetStyle(System.Int32)
extern "C" IL2CPP_METHOD_ATTR TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661 (int32_t ___hashCode0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::Add(T)
inline void TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *, int32_t, const RuntimeMethod*))TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_gshared)(__this, p0, method);
}
// System.Int32[] TMPro.TMP_Style::get_styleOpeningTagArray()
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.Int32[]&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mBD373B2A85BC9911C770AAD3B4525A2CB8C6E83B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.Char[]&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mCA5CBD3E0605DBE75DC426CFEF1A48D6D8A1E01B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.Text.StringBuilder&,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mC362B06D21DC995DA325A603E73DCF3466DE05E4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<System.Int32>::CurrentItem()
inline int32_t TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4 (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *, const RuntimeMethod*))TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_gshared)(__this, method);
}
// T TMPro.TMP_XmlTagStack`1<System.Int32>::Remove()
inline int32_t TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261 (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *, const RuntimeMethod*))TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_gshared)(__this, method);
}
// System.Int32[] TMPro.TMP_Style::get_styleClosingTagArray()
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method);
// System.Char TMPro.TMP_TextUtilities::ToUpperFast(System.Char)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar TMP_TextUtilities_ToUpperFast_m7329EEEA76C453A57844853C60901D174A4D2221 (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::AddIntToCharArray(System.Int32,System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_AddIntToCharArray_mD3C22566D6D2A02C3FF42E05787340B2176AD3A3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___number0, int32_t* ___index1, int32_t ___precision2, const RuntimeMethod* method);
// System.Void TMPro.TMP_Text::ParseInputText()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ParseInputText_m35CFE982D3C252C472A1FD8C1E64429E5F98CA79 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single TMPro.TMP_Text::GetPreferredWidth(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredWidth_mAC6F8B73DB5209F6F1585CBD1461A8FB4CA1B31F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___margin0, const RuntimeMethod* method);
// System.Single TMPro.TMP_Text::GetPreferredHeight(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredHeight_m9163451EC9E415D9FB1CF520657A8DDCA1529FE1 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___margin0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Bounds::get_size()
extern "C" IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6 (Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p0, const RuntimeMethod* method);
// UnityEngine.Bounds TMPro.TMP_Text::GetTextBounds(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___onlyVisibleCharacters0, const RuntimeMethod* method);
// UnityEngine.Vector2 TMPro.TMP_Text::GetRenderedValues()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 TMPro.TMP_Text::GetRenderedValues(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___onlyVisibleCharacters0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph> TMPro.TMP_FontAsset::get_characterDictionary()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * TMP_FontAsset_get_characterDictionary_mF9A06524C9B518F97BD2BE12EEFA96B60332AE8B (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void TMPro.MaterialReference::.ctor(System.Int32,TMPro.TMP_FontAsset,TMPro.TMP_SpriteAsset,UnityEngine.Material,System.Single)
extern "C" IL2CPP_METHOD_ATTR void MaterialReference__ctor_mC0D0055995F082C37559BF6DE1EDAA0D9E2C444C (MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F * __this, int32_t ___index0, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset1, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset2, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material3, float ___padding4, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::SetDefault(T)
inline void TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F , const RuntimeMethod*))TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC_gshared)(__this, p0, method);
}
// System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_m071D88C91A1CBECD47F18CA20D219C77879865E7 (int32_t p0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::SetDefault(T)
inline void TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, float p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, float, const RuntimeMethod*))TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::SetDefault(T)
inline void TMP_XmlTagStack_1_SetDefault_m65707E628DE429E95D08F4D21FF8416A1343B2C3 (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *, int32_t, const RuntimeMethod*))TMP_XmlTagStack_1_SetDefault_m4C127004730C9333F6D7235DF386080629835F4C_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Clear()
inline void TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, const RuntimeMethod*))TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1_gshared)(__this, method);
}
// System.Void TMPro.TMP_Text::SaveWordWrappingState(TMPro.WordWrapState&,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * ___state0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::ValidateHtmlTag(System.Int32[],System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ValidateHtmlTag_mA1D35659E45CCB9527D6BF0A41B6F0C6BC546F77 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___chars0, int32_t ___startIndex1, int32_t* ___endIndex2, const RuntimeMethod* method);
// System.Boolean System.Char::IsLower(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsLower_mE89996F09044C07A991164C7E6A4A9C02867CC90 (Il2CppChar p0, const RuntimeMethod* method);
// System.Char System.Char::ToUpper(System.Char)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m5D0AC7F9601D2981E2BCC8710BED485D804CE4DA (Il2CppChar p0, const RuntimeMethod* method);
// System.Boolean System.Char::IsUpper(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsUpper_m94DFB4B66A46914F0588FB7EB42E9BB4A14C3513 (Il2CppChar p0, const RuntimeMethod* method);
// System.Char System.Char::ToLower(System.Char)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_mEC53192820FB75E0714C1C874F6BC1E89BDBBC74 (Il2CppChar p0, const RuntimeMethod* method);
// System.Void TMPro.KerningPairKey::.ctor(System.UInt32,System.UInt32)
extern "C" IL2CPP_METHOD_ATTR void KerningPairKey__ctor_m73F77F7631B858785DF8D10112A319C4FBFBF1D4 (KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 * __this, uint32_t ___ascii_left0, uint32_t ___ascii_right1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair> TMPro.TMP_FontAsset::get_kerningDictionary()
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * TMP_FontAsset_get_kerningDictionary_m4EBCDD4CDA2FAE221E2AC7149A41B33507399CB2 (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.KerningPair>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466 (Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * __this, int32_t p0, KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 *, int32_t, KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, p0, p1, method);
}
// TMPro.GlyphValueRecord TMPro.KerningPair::get_firstGlyphAdjustments()
extern "C" IL2CPP_METHOD_ATTR GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD KerningPair_get_firstGlyphAdjustments_m03A24BEF6611F8A4C7BD3E0FCCF2B6EB846087E2 (KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * __this, const RuntimeMethod* method);
// TMPro.GlyphValueRecord TMPro.KerningPair::get_secondGlyphAdjustments()
extern "C" IL2CPP_METHOD_ATTR GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD KerningPair_get_secondGlyphAdjustments_m1D0FA44E5078CFB77197373403A42F17659CF8B6 (KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * __this, const RuntimeMethod* method);
// TMPro.GlyphValueRecord TMPro.GlyphValueRecord::op_Addition(TMPro.GlyphValueRecord,TMPro.GlyphValueRecord)
extern "C" IL2CPP_METHOD_ATTR GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD GlyphValueRecord_op_Addition_mADA68CC0A4A283608D62AC72253061402C8C30ED (GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ___a0, GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ___b1, const RuntimeMethod* method);
// System.Boolean System.Char::IsWhiteSpace(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar p0, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR float Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7 (float p0, float p1, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Text::get_enableWordWrapping()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_enableWordWrapping_m8140D63B850629B25F6ABE9211E9F777E7826533 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float p0, float p1, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::RestoreWordWrappingState(TMPro.WordWrapState&)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_RestoreWordWrappingState_mE89EDF25D735F8530A7C397282074B52F1E8439D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * ___state0, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Math::Approximately(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Math_Approximately_mD1E8C7947699EE157A2054C17BA7BD42D5F567F3 (float ___a0, float ___b1, const RuntimeMethod* method);
// TMPro.TMP_Settings/LineBreakingTable TMPro.TMP_Settings::get_linebreakingRules()
extern "C" IL2CPP_METHOD_ATTR LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * TMP_Settings_get_linebreakingRules_m8F2BFCE7A88AA20EFE38B4EF93A0FF098B022F83 (const RuntimeMethod* method);
// System.Void TMPro.Extents::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR void Extents__ctor_m71A6D28DCBFA8BDE2617E89AB46C40978FA81F17 (Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___min0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___max1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, float p1, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D p0, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::get_maxVisibleCharacters()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_maxVisibleCharacters_m274EB595D6A59EBD2EA8DCFCEC76BC0C12A86667 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 p0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,UnityEngine.Color)
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 p0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 p1, const RuntimeMethod* method);
// UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Multiply(UnityEngine.Color32,UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___c10, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___c21, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
extern "C" IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p1, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_warningsDisabled()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_warningsDisabled_mEDFD0B29B9F8CD8DF38D21C481EA9B0352A5FB5C (const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object)
extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_mD417697331190AC1D21C463F412C475103A7256E (RuntimeObject * p0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * p1, const RuntimeMethod* method);
// UnityEngine.Vector2 TMPro.TMP_Text::PackUV(System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___x0, float ___y1, float ___scale2, const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_autoSizeTextContainer()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_autoSizeTextContainer_m99CA476AC7FCA396242782D30FCBC0921160E2B4 (const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * p0, Type_t * p1, const RuntimeMethod* method);
// UnityEngine.Vector2 TMPro.TMP_Settings::get_defaultTextMeshProTextContainerSize()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Settings_get_defaultTextMeshProTextContainerSize_m01600094D151635E225CBD97DB1E115572C1EF1A (const RuntimeMethod* method);
// UnityEngine.Vector2 TMPro.TMP_Settings::get_defaultTextMeshProUITextContainerSize()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Settings_get_defaultTextMeshProUITextContainerSize_mE0C18E7E6F4C137D2B677102864809064F313724 (const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_enableWordWrapping()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableWordWrapping_m34AE1B2523BE8F1053AEE6C566FB8FAB2B0CEFE3 (const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_enableKerning()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableKerning_m818CD7E43A5E68A6102FF1E50B9DDCB74C4B7D96 (const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_enableExtraPadding()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableExtraPadding_mF89950FDAD5447DA2E8A144FAC66C98D18C40BF4 (const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_enableTintAllSprites()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableTintAllSprites_mAE030C1089B4F5B01A1CA8BFE77BFE7AFB70CC6A (const RuntimeMethod* method);
// System.Boolean TMPro.TMP_Settings::get_enableParseEscapeCharacters()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableParseEscapeCharacters_m1BD0DDDCE95E5785AE098D3FDCF61D1A8D59D3C5 (const RuntimeMethod* method);
// System.Single TMPro.TMP_Settings::get_defaultFontSize()
extern "C" IL2CPP_METHOD_ATTR float TMP_Settings_get_defaultFontSize_m291E720E02E2FF65C593A6083BE40688A90CF0F0 (const RuntimeMethod* method);
// System.Single TMPro.TMP_Settings::get_defaultTextAutoSizingMinRatio()
extern "C" IL2CPP_METHOD_ATTR float TMP_Settings_get_defaultTextAutoSizingMinRatio_m122DE45709066DFF23B9C62C0FA5EA11CD50040B (const RuntimeMethod* method);
// System.Single TMPro.TMP_Settings::get_defaultTextAutoSizingMaxRatio()
extern "C" IL2CPP_METHOD_ATTR float TMP_Settings_get_defaultTextAutoSizingMaxRatio_mFC6ABDE7D301E6F5C767531DA1595C0CF13CC11C (const RuntimeMethod* method);
// TMPro.TextAlignmentOptions TMPro.TMP_Compatibility::ConvertTextAlignmentEnumValues(TMPro.TextAlignmentOptions)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Compatibility_ConvertTextAlignmentEnumValues_mDE763B094DB71BE299317A266072A54CB7C04884 (int32_t ___oldValue0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,TMPro.TMP_Glyph>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056 (Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * __this, int32_t p0, TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA *, int32_t, TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, p0, p1, method);
}
// System.String System.String::CreateString(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::HexToInt(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Il2CppChar ___hex0, const RuntimeMethod* method);
// System.Single TMPro.TMP_Text::ConvertToFloat(System.Char[],System.Int32,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_ConvertToFloat_mBFA8DA2CC3638E8547B43E03CD8FB2F17B32B208 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startIndex1, int32_t ___length2, int32_t* ___lastIndex3, const RuntimeMethod* method);
// UnityEngine.Color32 TMPro.TMP_Text::HexCharsToColor(System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___hexChars0, int32_t ___tagCount1, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Add(T)
inline void TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74 (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*))TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_gshared)(__this, p0, method);
}
// System.Byte TMPro.TMP_BasicXmlTagStack::Add(TMPro.FontStyles)
extern "C" IL2CPP_METHOD_ATTR uint8_t TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC (TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * __this, int32_t ___style0, const RuntimeMethod* method);
// System.Byte TMPro.TMP_BasicXmlTagStack::Remove(TMPro.FontStyles)
extern "C" IL2CPP_METHOD_ATTR uint8_t TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D (TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * __this, int32_t ___style0, const RuntimeMethod* method);
// UnityEngine.Color32 TMPro.TMP_Text::HexCharsToColor(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___hexChars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::Remove()
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46 (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * __this, const RuntimeMethod* method)
{
return (( Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*) (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *, const RuntimeMethod*))TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_gshared)(__this, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Push(T)
inline void TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, float p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, float, const RuntimeMethod*))TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2_gshared)(__this, p0, method);
}
// T TMPro.TMP_XmlTagStack`1<System.Single>::Pop()
inline float TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, const RuntimeMethod* method)
{
return (( float (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, const RuntimeMethod*))TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72_gshared)(__this, method);
}
// System.Single TMPro.TMP_Text::ConvertToFloat(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::Add(T)
inline void TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, float p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, float, const RuntimeMethod*))TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_gshared)(__this, p0, method);
}
// T TMPro.TMP_XmlTagStack`1<System.Single>::Remove()
inline float TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, const RuntimeMethod* method)
{
return (( float (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, const RuntimeMethod*))TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595_gshared)(__this, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Add(T)
inline void TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629 (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F , const RuntimeMethod*))TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_gshared)(__this, p0, method);
}
// System.Boolean TMPro.MaterialReferenceManager::TryGetFontAsset(System.Int32,TMPro.TMP_FontAsset&)
extern "C" IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetFontAsset_m8A4BFE32C63385C04CAEDBD120A9306EEC3D078B (int32_t ___hashCode0, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** ___fontAsset1, const RuntimeMethod* method);
// System.String TMPro.TMP_Settings::get_defaultFontAssetPath()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_defaultFontAssetPath_m858864B72725D1DB3EA505EA807DC94AF7DE3F7C (const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<TMPro.TMP_FontAsset>(System.String)
inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * Resources_Load_TisTMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_m7FFD9402FE658F2ACA2B8DC4F8D6E70292984F62 (String_t* p0, const RuntimeMethod* method)
{
return (( TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared)(p0, method);
}
// System.Void TMPro.MaterialReferenceManager::AddFontAsset(TMPro.TMP_FontAsset)
extern "C" IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddFontAsset_m0F2A70F54C6F13741B31158FCF52FBFE3C7E1D2A (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset0, const RuntimeMethod* method);
// System.Int32 TMPro.MaterialReference::AddMaterialReference(UnityEngine.Material,TMPro.TMP_FontAsset,TMPro.MaterialReference[],System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>)
extern "C" IL2CPP_METHOD_ATTR int32_t MaterialReference_AddMaterialReference_mBCED916099107D859312D06F12044E007C0BC9E2 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material0, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset1, MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* ___materialReferences2, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___materialReferenceIndexLookup3, const RuntimeMethod* method);
// System.Boolean TMPro.MaterialReferenceManager::TryGetMaterial(System.Int32,UnityEngine.Material&)
extern "C" IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetMaterial_m8A2153D05BE784E4C9D4016FCA3935484EF7F122 (int32_t ___hashCode0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** ___material1, const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<UnityEngine.Material>(System.String)
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F (String_t* p0, const RuntimeMethod* method)
{
return (( Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared)(p0, method);
}
// System.Void TMPro.MaterialReferenceManager::AddFontMaterial(System.Int32,UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddFontMaterial_m2468B2695BF3AC8E81FA1A1EC19E259A33DDC17B (int32_t ___hashCode0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material1, const RuntimeMethod* method);
// T TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::Remove()
inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413 (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, const RuntimeMethod* method)
{
return (( MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F (*) (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *, const RuntimeMethod*))TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413_gshared)(__this, method);
}
// System.Void TMPro.TMP_TextInfo::Resize<TMPro.TMP_LinkInfo>(T[]&,System.Int32)
inline void TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15 (TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D** ___array0, int32_t ___size1, const RuntimeMethod* method)
{
(( void (*) (TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D**, int32_t, const RuntimeMethod*))TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15_gshared)(___array0, ___size1, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::Add(T)
inline void TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810 (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *, int32_t, const RuntimeMethod*))TMP_XmlTagStack_1_Add_mDE6F9BAC34EF8DE92C5D12307AC5AB2488FDBD6A_gshared)(__this, p0, method);
}
// T TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::Remove()
inline int32_t TMP_XmlTagStack_1_Remove_mCA6262745A99717F0A32A777F87949ABB39A1896 (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *, const RuntimeMethod*))TMP_XmlTagStack_1_Remove_mB95D13C52B76360D49C494D2E5B29B1CD28CF247_gshared)(__this, method);
}
// UnityEngine.Color UnityEngine.Color::get_red()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_red_m5562DD438931CF0D1FBBBB29BF7F8B752AF38957 (const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_blue()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_blue_m5449DCBB31EEB2324489989754C00123982EBABA (const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_black()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_green()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_green_mD53D8F980E92A0755759FBB2981E3DDEFCD084C0 (const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_white()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_yellow()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_yellow_mC8BD62CCC364EA5FC4273D4C2E116D0E2DE135AE (const RuntimeMethod* method);
// System.Boolean TMPro.MaterialReferenceManager::TryGetColorGradientPreset(System.Int32,TMPro.TMP_ColorGradient&)
extern "C" IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetColorGradientPreset_mD1D419EF99846FCB3D2BA48E3269260B753C6F45 (int32_t ___hashCode0, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** ___gradientPreset1, const RuntimeMethod* method);
// System.String TMPro.TMP_Settings::get_defaultColorGradientPresetsPath()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_defaultColorGradientPresetsPath_mB3BF577767BE347DFE07EA425374884DC5C56447 (const RuntimeMethod* method);
// !!0 UnityEngine.Resources::Load<TMPro.TMP_ColorGradient>(System.String)
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * Resources_Load_TisTMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_m036F6CFD0FF4EC2C939374E820155958D8B6AE27 (String_t* p0, const RuntimeMethod* method)
{
return (( TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m312D167000593C478994C1F4C93930C5DAED66D3_gshared)(p0, method);
}
// System.Void TMPro.MaterialReferenceManager::AddColorGradientPreset(System.Int32,TMPro.TMP_ColorGradient)
extern "C" IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddColorGradientPreset_mDE80EFAABB2A14BD95FD46319F69AB96A2393E35 (int32_t ___hashCode0, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___spriteAsset1, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::Add(T)
inline void TMP_XmlTagStack_1_Add_m7964E658BBB72B97E4EB505FCF67A8ABB851DF9C (TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * __this, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 *, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 *, const RuntimeMethod*))TMP_XmlTagStack_1_Add_m33D4BBD3D473D9E96C595E9A1A5EC7FAB4411D3D_gshared)(__this, p0, method);
}
// T TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::Remove()
inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * TMP_XmlTagStack_1_Remove_mBD61FA4538DF8537C363244B61E7C0190AF0139D (TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * __this, const RuntimeMethod* method)
{
return (( TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * (*) (TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 *, const RuntimeMethod*))TMP_XmlTagStack_1_Remove_mBAB65DA6EF157AEB7486F84C85F24873A06F6284_gshared)(__this, method);
}
// System.Boolean TMPro.MaterialReferenceManager::TryGetSpriteAsset(System.Int32,TMPro.TMP_SpriteAsset&)
extern "C" IL2CPP_METHOD_ATTR bool MaterialReferenceManager_TryGetSpriteAsset_mABBA3060114916A6B6F90F1AD9CA0C605E249329 (int32_t ___hashCode0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** ___spriteAsset1, const RuntimeMethod* method);
// System.String TMPro.TMP_Settings::get_defaultSpriteAssetPath()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_defaultSpriteAssetPath_m413E9F522D322D8541175128A471AA12665AC58F (const RuntimeMethod* method);
// System.Void TMPro.MaterialReferenceManager::AddSpriteAsset(System.Int32,TMPro.TMP_SpriteAsset)
extern "C" IL2CPP_METHOD_ATTR void MaterialReferenceManager_AddSpriteAsset_mE81D1F44050D42C2EC659DC95F8CA2B4836C10B2 (int32_t ___hashCode0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset1, const RuntimeMethod* method);
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByHashCode(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___hashCode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method);
// System.Int32 TMPro.TMP_Text::GetAttributeParameters(System.Char[],System.Int32,System.Int32,System.Single[]&)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetAttributeParameters_m1596FBF7E2CE0CAA36F80F64ACB4EE140592EA90 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startIndex1, int32_t ___length2, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** ___parameters3, const RuntimeMethod* method);
// TMPro.TMP_SpriteAnimator TMPro.TMP_Text::get_spriteAnimator()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method);
// System.Void TMPro.TMP_SpriteAnimator::DoSpriteAnimation(System.Int32,TMPro.TMP_SpriteAsset,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, int32_t ___currentCharacter0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset1, int32_t ___start2, int32_t ___end3, int32_t ___framerate4, const RuntimeMethod* method);
// System.Int32 TMPro.MaterialReference::AddMaterialReference(UnityEngine.Material,TMPro.TMP_SpriteAsset,TMPro.MaterialReference[],System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>)
extern "C" IL2CPP_METHOD_ATTR int32_t MaterialReference_AddMaterialReference_mBEF97C70F89DFC05A18EC689BCF5FB368A6E72C1 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset1, MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* ___materialReferences2, Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * ___materialReferenceIndexLookup3, const RuntimeMethod* method);
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
extern "C" IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Matrix4x4_TRS_m5BB2EBA1152301BAC92FDC7F33ECA732BAE57990 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 p1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 p2, const RuntimeMethod* method);
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_Euler_m537DD6CEAE0AD4274D8A84414C24C30730427D05 (float p0, float p1, float p2, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.MaterialReference>::.ctor(T[])
inline void TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856 (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * __this, MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *, MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B*, const RuntimeMethod*))TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856_gshared)(__this, p0, method);
}
// System.Void TMPro.VertexGradient::.ctor(UnityEngine.Color)
extern "C" IL2CPP_METHOD_ATTR void VertexGradient__ctor_m8EF36DB1F57E99DEDCEA45F3669BA6830F7D5677 (VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<System.Single>::.ctor(T[])
inline void TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73 (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*, const RuntimeMethod*))TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<System.Int32>::.ctor(T[])
inline void TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*, const RuntimeMethod*))TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.TextAlignmentOptions>::.ctor(T[])
inline void TMP_XmlTagStack_1__ctor_m2617DF08A7863E6D29438DC310157023558E2CCC (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * __this, TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *, TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B*, const RuntimeMethod*))TMP_XmlTagStack_1__ctor_m9F656CE26FE6CA9567A31E3C37059BAE6666DAF0_gshared)(__this, p0, method);
}
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method);
// System.Void TMPro.TMP_XmlTagStack`1<UnityEngine.Color32>::.ctor(T[])
inline void TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9 (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * __this, Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *, Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*, const RuntimeMethod*))TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_gshared)(__this, p0, method);
}
// System.Void TMPro.TMP_XmlTagStack`1<TMPro.TMP_ColorGradient>::.ctor(T[])
inline void TMP_XmlTagStack_1__ctor_mF28BB4403B4976794A2BF6A91CDC8CF12110E380 (TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * __this, TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* p0, const RuntimeMethod* method)
{
(( void (*) (TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 *, TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C*, const RuntimeMethod*))TMP_XmlTagStack_1__ctor_m4ED15D4EF0E452F57F29730BFF68A70F59571156_gshared)(__this, p0, method);
}
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.TMP_InputField_<CaretBlink>d__238::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void U3CCaretBlinkU3Ed__238__ctor_mDD99AD207D8D8BCD98A1F3CF7DA30BEF50F08F91 (U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->set_U3CU3E1__state_0(L_0);
return;
}
}
// System.Void TMPro.TMP_InputField_<CaretBlink>d__238::System.IDisposable.Dispose()
extern "C" IL2CPP_METHOD_ATTR void U3CCaretBlinkU3Ed__238_System_IDisposable_Dispose_m40442D75CDE5A0E041C77A862D115A1BED8AFF0F (U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TMPro.TMP_InputField_<CaretBlink>d__238::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool U3CCaretBlinkU3Ed__238_MoveNext_m63DB072F871FF4C9FDC72F6112926B116B3A35F4 (U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * V_1 = NULL;
float V_2 = 0.0f;
bool V_3 = false;
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_0040;
}
case 2:
{
goto IL_009c;
}
}
}
{
return (bool)0;
}
IL_0022:
{
__this->set_U3CU3E1__state_0((-1));
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_3 = V_1;
NullCheck(L_3);
L_3->set_m_CaretVisible_70((bool)1);
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_0040:
{
__this->set_U3CU3E1__state_0((-1));
goto IL_00a3;
}
IL_0049:
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_4 = V_1;
NullCheck(L_4);
float L_5 = L_4->get_m_CaretBlinkRate_50();
V_2 = ((float)((float)(1.0f)/(float)L_5));
float L_6 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_7 = V_1;
NullCheck(L_7);
float L_8 = L_7->get_m_BlinkStartTime_72();
float L_9 = V_2;
float L_10 = V_2;
V_3 = (bool)((((float)(fmodf(((float)il2cpp_codegen_subtract((float)L_6, (float)L_8)), L_9))) < ((float)((float)((float)L_10/(float)(2.0f)))))? 1 : 0);
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_11 = V_1;
NullCheck(L_11);
bool L_12 = L_11->get_m_CaretVisible_70();
bool L_13 = V_3;
if ((((int32_t)L_12) == ((int32_t)L_13)))
{
goto IL_008c;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_14 = V_1;
bool L_15 = V_3;
NullCheck(L_14);
L_14->set_m_CaretVisible_70(L_15);
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_16 = V_1;
NullCheck(L_16);
bool L_17 = TMP_InputField_get_hasSelection_mF33171C0E4DFC78F3621A98290BA4FB3F41A1D65(L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_008c;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_18 = V_1;
NullCheck(L_18);
TMP_InputField_MarkGeometryAsDirty_mFB94D8F7F042A4BB1B247A0731DABA6350E6B45F(L_18, /*hidden argument*/NULL);
}
IL_008c:
{
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(2);
return (bool)1;
}
IL_009c:
{
__this->set_U3CU3E1__state_0((-1));
}
IL_00a3:
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_19 = V_1;
NullCheck(L_19);
float L_20 = L_19->get_m_CaretBlinkRate_50();
if ((((float)L_20) > ((float)(0.0f))))
{
goto IL_0049;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_21 = V_1;
NullCheck(L_21);
L_21->set_m_BlinkCoroutine_71((Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL);
return (bool)0;
}
}
// System.Object TMPro.TMP_InputField_<CaretBlink>d__238::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCaretBlinkU3Ed__238_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m6B21DB20A43D29E2ED5CAC7AEA775365BEBD0672 (U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void TMPro.TMP_InputField_<CaretBlink>d__238::System.Collections.IEnumerator.Reset()
extern "C" IL2CPP_METHOD_ATTR void U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2 (U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2_RuntimeMethod_var);
}
}
// System.Object TMPro.TMP_InputField_<CaretBlink>d__238::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_get_Current_m0BE3C82FDD946A34AF14EDE87C8AFD2ACB97B744 (U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
#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_InputField_<MouseDragOutsideRect>d__255::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void U3CMouseDragOutsideRectU3Ed__255__ctor_m1CDB3E5CD1F1711ADEB23288CDEE364BEB090EF0 (U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->set_U3CU3E1__state_0(L_0);
return;
}
}
// System.Void TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::System.IDisposable.Dispose()
extern "C" IL2CPP_METHOD_ATTR void U3CMouseDragOutsideRectU3Ed__255_System_IDisposable_Dispose_m4C688CD48E3E1B6EBA935AE7D32BE348308604D7 (U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool U3CMouseDragOutsideRectU3Ed__255_MoveNext_m03784513F83F1FA31B65F4E51F01AA66A738A245 (U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CMouseDragOutsideRectU3Ed__255_MoveNext_m03784513F83F1FA31B65F4E51F01AA66A738A245_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * V_1 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset(&V_2, 0, sizeof(V_2));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_3;
memset(&V_3, 0, sizeof(V_3));
float V_4 = 0.0f;
float G_B16_0 = 0.0f;
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_001a;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_00f2;
}
}
{
return (bool)0;
}
IL_001a:
{
__this->set_U3CU3E1__state_0((-1));
goto IL_00f9;
}
IL_0026:
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_4 = V_1;
NullCheck(L_4);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = TMP_InputField_get_textViewport_mA36B5AF9BE40271D7B40B0C78C0AB91013C09503(L_4, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = __this->get_eventData_3();
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = PointerEventData_get_position_m00FFBA0CB6385B8E8B82BE9C8AAC45E027B2D061(L_6, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = __this->get_eventData_3();
NullCheck(L_8);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_9 = PointerEventData_get_pressEventCamera_m67D6A0046313FF44CD3071EA68691846203C1756(L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t9B90669A72B05A33DD88BEBB817BC9CDBB614BBA_il2cpp_TypeInfo_var);
RectTransformUtility_ScreenPointToLocalPointInRectangle_m2C389D4DCBB3CADB51A793702F13DF7CE837E153(L_5, L_7, L_9, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_2), /*hidden argument*/NULL);
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_10 = V_1;
NullCheck(L_10);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_11 = TMP_InputField_get_textViewport_mA36B5AF9BE40271D7B40B0C78C0AB91013C09503(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_11, /*hidden argument*/NULL);
V_3 = L_12;
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_13 = V_1;
NullCheck(L_13);
bool L_14 = TMP_InputField_get_multiLine_m32C7B876777CC7FBEDBAA89706D0E35C65CFF345(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0090;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = V_2;
float L_16 = L_15.get_y_1();
float L_17 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), /*hidden argument*/NULL);
if ((!(((float)L_16) > ((float)L_17))))
{
goto IL_0077;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_18 = V_1;
NullCheck(L_18);
TMP_InputField_MoveUp_m2E2C007B705344ECD5656FA9EB6A2B5D5AA148AD(L_18, (bool)1, (bool)1, /*hidden argument*/NULL);
goto IL_00c0;
}
IL_0077:
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_2;
float L_20 = L_19.get_y_1();
float L_21 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), /*hidden argument*/NULL);
if ((!(((float)L_20) < ((float)L_21))))
{
goto IL_00c0;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_22 = V_1;
NullCheck(L_22);
TMP_InputField_MoveDown_m14F75BACAB710DD1AB04C6BBA1C277BD86CD6E58(L_22, (bool)1, (bool)1, /*hidden argument*/NULL);
goto IL_00c0;
}
IL_0090:
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_2;
float L_24 = L_23.get_x_0();
float L_25 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), /*hidden argument*/NULL);
if ((!(((float)L_24) < ((float)L_25))))
{
goto IL_00a9;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_26 = V_1;
NullCheck(L_26);
TMP_InputField_MoveLeft_m83710D2E07767B1A23F0579537FBD4F75EFE0A41(L_26, (bool)1, (bool)0, /*hidden argument*/NULL);
goto IL_00c0;
}
IL_00a9:
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = V_2;
float L_28 = L_27.get_x_0();
float L_29 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), /*hidden argument*/NULL);
if ((!(((float)L_28) > ((float)L_29))))
{
goto IL_00c0;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_30 = V_1;
NullCheck(L_30);
TMP_InputField_MoveRight_m2A9DFFF076F9A881982904EF397FEEE0EE5E4A85(L_30, (bool)1, (bool)0, /*hidden argument*/NULL);
}
IL_00c0:
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_31 = V_1;
NullCheck(L_31);
TMP_InputField_UpdateLabel_m1361CF967D63717955D4B9062DDBAC157CE20D73(L_31, /*hidden argument*/NULL);
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_32 = V_1;
NullCheck(L_32);
bool L_33 = TMP_InputField_get_multiLine_m32C7B876777CC7FBEDBAA89706D0E35C65CFF345(L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_00d5;
}
}
{
G_B16_0 = (0.05f);
goto IL_00da;
}
IL_00d5:
{
G_B16_0 = (0.1f);
}
IL_00da:
{
V_4 = G_B16_0;
float L_34 = V_4;
WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_35 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var);
WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_35, L_34, /*hidden argument*/NULL);
__this->set_U3CU3E2__current_1(L_35);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_00f2:
{
__this->set_U3CU3E1__state_0((-1));
}
IL_00f9:
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_36 = V_1;
NullCheck(L_36);
bool L_37 = L_36->get_m_UpdateDrag_66();
if (!L_37)
{
goto IL_010c;
}
}
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_38 = V_1;
NullCheck(L_38);
bool L_39 = L_38->get_m_DragPositionOutOfBounds_67();
if (L_39)
{
goto IL_0026;
}
}
IL_010c:
{
TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * L_40 = V_1;
NullCheck(L_40);
L_40->set_m_DragCoroutine_73((Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC *)NULL);
return (bool)0;
}
}
// System.Object TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CMouseDragOutsideRectU3Ed__255_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mED5A7C3A29955E5A1D87767A8E6039135402A849 (U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::System.Collections.IEnumerator.Reset()
extern "C" IL2CPP_METHOD_ATTR void U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411 (U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411_RuntimeMethod_var);
}
}
// System.Object TMPro.TMP_InputField_<MouseDragOutsideRect>d__255::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_get_Current_m3B9CE8064B50989D1087D51F2A3E59709D90EF4F (U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
#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
#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_InputField_OnChangeEvent::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OnChangeEvent__ctor_m5D91870239AF60B63837CFD9A7AD318385110566 (OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OnChangeEvent__ctor_m5D91870239AF60B63837CFD9A7AD318385110566_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91(__this, /*hidden argument*/UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91_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
extern "C" Il2CppChar DelegatePInvokeWrapper_OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 (OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * __this, String_t* ___text0, int32_t ___charIndex1, Il2CppChar ___addedChar2, const RuntimeMethod* method)
{
typedef uint8_t (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, uint8_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter U27___text0U27 to native representation
char* ____text0_marshaled = NULL;
____text0_marshaled = il2cpp_codegen_marshal_string(___text0);
// Native function invocation
uint8_t returnValue = il2cppPInvokeFunc(____text0_marshaled, ___charIndex1, static_cast<uint8_t>(___addedChar2));
// Marshaling cleanup of parameter U27___text0U27 native representation
il2cpp_codegen_marshal_free(____text0_marshaled);
____text0_marshaled = NULL;
return static_cast<Il2CppChar>(returnValue);
}
// System.Void TMPro.TMP_InputField_OnValidateInput::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void OnValidateInput__ctor_m57AF303504576D68D6DE5902D8E4D2A9E504D49A (OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Char TMPro.TMP_InputField_OnValidateInput::Invoke(System.String,System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar OnValidateInput_Invoke_m73C11D1534196B5C2FA728C46342043A8F93E61E (OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * __this, String_t* ___text0, int32_t ___charIndex1, Il2CppChar ___addedChar2, const RuntimeMethod* method)
{
Il2CppChar result = 0x0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef Il2CppChar (*FunctionPointerType) (String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___text0, ___charIndex1, ___addedChar2, targetMethod);
}
else
{
// closed
typedef Il2CppChar (*FunctionPointerType) (void*, String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___text0, ___charIndex1, ___addedChar2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(targetMethod, ___text0, ___charIndex1, ___addedChar2);
else
result = GenericVirtFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(targetMethod, ___text0, ___charIndex1, ___addedChar2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___text0, ___charIndex1, ___addedChar2);
else
result = VirtFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___text0, ___charIndex1, ___addedChar2);
}
}
}
else
{
typedef Il2CppChar (*FunctionPointerType) (String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___text0, ___charIndex1, ___addedChar2, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef Il2CppChar (*FunctionPointerType) (String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___text0, ___charIndex1, ___addedChar2, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(targetMethod, targetThis, ___text0, ___charIndex1, ___addedChar2);
else
result = GenericVirtFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(targetMethod, targetThis, ___text0, ___charIndex1, ___addedChar2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___text0, ___charIndex1, ___addedChar2);
else
result = VirtFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___text0, ___charIndex1, ___addedChar2);
}
}
}
else
{
typedef Il2CppChar (*FunctionPointerType) (void*, String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___text0, ___charIndex1, ___addedChar2, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef Il2CppChar (*FunctionPointerType) (String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___text0, ___charIndex1, ___addedChar2, targetMethod);
}
else
{
// closed
typedef Il2CppChar (*FunctionPointerType) (void*, String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___text0, ___charIndex1, ___addedChar2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(targetMethod, ___text0, ___charIndex1, ___addedChar2);
else
result = GenericVirtFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(targetMethod, ___text0, ___charIndex1, ___addedChar2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___text0, ___charIndex1, ___addedChar2);
else
result = VirtFuncInvoker2< Il2CppChar, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___text0, ___charIndex1, ___addedChar2);
}
}
}
else
{
typedef Il2CppChar (*FunctionPointerType) (String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___text0, ___charIndex1, ___addedChar2, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef Il2CppChar (*FunctionPointerType) (String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___text0, ___charIndex1, ___addedChar2, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(targetMethod, targetThis, ___text0, ___charIndex1, ___addedChar2);
else
result = GenericVirtFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(targetMethod, targetThis, ___text0, ___charIndex1, ___addedChar2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___text0, ___charIndex1, ___addedChar2);
else
result = VirtFuncInvoker3< Il2CppChar, String_t*, int32_t, Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___text0, ___charIndex1, ___addedChar2);
}
}
}
else
{
typedef Il2CppChar (*FunctionPointerType) (void*, String_t*, int32_t, Il2CppChar, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___text0, ___charIndex1, ___addedChar2, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult TMPro.TMP_InputField_OnValidateInput::BeginInvoke(System.String,System.Int32,System.Char,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OnValidateInput_BeginInvoke_m4CA340029A37B6121AD91575987C4B55418F7CEB (OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * __this, String_t* ___text0, int32_t ___charIndex1, Il2CppChar ___addedChar2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OnValidateInput_BeginInvoke_m4CA340029A37B6121AD91575987C4B55418F7CEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___text0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___charIndex1);
__d_args[2] = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &___addedChar2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Char TMPro.TMP_InputField_OnValidateInput::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar OnValidateInput_EndInvoke_m5572A626B672DBB088B74DDE28F247591EA7DC7F (OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return *(Il2CppChar*)UnBox ((RuntimeObject*)__result);
}
#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_InputField_SelectionEvent::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SelectionEvent__ctor_mDE136423905DC114E1508BC15A2D53F3D2DE2BB9 (SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SelectionEvent__ctor_mDE136423905DC114E1508BC15A2D53F3D2DE2BB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91(__this, /*hidden argument*/UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91_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
// System.Void TMPro.TMP_InputField_SubmitEvent::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SubmitEvent__ctor_mDC065E53A47B58CFEF1CF5DC952D25498FD78A07 (SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SubmitEvent__ctor_mDC065E53A47B58CFEF1CF5DC952D25498FD78A07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91(__this, /*hidden argument*/UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91_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
// System.Void TMPro.TMP_InputField_TextSelectionEvent::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TextSelectionEvent__ctor_m0E1828CFD97B30DD17D95AFD58EA97E6261595CA (TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextSelectionEvent__ctor_m0E1828CFD97B30DD17D95AFD58EA97E6261595CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_3__ctor_m68F651C4BE952A05027D339089706F152B77DFBA(__this, /*hidden argument*/UnityEvent_3__ctor_m68F651C4BE952A05027D339089706F152B77DFBA_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
// System.Void TMPro.TMP_InputValidator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_InputValidator__ctor_m13BF53AE17FC2913362245907E5E68CFDC251BA1 (TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD * __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B(__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
// Conversion methods for marshalling of: TMPro.TMP_LinkInfo
extern "C" void TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshal_pinvoke(const TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468& unmarshaled, TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_pinvoke& marshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_LinkInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL, NULL);
}
extern "C" void TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshal_pinvoke_back(const TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_pinvoke& marshaled, TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468& unmarshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_LinkInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_LinkInfo
extern "C" void TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshal_pinvoke_cleanup(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_LinkInfo
extern "C" void TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshal_com(const TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468& unmarshaled, TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_com& marshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_LinkInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL, NULL);
}
extern "C" void TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshal_com_back(const TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_com& marshaled, TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468& unmarshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_LinkInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_LinkInfo
extern "C" void TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshal_com_cleanup(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_com& marshaled)
{
}
// System.Void TMPro.TMP_LinkInfo::SetLinkID(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05 (TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_linkID_6();
if (!L_0)
{
goto IL_0013;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_linkID_6();
NullCheck(L_1);
int32_t L_2 = ___length2;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)L_2)))
{
goto IL_001f;
}
}
IL_0013:
{
int32_t L_3 = ___length2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->set_linkID_6(L_4);
}
IL_001f:
{
V_0 = 0;
goto IL_0034;
}
IL_0023:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = __this->get_linkID_6();
int32_t L_6 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = ___text0;
int32_t L_8 = ___startIndex1;
int32_t L_9 = V_0;
NullCheck(L_7);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
uint16_t L_11 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)L_11);
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0034:
{
int32_t L_13 = V_0;
int32_t L_14 = ___length2;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0023;
}
}
{
return;
}
}
extern "C" void TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05_AdjustorThunk (RuntimeObject * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * _thisAdjusted = reinterpret_cast<TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 *>(__this + 1);
TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05(_thisAdjusted, ___text0, ___startIndex1, ___length2, method);
}
// System.String TMPro.TMP_LinkInfo::GetLinkText()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C (TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * V_1 = NULL;
int32_t V_2 = 0;
{
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_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_1 = __this->get_textComponent_0();
NullCheck(L_1);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_2 = TMP_Text_get_textInfo_m773CC543D209B2EDEE8C8DF086F0A19803A40D78(L_1, /*hidden argument*/NULL);
V_1 = L_2;
int32_t L_3 = __this->get_linkTextfirstCharacterIndex_4();
V_2 = L_3;
goto IL_003c;
}
IL_001b:
{
String_t* L_4 = V_0;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_5 = V_1;
NullCheck(L_5);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_6 = L_5->get_characterInfo_11();
int32_t L_7 = V_2;
NullCheck(L_6);
Il2CppChar* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->get_address_of_character_0();
String_t* L_9 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)L_8, /*hidden argument*/NULL);
String_t* L_10 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_4, L_9, /*hidden argument*/NULL);
V_0 = L_10;
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_003c:
{
int32_t L_12 = V_2;
int32_t L_13 = __this->get_linkTextfirstCharacterIndex_4();
int32_t L_14 = __this->get_linkTextLength_5();
if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)))))
{
goto IL_001b;
}
}
{
String_t* L_15 = V_0;
return L_15;
}
}
extern "C" String_t* TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * _thisAdjusted = reinterpret_cast<TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 *>(__this + 1);
return TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C(_thisAdjusted, method);
}
// System.String TMPro.TMP_LinkInfo::GetLinkID()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E (TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_0 = __this->get_textComponent_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0014:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_linkID_6();
int32_t L_4 = __this->get_linkIdLength_3();
String_t* L_5 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_3, 0, L_4, /*hidden argument*/NULL);
return L_5;
}
}
extern "C" String_t* TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 * _thisAdjusted = reinterpret_cast<TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 *>(__this + 1);
return TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E(_thisAdjusted, method);
}
#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_MaterialManager::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager__cctor_mA3E01803C3BD9E9804CA874BA82DDB129A781AFF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager__cctor_mA3E01803C3BD9E9804CA874BA82DDB129A781AFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_0 = (List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 *)il2cpp_codegen_object_new(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_il2cpp_TypeInfo_var);
List_1__ctor_m32E37CD83332EFDDFE3E1D7C84ABAA8D8BC5DB34(L_0, /*hidden argument*/List_1__ctor_m32E37CD83332EFDDFE3E1D7C84ABAA8D8BC5DB34_RuntimeMethod_var);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_m_materialList_0(L_0);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_1 = (Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E *)il2cpp_codegen_object_new(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mD52EC54F0E4C5C6BE9EDEEE1F838F09E589387A9(L_1, /*hidden argument*/Dictionary_2__ctor_mD52EC54F0E4C5C6BE9EDEEE1F838F09E589387A9_RuntimeMethod_var);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_m_fallbackMaterials_1(L_1);
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_2 = (Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 *)il2cpp_codegen_object_new(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B(L_2, /*hidden argument*/Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B_RuntimeMethod_var);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_m_fallbackMaterialLookup_2(L_2);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_3 = (List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 *)il2cpp_codegen_object_new(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_il2cpp_TypeInfo_var);
List_1__ctor_m4156BEC52987E84FC9F4140240BD7C6389AA9F01(L_3, /*hidden argument*/List_1__ctor_m4156BEC52987E84FC9F4140240BD7C6389AA9F01_RuntimeMethod_var);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_m_fallbackCleanupList_3(L_3);
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_4 = ((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->get_onPreRender_5();
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_5 = (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)il2cpp_codegen_object_new(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var);
CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50(L_5, NULL, (intptr_t)((intptr_t)TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_RuntimeMethod_var), /*hidden argument*/NULL);
Delegate_t * L_6 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_4, L_5, /*hidden argument*/NULL);
((Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields*)il2cpp_codegen_static_fields_for(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var))->set_onPreRender_5(((CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)CastclassSealed((RuntimeObject*)L_6, CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var)));
WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * L_7 = (WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE *)il2cpp_codegen_object_new(WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_il2cpp_TypeInfo_var);
WillRenderCanvases__ctor_m9AB0D8B934BE573C4B3ABBAA313984B054B4B885(L_7, NULL, (intptr_t)((intptr_t)TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_RuntimeMethod_var), /*hidden argument*/NULL);
Canvas_add_willRenderCanvases_mACABFF4EAFB7DCFF4B9A33357D496EC3010D7E6B(L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_MaterialManager::OnPreRender(UnityEngine.Camera)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cam0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
bool L_0 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_isFallbackListDirty_4();
if (!L_0)
{
goto IL_0012;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2(/*hidden argument*/NULL);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_isFallbackListDirty_4((bool)0);
}
IL_0012:
{
return;
}
}
// System.Void TMPro.TMP_MaterialManager::OnPreRenderCanvas()
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
bool L_0 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_isFallbackListDirty_4();
if (!L_0)
{
goto IL_0012;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2(/*hidden argument*/NULL);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_isFallbackListDirty_4((bool)0);
}
IL_0012:
{
return;
}
}
// UnityEngine.Material TMPro.TMP_MaterialManager::GetStencilMaterial(UnityEngine.Material,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial0, int32_t ___stencilID1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_1 = NULL;
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * V_2 = NULL;
int32_t V_3 = 0;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___baseMaterial0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_1 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_StencilID_39();
NullCheck(L_0);
bool L_2 = Material_HasProperty_m901DE6C516A0D2C986B849C7B44F679AE21B8927(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0019;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral35FCB175635B3AB6888C2DE3B64C7D6B27014E8D, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ___baseMaterial0;
return L_3;
}
IL_0019:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___baseMaterial0;
NullCheck(L_4);
int32_t L_5 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_4, /*hidden argument*/NULL);
V_0 = L_5;
V_3 = 0;
goto IL_007c;
}
IL_0024:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_6 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_7 = V_3;
NullCheck(L_6);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_8 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_6, L_7, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_8);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = L_8->get_baseMaterial_0();
NullCheck(L_9);
int32_t L_10 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_9, /*hidden argument*/NULL);
int32_t L_11 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0078;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_12 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_13 = V_3;
NullCheck(L_12);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_14 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_12, L_13, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_14);
int32_t L_15 = L_14->get_stencilID_3();
int32_t L_16 = ___stencilID1;
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
{
goto IL_0078;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_17 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_18 = V_3;
NullCheck(L_17);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_19 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_17, L_18, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_20 = L_19;
NullCheck(L_20);
int32_t L_21 = L_20->get_count_2();
NullCheck(L_20);
L_20->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)));
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_22 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_23 = V_3;
NullCheck(L_22);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_24 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_22, L_23, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_24);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_25 = L_24->get_stencilMaterial_1();
return L_25;
}
IL_0078:
{
int32_t L_26 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_007c:
{
int32_t L_27 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_28 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
NullCheck(L_28);
int32_t L_29 = List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637(L_28, /*hidden argument*/List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var);
if ((((int32_t)L_27) < ((int32_t)L_29)))
{
goto IL_0024;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_30 = ___baseMaterial0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_31 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_31, L_30, /*hidden argument*/NULL);
V_1 = L_31;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_32 = V_1;
NullCheck(L_32);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_32, ((int32_t)61), /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_33 = V_1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_34 = ___baseMaterial0;
NullCheck(L_34);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = Material_get_shaderKeywords_mF653034CC23EB4A65580BA4388F7258328C9C90C(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
Material_set_shaderKeywords_m336EBA03D542BE657FEBDD62C7546568CD3081C9(L_33, L_35, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
ShaderUtilities_GetShaderPropertyIDs_m933D279353B8C3F4AE1813FA85ACD30F9B6B70EE(/*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_36 = V_1;
int32_t L_37 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_StencilID_39();
int32_t L_38 = ___stencilID1;
NullCheck(L_36);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_36, L_37, (((float)((float)L_38))), /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_39 = V_1;
int32_t L_40 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_StencilComp_41();
NullCheck(L_39);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_39, L_40, (4.0f), /*hidden argument*/NULL);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_41 = (MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B *)il2cpp_codegen_object_new(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B_il2cpp_TypeInfo_var);
MaskingMaterial__ctor_mCBFFFBABEE1ABF7FA9DA1BA8E404FD7D53E928B8(L_41, /*hidden argument*/NULL);
V_2 = L_41;
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_42 = V_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_43 = ___baseMaterial0;
NullCheck(L_42);
L_42->set_baseMaterial_0(L_43);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_44 = V_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_45 = V_1;
NullCheck(L_44);
L_44->set_stencilMaterial_1(L_45);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_46 = V_2;
int32_t L_47 = ___stencilID1;
NullCheck(L_46);
L_46->set_stencilID_3(L_47);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_48 = V_2;
NullCheck(L_48);
L_48->set_count_2(1);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_49 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_50 = V_2;
NullCheck(L_49);
List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14(L_49, L_50, /*hidden argument*/List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14_RuntimeMethod_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_51 = V_1;
return L_51;
}
}
// System.Void TMPro.TMP_MaterialManager::ReleaseStencilMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___stencilMaterial0;
NullCheck(L_0);
int32_t L_1 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_0, /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
goto IL_0077;
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_2 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_3 = V_1;
NullCheck(L_2);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_4 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_2, L_3, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_4);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_4->get_stencilMaterial_1();
NullCheck(L_5);
int32_t L_6 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_5, /*hidden argument*/NULL);
int32_t L_7 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_0073;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_8 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_9 = V_1;
NullCheck(L_8);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_10 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_8, L_9, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_10);
int32_t L_11 = L_10->get_count_2();
if ((((int32_t)L_11) <= ((int32_t)1)))
{
goto IL_004f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_12 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_13 = V_1;
NullCheck(L_12);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_14 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_12, L_13, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_15 = L_14;
NullCheck(L_15);
int32_t L_16 = L_15->get_count_2();
NullCheck(L_15);
L_15->set_count_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
return;
}
IL_004f:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_17 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_18 = V_1;
NullCheck(L_17);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_19 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_17, L_18, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_19);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_20 = L_19->get_stencilMaterial_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_20, /*hidden argument*/NULL);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_21 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_22 = V_1;
NullCheck(L_21);
List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885(L_21, L_22, /*hidden argument*/List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var);
___stencilMaterial0 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
return;
}
IL_0073:
{
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0077:
{
int32_t L_24 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_25 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
NullCheck(L_25);
int32_t L_26 = List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637(L_25, /*hidden argument*/List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var);
if ((((int32_t)L_24) < ((int32_t)L_26)))
{
goto IL_000b;
}
}
{
return;
}
}
// UnityEngine.Material TMPro.TMP_MaterialManager::GetBaseMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_GetBaseMaterial_mC2B7B711E49103ECE017B2AFE2E93E6847CFC4AD (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_GetBaseMaterial_mC2B7B711E49103ECE017B2AFE2E93E6847CFC4AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * V_0 = NULL;
int32_t V_1 = 0;
{
U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * L_0 = (U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass10_0__ctor_m2371F017B8DE7BA53A47BC83789EB473E29EC57D(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * L_1 = V_0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___stencilMaterial0;
NullCheck(L_1);
L_1->set_stencilMaterial_0(L_2);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_3 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * L_4 = V_0;
Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA * L_5 = (Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA *)il2cpp_codegen_object_new(Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var);
Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var);
NullCheck(L_3);
int32_t L_6 = List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE(L_3, L_5, /*hidden argument*/List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var);
V_1 = L_6;
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_002a;
}
}
{
return (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
}
IL_002a:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_8 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_9 = V_1;
NullCheck(L_8);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_10 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_8, L_9, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_10);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = L_10->get_baseMaterial_0();
return L_11;
}
}
// UnityEngine.Material TMPro.TMP_MaterialManager::SetStencil(UnityEngine.Material,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_SetStencil_mDA4E5E847232AF2335878BA9F7EDEDB48C8DED80 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material0, int32_t ___stencilID1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_SetStencil_mDA4E5E847232AF2335878BA9F7EDEDB48C8DED80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___material0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_1 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_StencilID_39();
int32_t L_2 = ___stencilID1;
NullCheck(L_0);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_0, L_1, (((float)((float)L_2))), /*hidden argument*/NULL);
int32_t L_3 = ___stencilID1;
if (L_3)
{
goto IL_0022;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___material0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_5 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_StencilComp_41();
NullCheck(L_4);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_4, L_5, (8.0f), /*hidden argument*/NULL);
goto IL_0032;
}
IL_0022:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___material0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_7 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_StencilComp_41();
NullCheck(L_6);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_6, L_7, (4.0f), /*hidden argument*/NULL);
}
IL_0032:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = ___material0;
return L_8;
}
}
// System.Void TMPro.TMP_MaterialManager::AddMaskingMaterial(UnityEngine.Material,UnityEngine.Material,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_AddMaskingMaterial_m6E756532DBEDCFBB3B3578FB0CBFF6E4255645BD (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial1, int32_t ___stencilID2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_AddMaskingMaterial_m6E756532DBEDCFBB3B3578FB0CBFF6E4255645BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * V_0 = NULL;
int32_t V_1 = 0;
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * V_2 = NULL;
{
U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * L_0 = (U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass12_0__ctor_m4F24E8CE62E0D7D0E838A1726F4A3810E805D937(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * L_1 = V_0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___stencilMaterial1;
NullCheck(L_1);
L_1->set_stencilMaterial_0(L_2);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_3 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * L_4 = V_0;
Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA * L_5 = (Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA *)il2cpp_codegen_object_new(Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var);
Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var);
NullCheck(L_3);
int32_t L_6 = List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE(L_3, L_5, /*hidden argument*/List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var);
V_1 = L_6;
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_005b;
}
}
{
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_8 = (MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B *)il2cpp_codegen_object_new(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B_il2cpp_TypeInfo_var);
MaskingMaterial__ctor_mCBFFFBABEE1ABF7FA9DA1BA8E404FD7D53E928B8(L_8, /*hidden argument*/NULL);
V_2 = L_8;
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_9 = V_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = ___baseMaterial0;
NullCheck(L_9);
L_9->set_baseMaterial_0(L_10);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_11 = V_2;
U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * L_12 = V_0;
NullCheck(L_12);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_13 = L_12->get_stencilMaterial_0();
NullCheck(L_11);
L_11->set_stencilMaterial_1(L_13);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_14 = V_2;
int32_t L_15 = ___stencilID2;
NullCheck(L_14);
L_14->set_stencilID_3(L_15);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_16 = V_2;
NullCheck(L_16);
L_16->set_count_2(1);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_17 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_18 = V_2;
NullCheck(L_17);
List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14(L_17, L_18, /*hidden argument*/List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14_RuntimeMethod_var);
return;
}
IL_005b:
{
U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_20 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_21 = V_1;
NullCheck(L_20);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_22 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_20, L_21, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_22);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_23 = L_22->get_stencilMaterial_1();
NullCheck(L_19);
L_19->set_stencilMaterial_0(L_23);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_24 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_25 = V_1;
NullCheck(L_24);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_26 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_24, L_25, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_27 = L_26;
NullCheck(L_27);
int32_t L_28 = L_27->get_count_2();
NullCheck(L_27);
L_27->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)));
return;
}
}
// System.Void TMPro.TMP_MaterialManager::RemoveStencilMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_RemoveStencilMaterial_mA81B93609BD3B6064AE083D5E203B4DEFCFD81B1 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_RemoveStencilMaterial_mA81B93609BD3B6064AE083D5E203B4DEFCFD81B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * V_0 = NULL;
int32_t V_1 = 0;
{
U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * L_0 = (U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass13_0__ctor_m0FA0F842624EC8C1B9DECD2706A9D8B7EDDC4474(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * L_1 = V_0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___stencilMaterial0;
NullCheck(L_1);
L_1->set_stencilMaterial_0(L_2);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_3 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * L_4 = V_0;
Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA * L_5 = (Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA *)il2cpp_codegen_object_new(Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var);
Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var);
NullCheck(L_3);
int32_t L_6 = List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE(L_3, L_5, /*hidden argument*/List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var);
V_1 = L_6;
int32_t L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0033;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_8 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_9 = V_1;
NullCheck(L_8);
List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885(L_8, L_9, /*hidden argument*/List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var);
}
IL_0033:
{
return;
}
}
// System.Void TMPro.TMP_MaterialManager::ReleaseBaseMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_ReleaseBaseMaterial_m12A6C5140B13F213B273FBC806C329D4CB750E80 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_ReleaseBaseMaterial_m12A6C5140B13F213B273FBC806C329D4CB750E80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * V_0 = NULL;
int32_t V_1 = 0;
{
U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * L_0 = (U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass14_0__ctor_mB0A41E33B2C5F81D397D387544953862BDC16B8C(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * L_1 = V_0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___baseMaterial0;
NullCheck(L_1);
L_1->set_baseMaterial_0(L_2);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_3 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * L_4 = V_0;
Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA * L_5 = (Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA *)il2cpp_codegen_object_new(Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var);
Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var);
NullCheck(L_3);
int32_t L_6 = List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE(L_3, L_5, /*hidden argument*/List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var);
V_1 = L_6;
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_0043;
}
}
{
U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * L_8 = V_0;
NullCheck(L_8);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = L_8->get_baseMaterial_0();
NullCheck(L_9);
String_t* L_10 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_9, /*hidden argument*/NULL);
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral1C0B86484F8B2DC90F08A968F8F79D5D1171834D, L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_11, /*hidden argument*/NULL);
return;
}
IL_0043:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_12 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_13 = V_1;
NullCheck(L_12);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_14 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_12, L_13, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_14);
int32_t L_15 = L_14->get_count_2();
if ((((int32_t)L_15) <= ((int32_t)1)))
{
goto IL_00c7;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_16 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_17 = V_1;
NullCheck(L_16);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_18 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_16, L_17, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_19 = L_18;
NullCheck(L_19);
int32_t L_20 = L_19->get_count_2();
NullCheck(L_19);
L_19->set_count_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, _stringLiteral648D3FF342F6BC4EA342FCE666A1341736A162DB);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral648D3FF342F6BC4EA342FCE666A1341736A162DB);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_22;
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_24 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_25 = V_1;
NullCheck(L_24);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_26 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_24, L_25, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_26);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_27 = L_26->get_stencilMaterial_1();
NullCheck(L_27);
String_t* L_28 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_27, /*hidden argument*/NULL);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_28);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_23;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteralAEF764014DF0B2F5A19D934BE54FCC26CCE86071);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralAEF764014DF0B2F5A19D934BE54FCC26CCE86071);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_29;
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_31 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_32 = V_1;
NullCheck(L_31);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_33 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_31, L_32, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_33);
int32_t L_34 = L_33->get_count_2();
int32_t L_35 = L_34;
RuntimeObject * L_36 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_35);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_36);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_36);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = L_30;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, _stringLiteral339CD4DB8B8B70A934DFE94BDE23BB89DE574858);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral339CD4DB8B8B70A934DFE94BDE23BB89DE574858);
String_t* L_38 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_37, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_38, /*hidden argument*/NULL);
return;
}
IL_00c7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = L_39;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, _stringLiteralE8E403D51E4B4B12EC53FB65AE662B0F550D310E);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralE8E403D51E4B4B12EC53FB65AE662B0F550D310E);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_42 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_43 = V_1;
NullCheck(L_42);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_44 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_42, L_43, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_44);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_45 = L_44->get_stencilMaterial_1();
NullCheck(L_45);
String_t* L_46 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_45, /*hidden argument*/NULL);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_46);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_46);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = L_41;
NullCheck(L_47);
ArrayElementTypeCheck (L_47, _stringLiteralAD5CCB3727998BE07388CFE561EA5EE974163B7F);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralAD5CCB3727998BE07388CFE561EA5EE974163B7F);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_47;
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_49 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_50 = V_1;
NullCheck(L_49);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_51 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_49, L_50, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_51);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_52 = L_51->get_stencilMaterial_1();
NullCheck(L_52);
int32_t L_53 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_52, /*hidden argument*/NULL);
int32_t L_54 = L_53;
RuntimeObject * L_55 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_48);
ArrayElementTypeCheck (L_48, L_55);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_55);
String_t* L_56 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_48, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_56, /*hidden argument*/NULL);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_57 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_58 = V_1;
NullCheck(L_57);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_59 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_57, L_58, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_59);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_60 = L_59->get_stencilMaterial_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_60, /*hidden argument*/NULL);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_61 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_62 = V_1;
NullCheck(L_61);
List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885(L_61, L_62, /*hidden argument*/List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var);
return;
}
}
// System.Void TMPro.TMP_MaterialManager::ClearMaterials()
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_ClearMaterials_mCB967BE61BDC535C325D74D54EB2ABF43DD904D2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_ClearMaterials_mCB967BE61BDC535C325D74D54EB2ABF43DD904D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_0 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637(L_0, /*hidden argument*/List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var);
if (L_1)
{
goto IL_0017;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral3ED06EA352E96F170A78D7E141112D3569631725, /*hidden argument*/NULL);
return;
}
IL_0017:
{
V_0 = 0;
goto IL_003f;
}
IL_001b:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_2 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_3 = V_0;
NullCheck(L_2);
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_4 = List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4(L_2, L_3, /*hidden argument*/List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var);
NullCheck(L_4);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_4->get_stencilMaterial_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_5, /*hidden argument*/NULL);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_6 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
int32_t L_7 = V_0;
NullCheck(L_6);
List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885(L_6, L_7, /*hidden argument*/List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var);
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_003f:
{
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * L_10 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_materialList_0();
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637(L_10, /*hidden argument*/List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_001b;
}
}
{
return;
}
}
// System.Int32 TMPro.TMP_MaterialManager::GetStencilID(UnityEngine.GameObject)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_2 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * V_4 = NULL;
int32_t V_5 = 0;
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * V_6 = NULL;
{
V_0 = 0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___obj0;
NullCheck(L_0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_0, /*hidden argument*/NULL);
V_1 = L_1;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF(L_2, /*hidden argument*/NULL);
V_2 = L_3;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = V_1;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_6 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_4, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001b;
}
}
{
int32_t L_7 = V_0;
return L_7;
}
IL_001b:
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = V_1;
NullCheck(L_8);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_8, /*hidden argument*/NULL);
V_3 = L_9;
IL2CPP_RUNTIME_CLASS_INIT(TMP_ListPool_1_t64B8C0FD867F43C5DFCBFDB8A20F60F4E1DA6382_il2cpp_TypeInfo_var);
List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * L_10 = TMP_ListPool_1_Get_mE7830422D07D873206C9C86EE885950CFCEEC6D3(/*hidden argument*/TMP_ListPool_1_Get_mE7830422D07D873206C9C86EE885950CFCEEC6D3_RuntimeMethod_var);
V_4 = L_10;
goto IL_008b;
}
IL_002b:
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = V_3;
List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * L_12 = V_4;
NullCheck(L_11);
Component_GetComponents_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mABE0E5864C7CE9AA6C7EBD5A5A4FABB63E1F1E7A(L_11, L_12, /*hidden argument*/Component_GetComponents_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mABE0E5864C7CE9AA6C7EBD5A5A4FABB63E1F1E7A_RuntimeMethod_var);
V_5 = 0;
goto IL_0070;
}
IL_0038:
{
List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * L_13 = V_4;
int32_t L_14 = V_5;
NullCheck(L_13);
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * L_15 = List_1_get_Item_m065F2325CBE72552B7A34C3CDC4DB8734CEF0094(L_13, L_14, /*hidden argument*/List_1_get_Item_m065F2325CBE72552B7A34C3CDC4DB8734CEF0094_RuntimeMethod_var);
V_6 = L_15;
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * L_16 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_17 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_16, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_006a;
}
}
{
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * L_18 = V_6;
NullCheck(L_18);
bool L_19 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean UnityEngine.UI.Mask::MaskEnabled() */, L_18);
if (!L_19)
{
goto IL_006a;
}
}
{
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * L_20 = V_6;
NullCheck(L_20);
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_21 = Mask_get_graphic_m5B49E746A9E93A4D1BAAFD83F9ACB7C90633B5B3(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
bool L_22 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, L_21);
if (!L_22)
{
goto IL_006a;
}
}
{
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
goto IL_007b;
}
IL_006a:
{
int32_t L_24 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0070:
{
int32_t L_25 = V_5;
List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * L_26 = V_4;
NullCheck(L_26);
int32_t L_27 = List_1_get_Count_mC69B3DF3DBE8F7C578FBC4AAC9361B42D01447AB(L_26, /*hidden argument*/List_1_get_Count_mC69B3DF3DBE8F7C578FBC4AAC9361B42D01447AB_RuntimeMethod_var);
if ((((int32_t)L_25) < ((int32_t)L_27)))
{
goto IL_0038;
}
}
IL_007b:
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_28 = V_3;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_29 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_30 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_28, L_29, /*hidden argument*/NULL);
if (L_30)
{
goto IL_0094;
}
}
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_31 = V_3;
NullCheck(L_31);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_32 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_31, /*hidden argument*/NULL);
V_3 = L_32;
}
IL_008b:
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_33 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_34 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_33, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_34)
{
goto IL_002b;
}
}
IL_0094:
{
List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 * L_35 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(TMP_ListPool_1_t64B8C0FD867F43C5DFCBFDB8A20F60F4E1DA6382_il2cpp_TypeInfo_var);
TMP_ListPool_1_Release_mF773AFF7EA91D0FB0301DC1FB616C312A81C728D(L_35, /*hidden argument*/TMP_ListPool_1_Release_mF773AFF7EA91D0FB0301DC1FB616C312A81C728D_RuntimeMethod_var);
int32_t L_36 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_37 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)31))))), (int32_t)1)), ((int32_t)255), /*hidden argument*/NULL);
return L_37;
}
}
// UnityEngine.Material TMPro.TMP_MaterialManager::GetMaterialForRendering(UnityEngine.UI.MaskableGraphic,UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D (MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * ___graphic0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * V_0 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_1 = NULL;
int32_t V_2 = 0;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___baseMaterial1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000b;
}
}
{
return (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_ListPool_1_t5398E301B537C02F8884006B37F92E6D8C48B1C2_il2cpp_TypeInfo_var);
List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * L_2 = TMP_ListPool_1_Get_mEE0695819C8F1C8188F19F76FBF88EC9DFED2B07(/*hidden argument*/TMP_ListPool_1_Get_mEE0695819C8F1C8188F19F76FBF88EC9DFED2B07_RuntimeMethod_var);
V_0 = L_2;
MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F * L_3 = ___graphic0;
List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * L_4 = V_0;
NullCheck(L_3);
Component_GetComponents_TisIMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_m0E061B892638A68112CEF3A1199498E27C7F93BF(L_3, L_4, /*hidden argument*/Component_GetComponents_TisIMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_m0E061B892638A68112CEF3A1199498E27C7F93BF_RuntimeMethod_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = ___baseMaterial1;
V_1 = L_5;
V_2 = 0;
goto IL_0030;
}
IL_001e:
{
List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * L_6 = V_0;
int32_t L_7 = V_2;
NullCheck(L_6);
RuntimeObject* L_8 = List_1_get_Item_m340E24EC2531B411F6394AEC9A80C6E9A573FF74(L_6, L_7, /*hidden argument*/List_1_get_Item_m340E24EC2531B411F6394AEC9A80C6E9A573FF74_RuntimeMethod_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = V_1;
NullCheck(L_8);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = InterfaceFuncInvoker1< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(0 /* UnityEngine.Material UnityEngine.UI.IMaterialModifier::GetModifiedMaterial(UnityEngine.Material) */, IMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_il2cpp_TypeInfo_var, L_8, L_9);
V_1 = L_10;
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0030:
{
int32_t L_12 = V_2;
List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = List_1_get_Count_m1699944B3877811C3B111611DCD11DB1F64D6466(L_13, /*hidden argument*/List_1_get_Count_m1699944B3877811C3B111611DCD11DB1F64D6466_RuntimeMethod_var);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_001e;
}
}
{
List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 * L_15 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(TMP_ListPool_1_t5398E301B537C02F8884006B37F92E6D8C48B1C2_il2cpp_TypeInfo_var);
TMP_ListPool_1_Release_mC88951551AE5C45A061D1B7B4E1522EA1CE9735F(L_15, /*hidden argument*/TMP_ListPool_1_Release_mC88951551AE5C45A061D1B7B4E1522EA1CE9735F_RuntimeMethod_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_16 = V_1;
return L_16;
}
}
// UnityEngine.Transform TMPro.TMP_MaterialManager::FindRootSortOverrideCanvas(UnityEngine.Transform)
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___start0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * V_0 = NULL;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * V_1 = NULL;
int32_t V_2 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_ListPool_1_t6AF85EA790CBB44ECEF9B2D12B791541C651C699_il2cpp_TypeInfo_var);
List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * L_0 = TMP_ListPool_1_Get_m2A625FE8890189335F84DBA7B0FFFD984C1AC7CA(/*hidden argument*/TMP_ListPool_1_Get_m2A625FE8890189335F84DBA7B0FFFD984C1AC7CA_RuntimeMethod_var);
V_0 = L_0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = ___start0;
List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * L_2 = V_0;
NullCheck(L_1);
Component_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mCDB9F6BF86EDCAA7E9E851979CCAF8A39A50CC1A(L_1, (bool)0, L_2, /*hidden argument*/Component_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mCDB9F6BF86EDCAA7E9E851979CCAF8A39A50CC1A_RuntimeMethod_var);
V_1 = (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 *)NULL;
V_2 = 0;
goto IL_0028;
}
IL_0014:
{
List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * L_3 = V_0;
int32_t L_4 = V_2;
NullCheck(L_3);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_5 = List_1_get_Item_mC612817754A6D38EE27C6F53CE39983E997AF393(L_3, L_4, /*hidden argument*/List_1_get_Item_mC612817754A6D38EE27C6F53CE39983E997AF393_RuntimeMethod_var);
V_1 = L_5;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_6 = V_1;
NullCheck(L_6);
bool L_7 = Canvas_get_overrideSorting_m5C4295223733C2195D2B6CC69721B04376C3C67C(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0031;
}
}
{
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0028:
{
int32_t L_9 = V_2;
List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_mE04D8511C4932A02D8555BE67D00DA6376B15628(L_10, /*hidden argument*/List_1_get_Count_mE04D8511C4932A02D8555BE67D00DA6376B15628_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0014;
}
}
IL_0031:
{
List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 * L_12 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(TMP_ListPool_1_t6AF85EA790CBB44ECEF9B2D12B791541C651C699_il2cpp_TypeInfo_var);
TMP_ListPool_1_Release_m4E2034447C89045A490E9635CE79B30E8D24EA80(L_12, /*hidden argument*/TMP_ListPool_1_Release_m4E2034447C89045A490E9635CE79B30E8D24EA80_RuntimeMethod_var);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_13 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_14 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_13, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0042;
}
}
{
return (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)NULL;
}
IL_0042:
{
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_15 = V_1;
NullCheck(L_15);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_16 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_15, /*hidden argument*/NULL);
return L_16;
}
}
// UnityEngine.Material TMPro.TMP_MaterialManager::GetFallbackMaterial(UnityEngine.Material,UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_MaterialManager_GetFallbackMaterial_m54C7394AEF6C09254D42E35C6E291E5C6BE85D97 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___sourceMaterial0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___targetMaterial1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_GetFallbackMaterial_m54C7394AEF6C09254D42E35C6E291E5C6BE85D97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * V_1 = NULL;
int32_t V_2 = 0;
int64_t V_3 = 0;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * V_4 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_5 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___sourceMaterial0;
NullCheck(L_0);
int32_t L_1 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___targetMaterial1;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_3 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_MainTex_0();
NullCheck(L_2);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_4 = Material_GetTexture_mDB1B89D76D44AD07BD214224C59A6FE0B62F6477(L_2, L_3, /*hidden argument*/NULL);
V_1 = L_4;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_5, /*hidden argument*/NULL);
V_2 = L_6;
int32_t L_7 = V_0;
int32_t L_8 = V_2;
V_3 = ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_7)))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)L_8))))))));
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_9 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterials_1();
int64_t L_10 = V_3;
NullCheck(L_9);
bool L_11 = Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167(L_9, L_10, (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var);
if (!L_11)
{
goto IL_003a;
}
}
{
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_12 = V_4;
NullCheck(L_12);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_13 = L_12->get_fallbackMaterial_3();
return L_13;
}
IL_003a:
{
V_5 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_14 = ___sourceMaterial0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_15 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
NullCheck(L_14);
bool L_16 = Material_HasProperty_m901DE6C516A0D2C986B849C7B44F679AE21B8927(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00f0;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_17 = ___targetMaterial1;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_18 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
NullCheck(L_17);
bool L_19 = Material_HasProperty_m901DE6C516A0D2C986B849C7B44F679AE21B8927(L_17, L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00f0;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_20 = ___sourceMaterial0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_21 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_21, L_20, /*hidden argument*/NULL);
V_5 = L_21;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_22 = V_5;
NullCheck(L_22);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_22, ((int32_t)61), /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_23 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_24 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_MainTex_0();
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_25 = V_1;
NullCheck(L_23);
Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA(L_23, L_24, L_25, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_26 = V_5;
int32_t L_27 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_28 = ___targetMaterial1;
int32_t L_29 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
NullCheck(L_28);
float L_30 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_28, L_29, /*hidden argument*/NULL);
NullCheck(L_26);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_26, L_27, L_30, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_31 = V_5;
int32_t L_32 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureWidth_21();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_33 = ___targetMaterial1;
int32_t L_34 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureWidth_21();
NullCheck(L_33);
float L_35 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_33, L_34, /*hidden argument*/NULL);
NullCheck(L_31);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_31, L_32, L_35, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_36 = V_5;
int32_t L_37 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureHeight_22();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_38 = ___targetMaterial1;
int32_t L_39 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureHeight_22();
NullCheck(L_38);
float L_40 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_38, L_39, /*hidden argument*/NULL);
NullCheck(L_36);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_36, L_37, L_40, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_41 = V_5;
int32_t L_42 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightNormal_10();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_43 = ___targetMaterial1;
int32_t L_44 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightNormal_10();
NullCheck(L_43);
float L_45 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_43, L_44, /*hidden argument*/NULL);
NullCheck(L_41);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_41, L_42, L_45, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_46 = V_5;
int32_t L_47 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightBold_11();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_48 = ___targetMaterial1;
int32_t L_49 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightBold_11();
NullCheck(L_48);
float L_50 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_48, L_49, /*hidden argument*/NULL);
NullCheck(L_46);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_46, L_47, L_50, /*hidden argument*/NULL);
goto IL_00f8;
}
IL_00f0:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_51 = ___targetMaterial1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_52 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_52, L_51, /*hidden argument*/NULL);
V_5 = L_52;
}
IL_00f8:
{
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_53 = (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A *)il2cpp_codegen_object_new(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A_il2cpp_TypeInfo_var);
FallbackMaterial__ctor_mCF6E7FD9A15BC095C34E314E59E034AD9559795A(L_53, /*hidden argument*/NULL);
V_4 = L_53;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_54 = V_4;
int32_t L_55 = V_0;
NullCheck(L_54);
L_54->set_baseID_0(L_55);
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_56 = V_4;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_57 = ___sourceMaterial0;
NullCheck(L_56);
L_56->set_baseMaterial_1(L_57);
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_58 = V_4;
int64_t L_59 = V_3;
NullCheck(L_58);
L_58->set_fallbackID_2(L_59);
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_60 = V_4;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_61 = V_5;
NullCheck(L_60);
L_60->set_fallbackMaterial_3(L_61);
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_62 = V_4;
NullCheck(L_62);
L_62->set_count_4(0);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_63 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterials_1();
int64_t L_64 = V_3;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_65 = V_4;
NullCheck(L_63);
Dictionary_2_Add_mFAD4E21F5CE7180A2C02C7347F2B796CA2114523(L_63, L_64, L_65, /*hidden argument*/Dictionary_2_Add_mFAD4E21F5CE7180A2C02C7347F2B796CA2114523_RuntimeMethod_var);
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_66 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterialLookup_2();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_67 = V_5;
NullCheck(L_67);
int32_t L_68 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_67, /*hidden argument*/NULL);
int64_t L_69 = V_3;
NullCheck(L_66);
Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB(L_66, L_68, L_69, /*hidden argument*/Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB_RuntimeMethod_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_70 = V_5;
return L_70;
}
}
// System.Void TMPro.TMP_MaterialManager::AddFallbackMaterialReference(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___targetMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * V_2 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___targetMaterial0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___targetMaterial0;
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
V_0 = L_3;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_4 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterialLookup_2();
int32_t L_5 = V_0;
NullCheck(L_4);
bool L_6 = Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D(L_4, L_5, (int64_t*)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_RuntimeMethod_var);
if (!L_6)
{
goto IL_003d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_7 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterials_1();
int64_t L_8 = V_1;
NullCheck(L_7);
bool L_9 = Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167(L_7, L_8, (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var);
if (!L_9)
{
goto IL_003d;
}
}
{
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_10 = V_2;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_11 = L_10;
NullCheck(L_11);
int32_t L_12 = L_11->get_count_4();
NullCheck(L_11);
L_11->set_count_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
}
IL_003d:
{
return;
}
}
// System.Void TMPro.TMP_MaterialManager::RemoveFallbackMaterialReference(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_RemoveFallbackMaterialReference_mFD2148F998A6AEE6C4F2386E5A2F9ACB567CD214 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___targetMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_RemoveFallbackMaterialReference_mFD2148F998A6AEE6C4F2386E5A2F9ACB567CD214_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * V_2 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___targetMaterial0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___targetMaterial0;
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
V_0 = L_3;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_4 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterialLookup_2();
int32_t L_5 = V_0;
NullCheck(L_4);
bool L_6 = Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D(L_4, L_5, (int64_t*)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_RuntimeMethod_var);
if (!L_6)
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_7 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterials_1();
int64_t L_8 = V_1;
NullCheck(L_7);
bool L_9 = Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167(L_7, L_8, (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var);
if (!L_9)
{
goto IL_0051;
}
}
{
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_10 = V_2;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_11 = L_10;
NullCheck(L_11);
int32_t L_12 = L_11->get_count_4();
NullCheck(L_11);
L_11->set_count_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)));
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = L_13->get_count_4();
if ((((int32_t)L_14) >= ((int32_t)1)))
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_15 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackCleanupList_3();
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_16 = V_2;
NullCheck(L_15);
List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66(L_15, L_16, /*hidden argument*/List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66_RuntimeMethod_var);
}
IL_0051:
{
return;
}
}
// System.Void TMPro.TMP_MaterialManager::CleanupFallbackMaterials()
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * V_1 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_2 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_0 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackCleanupList_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4(L_0, /*hidden argument*/List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4_RuntimeMethod_var);
if (L_1)
{
goto IL_000d;
}
}
{
return;
}
IL_000d:
{
V_0 = 0;
goto IL_005b;
}
IL_0011:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_2 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackCleanupList_3();
int32_t L_3 = V_0;
NullCheck(L_2);
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_4 = List_1_get_Item_mA2EF700F87EDC8F73DFDAA61F8447F1531DCA9EF(L_2, L_3, /*hidden argument*/List_1_get_Item_mA2EF700F87EDC8F73DFDAA61F8447F1531DCA9EF_RuntimeMethod_var);
V_1 = L_4;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = L_5->get_count_4();
if ((((int32_t)L_6) >= ((int32_t)1)))
{
goto IL_0057;
}
}
{
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_7 = V_1;
NullCheck(L_7);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = L_7->get_fallbackMaterial_3();
V_2 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_9 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterials_1();
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_10 = V_1;
NullCheck(L_10);
int64_t L_11 = L_10->get_fallbackID_2();
NullCheck(L_9);
Dictionary_2_Remove_m739E37A1198D5703D1FF1E0BA3EA1CFEE63AD04B(L_9, L_11, /*hidden argument*/Dictionary_2_Remove_m739E37A1198D5703D1FF1E0BA3EA1CFEE63AD04B_RuntimeMethod_var);
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_12 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterialLookup_2();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61(L_12, L_14, /*hidden argument*/Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61_RuntimeMethod_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_15 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_15, /*hidden argument*/NULL);
V_2 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
}
IL_0057:
{
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_005b:
{
int32_t L_17 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_18 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackCleanupList_3();
NullCheck(L_18);
int32_t L_19 = List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4(L_18, /*hidden argument*/List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4_RuntimeMethod_var);
if ((((int32_t)L_17) < ((int32_t)L_19)))
{
goto IL_0011;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_20 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackCleanupList_3();
NullCheck(L_20);
List_1_Clear_m63FDD80814E06377881C9449DAFC789FE3790638(L_20, /*hidden argument*/List_1_Clear_m63FDD80814E06377881C9449DAFC789FE3790638_RuntimeMethod_var);
return;
}
}
// System.Void TMPro.TMP_MaterialManager::ReleaseFallbackMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallackMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * V_2 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___fallackMaterial0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___fallackMaterial0;
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
V_0 = L_3;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * L_4 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterialLookup_2();
int32_t L_5 = V_0;
NullCheck(L_4);
bool L_6 = Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D(L_4, L_5, (int64_t*)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_RuntimeMethod_var);
if (!L_6)
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * L_7 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackMaterials_1();
int64_t L_8 = V_1;
NullCheck(L_7);
bool L_9 = Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167(L_7, L_8, (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var);
if (!L_9)
{
goto IL_0051;
}
}
{
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_10 = V_2;
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_11 = L_10;
NullCheck(L_11);
int32_t L_12 = L_11->get_count_4();
NullCheck(L_11);
L_11->set_count_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)));
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = L_13->get_count_4();
if ((((int32_t)L_14) >= ((int32_t)1)))
{
goto IL_0051;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * L_15 = ((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->get_m_fallbackCleanupList_3();
FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * L_16 = V_2;
NullCheck(L_15);
List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66(L_15, L_16, /*hidden argument*/List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66_RuntimeMethod_var);
}
IL_0051:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
((TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var))->set_isFallbackListDirty_4((bool)1);
return;
}
}
// System.Void TMPro.TMP_MaterialManager::CopyMaterialPresetProperties(UnityEngine.Material,UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_MaterialManager_CopyMaterialPresetProperties_mF602C9E3596B526045982B62B267F98CFD9A3D88 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___destination1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MaterialManager_CopyMaterialPresetProperties_mF602C9E3596B526045982B62B267F98CFD9A3D88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * V_0 = NULL;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___source0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_1 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
NullCheck(L_0);
bool L_2 = Material_HasProperty_m901DE6C516A0D2C986B849C7B44F679AE21B8927(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001a;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ___destination1;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_4 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
NullCheck(L_3);
bool L_5 = Material_HasProperty_m901DE6C516A0D2C986B849C7B44F679AE21B8927(L_3, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_001b;
}
}
IL_001a:
{
return;
}
IL_001b:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___destination1;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_7 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_MainTex_0();
NullCheck(L_6);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_8 = Material_GetTexture_mDB1B89D76D44AD07BD214224C59A6FE0B62F6477(L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = ___destination1;
int32_t L_10 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
NullCheck(L_9);
float L_11 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_9, L_10, /*hidden argument*/NULL);
V_1 = L_11;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_12 = ___destination1;
int32_t L_13 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureWidth_21();
NullCheck(L_12);
float L_14 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_12, L_13, /*hidden argument*/NULL);
V_2 = L_14;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_15 = ___destination1;
int32_t L_16 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureHeight_22();
NullCheck(L_15);
float L_17 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_15, L_16, /*hidden argument*/NULL);
V_3 = L_17;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_18 = ___destination1;
int32_t L_19 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightNormal_10();
NullCheck(L_18);
float L_20 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_18, L_19, /*hidden argument*/NULL);
V_4 = L_20;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_21 = ___destination1;
int32_t L_22 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightBold_11();
NullCheck(L_21);
float L_23 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_21, L_22, /*hidden argument*/NULL);
V_5 = L_23;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_24 = ___destination1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_25 = ___source0;
NullCheck(L_24);
Material_CopyPropertiesFromMaterial_mC80A6EB2A756B079CEEDEBD5F03A36A6DD18227A(L_24, L_25, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_26 = ___destination1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_27 = ___source0;
NullCheck(L_27);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = Material_get_shaderKeywords_mF653034CC23EB4A65580BA4388F7258328C9C90C(L_27, /*hidden argument*/NULL);
NullCheck(L_26);
Material_set_shaderKeywords_m336EBA03D542BE657FEBDD62C7546568CD3081C9(L_26, L_28, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_29 = ___destination1;
int32_t L_30 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_MainTex_0();
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_31 = V_0;
NullCheck(L_29);
Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA(L_29, L_30, L_31, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_32 = ___destination1;
int32_t L_33 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_GradientScale_17();
float L_34 = V_1;
NullCheck(L_32);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_32, L_33, L_34, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_35 = ___destination1;
int32_t L_36 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureWidth_21();
float L_37 = V_2;
NullCheck(L_35);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_35, L_36, L_37, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_38 = ___destination1;
int32_t L_39 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_TextureHeight_22();
float L_40 = V_3;
NullCheck(L_38);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_38, L_39, L_40, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_41 = ___destination1;
int32_t L_42 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightNormal_10();
float L_43 = V_4;
NullCheck(L_41);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_41, L_42, L_43, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_44 = ___destination1;
int32_t L_45 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_WeightBold_11();
float L_46 = V_5;
NullCheck(L_44);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_44, L_45, L_46, /*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_MaterialManager_<>c__DisplayClass10_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m2371F017B8DE7BA53A47BC83789EB473E29EC57D (U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean TMPro.TMP_MaterialManager_<>c__DisplayClass10_0::<GetBaseMaterial>b__0(TMPro.TMP_MaterialManager_MaskingMaterial)
extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F (U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 * __this, MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_0 = ___item0;
NullCheck(L_0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = L_0->get_stencilMaterial_1();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_stencilMaterial_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#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_MaterialManager_<>c__DisplayClass12_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m4F24E8CE62E0D7D0E838A1726F4A3810E805D937 (U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean TMPro.TMP_MaterialManager_<>c__DisplayClass12_0::<AddMaskingMaterial>b__0(TMPro.TMP_MaterialManager_MaskingMaterial)
extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947 (U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 * __this, MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_0 = ___item0;
NullCheck(L_0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = L_0->get_stencilMaterial_1();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_stencilMaterial_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#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_MaterialManager_<>c__DisplayClass13_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m0FA0F842624EC8C1B9DECD2706A9D8B7EDDC4474 (U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean TMPro.TMP_MaterialManager_<>c__DisplayClass13_0::<RemoveStencilMaterial>b__0(TMPro.TMP_MaterialManager_MaskingMaterial)
extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E (U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 * __this, MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_0 = ___item0;
NullCheck(L_0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = L_0->get_stencilMaterial_1();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_stencilMaterial_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#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_MaterialManager_<>c__DisplayClass14_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mB0A41E33B2C5F81D397D387544953862BDC16B8C (U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean TMPro.TMP_MaterialManager_<>c__DisplayClass14_0::<ReleaseBaseMaterial>b__0(TMPro.TMP_MaterialManager_MaskingMaterial)
extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18 (U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A * __this, MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * L_0 = ___item0;
NullCheck(L_0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = L_0->get_baseMaterial_0();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_baseMaterial_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#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_MaterialManager_FallbackMaterial::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FallbackMaterial__ctor_mCF6E7FD9A15BC095C34E314E59E034AD9559795A (FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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_MaterialManager_MaskingMaterial::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MaskingMaterial__ctor_mCBFFFBABEE1ABF7FA9DA1BA8E404FD7D53E928B8 (MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.Boolean TMPro.TMP_Math::Approximately(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Math_Approximately_mD1E8C7947699EE157A2054C17BA7BD42D5F567F3 (float ___a0, float ___b1, const RuntimeMethod* method)
{
{
float L_0 = ___b1;
float L_1 = ___a0;
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_0, (float)(0.0001f)))) < ((float)L_1))))
{
goto IL_0015;
}
}
{
float L_2 = ___a0;
float L_3 = ___b1;
return (bool)((((float)L_2) < ((float)((float)il2cpp_codegen_add((float)L_3, (float)(0.0001f)))))? 1 : 0);
}
IL_0015:
{
return (bool)0;
}
}
// System.Void TMPro.TMP_Math::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Math__cctor_m28B03C0C82CDC26FC7C8F6A1EE2B2FA133E2666B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Math__cctor_m28B03C0C82CDC26FC7C8F6A1EE2B2FA133E2666B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0;
memset(&L_0, 0, sizeof(L_0));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_0), (32767.0f), (32767.0f), /*hidden argument*/NULL);
((TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var))->set_MAX_16BIT_6(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1;
memset(&L_1, 0, sizeof(L_1));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_1), (-32767.0f), (-32767.0f), /*hidden argument*/NULL);
((TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var))->set_MIN_16BIT_7(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
// Conversion methods for marshalling of: TMPro.TMP_MeshInfo
extern "C" void TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshal_pinvoke(const TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E& unmarshaled, TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_pinvoke& marshaled)
{
Exception_t* ___mesh_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'mesh' of type 'TMP_MeshInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___mesh_3Exception, NULL, NULL);
}
extern "C" void TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshal_pinvoke_back(const TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_pinvoke& marshaled, TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E& unmarshaled)
{
Exception_t* ___mesh_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'mesh' of type 'TMP_MeshInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___mesh_3Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_MeshInfo
extern "C" void TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshal_pinvoke_cleanup(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_MeshInfo
extern "C" void TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshal_com(const TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E& unmarshaled, TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_com& marshaled)
{
Exception_t* ___mesh_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'mesh' of type 'TMP_MeshInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___mesh_3Exception, NULL, NULL);
}
extern "C" void TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshal_com_back(const TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_com& marshaled, TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E& unmarshaled)
{
Exception_t* ___mesh_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'mesh' of type 'TMP_MeshInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___mesh_3Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_MeshInfo
extern "C" void TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshal_com_cleanup(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_com& marshaled)
{
}
// System.Void TMPro.TMP_MeshInfo::.ctor(UnityEngine.Mesh,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___size1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___mesh0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0012;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)il2cpp_codegen_object_new(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var);
Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4(L_2, /*hidden argument*/NULL);
___mesh0 = L_2;
goto IL_0018;
}
IL_0012:
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_3 = ___mesh0;
NullCheck(L_3);
Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60(L_3, /*hidden argument*/NULL);
}
IL_0018:
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = ___mesh0;
__this->set_mesh_3(L_4);
int32_t L_5 = ___size1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_6 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_5, ((int32_t)16383), /*hidden argument*/NULL);
___size1 = L_6;
int32_t L_7 = ___size1;
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)4));
int32_t L_8 = ___size1;
V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)6));
__this->set_vertexCount_4(0);
int32_t L_9 = V_0;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_10 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)L_9);
__this->set_vertices_5(L_10);
int32_t L_11 = V_0;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_12 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)L_11);
__this->set_uvs0_8(L_12);
int32_t L_13 = V_0;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_14 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)L_13);
__this->set_uvs2_9(L_14);
int32_t L_15 = V_0;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_16 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)L_15);
__this->set_colors32_10(L_16);
int32_t L_17 = V_0;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_18 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)L_17);
__this->set_normals_6(L_18);
int32_t L_19 = V_0;
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_20 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)SZArrayNew(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66_il2cpp_TypeInfo_var, (uint32_t)L_19);
__this->set_tangents_7(L_20);
int32_t L_21 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_21);
__this->set_triangles_11(L_22);
V_2 = 0;
V_3 = 0;
goto IL_0173;
}
IL_0098:
{
V_4 = 0;
goto IL_011b;
}
IL_009d:
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_23 = __this->get_vertices_5();
int32_t L_24 = V_3;
int32_t L_25 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_26);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_27 = __this->get_uvs0_8();
int32_t L_28 = V_3;
int32_t L_29 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_30);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_31 = __this->get_uvs2_9();
int32_t L_32 = V_3;
int32_t L_33 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_34);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_35 = __this->get_colors32_10();
int32_t L_36 = V_3;
int32_t L_37 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_38 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultColor_0();
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_38);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_39 = __this->get_normals_6();
int32_t L_40 = V_3;
int32_t L_41 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_42 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_39);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_42);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_43 = __this->get_tangents_7();
int32_t L_44 = V_3;
int32_t L_45 = V_4;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_46 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_43);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_46);
int32_t L_47 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_011b:
{
int32_t L_48 = V_4;
if ((((int32_t)L_48) < ((int32_t)4)))
{
goto IL_009d;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_49 = __this->get_triangles_11();
int32_t L_50 = V_2;
int32_t L_51 = V_3;
NullCheck(L_49);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)L_51);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_52 = __this->get_triangles_11();
int32_t L_53 = V_2;
int32_t L_54 = V_3;
NullCheck(L_52);
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = __this->get_triangles_11();
int32_t L_56 = V_2;
int32_t L_57 = V_3;
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)2))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_58 = __this->get_triangles_11();
int32_t L_59 = V_2;
int32_t L_60 = V_3;
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)3))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_61 = __this->get_triangles_11();
int32_t L_62 = V_2;
int32_t L_63 = V_3;
NullCheck(L_61);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)4))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_64 = __this->get_triangles_11();
int32_t L_65 = V_2;
int32_t L_66 = V_3;
NullCheck(L_64);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)5))), (int32_t)L_66);
int32_t L_67 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)4));
int32_t L_68 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)6));
}
IL_0173:
{
int32_t L_69 = V_3;
int32_t L_70 = ___size1;
if ((((int32_t)((int32_t)((int32_t)L_69/(int32_t)4))) < ((int32_t)L_70)))
{
goto IL_0098;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_71 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_72 = __this->get_vertices_5();
NullCheck(L_71);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_71, L_72, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_73 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_74 = __this->get_normals_6();
NullCheck(L_73);
Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589(L_73, L_74, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_75 = __this->get_mesh_3();
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_76 = __this->get_tangents_7();
NullCheck(L_75);
Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57(L_75, L_76, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_77 = __this->get_mesh_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = __this->get_triangles_11();
NullCheck(L_77);
Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED(L_77, L_78, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_79 = __this->get_mesh_3();
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_80 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_81;
memset(&L_81, 0, sizeof(L_81));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_81), (3840.0f), (2160.0f), (0.0f), /*hidden argument*/NULL);
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_82;
memset(&L_82, 0, sizeof(L_82));
Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D((&L_82), L_80, L_81, /*hidden argument*/NULL);
NullCheck(L_79);
Mesh_set_bounds_mB09338F622466456ADBCC449BB1F62F2EF1731B6(L_79, L_82, /*hidden argument*/NULL);
return;
}
}
extern "C" void TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF_AdjustorThunk (RuntimeObject * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___size1, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF(_thisAdjusted, ___mesh0, ___size1, method);
}
// System.Void TMPro.TMP_MeshInfo::.ctor(UnityEngine.Mesh,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___size1, bool ___isVolumetric2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___mesh0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0012;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)il2cpp_codegen_object_new(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var);
Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4(L_2, /*hidden argument*/NULL);
___mesh0 = L_2;
goto IL_0018;
}
IL_0012:
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_3 = ___mesh0;
NullCheck(L_3);
Mesh_Clear_mB750E1DCAB658124AAD81A02B93DED7601047B60(L_3, /*hidden argument*/NULL);
}
IL_0018:
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = ___mesh0;
__this->set_mesh_3(L_4);
bool L_5 = ___isVolumetric2;
if (!L_5)
{
goto IL_0025;
}
}
{
G_B6_0 = 8;
goto IL_0026;
}
IL_0025:
{
G_B6_0 = 4;
}
IL_0026:
{
V_0 = G_B6_0;
bool L_6 = ___isVolumetric2;
if (!L_6)
{
goto IL_002e;
}
}
{
G_B9_0 = ((int32_t)36);
goto IL_002f;
}
IL_002e:
{
G_B9_0 = 6;
}
IL_002f:
{
V_1 = G_B9_0;
int32_t L_7 = ___size1;
int32_t L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_9 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_7, ((int32_t)((int32_t)((int32_t)65532)/(int32_t)L_8)), /*hidden argument*/NULL);
___size1 = L_9;
int32_t L_10 = ___size1;
int32_t L_11 = V_0;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)L_11));
int32_t L_12 = ___size1;
int32_t L_13 = V_1;
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)L_13));
__this->set_vertexCount_4(0);
int32_t L_14 = V_2;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_15 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)L_14);
__this->set_vertices_5(L_15);
int32_t L_16 = V_2;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_17 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)L_16);
__this->set_uvs0_8(L_17);
int32_t L_18 = V_2;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_19 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)L_18);
__this->set_uvs2_9(L_19);
int32_t L_20 = V_2;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_21 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)L_20);
__this->set_colors32_10(L_21);
int32_t L_22 = V_2;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_23 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)L_22);
__this->set_normals_6(L_23);
int32_t L_24 = V_2;
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_25 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)SZArrayNew(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66_il2cpp_TypeInfo_var, (uint32_t)L_24);
__this->set_tangents_7(L_25);
int32_t L_26 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_26);
__this->set_triangles_11(L_27);
V_4 = 0;
V_5 = 0;
goto IL_0380;
}
IL_00ad:
{
V_6 = 0;
goto IL_0139;
}
IL_00b5:
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_28 = __this->get_vertices_5();
int32_t L_29 = V_4;
int32_t L_30 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_31);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_32 = __this->get_uvs0_8();
int32_t L_33 = V_4;
int32_t L_34 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_32);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_35);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_36 = __this->get_uvs2_9();
int32_t L_37 = V_4;
int32_t L_38 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_39);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_40 = __this->get_colors32_10();
int32_t L_41 = V_4;
int32_t L_42 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_43 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultColor_0();
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_43);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_44 = __this->get_normals_6();
int32_t L_45 = V_4;
int32_t L_46 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_47 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_47);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_48 = __this->get_tangents_7();
int32_t L_49 = V_4;
int32_t L_50 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_51 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_51);
int32_t L_52 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
}
IL_0139:
{
int32_t L_53 = V_6;
int32_t L_54 = V_0;
if ((((int32_t)L_53) < ((int32_t)L_54)))
{
goto IL_00b5;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = __this->get_triangles_11();
int32_t L_56 = V_5;
int32_t L_57 = V_4;
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (int32_t)L_57);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_58 = __this->get_triangles_11();
int32_t L_59 = V_5;
int32_t L_60 = V_4;
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_61 = __this->get_triangles_11();
int32_t L_62 = V_5;
int32_t L_63 = V_4;
NullCheck(L_61);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)2))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_64 = __this->get_triangles_11();
int32_t L_65 = V_5;
int32_t L_66 = V_4;
NullCheck(L_64);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)3))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_67 = __this->get_triangles_11();
int32_t L_68 = V_5;
int32_t L_69 = V_4;
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)4))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_70 = __this->get_triangles_11();
int32_t L_71 = V_5;
int32_t L_72 = V_4;
NullCheck(L_70);
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)5))), (int32_t)L_72);
bool L_73 = ___isVolumetric2;
if (!L_73)
{
goto IL_0374;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_74 = __this->get_triangles_11();
int32_t L_75 = V_5;
int32_t L_76 = V_4;
NullCheck(L_74);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)6))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_77 = __this->get_triangles_11();
int32_t L_78 = V_5;
int32_t L_79 = V_4;
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)7))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_80 = __this->get_triangles_11();
int32_t L_81 = V_5;
int32_t L_82 = V_4;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)8))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_83 = __this->get_triangles_11();
int32_t L_84 = V_5;
int32_t L_85 = V_4;
NullCheck(L_83);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)((int32_t)9)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_86 = __this->get_triangles_11();
int32_t L_87 = V_5;
int32_t L_88 = V_4;
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)((int32_t)10)))), (int32_t)L_88);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_89 = __this->get_triangles_11();
int32_t L_90 = V_5;
int32_t L_91 = V_4;
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)((int32_t)11)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_92 = __this->get_triangles_11();
int32_t L_93 = V_5;
int32_t L_94 = V_4;
NullCheck(L_92);
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)((int32_t)12)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_95 = __this->get_triangles_11();
int32_t L_96 = V_5;
int32_t L_97 = V_4;
NullCheck(L_95);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)((int32_t)13)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_98 = __this->get_triangles_11();
int32_t L_99 = V_5;
int32_t L_100 = V_4;
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)((int32_t)14)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_101 = __this->get_triangles_11();
int32_t L_102 = V_5;
int32_t L_103 = V_4;
NullCheck(L_101);
(L_101)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)((int32_t)15)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_104 = __this->get_triangles_11();
int32_t L_105 = V_5;
int32_t L_106 = V_4;
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)((int32_t)16)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)7)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_107 = __this->get_triangles_11();
int32_t L_108 = V_5;
int32_t L_109 = V_4;
NullCheck(L_107);
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)17)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_110 = __this->get_triangles_11();
int32_t L_111 = V_5;
int32_t L_112 = V_4;
NullCheck(L_110);
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)((int32_t)18)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_113 = __this->get_triangles_11();
int32_t L_114 = V_5;
int32_t L_115 = V_4;
NullCheck(L_113);
(L_113)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)((int32_t)19)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_116 = __this->get_triangles_11();
int32_t L_117 = V_5;
int32_t L_118 = V_4;
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)((int32_t)20)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_119 = __this->get_triangles_11();
int32_t L_120 = V_5;
int32_t L_121 = V_4;
NullCheck(L_119);
(L_119)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)((int32_t)21)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_122 = __this->get_triangles_11();
int32_t L_123 = V_5;
int32_t L_124 = V_4;
NullCheck(L_122);
(L_122)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)((int32_t)22)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_125 = __this->get_triangles_11();
int32_t L_126 = V_5;
int32_t L_127 = V_4;
NullCheck(L_125);
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)((int32_t)23)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_128 = __this->get_triangles_11();
int32_t L_129 = V_5;
int32_t L_130 = V_4;
NullCheck(L_128);
(L_128)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)24)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_131 = __this->get_triangles_11();
int32_t L_132 = V_5;
int32_t L_133 = V_4;
NullCheck(L_131);
(L_131)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)((int32_t)25)))), (int32_t)L_133);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_134 = __this->get_triangles_11();
int32_t L_135 = V_5;
int32_t L_136 = V_4;
NullCheck(L_134);
(L_134)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)((int32_t)26)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_137 = __this->get_triangles_11();
int32_t L_138 = V_5;
int32_t L_139 = V_4;
NullCheck(L_137);
(L_137)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)((int32_t)27)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_140 = __this->get_triangles_11();
int32_t L_141 = V_5;
int32_t L_142 = V_4;
NullCheck(L_140);
(L_140)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)((int32_t)28)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)7)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_143 = __this->get_triangles_11();
int32_t L_144 = V_5;
int32_t L_145 = V_4;
NullCheck(L_143);
(L_143)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)((int32_t)29)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_146 = __this->get_triangles_11();
int32_t L_147 = V_5;
int32_t L_148 = V_4;
NullCheck(L_146);
(L_146)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)((int32_t)30)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)7)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_149 = __this->get_triangles_11();
int32_t L_150 = V_5;
int32_t L_151 = V_4;
NullCheck(L_149);
(L_149)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)((int32_t)31)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_152 = __this->get_triangles_11();
int32_t L_153 = V_5;
int32_t L_154 = V_4;
NullCheck(L_152);
(L_152)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)((int32_t)32)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_155 = __this->get_triangles_11();
int32_t L_156 = V_5;
int32_t L_157 = V_4;
NullCheck(L_155);
(L_155)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)((int32_t)33)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_158 = __this->get_triangles_11();
int32_t L_159 = V_5;
int32_t L_160 = V_4;
NullCheck(L_158);
(L_158)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)((int32_t)34)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_161 = __this->get_triangles_11();
int32_t L_162 = V_5;
int32_t L_163 = V_4;
NullCheck(L_161);
(L_161)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)((int32_t)35)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)7)));
}
IL_0374:
{
int32_t L_164 = V_4;
int32_t L_165 = V_0;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)L_165));
int32_t L_166 = V_5;
int32_t L_167 = V_1;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)L_167));
}
IL_0380:
{
int32_t L_168 = V_4;
int32_t L_169 = V_0;
int32_t L_170 = ___size1;
if ((((int32_t)((int32_t)((int32_t)L_168/(int32_t)L_169))) < ((int32_t)L_170)))
{
goto IL_00ad;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_171 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_172 = __this->get_vertices_5();
NullCheck(L_171);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_171, L_172, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_173 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_174 = __this->get_normals_6();
NullCheck(L_173);
Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589(L_173, L_174, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_175 = __this->get_mesh_3();
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_176 = __this->get_tangents_7();
NullCheck(L_175);
Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57(L_175, L_176, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_177 = __this->get_mesh_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_178 = __this->get_triangles_11();
NullCheck(L_177);
Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED(L_177, L_178, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_179 = __this->get_mesh_3();
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_180 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_181;
memset(&L_181, 0, sizeof(L_181));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_181), (3840.0f), (2160.0f), (64.0f), /*hidden argument*/NULL);
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_182;
memset(&L_182, 0, sizeof(L_182));
Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D((&L_182), L_180, L_181, /*hidden argument*/NULL);
NullCheck(L_179);
Mesh_set_bounds_mB09338F622466456ADBCC449BB1F62F2EF1731B6(L_179, L_182, /*hidden argument*/NULL);
return;
}
}
extern "C" void TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84_AdjustorThunk (RuntimeObject * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___size1, bool ___isVolumetric2, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84(_thisAdjusted, ___mesh0, ___size1, ___isVolumetric2, method);
}
// System.Void TMPro.TMP_MeshInfo::ResizeMeshInfo(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
int32_t L_0 = ___size0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_1 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_0, ((int32_t)16383), /*hidden argument*/NULL);
___size0 = L_1;
int32_t L_2 = ___size0;
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)4));
int32_t L_3 = ___size0;
V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)6));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_4 = __this->get_vertices_5();
NullCheck(L_4);
V_2 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))/(int32_t)4));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** L_5 = __this->get_address_of_vertices_5();
int32_t L_6 = V_0;
Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28**)L_5, L_6, /*hidden argument*/Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** L_7 = __this->get_address_of_normals_6();
int32_t L_8 = V_0;
Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28**)L_7, L_8, /*hidden argument*/Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** L_9 = __this->get_address_of_tangents_7();
int32_t L_10 = V_0;
Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6((Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66**)L_9, L_10, /*hidden argument*/Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_RuntimeMethod_var);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** L_11 = __this->get_address_of_uvs0_8();
int32_t L_12 = V_0;
Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6**)L_11, L_12, /*hidden argument*/Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** L_13 = __this->get_address_of_uvs2_9();
int32_t L_14 = V_0;
Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6**)L_13, L_14, /*hidden argument*/Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** L_15 = __this->get_address_of_colors32_10();
int32_t L_16 = V_0;
Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983**)L_15, L_16, /*hidden argument*/Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_RuntimeMethod_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_17 = __this->get_address_of_triangles_11();
int32_t L_18 = V_1;
Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_17, L_18, /*hidden argument*/Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_RuntimeMethod_var);
int32_t L_19 = ___size0;
int32_t L_20 = V_2;
if ((((int32_t)L_19) > ((int32_t)L_20)))
{
goto IL_00bd;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_21 = __this->get_mesh_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = __this->get_triangles_11();
NullCheck(L_21);
Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED(L_21, L_22, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_23 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_24 = __this->get_vertices_5();
NullCheck(L_23);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_23, L_24, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_25 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = __this->get_normals_6();
NullCheck(L_25);
Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589(L_25, L_26, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_27 = __this->get_mesh_3();
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_28 = __this->get_tangents_7();
NullCheck(L_27);
Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57(L_27, L_28, /*hidden argument*/NULL);
return;
}
IL_00bd:
{
int32_t L_29 = V_2;
V_3 = L_29;
goto IL_01c2;
}
IL_00c4:
{
int32_t L_30 = V_3;
V_4 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)4));
int32_t L_31 = V_3;
V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)6));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_32 = __this->get_normals_6();
int32_t L_33 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_32);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_34);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_35 = __this->get_normals_6();
int32_t L_36 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_37 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_36))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_37);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_38 = __this->get_normals_6();
int32_t L_39 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_38);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_39))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_40);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_41 = __this->get_normals_6();
int32_t L_42 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_41);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_42))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_43);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_44 = __this->get_tangents_7();
int32_t L_45 = V_4;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_46 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(L_45), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_46);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_47 = __this->get_tangents_7();
int32_t L_48 = V_4;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_49 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_47);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_48))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_49);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_50 = __this->get_tangents_7();
int32_t L_51 = V_4;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_52 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_50);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_51))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_52);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_53 = __this->get_tangents_7();
int32_t L_54 = V_4;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_55 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_54))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_55);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_56 = __this->get_triangles_11();
int32_t L_57 = V_5;
int32_t L_58 = V_4;
NullCheck(L_56);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(L_57), (int32_t)L_58);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_59 = __this->get_triangles_11();
int32_t L_60 = V_5;
int32_t L_61 = V_4;
NullCheck(L_59);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_60))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_61)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_62 = __this->get_triangles_11();
int32_t L_63 = V_5;
int32_t L_64 = V_4;
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_63))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_64)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_65 = __this->get_triangles_11();
int32_t L_66 = V_5;
int32_t L_67 = V_4;
NullCheck(L_65);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_66))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_67)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_68 = __this->get_triangles_11();
int32_t L_69 = V_5;
int32_t L_70 = V_4;
NullCheck(L_68);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_69))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_70)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_71 = __this->get_triangles_11();
int32_t L_72 = V_5;
int32_t L_73 = V_4;
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_72))), (int32_t)L_73);
int32_t L_74 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
}
IL_01c2:
{
int32_t L_75 = V_3;
int32_t L_76 = ___size0;
if ((((int32_t)L_75) < ((int32_t)L_76)))
{
goto IL_00c4;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_77 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_78 = __this->get_vertices_5();
NullCheck(L_77);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_77, L_78, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_79 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_80 = __this->get_normals_6();
NullCheck(L_79);
Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589(L_79, L_80, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_81 = __this->get_mesh_3();
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_82 = __this->get_tangents_7();
NullCheck(L_81);
Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57(L_81, L_82, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_83 = __this->get_mesh_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_84 = __this->get_triangles_11();
NullCheck(L_83);
Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED(L_83, L_84, /*hidden argument*/NULL);
return;
}
}
extern "C" void TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D_AdjustorThunk (RuntimeObject * __this, int32_t ___size0, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D(_thisAdjusted, ___size0, method);
}
// System.Void TMPro.TMP_MeshInfo::ResizeMeshInfo(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___size0, bool ___isVolumetric1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
bool L_0 = ___isVolumetric1;
if (!L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 8;
goto IL_0007;
}
IL_0006:
{
G_B3_0 = 4;
}
IL_0007:
{
V_0 = G_B3_0;
bool L_1 = ___isVolumetric1;
if (!L_1)
{
goto IL_000f;
}
}
{
G_B6_0 = ((int32_t)36);
goto IL_0010;
}
IL_000f:
{
G_B6_0 = 6;
}
IL_0010:
{
V_1 = G_B6_0;
int32_t L_2 = ___size0;
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_4 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_2, ((int32_t)((int32_t)((int32_t)65532)/(int32_t)L_3)), /*hidden argument*/NULL);
___size0 = L_4;
int32_t L_5 = ___size0;
int32_t L_6 = V_0;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = ___size0;
int32_t L_8 = V_1;
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)L_8));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_9 = __this->get_vertices_5();
NullCheck(L_9);
int32_t L_10 = V_0;
V_4 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))/(int32_t)L_10));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** L_11 = __this->get_address_of_vertices_5();
int32_t L_12 = V_2;
Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28**)L_11, L_12, /*hidden argument*/Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** L_13 = __this->get_address_of_normals_6();
int32_t L_14 = V_2;
Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28**)L_13, L_14, /*hidden argument*/Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** L_15 = __this->get_address_of_tangents_7();
int32_t L_16 = V_2;
Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6((Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66**)L_15, L_16, /*hidden argument*/Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_RuntimeMethod_var);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** L_17 = __this->get_address_of_uvs0_8();
int32_t L_18 = V_2;
Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6**)L_17, L_18, /*hidden argument*/Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** L_19 = __this->get_address_of_uvs2_9();
int32_t L_20 = V_2;
Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6**)L_19, L_20, /*hidden argument*/Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** L_21 = __this->get_address_of_colors32_10();
int32_t L_22 = V_2;
Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983**)L_21, L_22, /*hidden argument*/Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_RuntimeMethod_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_23 = __this->get_address_of_triangles_11();
int32_t L_24 = V_3;
Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_23, L_24, /*hidden argument*/Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_RuntimeMethod_var);
int32_t L_25 = ___size0;
int32_t L_26 = V_4;
if ((((int32_t)L_25) > ((int32_t)L_26)))
{
goto IL_00d2;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_27 = __this->get_mesh_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = __this->get_triangles_11();
NullCheck(L_27);
Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED(L_27, L_28, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_29 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_30 = __this->get_vertices_5();
NullCheck(L_29);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_29, L_30, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_31 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_32 = __this->get_normals_6();
NullCheck(L_31);
Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589(L_31, L_32, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_33 = __this->get_mesh_3();
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_34 = __this->get_tangents_7();
NullCheck(L_33);
Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57(L_33, L_34, /*hidden argument*/NULL);
return;
}
IL_00d2:
{
int32_t L_35 = V_4;
V_5 = L_35;
goto IL_0462;
}
IL_00db:
{
int32_t L_36 = V_5;
int32_t L_37 = V_0;
V_6 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)L_37));
int32_t L_38 = V_5;
int32_t L_39 = V_1;
V_7 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)L_39));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_40 = __this->get_normals_6();
int32_t L_41 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_42 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_42);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_43 = __this->get_normals_6();
int32_t L_44 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_45 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_43);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_44))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_45);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_46 = __this->get_normals_6();
int32_t L_47 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_48 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_47))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_48);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_49 = __this->get_normals_6();
int32_t L_50 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_51 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_49);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_50))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_51);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_52 = __this->get_tangents_7();
int32_t L_53 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_54 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_52);
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(L_53), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_54);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_55 = __this->get_tangents_7();
int32_t L_56 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_57 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_56))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_57);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_58 = __this->get_tangents_7();
int32_t L_59 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_60 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_59))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_60);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_61 = __this->get_tangents_7();
int32_t L_62 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_63 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_61);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_62))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_63);
bool L_64 = ___isVolumetric1;
if (!L_64)
{
goto IL_0229;
}
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_65 = __this->get_normals_6();
int32_t L_66 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_67 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_65);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_66))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_67);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_68 = __this->get_normals_6();
int32_t L_69 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_70 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_68);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_69))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_70);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_71 = __this->get_normals_6();
int32_t L_72 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_73 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_72))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_73);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_74 = __this->get_normals_6();
int32_t L_75 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_76 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultNormal_1();
NullCheck(L_74);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_75))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_76);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_77 = __this->get_tangents_7();
int32_t L_78 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_79 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_78))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_79);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_80 = __this->get_tangents_7();
int32_t L_81 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_82 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_81))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_82);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_83 = __this->get_tangents_7();
int32_t L_84 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_85 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_83);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_84))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_85);
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_86 = __this->get_tangents_7();
int32_t L_87 = V_6;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_88 = ((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->get_s_DefaultTangent_2();
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_87))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_88);
}
IL_0229:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_89 = __this->get_triangles_11();
int32_t L_90 = V_7;
int32_t L_91 = V_6;
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (int32_t)L_91);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_92 = __this->get_triangles_11();
int32_t L_93 = V_7;
int32_t L_94 = V_6;
NullCheck(L_92);
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_93))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_94)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_95 = __this->get_triangles_11();
int32_t L_96 = V_7;
int32_t L_97 = V_6;
NullCheck(L_95);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_96))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_97)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_98 = __this->get_triangles_11();
int32_t L_99 = V_7;
int32_t L_100 = V_6;
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_99))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_100)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_101 = __this->get_triangles_11();
int32_t L_102 = V_7;
int32_t L_103 = V_6;
NullCheck(L_101);
(L_101)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_102))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_103)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_104 = __this->get_triangles_11();
int32_t L_105 = V_7;
int32_t L_106 = V_6;
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_105))), (int32_t)L_106);
bool L_107 = ___isVolumetric1;
if (!L_107)
{
goto IL_045c;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_108 = __this->get_triangles_11();
int32_t L_109 = V_7;
int32_t L_110 = V_6;
NullCheck(L_108);
(L_108)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)6))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_111 = __this->get_triangles_11();
int32_t L_112 = V_7;
int32_t L_113 = V_6;
NullCheck(L_111);
(L_111)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)7))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_114 = __this->get_triangles_11();
int32_t L_115 = V_7;
int32_t L_116 = V_6;
NullCheck(L_114);
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)8))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_117 = __this->get_triangles_11();
int32_t L_118 = V_7;
int32_t L_119 = V_6;
NullCheck(L_117);
(L_117)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)((int32_t)9)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_120 = __this->get_triangles_11();
int32_t L_121 = V_7;
int32_t L_122 = V_6;
NullCheck(L_120);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)((int32_t)10)))), (int32_t)L_122);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_123 = __this->get_triangles_11();
int32_t L_124 = V_7;
int32_t L_125 = V_6;
NullCheck(L_123);
(L_123)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)11)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_126 = __this->get_triangles_11();
int32_t L_127 = V_7;
int32_t L_128 = V_6;
NullCheck(L_126);
(L_126)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)((int32_t)12)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_129 = __this->get_triangles_11();
int32_t L_130 = V_7;
int32_t L_131 = V_6;
NullCheck(L_129);
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)((int32_t)13)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_132 = __this->get_triangles_11();
int32_t L_133 = V_7;
int32_t L_134 = V_6;
NullCheck(L_132);
(L_132)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)14)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_135 = __this->get_triangles_11();
int32_t L_136 = V_7;
int32_t L_137 = V_6;
NullCheck(L_135);
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)((int32_t)15)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_138 = __this->get_triangles_11();
int32_t L_139 = V_7;
int32_t L_140 = V_6;
NullCheck(L_138);
(L_138)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)((int32_t)16)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)7)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_141 = __this->get_triangles_11();
int32_t L_142 = V_7;
int32_t L_143 = V_6;
NullCheck(L_141);
(L_141)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)((int32_t)17)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_144 = __this->get_triangles_11();
int32_t L_145 = V_7;
int32_t L_146 = V_6;
NullCheck(L_144);
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)((int32_t)18)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_147 = __this->get_triangles_11();
int32_t L_148 = V_7;
int32_t L_149 = V_6;
NullCheck(L_147);
(L_147)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)((int32_t)19)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_150 = __this->get_triangles_11();
int32_t L_151 = V_7;
int32_t L_152 = V_6;
NullCheck(L_150);
(L_150)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)((int32_t)20)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_153 = __this->get_triangles_11();
int32_t L_154 = V_7;
int32_t L_155 = V_6;
NullCheck(L_153);
(L_153)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)((int32_t)21)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_156 = __this->get_triangles_11();
int32_t L_157 = V_7;
int32_t L_158 = V_6;
NullCheck(L_156);
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)((int32_t)22)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)2)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_159 = __this->get_triangles_11();
int32_t L_160 = V_7;
int32_t L_161 = V_6;
NullCheck(L_159);
(L_159)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)((int32_t)23)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_162 = __this->get_triangles_11();
int32_t L_163 = V_7;
int32_t L_164 = V_6;
NullCheck(L_162);
(L_162)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)((int32_t)24)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_165 = __this->get_triangles_11();
int32_t L_166 = V_7;
int32_t L_167 = V_6;
NullCheck(L_165);
(L_165)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)((int32_t)25)))), (int32_t)L_167);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_168 = __this->get_triangles_11();
int32_t L_169 = V_7;
int32_t L_170 = V_6;
NullCheck(L_168);
(L_168)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)((int32_t)26)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_171 = __this->get_triangles_11();
int32_t L_172 = V_7;
int32_t L_173 = V_6;
NullCheck(L_171);
(L_171)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)((int32_t)27)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)3)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_174 = __this->get_triangles_11();
int32_t L_175 = V_7;
int32_t L_176 = V_6;
NullCheck(L_174);
(L_174)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)((int32_t)28)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)7)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_177 = __this->get_triangles_11();
int32_t L_178 = V_7;
int32_t L_179 = V_6;
NullCheck(L_177);
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)((int32_t)29)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_180 = __this->get_triangles_11();
int32_t L_181 = V_7;
int32_t L_182 = V_6;
NullCheck(L_180);
(L_180)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)((int32_t)30)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)7)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_183 = __this->get_triangles_11();
int32_t L_184 = V_7;
int32_t L_185 = V_6;
NullCheck(L_183);
(L_183)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)31)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)6)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_186 = __this->get_triangles_11();
int32_t L_187 = V_7;
int32_t L_188 = V_6;
NullCheck(L_186);
(L_186)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)((int32_t)32)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_189 = __this->get_triangles_11();
int32_t L_190 = V_7;
int32_t L_191 = V_6;
NullCheck(L_189);
(L_189)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)((int32_t)33)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)5)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_192 = __this->get_triangles_11();
int32_t L_193 = V_7;
int32_t L_194 = V_6;
NullCheck(L_192);
(L_192)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)((int32_t)34)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_194, (int32_t)4)));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_195 = __this->get_triangles_11();
int32_t L_196 = V_7;
int32_t L_197 = V_6;
NullCheck(L_195);
(L_195)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)((int32_t)35)))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)7)));
}
IL_045c:
{
int32_t L_198 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)1));
}
IL_0462:
{
int32_t L_199 = V_5;
int32_t L_200 = ___size0;
if ((((int32_t)L_199) < ((int32_t)L_200)))
{
goto IL_00db;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_201 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_202 = __this->get_vertices_5();
NullCheck(L_201);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_201, L_202, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_203 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_204 = __this->get_normals_6();
NullCheck(L_203);
Mesh_set_normals_m4054D319A67DAAA25A794D67AD37278A84406589(L_203, L_204, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_205 = __this->get_mesh_3();
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_206 = __this->get_tangents_7();
NullCheck(L_205);
Mesh_set_tangents_mE66D8020B76E43A5CA3C4E60DB61CD962D7D3C57(L_205, L_206, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_207 = __this->get_mesh_3();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_208 = __this->get_triangles_11();
NullCheck(L_207);
Mesh_set_triangles_m143A1C262BADCFACE43587EBA2CDC6EBEB5DFAED(L_207, L_208, /*hidden argument*/NULL);
return;
}
}
extern "C" void TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583_AdjustorThunk (RuntimeObject * __this, int32_t ___size0, bool ___isVolumetric1, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583(_thisAdjusted, ___size0, ___isVolumetric1, method);
}
// System.Void TMPro.TMP_MeshInfo::Clear()
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = __this->get_vertices_5();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_1 = __this->get_vertices_5();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_2 = __this->get_vertices_5();
NullCheck(L_2);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL);
__this->set_vertexCount_4(0);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_3 = __this->get_mesh_3();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0043;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_5 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_6 = __this->get_vertices_5();
NullCheck(L_5);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_5, L_6, /*hidden argument*/NULL);
}
IL_0043:
{
return;
}
}
extern "C" void TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE(_thisAdjusted, method);
}
// System.Void TMPro.TMP_MeshInfo::Clear(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, bool ___uploadChanges0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = __this->get_vertices_5();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_1 = __this->get_vertices_5();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_2 = __this->get_vertices_5();
NullCheck(L_2);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL);
__this->set_vertexCount_4(0);
bool L_3 = ___uploadChanges0;
if (!L_3)
{
goto IL_0046;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = __this->get_mesh_3();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0046;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_6 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_7 = __this->get_vertices_5();
NullCheck(L_6);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_6, L_7, /*hidden argument*/NULL);
}
IL_0046:
{
return;
}
}
extern "C" void TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953_AdjustorThunk (RuntimeObject * __this, bool ___uploadChanges0, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953(_thisAdjusted, ___uploadChanges0, method);
}
// System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices()
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_mBD5148E5F2036D084431D4064737CEBF0E87C238 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = __this->get_vertices_5();
NullCheck(L_0);
int32_t L_1 = __this->get_vertexCount_4();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1));
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0026;
}
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_3 = __this->get_vertices_5();
int32_t L_4 = __this->get_vertexCount_4();
int32_t L_5 = V_0;
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_3, L_4, L_5, /*hidden argument*/NULL);
}
IL_0026:
{
return;
}
}
extern "C" void TMP_MeshInfo_ClearUnusedVertices_mBD5148E5F2036D084431D4064737CEBF0E87C238_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_ClearUnusedVertices_mBD5148E5F2036D084431D4064737CEBF0E87C238(_thisAdjusted, method);
}
// System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_m9CEB29872034C0F9347835545F5D9D09D2130B8C (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___startIndex0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = __this->get_vertices_5();
NullCheck(L_0);
int32_t L_1 = ___startIndex0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1));
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_001c;
}
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_3 = __this->get_vertices_5();
int32_t L_4 = ___startIndex0;
int32_t L_5 = V_0;
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_3, L_4, L_5, /*hidden argument*/NULL);
}
IL_001c:
{
return;
}
}
extern "C" void TMP_MeshInfo_ClearUnusedVertices_m9CEB29872034C0F9347835545F5D9D09D2130B8C_AdjustorThunk (RuntimeObject * __this, int32_t ___startIndex0, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_ClearUnusedVertices_m9CEB29872034C0F9347835545F5D9D09D2130B8C(_thisAdjusted, ___startIndex0, method);
}
// System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___startIndex0, bool ___updateMesh1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = __this->get_vertices_5();
NullCheck(L_0);
int32_t L_1 = ___startIndex0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1));
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_001c;
}
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_3 = __this->get_vertices_5();
int32_t L_4 = ___startIndex0;
int32_t L_5 = V_0;
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_3, L_4, L_5, /*hidden argument*/NULL);
}
IL_001c:
{
bool L_6 = ___updateMesh1;
if (!L_6)
{
goto IL_003e;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_7 = __this->get_mesh_3();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003e;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_9 = __this->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_10 = __this->get_vertices_5();
NullCheck(L_9);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_9, L_10, /*hidden argument*/NULL);
}
IL_003e:
{
return;
}
}
extern "C" void TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0_AdjustorThunk (RuntimeObject * __this, int32_t ___startIndex0, bool ___updateMesh1, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0(_thisAdjusted, ___startIndex0, ___updateMesh1, method);
}
// System.Void TMPro.TMP_MeshInfo::SortGeometry(TMPro.VertexSortingOrder)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_SortGeometry_mB66F3F360A82794625B04F842DD117987F450998 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___order0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t L_0 = ___order0;
if (!L_0)
{
goto IL_0034;
}
}
{
int32_t L_1 = ___order0;
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0034;
}
}
{
int32_t L_2 = __this->get_vertexCount_4();
V_0 = ((int32_t)((int32_t)L_2/(int32_t)4));
V_1 = 0;
goto IL_0030;
}
IL_0014:
{
int32_t L_3 = V_1;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4));
int32_t L_4 = V_0;
int32_t L_5 = V_1;
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), (int32_t)4));
int32_t L_6 = V_2;
int32_t L_7 = V_3;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_002c;
}
}
{
int32_t L_8 = V_2;
int32_t L_9 = V_3;
TMP_MeshInfo_SwapVertexData_m284B24BD252CD2226ADBB7C88321AE77D0BB0A18((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *)__this, L_8, L_9, /*hidden argument*/NULL);
}
IL_002c:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0030:
{
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0014;
}
}
IL_0034:
{
return;
}
}
extern "C" void TMP_MeshInfo_SortGeometry_mB66F3F360A82794625B04F842DD117987F450998_AdjustorThunk (RuntimeObject * __this, int32_t ___order0, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_SortGeometry_mB66F3F360A82794625B04F842DD117987F450998(_thisAdjusted, ___order0, method);
}
// System.Void TMPro.TMP_MeshInfo::SortGeometry(System.Collections.Generic.IList`1<System.Int32>)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, RuntimeObject* ___sortingOrder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
RuntimeObject* L_0 = ___sortingOrder0;
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.Int32>::get_Count() */, ICollection_1_tBA66D5ABD8760F5C2E703E523E1A7DE284F89DB7_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
int32_t L_2 = V_0;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_3 = __this->get_vertices_5();
NullCheck(L_3);
if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)4))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))
{
goto IL_0015;
}
}
{
return;
}
IL_0015:
{
V_2 = 0;
goto IL_0043;
}
IL_0019:
{
RuntimeObject* L_4 = ___sortingOrder0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1<System.Int32>::get_Item(System.Int32) */, IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708_il2cpp_TypeInfo_var, L_4, L_5);
V_1 = L_6;
goto IL_002b;
}
IL_0023:
{
RuntimeObject* L_7 = ___sortingOrder0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1<System.Int32>::get_Item(System.Int32) */, IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708_il2cpp_TypeInfo_var, L_7, L_8);
V_1 = L_9;
}
IL_002b:
{
int32_t L_10 = V_1;
int32_t L_11 = V_2;
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_0023;
}
}
{
int32_t L_12 = V_1;
int32_t L_13 = V_2;
if ((((int32_t)L_12) == ((int32_t)L_13)))
{
goto IL_003f;
}
}
{
int32_t L_14 = V_1;
int32_t L_15 = V_2;
TMP_MeshInfo_SwapVertexData_m284B24BD252CD2226ADBB7C88321AE77D0BB0A18((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *)__this, ((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)4)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)4)), /*hidden argument*/NULL);
}
IL_003f:
{
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0043:
{
int32_t L_17 = V_2;
int32_t L_18 = V_0;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_0019;
}
}
{
return;
}
}
extern "C" void TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___sortingOrder0, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301(_thisAdjusted, ___sortingOrder0, method);
}
// System.Void TMPro.TMP_MeshInfo::SwapVertexData(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo_SwapVertexData_m284B24BD252CD2226ADBB7C88321AE77D0BB0A18 (TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * __this, int32_t ___src0, int32_t ___dst1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset(&V_2, 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset(&V_3, 0, sizeof(V_3));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_4;
memset(&V_4, 0, sizeof(V_4));
{
int32_t L_0 = ___src0;
V_0 = L_0;
int32_t L_1 = ___dst1;
V_1 = L_1;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_2 = __this->get_vertices_5();
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_6 = __this->get_vertices_5();
int32_t L_7 = V_1;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_8 = __this->get_vertices_5();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_11);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_12 = __this->get_vertices_5();
int32_t L_13 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = V_2;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_14);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_15 = __this->get_vertices_5();
int32_t L_16 = V_1;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_2 = L_18;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_19 = __this->get_vertices_5();
int32_t L_20 = V_1;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_21 = __this->get_vertices_5();
int32_t L_22 = V_0;
NullCheck(L_21);
int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_24);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_25 = __this->get_vertices_5();
int32_t L_26 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_27 = V_2;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_27);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_28 = __this->get_vertices_5();
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_2 = L_31;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_32 = __this->get_vertices_5();
int32_t L_33 = V_1;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_34 = __this->get_vertices_5();
int32_t L_35 = V_0;
NullCheck(L_34);
int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
NullCheck(L_32);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_37);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_38 = __this->get_vertices_5();
int32_t L_39 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = V_2;
NullCheck(L_38);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)2))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_40);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_41 = __this->get_vertices_5();
int32_t L_42 = V_1;
NullCheck(L_41);
int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
V_2 = L_44;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_45 = __this->get_vertices_5();
int32_t L_46 = V_1;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_47 = __this->get_vertices_5();
int32_t L_48 = V_0;
NullCheck(L_47);
int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_50);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_51 = __this->get_vertices_5();
int32_t L_52 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_53 = V_2;
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_53);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_54 = __this->get_uvs0_8();
int32_t L_55 = V_1;
NullCheck(L_54);
int32_t L_56 = L_55;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
V_3 = L_57;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_58 = __this->get_uvs0_8();
int32_t L_59 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_60 = __this->get_uvs0_8();
int32_t L_61 = V_0;
NullCheck(L_60);
int32_t L_62 = L_61;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(L_59), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_63);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_64 = __this->get_uvs0_8();
int32_t L_65 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = V_3;
NullCheck(L_64);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_66);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_67 = __this->get_uvs0_8();
int32_t L_68 = V_1;
NullCheck(L_67);
int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = (L_67)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
V_3 = L_70;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_71 = __this->get_uvs0_8();
int32_t L_72 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_73 = __this->get_uvs0_8();
int32_t L_74 = V_0;
NullCheck(L_73);
int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_76 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_76);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_77 = __this->get_uvs0_8();
int32_t L_78 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = V_3;
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_79);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_80 = __this->get_uvs0_8();
int32_t L_81 = V_1;
NullCheck(L_80);
int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_83 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
V_3 = L_83;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_84 = __this->get_uvs0_8();
int32_t L_85 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_86 = __this->get_uvs0_8();
int32_t L_87 = V_0;
NullCheck(L_86);
int32_t L_88 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_89 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
NullCheck(L_84);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)2))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_89);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_90 = __this->get_uvs0_8();
int32_t L_91 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_92 = V_3;
NullCheck(L_90);
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)2))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_92);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_93 = __this->get_uvs0_8();
int32_t L_94 = V_1;
NullCheck(L_93);
int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)3));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_96 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_95));
V_3 = L_96;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_97 = __this->get_uvs0_8();
int32_t L_98 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_99 = __this->get_uvs0_8();
int32_t L_100 = V_0;
NullCheck(L_99);
int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)3));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_102 = (L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
NullCheck(L_97);
(L_97)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)3))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_102);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_103 = __this->get_uvs0_8();
int32_t L_104 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_105 = V_3;
NullCheck(L_103);
(L_103)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)3))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_105);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_106 = __this->get_uvs2_9();
int32_t L_107 = V_1;
NullCheck(L_106);
int32_t L_108 = L_107;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_109 = (L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_108));
V_3 = L_109;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_110 = __this->get_uvs2_9();
int32_t L_111 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_112 = __this->get_uvs2_9();
int32_t L_113 = V_0;
NullCheck(L_112);
int32_t L_114 = L_113;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
NullCheck(L_110);
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(L_111), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_115);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_116 = __this->get_uvs2_9();
int32_t L_117 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_118 = V_3;
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(L_117), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_118);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_119 = __this->get_uvs2_9();
int32_t L_120 = V_1;
NullCheck(L_119);
int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_122 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
V_3 = L_122;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_123 = __this->get_uvs2_9();
int32_t L_124 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_125 = __this->get_uvs2_9();
int32_t L_126 = V_0;
NullCheck(L_125);
int32_t L_127 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_128 = (L_125)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
NullCheck(L_123);
(L_123)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_128);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_129 = __this->get_uvs2_9();
int32_t L_130 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_131 = V_3;
NullCheck(L_129);
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_131);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_132 = __this->get_uvs2_9();
int32_t L_133 = V_1;
NullCheck(L_132);
int32_t L_134 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
V_3 = L_135;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_136 = __this->get_uvs2_9();
int32_t L_137 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_138 = __this->get_uvs2_9();
int32_t L_139 = V_0;
NullCheck(L_138);
int32_t L_140 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_141 = (L_138)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
NullCheck(L_136);
(L_136)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)2))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_141);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_142 = __this->get_uvs2_9();
int32_t L_143 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_144 = V_3;
NullCheck(L_142);
(L_142)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)2))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_144);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_145 = __this->get_uvs2_9();
int32_t L_146 = V_1;
NullCheck(L_145);
int32_t L_147 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)3));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_148 = (L_145)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
V_3 = L_148;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_149 = __this->get_uvs2_9();
int32_t L_150 = V_1;
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_151 = __this->get_uvs2_9();
int32_t L_152 = V_0;
NullCheck(L_151);
int32_t L_153 = ((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)3));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_154 = (L_151)->GetAt(static_cast<il2cpp_array_size_t>(L_153));
NullCheck(L_149);
(L_149)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)3))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_154);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_155 = __this->get_uvs2_9();
int32_t L_156 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_157 = V_3;
NullCheck(L_155);
(L_155)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)3))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_157);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_158 = __this->get_colors32_10();
int32_t L_159 = V_1;
NullCheck(L_158);
int32_t L_160 = L_159;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_161 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
V_4 = L_161;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_162 = __this->get_colors32_10();
int32_t L_163 = V_1;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_164 = __this->get_colors32_10();
int32_t L_165 = V_0;
NullCheck(L_164);
int32_t L_166 = L_165;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_167 = (L_164)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
NullCheck(L_162);
(L_162)->SetAt(static_cast<il2cpp_array_size_t>(L_163), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_167);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_168 = __this->get_colors32_10();
int32_t L_169 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_170 = V_4;
NullCheck(L_168);
(L_168)->SetAt(static_cast<il2cpp_array_size_t>(L_169), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_170);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_171 = __this->get_colors32_10();
int32_t L_172 = V_1;
NullCheck(L_171);
int32_t L_173 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
V_4 = L_174;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_175 = __this->get_colors32_10();
int32_t L_176 = V_1;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_177 = __this->get_colors32_10();
int32_t L_178 = V_0;
NullCheck(L_177);
int32_t L_179 = ((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)1));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_180 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_179));
NullCheck(L_175);
(L_175)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_180);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_181 = __this->get_colors32_10();
int32_t L_182 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_183 = V_4;
NullCheck(L_181);
(L_181)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)1))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_183);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_184 = __this->get_colors32_10();
int32_t L_185 = V_1;
NullCheck(L_184);
int32_t L_186 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)2));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_187 = (L_184)->GetAt(static_cast<il2cpp_array_size_t>(L_186));
V_4 = L_187;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_188 = __this->get_colors32_10();
int32_t L_189 = V_1;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_190 = __this->get_colors32_10();
int32_t L_191 = V_0;
NullCheck(L_190);
int32_t L_192 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)2));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_193 = (L_190)->GetAt(static_cast<il2cpp_array_size_t>(L_192));
NullCheck(L_188);
(L_188)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)2))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_193);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_194 = __this->get_colors32_10();
int32_t L_195 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_196 = V_4;
NullCheck(L_194);
(L_194)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)2))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_196);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_197 = __this->get_colors32_10();
int32_t L_198 = V_1;
NullCheck(L_197);
int32_t L_199 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)3));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_200 = (L_197)->GetAt(static_cast<il2cpp_array_size_t>(L_199));
V_4 = L_200;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_201 = __this->get_colors32_10();
int32_t L_202 = V_1;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_203 = __this->get_colors32_10();
int32_t L_204 = V_0;
NullCheck(L_203);
int32_t L_205 = ((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)3));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_206 = (L_203)->GetAt(static_cast<il2cpp_array_size_t>(L_205));
NullCheck(L_201);
(L_201)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)3))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_206);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_207 = __this->get_colors32_10();
int32_t L_208 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_209 = V_4;
NullCheck(L_207);
(L_207)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)3))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_209);
return;
}
}
extern "C" void TMP_MeshInfo_SwapVertexData_m284B24BD252CD2226ADBB7C88321AE77D0BB0A18_AdjustorThunk (RuntimeObject * __this, int32_t ___src0, int32_t ___dst1, const RuntimeMethod* method)
{
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * _thisAdjusted = reinterpret_cast<TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *>(__this + 1);
TMP_MeshInfo_SwapVertexData_m284B24BD252CD2226ADBB7C88321AE77D0BB0A18(_thisAdjusted, ___src0, ___dst1, method);
}
// System.Void TMPro.TMP_MeshInfo::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_MeshInfo__cctor_mE984F1746BAAC39244E0DE17FA28745BAF828388 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_MeshInfo__cctor_mE984F1746BAAC39244E0DE17FA28745BAF828388_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0;
memset(&L_0, 0, sizeof(L_0));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_0), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->set_s_DefaultColor_0(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1;
memset(&L_1, 0, sizeof(L_1));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_1), (0.0f), (0.0f), (-1.0f), /*hidden argument*/NULL);
((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->set_s_DefaultNormal_1(L_1);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2;
memset(&L_2, 0, sizeof(L_2));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_2), (-1.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var))->set_s_DefaultTangent_2(L_2);
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_ScrollbarEventHandler::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
extern "C" IL2CPP_METHOD_ATTR void TMP_ScrollbarEventHandler_OnPointerClick_m5A18FC32525899C65F04E8E9FEE8A61975C4B5E8 (TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_ScrollbarEventHandler_OnPointerClick_m5A18FC32525899C65F04E8E9FEE8A61975C4B5E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral3E3B9BB05C551567B9D774152AA50370AE81486C, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_ScrollbarEventHandler::OnSelect(UnityEngine.EventSystems.BaseEventData)
extern "C" IL2CPP_METHOD_ATTR void TMP_ScrollbarEventHandler_OnSelect_mC6F121BB11C777927D613241A5489FAE38541A4B (TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_ScrollbarEventHandler_OnSelect_mC6F121BB11C777927D613241A5489FAE38541A4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral53AD64E836ED4EC6B9DF61715FC37568B5C94EA2, /*hidden argument*/NULL);
__this->set_isSelected_4((bool)1);
return;
}
}
// System.Void TMPro.TMP_ScrollbarEventHandler::OnDeselect(UnityEngine.EventSystems.BaseEventData)
extern "C" IL2CPP_METHOD_ATTR void TMP_ScrollbarEventHandler_OnDeselect_m2EE981A8CE435462B07BB798CE4B1B3CB9C31550 (TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_ScrollbarEventHandler_OnDeselect_m2EE981A8CE435462B07BB798CE4B1B3CB9C31550_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteralC66BE6D01FEF123B62D27FE4CB29873CCF4DC6BD, /*hidden argument*/NULL);
__this->set_isSelected_4((bool)0);
return;
}
}
// System.Void TMPro.TMP_ScrollbarEventHandler::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_ScrollbarEventHandler__ctor_mE4ABDC5DB065E8DAA88B03FADD8CDC7218B4D0FD (TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83 * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__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_SelectionCaret::Cull(UnityEngine.Rect,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_SelectionCaret_Cull_m6A8E285D4E9E0263B971524C150E13BBD72CBF42 (TMP_SelectionCaret_t7F1E220CCC04FF32D259F3BCF50B7CF30938551E * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect0, bool ___validRect1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_SelectionCaret::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_SelectionCaret__ctor_mEA1FD44789FDEC919CCFE0C0EBC0D09A7D6AE70A (TMP_SelectionCaret_t7F1E220CCC04FF32D259F3BCF50B7CF30938551E * __this, const RuntimeMethod* method)
{
{
MaskableGraphic__ctor_m083A4DEA182F691B7CF17AA47596314F1F02BF0F(__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.String TMPro.TMP_Settings::get_version()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_version_m39F3DDEDECDA6FA43D83E524ADBB456AC4C8D1F0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_get_version_m39F3DDEDECDA6FA43D83E524ADBB456AC4C8D1F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral5E0AD8390D778D86A4A369E5AD6950036A8EBB86;
}
}
// System.Boolean TMPro.TMP_Settings::get_enableWordWrapping()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableWordWrapping_m34AE1B2523BE8F1053AEE6C566FB8FAB2B0CEFE3 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_enableWordWrapping_5();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_enableKerning()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableKerning_m818CD7E43A5E68A6102FF1E50B9DDCB74C4B7D96 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_enableKerning_6();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_enableExtraPadding()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableExtraPadding_mF89950FDAD5447DA2E8A144FAC66C98D18C40BF4 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_enableExtraPadding_7();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_enableTintAllSprites()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableTintAllSprites_mAE030C1089B4F5B01A1CA8BFE77BFE7AFB70CC6A (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_enableTintAllSprites_8();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_enableParseEscapeCharacters()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableParseEscapeCharacters_m1BD0DDDCE95E5785AE098D3FDCF61D1A8D59D3C5 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_enableParseEscapeCharacters_9();
return L_1;
}
}
// System.Int32 TMPro.TMP_Settings::get_missingGlyphCharacter()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Settings_get_missingGlyphCharacter_mF57C2B4CC93CB8A5C294D10D90947FA2DAF8E46F (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = L_0->get_m_missingGlyphCharacter_10();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_warningsDisabled()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_warningsDisabled_mEDFD0B29B9F8CD8DF38D21C481EA9B0352A5FB5C (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_warningsDisabled_11();
return L_1;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_Settings::get_defaultFontAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_Settings_get_defaultFontAsset_m6C11675A47E6635F6A67B65761B554C3D3E12264 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1 = L_0->get_m_defaultFontAsset_12();
return L_1;
}
}
// System.String TMPro.TMP_Settings::get_defaultFontAssetPath()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_defaultFontAssetPath_m858864B72725D1DB3EA505EA807DC94AF7DE3F7C (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = L_0->get_m_defaultFontAssetPath_13();
return L_1;
}
}
// System.Single TMPro.TMP_Settings::get_defaultFontSize()
extern "C" IL2CPP_METHOD_ATTR float TMP_Settings_get_defaultFontSize_m291E720E02E2FF65C593A6083BE40688A90CF0F0 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = L_0->get_m_defaultFontSize_14();
return L_1;
}
}
// System.Single TMPro.TMP_Settings::get_defaultTextAutoSizingMinRatio()
extern "C" IL2CPP_METHOD_ATTR float TMP_Settings_get_defaultTextAutoSizingMinRatio_m122DE45709066DFF23B9C62C0FA5EA11CD50040B (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = L_0->get_m_defaultAutoSizeMinRatio_15();
return L_1;
}
}
// System.Single TMPro.TMP_Settings::get_defaultTextAutoSizingMaxRatio()
extern "C" IL2CPP_METHOD_ATTR float TMP_Settings_get_defaultTextAutoSizingMaxRatio_mFC6ABDE7D301E6F5C767531DA1595C0CF13CC11C (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = L_0->get_m_defaultAutoSizeMaxRatio_16();
return L_1;
}
}
// UnityEngine.Vector2 TMPro.TMP_Settings::get_defaultTextMeshProTextContainerSize()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Settings_get_defaultTextMeshProTextContainerSize_m01600094D151635E225CBD97DB1E115572C1EF1A (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = L_0->get_m_defaultTextMeshProTextContainerSize_17();
return L_1;
}
}
// UnityEngine.Vector2 TMPro.TMP_Settings::get_defaultTextMeshProUITextContainerSize()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Settings_get_defaultTextMeshProUITextContainerSize_mE0C18E7E6F4C137D2B677102864809064F313724 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = L_0->get_m_defaultTextMeshProUITextContainerSize_18();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_autoSizeTextContainer()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_autoSizeTextContainer_m99CA476AC7FCA396242782D30FCBC0921160E2B4 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_autoSizeTextContainer_19();
return L_1;
}
}
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_Settings::get_fallbackFontAssets()
extern "C" IL2CPP_METHOD_ATTR List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * TMP_Settings_get_fallbackFontAssets_m002C1133AE79ADFBED3EC255431C8E9F9EEA7FC3 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F * L_1 = L_0->get_m_fallbackFontAssets_20();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_matchMaterialPreset()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_matchMaterialPreset_mDD06897713B2AFDECC9A4309B055FBD6D9D001DA (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_matchMaterialPreset_21();
return L_1;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_Settings::get_defaultSpriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1 = L_0->get_m_defaultSpriteAsset_22();
return L_1;
}
}
// System.String TMPro.TMP_Settings::get_defaultSpriteAssetPath()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_defaultSpriteAssetPath_m413E9F522D322D8541175128A471AA12665AC58F (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = L_0->get_m_defaultSpriteAssetPath_23();
return L_1;
}
}
// System.String TMPro.TMP_Settings::get_defaultColorGradientPresetsPath()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Settings_get_defaultColorGradientPresetsPath_mB3BF577767BE347DFE07EA425374884DC5C56447 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = L_0->get_m_defaultColorGradientPresetsPath_24();
return L_1;
}
}
// System.Boolean TMPro.TMP_Settings::get_enableEmojiSupport()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Settings_get_enableEmojiSupport_mCB9AD64585217397D801F2062167DBEC149B3353 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_enableEmojiSupport_25();
return L_1;
}
}
// System.Void TMPro.TMP_Settings::set_enableEmojiSupport(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Settings_set_enableEmojiSupport_m8B1846832B1F5B043B66D59A765FC3B740274E50 (bool ___value0, const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
bool L_1 = ___value0;
NullCheck(L_0);
L_0->set_m_enableEmojiSupport_25(L_1);
return;
}
}
// TMPro.TMP_StyleSheet TMPro.TMP_Settings::get_defaultStyleSheet()
extern "C" IL2CPP_METHOD_ATTR TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * TMP_Settings_get_defaultStyleSheet_mF847DA769F2CBC247F67DBECEF1DDF52DC8C39BC (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_1 = L_0->get_m_defaultStyleSheet_26();
return L_1;
}
}
// UnityEngine.TextAsset TMPro.TMP_Settings::get_leadingCharacters()
extern "C" IL2CPP_METHOD_ATTR TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * TMP_Settings_get_leadingCharacters_m95154CD657757BC593FBBF37B378A21D2471E702 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_1 = L_0->get_m_leadingCharacters_27();
return L_1;
}
}
// UnityEngine.TextAsset TMPro.TMP_Settings::get_followingCharacters()
extern "C" IL2CPP_METHOD_ATTR TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * TMP_Settings_get_followingCharacters_m5F087720CC241CF188D79D55D6E5D5F862EEA7FA (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_1 = L_0->get_m_followingCharacters_28();
return L_1;
}
}
// TMPro.TMP_Settings_LineBreakingTable TMPro.TMP_Settings::get_linebreakingRules()
extern "C" IL2CPP_METHOD_ATTR LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * TMP_Settings_get_linebreakingRules_m8F2BFCE7A88AA20EFE38B4EF93A0FF098B022F83 (const RuntimeMethod* method)
{
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_0);
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_1 = L_0->get_m_linebreakingRules_29();
if (L_1)
{
goto IL_0011;
}
}
{
TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD(/*hidden argument*/NULL);
}
IL_0011:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_2);
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_3 = L_2->get_m_linebreakingRules_29();
return L_3;
}
}
// TMPro.TMP_Settings TMPro.TMP_Settings::get_instance()
extern "C" IL2CPP_METHOD_ATTR TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB(_stringLiteralE229274C8FA52F62563E7E7E51ABF1B2335E60DD, /*hidden argument*/Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB_RuntimeMethod_var);
((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2);
}
IL_001c:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_3 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
return L_3;
}
}
// TMPro.TMP_Settings TMPro.TMP_Settings::LoadDefaultSettings()
extern "C" IL2CPP_METHOD_ATTR TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * TMP_Settings_LoadDefaultSettings_m2EA42466A832FF963D2CF8F34B3F24F5C7500900 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_LoadDefaultSettings_m2EA42466A832FF963D2CF8F34B3F24F5C7500900_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * V_0 = NULL;
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0027;
}
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB(_stringLiteralE229274C8FA52F62563E7E7E51ABF1B2335E60DD, /*hidden argument*/Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB_RuntimeMethod_var);
V_0 = L_2;
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0027;
}
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_5 = V_0;
((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->set_s_Instance_4(L_5);
}
IL_0027:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_6 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
return L_6;
}
}
// TMPro.TMP_Settings TMPro.TMP_Settings::GetSettings()
extern "C" IL2CPP_METHOD_ATTR TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * TMP_Settings_GetSettings_mFA0AD57A559BE629AA9DF66493A606D91B4CEC41 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_GetSettings_mFA0AD57A559BE629AA9DF66493A606D91B4CEC41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A *)NULL;
}
IL_000f:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
return L_2;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_Settings::GetFontAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_Settings_GetFontAsset_m723CC48F271386FBA75E539EC26CC4866A01F804 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_GetFontAsset_m723CC48F271386FBA75E539EC26CC4866A01F804_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C *)NULL;
}
IL_000f:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_2);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_3 = L_2->get_m_defaultFontAsset_12();
return L_3;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_Settings::GetSpriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_Settings_GetSpriteAsset_mD926A79E5BE12B90F764CC2962891F16B8F41884 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_GetSpriteAsset_mD926A79E5BE12B90F764CC2962891F16B8F41884_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
IL_000f:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_2);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_3 = L_2->get_m_defaultSpriteAsset_22();
return L_3;
}
}
// TMPro.TMP_StyleSheet TMPro.TMP_Settings::GetStyleSheet()
extern "C" IL2CPP_METHOD_ATTR TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * TMP_Settings_GetStyleSheet_m5BC59BCA8BD19C004CC6ADA6C39B0FE33998064A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_GetStyleSheet_m5BC59BCA8BD19C004CC6ADA6C39B0FE33998064A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 *)NULL;
}
IL_000f:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
NullCheck(L_2);
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_3 = L_2->get_m_defaultStyleSheet_26();
return L_3;
}
}
// System.Void TMPro.TMP_Settings::LoadLinebreakingRules()
extern "C" IL2CPP_METHOD_ATTR void TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_2 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
NullCheck(L_2);
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_3 = L_2->get_m_linebreakingRules_29();
if (L_3)
{
goto IL_0029;
}
}
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_4 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_5 = (LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 *)il2cpp_codegen_object_new(LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25_il2cpp_TypeInfo_var);
LineBreakingTable__ctor_mC6A4E8E2994E4991D77840BA533EB36B4F4047A3(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
L_4->set_m_linebreakingRules_29(L_5);
}
IL_0029:
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_6 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
NullCheck(L_6);
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_7 = L_6->get_m_linebreakingRules_29();
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_8 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
NullCheck(L_8);
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_9 = L_8->get_m_leadingCharacters_27();
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_10 = TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15(L_9, /*hidden argument*/NULL);
NullCheck(L_7);
L_7->set_leadingCharacters_0(L_10);
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_11 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
NullCheck(L_11);
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_12 = L_11->get_m_linebreakingRules_29();
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_13 = ((TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var))->get_s_Instance_4();
NullCheck(L_13);
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_14 = L_13->get_m_followingCharacters_28();
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_15 = TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15(L_14, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_followingCharacters_1(L_15);
return;
}
}
// System.Collections.Generic.Dictionary`2<System.Int32,System.Char> TMPro.TMP_Settings::GetCharacters(UnityEngine.TextAsset)
extern "C" IL2CPP_METHOD_ATTR Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15 (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * ___file0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
{
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_0 = (Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E *)il2cpp_codegen_object_new(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA(L_0, /*hidden argument*/Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA_RuntimeMethod_var);
V_0 = L_0;
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_1 = ___file0;
NullCheck(L_1);
String_t* L_2 = TextAsset_get_text_mD3FBCD974CF552C7F7C7CD9A07BACAE51A2C5D42(L_1, /*hidden argument*/NULL);
V_1 = L_2;
V_2 = 0;
goto IL_002e;
}
IL_0011:
{
String_t* L_3 = V_1;
int32_t L_4 = V_2;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
V_3 = L_5;
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_6 = V_0;
Il2CppChar L_7 = V_3;
NullCheck(L_6);
bool L_8 = Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48(L_6, L_7, /*hidden argument*/Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_RuntimeMethod_var);
if (L_8)
{
goto IL_002a;
}
}
{
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_9 = V_0;
Il2CppChar L_10 = V_3;
Il2CppChar L_11 = V_3;
NullCheck(L_9);
Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B_RuntimeMethod_var);
}
IL_002a:
{
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_002e:
{
int32_t L_13 = V_2;
String_t* L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_13) < ((int32_t)L_15)))
{
goto IL_0011;
}
}
{
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_16 = V_0;
return L_16;
}
}
// System.Void TMPro.TMP_Settings::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Settings__ctor_m8E9F9AFF202F895E7A355D60C16E8F47C1F2C4E3 (TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B(__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_Settings_LineBreakingTable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LineBreakingTable__ctor_mC6A4E8E2994E4991D77840BA533EB36B4F4047A3 (LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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_Sprite::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Sprite__ctor_mF12AF1F3615015D80983BCF38AE36E563153B077 (TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * __this, const RuntimeMethod* method)
{
{
TMP_TextElement__ctor_mFE79DDEA4E85B8E0DC4313882351CA197A8550C1(__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_SpriteAnimator::Awake()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_Awake_m6A9BAB89D2307AFD0BCB270890C84744055D6C5E (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAnimator_Awake_m6A9BAB89D2307AFD0BCB270890C84744055D6C5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_0 = Component_GetComponent_TisTMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_mD443382B13E3276EB4AEE7C0B34B0F06FC474395(__this, /*hidden argument*/Component_GetComponent_TisTMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_mD443382B13E3276EB4AEE7C0B34B0F06FC474395_RuntimeMethod_var);
__this->set_m_TextComponent_5(L_0);
return;
}
}
// System.Void TMPro.TMP_SpriteAnimator::OnEnable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_OnEnable_m0B6EBF3D1FD7E986CCB899B7A07F0A358055A583 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_SpriteAnimator::OnDisable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_OnDisable_m1B0098A55B41DA3B7CE5687CBB67F13C89BA80D6 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_SpriteAnimator::StopAllAnimations()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_StopAllAnimations_m80939F1E1D0B76FC7983A5715BD1034D44F59AE1 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAnimator_StopAllAnimations_m80939F1E1D0B76FC7983A5715BD1034D44F59AE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MonoBehaviour_StopAllCoroutines_mA5469BB7BBB59B8A94BB86590B051E0DFACC12DD(__this, /*hidden argument*/NULL);
Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_0 = __this->get_m_animations_4();
NullCheck(L_0);
Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272(L_0, /*hidden argument*/Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272_RuntimeMethod_var);
return;
}
}
// System.Void TMPro.TMP_SpriteAnimator::DoSpriteAnimation(System.Int32,TMPro.TMP_SpriteAsset,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, int32_t ___currentCharacter0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset1, int32_t ___start2, int32_t ___end3, int32_t ___framerate4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
V_0 = (bool)0;
Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_0 = __this->get_m_animations_4();
int32_t L_1 = ___currentCharacter0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249(L_0, L_1, (bool*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249_RuntimeMethod_var);
if (L_2)
{
goto IL_0033;
}
}
{
int32_t L_3 = ___currentCharacter0;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_4 = ___spriteAsset1;
int32_t L_5 = ___start2;
int32_t L_6 = ___end3;
int32_t L_7 = ___framerate4;
RuntimeObject* L_8 = TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9(__this, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_8, /*hidden argument*/NULL);
Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_9 = __this->get_m_animations_4();
int32_t L_10 = ___currentCharacter0;
NullCheck(L_9);
Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0(L_9, L_10, (bool)1, /*hidden argument*/Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0_RuntimeMethod_var);
}
IL_0033:
{
return;
}
}
// System.Collections.IEnumerator TMPro.TMP_SpriteAnimator::DoSpriteAnimationInternal(System.Int32,TMPro.TMP_SpriteAsset,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, int32_t ___currentCharacter0, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset1, int32_t ___start2, int32_t ___end3, int32_t ___framerate4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_0 = (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC *)il2cpp_codegen_object_new(U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_il2cpp_TypeInfo_var);
U3CDoSpriteAnimationInternalU3Ed__7__ctor_m08F04F4D0C65189C51CDC46BDCC04AF8B1367BA5(L_0, 0, /*hidden argument*/NULL);
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_1 = L_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_2(__this);
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_2 = L_1;
int32_t L_3 = ___currentCharacter0;
NullCheck(L_2);
L_2->set_currentCharacter_6(L_3);
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_4 = L_2;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_5 = ___spriteAsset1;
NullCheck(L_4);
L_4->set_spriteAsset_5(L_5);
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_6 = L_4;
int32_t L_7 = ___start2;
NullCheck(L_6);
L_6->set_start_3(L_7);
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_8 = L_6;
int32_t L_9 = ___end3;
NullCheck(L_8);
L_8->set_end_4(L_9);
U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * L_10 = L_8;
int32_t L_11 = ___framerate4;
NullCheck(L_10);
L_10->set_framerate_7(L_11);
return L_10;
}
}
// System.Void TMPro.TMP_SpriteAnimator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAnimator__ctor_m60F7416159A00530BF4FC021FA42E33953D209E3 (TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAnimator__ctor_m60F7416159A00530BF4FC021FA42E33953D209E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB * L_0 = (Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB *)il2cpp_codegen_object_new(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E(L_0, ((int32_t)16), /*hidden argument*/Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E_RuntimeMethod_var);
__this->set_m_animations_4(L_0);
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__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_SpriteAnimator_<DoSpriteAnimationInternal>d__7::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void U3CDoSpriteAnimationInternalU3Ed__7__ctor_m08F04F4D0C65189C51CDC46BDCC04AF8B1367BA5 (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->set_U3CU3E1__state_0(L_0);
return;
}
}
// System.Void TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::System.IDisposable.Dispose()
extern "C" IL2CPP_METHOD_ATTR void U3CDoSpriteAnimationInternalU3Ed__7_System_IDisposable_Dispose_mF034D4BC13285E41BE50EC8F7A9C22040049BDCB (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool U3CDoSpriteAnimationInternalU3Ed__7_MoveNext_m291E89FF50D99F13C1EFF8FCE39C97B3AC2C9AAE (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CDoSpriteAnimationInternalU3Ed__7_MoveNext_m291E89FF50D99F13C1EFF8FCE39C97B3AC2C9AAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * V_1 = NULL;
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * V_2 = NULL;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* V_3 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_4;
memset(&V_4, 0, sizeof(V_4));
float V_5 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_6;
memset(&V_6, 0, sizeof(V_6));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
memset(&V_7, 0, sizeof(V_7));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_8;
memset(&V_8, 0, sizeof(V_8));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_9;
memset(&V_9, 0, sizeof(V_9));
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* V_10 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_11;
memset(&V_11, 0, sizeof(V_11));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_12;
memset(&V_12, 0, sizeof(V_12));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_13;
memset(&V_13, 0, sizeof(V_13));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_14;
memset(&V_14, 0, sizeof(V_14));
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_041d;
}
}
}
{
return (bool)0;
}
IL_0022:
{
__this->set_U3CU3E1__state_0((-1));
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_3 = V_1;
NullCheck(L_3);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_4 = L_3->get_m_TextComponent_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0039;
}
}
{
return (bool)0;
}
IL_0039:
{
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_0049:
{
__this->set_U3CU3E1__state_0((-1));
int32_t L_6 = __this->get_start_3();
__this->set_U3CcurrentFrameU3E5__2_8(L_6);
int32_t L_7 = __this->get_end_4();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_8 = __this->get_spriteAsset_5();
NullCheck(L_8);
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_9 = L_8->get_spriteInfoList_11();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4(L_9, /*hidden argument*/List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var);
if ((((int32_t)L_7) <= ((int32_t)L_10)))
{
goto IL_008c;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_11 = __this->get_spriteAsset_5();
NullCheck(L_11);
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_12 = L_11->get_spriteInfoList_11();
NullCheck(L_12);
int32_t L_13 = List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4(L_12, /*hidden argument*/List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var);
__this->set_end_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)));
}
IL_008c:
{
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_14 = V_1;
NullCheck(L_14);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_15 = L_14->get_m_TextComponent_5();
NullCheck(L_15);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_16 = TMP_Text_get_textInfo_m773CC543D209B2EDEE8C8DF086F0A19803A40D78(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_17 = L_16->get_characterInfo_11();
int32_t L_18 = __this->get_currentCharacter_6();
NullCheck(L_17);
int32_t L_19 = L_18;
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
__this->set_U3CcharInfoU3E5__3_9(L_20);
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * L_21 = __this->get_address_of_U3CcharInfoU3E5__3_9();
int32_t L_22 = L_21->get_materialReferenceIndex_8();
__this->set_U3CmaterialIndexU3E5__4_10(L_22);
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * L_23 = __this->get_address_of_U3CcharInfoU3E5__3_9();
int32_t L_24 = L_23->get_vertexIndex_13();
__this->set_U3CvertexIndexU3E5__5_11(L_24);
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_25 = V_1;
NullCheck(L_25);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_26 = L_25->get_m_TextComponent_5();
NullCheck(L_26);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_27 = TMP_Text_get_textInfo_m773CC543D209B2EDEE8C8DF086F0A19803A40D78(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_28 = L_27->get_meshInfo_16();
int32_t L_29 = __this->get_U3CmaterialIndexU3E5__4_10();
NullCheck(L_28);
int32_t L_30 = L_29;
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
__this->set_U3CmeshInfoU3E5__6_12(L_31);
__this->set_U3CelapsedTimeU3E5__7_13((0.0f));
int32_t L_32 = __this->get_framerate_7();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_33 = Mathf_Abs_mC7DD2FB3789B5409055836D0E7D8227AD2099FDC(L_32, /*hidden argument*/NULL);
__this->set_U3CtargetTimeU3E5__8_14(((float)((float)(1.0f)/(float)(((float)((float)L_33))))));
}
IL_0113:
{
float L_34 = __this->get_U3CelapsedTimeU3E5__7_13();
float L_35 = __this->get_U3CtargetTimeU3E5__8_14();
if ((!(((float)L_34) > ((float)L_35))))
{
goto IL_03fb;
}
}
{
__this->set_U3CelapsedTimeU3E5__7_13((0.0f));
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_36 = __this->get_spriteAsset_5();
NullCheck(L_36);
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_37 = L_36->get_spriteInfoList_11();
int32_t L_38 = __this->get_U3CcurrentFrameU3E5__2_8();
NullCheck(L_37);
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_39 = List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA(L_37, L_38, /*hidden argument*/List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var);
V_2 = L_39;
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * L_40 = __this->get_address_of_U3CmeshInfoU3E5__6_12();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_41 = L_40->get_vertices_5();
V_3 = L_41;
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * L_42 = __this->get_address_of_U3CcharInfoU3E5__3_9();
float L_43 = L_42->get_origin_22();
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * L_44 = __this->get_address_of_U3CcharInfoU3E5__3_9();
float L_45 = L_44->get_baseLine_24();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_4), L_43, L_45, /*hidden argument*/NULL);
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * L_46 = __this->get_address_of_U3CcharInfoU3E5__3_9();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_47 = L_46->get_fontAsset_4();
NullCheck(L_47);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_48 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_47, /*hidden argument*/NULL);
NullCheck(L_48);
float L_49 = L_48->get_Ascender_6();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_50 = V_2;
NullCheck(L_50);
float L_51 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_50)->get_height_4();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_52 = V_2;
NullCheck(L_52);
float L_53 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_52)->get_scale_8();
TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 * L_54 = __this->get_address_of_U3CcharInfoU3E5__3_9();
float L_55 = L_54->get_scale_28();
V_5 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_49/(float)L_51)), (float)L_53)), (float)L_55));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56 = V_4;
float L_57 = L_56.get_x_0();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_58 = V_2;
NullCheck(L_58);
float L_59 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_58)->get_xOffset_5();
float L_60 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61 = V_4;
float L_62 = L_61.get_y_1();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_63 = V_2;
NullCheck(L_63);
float L_64 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_63)->get_yOffset_6();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_65 = V_2;
NullCheck(L_65);
float L_66 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_65)->get_height_4();
float L_67 = V_5;
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_6), ((float)il2cpp_codegen_add((float)L_57, (float)((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)))), ((float)il2cpp_codegen_add((float)L_62, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_64, (float)L_66)), (float)L_67)))), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_68 = V_6;
float L_69 = L_68.get_x_2();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = V_4;
float L_71 = L_70.get_y_1();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_72 = V_2;
NullCheck(L_72);
float L_73 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_72)->get_yOffset_6();
float L_74 = V_5;
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_7), L_69, ((float)il2cpp_codegen_add((float)L_71, (float)((float)il2cpp_codegen_multiply((float)L_73, (float)L_74)))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = V_4;
float L_76 = L_75.get_x_0();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_77 = V_2;
NullCheck(L_77);
float L_78 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_77)->get_xOffset_5();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_79 = V_2;
NullCheck(L_79);
float L_80 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_79)->get_width_3();
float L_81 = V_5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_82 = V_7;
float L_83 = L_82.get_y_3();
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_8), ((float)il2cpp_codegen_add((float)L_76, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_78, (float)L_80)), (float)L_81)))), L_83, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_84 = V_8;
float L_85 = L_84.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_86 = V_6;
float L_87 = L_86.get_y_3();
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_9), L_85, L_87, /*hidden argument*/NULL);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_88 = V_3;
int32_t L_89 = __this->get_U3CvertexIndexU3E5__5_11();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_90 = V_6;
NullCheck(L_88);
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(L_89), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_90);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_91 = V_3;
int32_t L_92 = __this->get_U3CvertexIndexU3E5__5_11();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_93 = V_7;
NullCheck(L_91);
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_93);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_94 = V_3;
int32_t L_95 = __this->get_U3CvertexIndexU3E5__5_11();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_96 = V_8;
NullCheck(L_94);
(L_94)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)2))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_96);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_97 = V_3;
int32_t L_98 = __this->get_U3CvertexIndexU3E5__5_11();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_99 = V_9;
NullCheck(L_97);
(L_97)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)3))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_99);
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * L_100 = __this->get_address_of_U3CmeshInfoU3E5__6_12();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_101 = L_100->get_uvs0_8();
V_10 = L_101;
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_102 = V_2;
NullCheck(L_102);
float L_103 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_102)->get_x_1();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_104 = __this->get_spriteAsset_5();
NullCheck(L_104);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_105 = L_104->get_spriteSheet_10();
NullCheck(L_105);
int32_t L_106 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_105);
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_107 = V_2;
NullCheck(L_107);
float L_108 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_107)->get_y_2();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_109 = __this->get_spriteAsset_5();
NullCheck(L_109);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_110 = L_109->get_spriteSheet_10();
NullCheck(L_110);
int32_t L_111 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_110);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_11), ((float)((float)L_103/(float)(((float)((float)L_106))))), ((float)((float)L_108/(float)(((float)((float)L_111))))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_112 = V_11;
float L_113 = L_112.get_x_0();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_114 = V_2;
NullCheck(L_114);
float L_115 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_114)->get_y_2();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_116 = V_2;
NullCheck(L_116);
float L_117 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_116)->get_height_4();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_118 = __this->get_spriteAsset_5();
NullCheck(L_118);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_119 = L_118->get_spriteSheet_10();
NullCheck(L_119);
int32_t L_120 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_119);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_12), L_113, ((float)((float)((float)il2cpp_codegen_add((float)L_115, (float)L_117))/(float)(((float)((float)L_120))))), /*hidden argument*/NULL);
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_121 = V_2;
NullCheck(L_121);
float L_122 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_121)->get_x_1();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_123 = V_2;
NullCheck(L_123);
float L_124 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_123)->get_width_3();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_125 = __this->get_spriteAsset_5();
NullCheck(L_125);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_126 = L_125->get_spriteSheet_10();
NullCheck(L_126);
int32_t L_127 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_126);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_128 = V_12;
float L_129 = L_128.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_13), ((float)((float)((float)il2cpp_codegen_add((float)L_122, (float)L_124))/(float)(((float)((float)L_127))))), L_129, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_130 = V_13;
float L_131 = L_130.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_132 = V_11;
float L_133 = L_132.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_14), L_131, L_133, /*hidden argument*/NULL);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_134 = V_10;
int32_t L_135 = __this->get_U3CvertexIndexU3E5__5_11();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_136 = V_11;
NullCheck(L_134);
(L_134)->SetAt(static_cast<il2cpp_array_size_t>(L_135), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_136);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_137 = V_10;
int32_t L_138 = __this->get_U3CvertexIndexU3E5__5_11();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_139 = V_12;
NullCheck(L_137);
(L_137)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_139);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_140 = V_10;
int32_t L_141 = __this->get_U3CvertexIndexU3E5__5_11();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_142 = V_13;
NullCheck(L_140);
(L_140)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)2))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_142);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_143 = V_10;
int32_t L_144 = __this->get_U3CvertexIndexU3E5__5_11();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_145 = V_14;
NullCheck(L_143);
(L_143)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)3))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_145);
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * L_146 = __this->get_address_of_U3CmeshInfoU3E5__6_12();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_147 = L_146->get_mesh_3();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_148 = V_3;
NullCheck(L_147);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_147, L_148, /*hidden argument*/NULL);
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * L_149 = __this->get_address_of_U3CmeshInfoU3E5__6_12();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_150 = L_149->get_mesh_3();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_151 = V_10;
NullCheck(L_150);
Mesh_set_uv_m56E4B52315669FBDA89DC9C550AC89EEE8A4E7C8(L_150, L_151, /*hidden argument*/NULL);
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_152 = V_1;
NullCheck(L_152);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_153 = L_152->get_m_TextComponent_5();
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * L_154 = __this->get_address_of_U3CmeshInfoU3E5__6_12();
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_155 = L_154->get_mesh_3();
int32_t L_156 = __this->get_U3CmaterialIndexU3E5__4_10();
NullCheck(L_153);
VirtActionInvoker2< Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *, int32_t >::Invoke(101 /* System.Void TMPro.TMP_Text::UpdateGeometry(UnityEngine.Mesh,System.Int32) */, L_153, L_155, L_156);
int32_t L_157 = __this->get_framerate_7();
if ((((int32_t)L_157) <= ((int32_t)0)))
{
goto IL_03d1;
}
}
{
int32_t L_158 = __this->get_U3CcurrentFrameU3E5__2_8();
int32_t L_159 = __this->get_end_4();
if ((((int32_t)L_158) >= ((int32_t)L_159)))
{
goto IL_03c3;
}
}
{
int32_t L_160 = __this->get_U3CcurrentFrameU3E5__2_8();
__this->set_U3CcurrentFrameU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)));
goto IL_03fb;
}
IL_03c3:
{
int32_t L_161 = __this->get_start_3();
__this->set_U3CcurrentFrameU3E5__2_8(L_161);
goto IL_03fb;
}
IL_03d1:
{
int32_t L_162 = __this->get_U3CcurrentFrameU3E5__2_8();
int32_t L_163 = __this->get_start_3();
if ((((int32_t)L_162) <= ((int32_t)L_163)))
{
goto IL_03ef;
}
}
{
int32_t L_164 = __this->get_U3CcurrentFrameU3E5__2_8();
__this->set_U3CcurrentFrameU3E5__2_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_164, (int32_t)1)));
goto IL_03fb;
}
IL_03ef:
{
int32_t L_165 = __this->get_end_4();
__this->set_U3CcurrentFrameU3E5__2_8(L_165);
}
IL_03fb:
{
float L_166 = __this->get_U3CelapsedTimeU3E5__7_13();
float L_167 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL);
__this->set_U3CelapsedTimeU3E5__7_13(((float)il2cpp_codegen_add((float)L_166, (float)L_167)));
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(2);
return (bool)1;
}
IL_041d:
{
__this->set_U3CU3E1__state_0((-1));
goto IL_0113;
}
}
// System.Object TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0D2789BF0E97DD4034E28EFFC2912F61FD39CD3D (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::System.Collections.IEnumerator.Reset()
extern "C" IL2CPP_METHOD_ATTR void U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1 (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_RuntimeMethod_var);
}
}
// System.Object TMPro.TMP_SpriteAnimator_<DoSpriteAnimationInternal>d__7::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_get_Current_m62228FE3978EE7E2E12AE15E0EA2B4EDC8A38E58 (U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
#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_SpriteAsset TMPro.TMP_SpriteAsset::get_defaultSpriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_get_defaultSpriteAsset_mAE5B87576844D14BF573B48221351E90F88293B6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_get_defaultSpriteAsset_mAE5B87576844D14BF573B48221351E90F88293B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_m_defaultSpriteAsset_9();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_2 = Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5(_stringLiteral711BAA11E33707FB9304BD392064C8935EA2B30B, /*hidden argument*/Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5_RuntimeMethod_var);
((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->set_m_defaultSpriteAsset_9(L_2);
}
IL_001c:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_3 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_m_defaultSpriteAsset_9();
return L_3;
}
}
// System.Void TMPro.TMP_SpriteAsset::OnEnable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAsset_OnEnable_mF3708DCB9F5A8590EB830BD819A67B569824E63A (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// UnityEngine.Material TMPro.TMP_SpriteAsset::GetDefaultSpriteMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SpriteAsset_GetDefaultSpriteMaterial_m845A6273ED57DAF047CBD43341F29454FE19ED1A (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_GetDefaultSpriteMaterial_m845A6273ED57DAF047CBD43341F29454FE19ED1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
ShaderUtilities_GetShaderPropertyIDs_m933D279353B8C3F4AE1813FA85ACD30F9B6B70EE(/*hidden argument*/NULL);
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_0 = Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B(_stringLiteral88662CD467A15F89AF196202C1376D1542A1E5D3, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8(L_1, L_0, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = L_1;
int32_t L_3 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_MainTex_0();
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_4 = __this->get_spriteSheet_10();
NullCheck(L_2);
Material_SetTexture_m4FFF0B403A64253B83534701104F017840142ACA(L_2, L_3, L_4, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_2;
NullCheck(L_5);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_5, 1, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void TMPro.TMP_SpriteAsset::UpdateLookupTables()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_0 = __this->get_m_NameLookup_8();
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)il2cpp_codegen_object_new(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161(L_1, /*hidden argument*/Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_RuntimeMethod_var);
__this->set_m_NameLookup_8(L_1);
}
IL_0013:
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_2 = __this->get_m_NameLookup_8();
NullCheck(L_2);
Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499(L_2, /*hidden argument*/Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_RuntimeMethod_var);
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_3 = __this->get_m_UnicodeLookup_7();
if (L_3)
{
goto IL_0031;
}
}
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_4 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)il2cpp_codegen_object_new(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161(L_4, /*hidden argument*/Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_RuntimeMethod_var);
__this->set_m_UnicodeLookup_7(L_4);
}
IL_0031:
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_5 = __this->get_m_UnicodeLookup_7();
NullCheck(L_5);
Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499(L_5, /*hidden argument*/Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_RuntimeMethod_var);
V_0 = 0;
goto IL_009e;
}
IL_0040:
{
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_6 = __this->get_spriteInfoList_11();
int32_t L_7 = V_0;
NullCheck(L_6);
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_8 = List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA(L_6, L_7, /*hidden argument*/List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var);
NullCheck(L_8);
int32_t L_9 = L_8->get_hashCode_10();
V_1 = L_9;
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_10 = __this->get_m_NameLookup_8();
int32_t L_11 = V_1;
NullCheck(L_10);
bool L_12 = Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E(L_10, L_11, /*hidden argument*/Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_RuntimeMethod_var);
if (L_12)
{
goto IL_006d;
}
}
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_13 = __this->get_m_NameLookup_8();
int32_t L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_13);
Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_RuntimeMethod_var);
}
IL_006d:
{
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_16 = __this->get_spriteInfoList_11();
int32_t L_17 = V_0;
NullCheck(L_16);
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_18 = List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA(L_16, L_17, /*hidden argument*/List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var);
NullCheck(L_18);
int32_t L_19 = L_18->get_unicode_11();
V_2 = L_19;
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_20 = __this->get_m_UnicodeLookup_7();
int32_t L_21 = V_2;
NullCheck(L_20);
bool L_22 = Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E(L_20, L_21, /*hidden argument*/Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_RuntimeMethod_var);
if (L_22)
{
goto IL_009a;
}
}
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_23 = __this->get_m_UnicodeLookup_7();
int32_t L_24 = V_2;
int32_t L_25 = V_0;
NullCheck(L_23);
Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_RuntimeMethod_var);
}
IL_009a:
{
int32_t L_26 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_009e:
{
int32_t L_27 = V_0;
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_28 = __this->get_spriteInfoList_11();
NullCheck(L_28);
int32_t L_29 = List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4(L_28, /*hidden argument*/List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var);
if ((((int32_t)L_27) < ((int32_t)L_29)))
{
goto IL_0040;
}
}
{
return;
}
}
// System.Int32 TMPro.TMP_SpriteAsset::GetSpriteIndexFromHashcode(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, int32_t ___hashCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_0 = __this->get_m_NameLookup_8();
if (L_0)
{
goto IL_000e;
}
}
{
TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5(__this, /*hidden argument*/NULL);
}
IL_000e:
{
V_0 = 0;
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = __this->get_m_NameLookup_8();
int32_t L_2 = ___hashCode0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_RuntimeMethod_var);
if (!L_3)
{
goto IL_0022;
}
}
{
int32_t L_4 = V_0;
return L_4;
}
IL_0022:
{
return (-1);
}
}
// System.Int32 TMPro.TMP_SpriteAsset::GetSpriteIndexFromUnicode(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, int32_t ___unicode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_0 = __this->get_m_UnicodeLookup_7();
if (L_0)
{
goto IL_000e;
}
}
{
TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5(__this, /*hidden argument*/NULL);
}
IL_000e:
{
V_0 = 0;
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = __this->get_m_UnicodeLookup_7();
int32_t L_2 = ___unicode0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_RuntimeMethod_var);
if (!L_3)
{
goto IL_0022;
}
}
{
int32_t L_4 = V_0;
return L_4;
}
IL_0022:
{
return (-1);
}
}
// System.Int32 TMPro.TMP_SpriteAsset::GetSpriteIndexFromName(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_SpriteAsset_GetSpriteIndexFromName_mFD0F909D3245AEDDCC906F6172E819982E5AFDC6 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_GetSpriteIndexFromName_mFD0F909D3245AEDDCC906F6172E819982E5AFDC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_0 = __this->get_m_NameLookup_8();
if (L_0)
{
goto IL_000e;
}
}
{
TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5(__this, /*hidden argument*/NULL);
}
IL_000e:
{
String_t* L_1 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var);
int32_t L_2 = TMP_TextUtilities_GetSimpleHashCode_m3340CE59FAD65A71193665015260BA7758CEAB6E(L_1, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = V_0;
int32_t L_4 = TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByUnicode(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByUnicode_m81AD8D6CDC00E06C4E98BE1F4F25C77A4795F289 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___unicode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_SearchForSpriteByUnicode_m81AD8D6CDC00E06C4E98BE1F4F25C77A4795F289_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = ___spriteAsset0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t* L_2 = ___spriteIndex3;
*((int32_t*)L_2) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
IL_000e:
{
int32_t* L_3 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_4 = ___spriteAsset0;
int32_t L_5 = ___unicode1;
NullCheck(L_4);
int32_t L_6 = TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C(L_4, L_5, /*hidden argument*/NULL);
*((int32_t*)L_3) = (int32_t)L_6;
int32_t* L_7 = ___spriteIndex3;
int32_t L_8 = *((int32_t*)L_7);
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_9 = ___spriteAsset0;
return L_9;
}
IL_001e:
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_10 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
if (L_10)
{
goto IL_002f;
}
}
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_11 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_11, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->set_k_searchedSpriteAssets_13(L_11);
}
IL_002f:
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_12 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
NullCheck(L_12);
List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C(L_12, /*hidden argument*/List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C_RuntimeMethod_var);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_13 = ___spriteAsset0;
NullCheck(L_13);
int32_t L_14 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_13, /*hidden argument*/NULL);
V_0 = L_14;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_15 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
int32_t L_16 = V_0;
NullCheck(L_15);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_15, L_16, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
bool L_17 = ___includeFallbacks2;
if (!L_17)
{
goto IL_0073;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_18 = ___spriteAsset0;
NullCheck(L_18);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_19 = L_18->get_fallbackSpriteAssets_12();
if (!L_19)
{
goto IL_0073;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_20 = ___spriteAsset0;
NullCheck(L_20);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_21 = L_20->get_fallbackSpriteAssets_12();
NullCheck(L_21);
int32_t L_22 = List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B(L_21, /*hidden argument*/List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_0073;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_23 = ___spriteAsset0;
NullCheck(L_23);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_24 = L_23->get_fallbackSpriteAssets_12();
int32_t L_25 = ___unicode1;
bool L_26 = ___includeFallbacks2;
int32_t* L_27 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_28 = TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E(L_24, L_25, L_26, (int32_t*)L_27, /*hidden argument*/NULL);
return L_28;
}
IL_0073:
{
bool L_29 = ___includeFallbacks2;
if (!L_29)
{
goto IL_0091;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_30 = TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_31 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_30, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_0091;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_32 = TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411(/*hidden argument*/NULL);
int32_t L_33 = ___unicode1;
bool L_34 = ___includeFallbacks2;
int32_t* L_35 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_36 = TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476(L_32, L_33, L_34, (int32_t*)L_35, /*hidden argument*/NULL);
return L_36;
}
IL_0091:
{
int32_t* L_37 = ___spriteIndex3;
*((int32_t*)L_37) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByUnicodeInternal(System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>,System.Int32,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * ___spriteAssets0, int32_t ___unicode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * V_1 = NULL;
int32_t V_2 = 0;
{
V_0 = 0;
goto IL_004d;
}
IL_0004:
{
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_0 = ___spriteAssets0;
int32_t L_1 = V_0;
NullCheck(L_0);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_2 = List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A(L_0, L_1, /*hidden argument*/List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A_RuntimeMethod_var);
V_1 = L_2;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0049;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_5, /*hidden argument*/NULL);
V_2 = L_6;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_7 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
int32_t L_8 = V_2;
NullCheck(L_7);
bool L_9 = List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6(L_7, L_8, /*hidden argument*/List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_RuntimeMethod_var);
if (L_9)
{
goto IL_0049;
}
}
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_10 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
int32_t L_11 = V_2;
NullCheck(L_10);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_10, L_11, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_12 = V_1;
int32_t L_13 = ___unicode1;
bool L_14 = ___includeFallbacks2;
int32_t* L_15 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_16 = TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476(L_12, L_13, L_14, (int32_t*)L_15, /*hidden argument*/NULL);
V_1 = L_16;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_17 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_17, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0049;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_19 = V_1;
return L_19;
}
IL_0049:
{
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_004d:
{
int32_t L_21 = V_0;
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_22 = ___spriteAssets0;
NullCheck(L_22);
int32_t L_23 = List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B(L_22, /*hidden argument*/List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var);
if ((((int32_t)L_21) < ((int32_t)L_23)))
{
goto IL_0004;
}
}
{
int32_t* L_24 = ___spriteIndex3;
*((int32_t*)L_24) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByUnicodeInternal(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___unicode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t* L_0 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1 = ___spriteAsset0;
int32_t L_2 = ___unicode1;
NullCheck(L_1);
int32_t L_3 = TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C(L_1, L_2, /*hidden argument*/NULL);
*((int32_t*)L_0) = (int32_t)L_3;
int32_t* L_4 = ___spriteIndex3;
int32_t L_5 = *((int32_t*)L_4);
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0010;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_6 = ___spriteAsset0;
return L_6;
}
IL_0010:
{
bool L_7 = ___includeFallbacks2;
if (!L_7)
{
goto IL_0038;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_8 = ___spriteAsset0;
NullCheck(L_8);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_9 = L_8->get_fallbackSpriteAssets_12();
if (!L_9)
{
goto IL_0038;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_10 = ___spriteAsset0;
NullCheck(L_10);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_11 = L_10->get_fallbackSpriteAssets_12();
NullCheck(L_11);
int32_t L_12 = List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B(L_11, /*hidden argument*/List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_0038;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_13 = ___spriteAsset0;
NullCheck(L_13);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_14 = L_13->get_fallbackSpriteAssets_12();
int32_t L_15 = ___unicode1;
bool L_16 = ___includeFallbacks2;
int32_t* L_17 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_18 = TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E(L_14, L_15, L_16, (int32_t*)L_17, /*hidden argument*/NULL);
return L_18;
}
IL_0038:
{
int32_t* L_19 = ___spriteIndex3;
*((int32_t*)L_19) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByHashCode(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___hashCode1, bool ___includeFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = ___spriteAsset0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t* L_2 = ___spriteIndex3;
*((int32_t*)L_2) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
IL_000e:
{
int32_t* L_3 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_4 = ___spriteAsset0;
int32_t L_5 = ___hashCode1;
NullCheck(L_4);
int32_t L_6 = TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5(L_4, L_5, /*hidden argument*/NULL);
*((int32_t*)L_3) = (int32_t)L_6;
int32_t* L_7 = ___spriteIndex3;
int32_t L_8 = *((int32_t*)L_7);
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_9 = ___spriteAsset0;
return L_9;
}
IL_001e:
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_10 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
if (L_10)
{
goto IL_002f;
}
}
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_11 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_11, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->set_k_searchedSpriteAssets_13(L_11);
}
IL_002f:
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_12 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
NullCheck(L_12);
List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C(L_12, /*hidden argument*/List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C_RuntimeMethod_var);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_13 = ___spriteAsset0;
NullCheck(L_13);
int32_t L_14 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_13, /*hidden argument*/NULL);
V_0 = L_14;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_15 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
int32_t L_16 = V_0;
NullCheck(L_15);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_15, L_16, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
bool L_17 = ___includeFallbacks2;
if (!L_17)
{
goto IL_0073;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_18 = ___spriteAsset0;
NullCheck(L_18);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_19 = L_18->get_fallbackSpriteAssets_12();
if (!L_19)
{
goto IL_0073;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_20 = ___spriteAsset0;
NullCheck(L_20);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_21 = L_20->get_fallbackSpriteAssets_12();
NullCheck(L_21);
int32_t L_22 = List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B(L_21, /*hidden argument*/List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_0073;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_23 = ___spriteAsset0;
NullCheck(L_23);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_24 = L_23->get_fallbackSpriteAssets_12();
int32_t L_25 = ___hashCode1;
bool L_26 = ___includeFallbacks2;
int32_t* L_27 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_28 = TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD(L_24, L_25, L_26, (int32_t*)L_27, /*hidden argument*/NULL);
return L_28;
}
IL_0073:
{
bool L_29 = ___includeFallbacks2;
if (!L_29)
{
goto IL_0091;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_30 = TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_31 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_30, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_0091;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_32 = TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411(/*hidden argument*/NULL);
int32_t L_33 = ___hashCode1;
bool L_34 = ___includeFallbacks2;
int32_t* L_35 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_36 = TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039(L_32, L_33, L_34, (int32_t*)L_35, /*hidden argument*/NULL);
return L_36;
}
IL_0091:
{
int32_t* L_37 = ___spriteIndex3;
*((int32_t*)L_37) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByHashCodeInternal(System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>,System.Int32,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD (List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * ___spriteAssets0, int32_t ___hashCode1, bool ___searchFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * V_1 = NULL;
int32_t V_2 = 0;
{
V_0 = 0;
goto IL_004d;
}
IL_0004:
{
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_0 = ___spriteAssets0;
int32_t L_1 = V_0;
NullCheck(L_0);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_2 = List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A(L_0, L_1, /*hidden argument*/List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A_RuntimeMethod_var);
V_1 = L_2;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0049;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_5, /*hidden argument*/NULL);
V_2 = L_6;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_7 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
int32_t L_8 = V_2;
NullCheck(L_7);
bool L_9 = List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6(L_7, L_8, /*hidden argument*/List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_RuntimeMethod_var);
if (L_9)
{
goto IL_0049;
}
}
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_10 = ((TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_StaticFields*)il2cpp_codegen_static_fields_for(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var))->get_k_searchedSpriteAssets_13();
int32_t L_11 = V_2;
NullCheck(L_10);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_10, L_11, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_12 = V_1;
int32_t L_13 = ___hashCode1;
bool L_14 = ___searchFallbacks2;
int32_t* L_15 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_16 = TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039(L_12, L_13, L_14, (int32_t*)L_15, /*hidden argument*/NULL);
V_1 = L_16;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_17 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_17, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0049;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_19 = V_1;
return L_19;
}
IL_0049:
{
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_004d:
{
int32_t L_21 = V_0;
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_22 = ___spriteAssets0;
NullCheck(L_22);
int32_t L_23 = List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B(L_22, /*hidden argument*/List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var);
if ((((int32_t)L_21) < ((int32_t)L_23)))
{
goto IL_0004;
}
}
{
int32_t* L_24 = ___spriteIndex3;
*((int32_t*)L_24) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SpriteAsset::SearchForSpriteByHashCodeInternal(TMPro.TMP_SpriteAsset,System.Int32,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset0, int32_t ___hashCode1, bool ___searchFallbacks2, int32_t* ___spriteIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t* L_0 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1 = ___spriteAsset0;
int32_t L_2 = ___hashCode1;
NullCheck(L_1);
int32_t L_3 = TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5(L_1, L_2, /*hidden argument*/NULL);
*((int32_t*)L_0) = (int32_t)L_3;
int32_t* L_4 = ___spriteIndex3;
int32_t L_5 = *((int32_t*)L_4);
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0010;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_6 = ___spriteAsset0;
return L_6;
}
IL_0010:
{
bool L_7 = ___searchFallbacks2;
if (!L_7)
{
goto IL_0038;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_8 = ___spriteAsset0;
NullCheck(L_8);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_9 = L_8->get_fallbackSpriteAssets_12();
if (!L_9)
{
goto IL_0038;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_10 = ___spriteAsset0;
NullCheck(L_10);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_11 = L_10->get_fallbackSpriteAssets_12();
NullCheck(L_11);
int32_t L_12 = List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B(L_11, /*hidden argument*/List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_0038;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_13 = ___spriteAsset0;
NullCheck(L_13);
List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 * L_14 = L_13->get_fallbackSpriteAssets_12();
int32_t L_15 = ___hashCode1;
bool L_16 = ___searchFallbacks2;
int32_t* L_17 = ___spriteIndex3;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_18 = TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD(L_14, L_15, L_16, (int32_t*)L_17, /*hidden argument*/NULL);
return L_18;
}
IL_0038:
{
int32_t* L_19 = ___spriteIndex3;
*((int32_t*)L_19) = (int32_t)(-1);
return (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL;
}
}
// System.Void TMPro.TMP_SpriteAsset::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_SpriteAsset__ctor_mA1F4EBC822DA5439B75D2A6AE6654E8949BB6BD2 (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * __this, const RuntimeMethod* method)
{
{
TMP_Asset__ctor_m3DE63D48E7F514B23A74F77A3860D816EB197AFA(__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.String TMPro.TMP_Style::get_name()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Style_get_name_m31B5C39F26CE8D9DF519E854B1CE965430618165 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_Name_0();
return L_0;
}
}
// System.Void TMPro.TMP_Style::set_name(System.String)
extern "C" IL2CPP_METHOD_ATTR void TMP_Style_set_name_mF0C70FCAAE651D5FC702B39C7ABDFBA390F72A33 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
String_t* L_1 = __this->get_m_Name_0();
bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
String_t* L_3 = ___value0;
__this->set_m_Name_0(L_3);
}
IL_0015:
{
return;
}
}
// System.Int32 TMPro.TMP_Style::get_hashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_HashCode_1();
return L_0;
}
}
// System.Void TMPro.TMP_Style::set_hashCode(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Style_set_hashCode_m25B62D1C8BCFAF2440D62703584DCB1492CC5F3C (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
int32_t L_1 = __this->get_m_HashCode_1();
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0010;
}
}
{
int32_t L_2 = ___value0;
__this->set_m_HashCode_1(L_2);
}
IL_0010:
{
return;
}
}
// System.String TMPro.TMP_Style::get_styleOpeningDefinition()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Style_get_styleOpeningDefinition_m08CD5457DFBE22FD2DD058878FB66A6FA2379135 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_OpeningDefinition_2();
return L_0;
}
}
// System.String TMPro.TMP_Style::get_styleClosingDefinition()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Style_get_styleClosingDefinition_mE1AE938A52C0997DABA363CDE194491A3E8BFE4B (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_ClosingDefinition_3();
return L_0;
}
}
// System.Int32[] TMPro.TMP_Style::get_styleOpeningTagArray()
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_OpeningTagArray_4();
return L_0;
}
}
// System.Int32[] TMPro.TMP_Style::get_styleClosingTagArray()
extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_ClosingTagArray_5();
return L_0;
}
}
// System.Void TMPro.TMP_Style::RefreshStyle()
extern "C" IL2CPP_METHOD_ATTR void TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = __this->get_m_Name_0();
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var);
int32_t L_1 = TMP_TextUtilities_GetSimpleHashCode_m3340CE59FAD65A71193665015260BA7758CEAB6E(L_0, /*hidden argument*/NULL);
__this->set_m_HashCode_1(L_1);
String_t* L_2 = __this->get_m_OpeningDefinition_2();
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->set_m_OpeningTagArray_4(L_4);
V_0 = 0;
goto IL_0043;
}
IL_002b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_m_OpeningTagArray_4();
int32_t L_6 = V_0;
String_t* L_7 = __this->get_m_OpeningDefinition_2();
int32_t L_8 = V_0;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (int32_t)L_9);
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0043:
{
int32_t L_11 = V_0;
String_t* L_12 = __this->get_m_OpeningDefinition_2();
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)L_13)))
{
goto IL_002b;
}
}
{
String_t* L_14 = __this->get_m_ClosingDefinition_3();
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_15);
__this->set_m_ClosingTagArray_5(L_16);
V_1 = 0;
goto IL_0083;
}
IL_006b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_m_ClosingTagArray_5();
int32_t L_18 = V_1;
String_t* L_19 = __this->get_m_ClosingDefinition_3();
int32_t L_20 = V_1;
NullCheck(L_19);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_20, /*hidden argument*/NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_21);
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0083:
{
int32_t L_23 = V_1;
String_t* L_24 = __this->get_m_ClosingDefinition_3();
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_24, /*hidden argument*/NULL);
if ((((int32_t)L_23) < ((int32_t)L_25)))
{
goto IL_006b;
}
}
{
return;
}
}
// System.Void TMPro.TMP_Style::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Style__ctor_m1149578B62D350F53B1D3933CB055B86F64A7416 (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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
// TMPro.TMP_StyleSheet TMPro.TMP_StyleSheet::get_instance()
extern "C" IL2CPP_METHOD_ATTR TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_0 = ((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->get_s_Instance_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_004c;
}
}
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_2 = TMP_Settings_get_defaultStyleSheet_mF847DA769F2CBC247F67DBECEF1DDF52DC8C39BC(/*hidden argument*/NULL);
((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->set_s_Instance_4(L_2);
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_3 = ((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->get_s_Instance_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0033;
}
}
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_5 = Resources_Load_TisTMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_mD823A52619FA63BC876C5484D2F5B24AA1533A10(_stringLiteralD826C033687D1697821EF37793DC16B3ED3237A4, /*hidden argument*/Resources_Load_TisTMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_mD823A52619FA63BC876C5484D2F5B24AA1533A10_RuntimeMethod_var);
((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->set_s_Instance_4(L_5);
}
IL_0033:
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_6 = ((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->get_s_Instance_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0042;
}
}
{
return (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 *)NULL;
}
IL_0042:
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_8 = ((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->get_s_Instance_4();
NullCheck(L_8);
TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D(L_8, /*hidden argument*/NULL);
}
IL_004c:
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_9 = ((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->get_s_Instance_4();
return L_9;
}
}
// TMPro.TMP_StyleSheet TMPro.TMP_StyleSheet::LoadDefaultStyleSheet()
extern "C" IL2CPP_METHOD_ATTR TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * TMP_StyleSheet_LoadDefaultStyleSheet_m5E71E4115A7E388BE5F384EE85CE45659D803E20 (const RuntimeMethod* method)
{
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_0 = TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B(/*hidden argument*/NULL);
return L_0;
}
}
// TMPro.TMP_Style TMPro.TMP_StyleSheet::GetStyle(System.Int32)
extern "C" IL2CPP_METHOD_ATTR TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661 (int32_t ___hashCode0, const RuntimeMethod* method)
{
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_0 = TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B(/*hidden argument*/NULL);
int32_t L_1 = ___hashCode0;
NullCheck(L_0);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_2 = TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// TMPro.TMP_Style TMPro.TMP_StyleSheet::GetStyleInternal(System.Int32)
extern "C" IL2CPP_METHOD_ATTR TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7 (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * __this, int32_t ___hashCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
{
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_0 = __this->get_m_StyleDictionary_6();
int32_t L_1 = ___hashCode0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mB9B63D8E7BCFDAE358FC737600D7BEA605A62891(L_0, L_1, (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mB9B63D8E7BCFDAE358FC737600D7BEA605A62891_RuntimeMethod_var);
if (!L_2)
{
goto IL_0012;
}
}
{
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_3 = V_0;
return L_3;
}
IL_0012:
{
return (TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD *)NULL;
}
}
// System.Void TMPro.TMP_StyleSheet::UpdateStyleDictionaryKey(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet_UpdateStyleDictionaryKey_m377BB2F87B93A92387B51DA1DC782FE1BE0CD2BD (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * __this, int32_t ___old_key0, int32_t ___new_key1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_StyleSheet_UpdateStyleDictionaryKey_m377BB2F87B93A92387B51DA1DC782FE1BE0CD2BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
{
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_0 = __this->get_m_StyleDictionary_6();
int32_t L_1 = ___old_key0;
NullCheck(L_0);
bool L_2 = Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B_RuntimeMethod_var);
if (!L_2)
{
goto IL_0035;
}
}
{
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_3 = __this->get_m_StyleDictionary_6();
int32_t L_4 = ___old_key0;
NullCheck(L_3);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = Dictionary_2_get_Item_m31E51B6CDE6944ED5DE6FF827034160C72DEB956(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_m31E51B6CDE6944ED5DE6FF827034160C72DEB956_RuntimeMethod_var);
V_0 = L_5;
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_6 = __this->get_m_StyleDictionary_6();
int32_t L_7 = ___new_key1;
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_8 = V_0;
NullCheck(L_6);
Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01_RuntimeMethod_var);
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_9 = __this->get_m_StyleDictionary_6();
int32_t L_10 = ___old_key0;
NullCheck(L_9);
Dictionary_2_Remove_m094A319B30B2053A6445A621BF73A69B76B28B96(L_9, L_10, /*hidden argument*/Dictionary_2_Remove_m094A319B30B2053A6445A621BF73A69B76B28B96_RuntimeMethod_var);
}
IL_0035:
{
return;
}
}
// System.Void TMPro.TMP_StyleSheet::UpdateStyleSheet()
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet_UpdateStyleSheet_m43D3D95B330A07CF426419BF19F4C7B44875B77B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_StyleSheet_UpdateStyleSheet_m43D3D95B330A07CF426419BF19F4C7B44875B77B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_StaticFields*)il2cpp_codegen_static_fields_for(TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var))->set_s_Instance_4((TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 *)NULL);
TMP_StyleSheet_RefreshStyles_mA5B063D7C7F025717E01817C90A7DB7DE3078C2C(/*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_StyleSheet::RefreshStyles()
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet_RefreshStyles_mA5B063D7C7F025717E01817C90A7DB7DE3078C2C (const RuntimeMethod* method)
{
{
TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * L_0 = TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B(/*hidden argument*/NULL);
NullCheck(L_0);
TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_StyleSheet::LoadStyleDictionaryInternal()
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_0 = __this->get_m_StyleDictionary_6();
NullCheck(L_0);
Dictionary_2_Clear_m21BFA6747EB4DEB58CA7722B1A0A3E6804D18726(L_0, /*hidden argument*/Dictionary_2_Clear_m21BFA6747EB4DEB58CA7722B1A0A3E6804D18726_RuntimeMethod_var);
V_0 = 0;
goto IL_006a;
}
IL_000f:
{
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * L_1 = __this->get_m_StyleList_5();
int32_t L_2 = V_0;
NullCheck(L_1);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_3 = List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB(L_1, L_2, /*hidden argument*/List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var);
NullCheck(L_3);
TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC(L_3, /*hidden argument*/NULL);
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_4 = __this->get_m_StyleDictionary_6();
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * L_5 = __this->get_m_StyleList_5();
int32_t L_6 = V_0;
NullCheck(L_5);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_7 = List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB(L_5, L_6, /*hidden argument*/List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var);
NullCheck(L_7);
int32_t L_8 = TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321(L_7, /*hidden argument*/NULL);
NullCheck(L_4);
bool L_9 = Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B(L_4, L_8, /*hidden argument*/Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B_RuntimeMethod_var);
if (L_9)
{
goto IL_0066;
}
}
{
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_10 = __this->get_m_StyleDictionary_6();
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * L_11 = __this->get_m_StyleList_5();
int32_t L_12 = V_0;
NullCheck(L_11);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_13 = List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB(L_11, L_12, /*hidden argument*/List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var);
NullCheck(L_13);
int32_t L_14 = TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321(L_13, /*hidden argument*/NULL);
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * L_15 = __this->get_m_StyleList_5();
int32_t L_16 = V_0;
NullCheck(L_15);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_17 = List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB(L_15, L_16, /*hidden argument*/List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var);
NullCheck(L_10);
Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01(L_10, L_14, L_17, /*hidden argument*/Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01_RuntimeMethod_var);
}
IL_0066:
{
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_006a:
{
int32_t L_19 = V_0;
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * L_20 = __this->get_m_StyleList_5();
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_m2229D68C51EA987F8F86549720B342E50D9AA830(L_20, /*hidden argument*/List_1_get_Count_m2229D68C51EA987F8F86549720B342E50D9AA830_RuntimeMethod_var);
if ((((int32_t)L_19) < ((int32_t)L_21)))
{
goto IL_000f;
}
}
{
return;
}
}
// System.Void TMPro.TMP_StyleSheet::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_StyleSheet__ctor_m79D60BAFF83CD70D93262BB6E7851A7FF99A17D3 (TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_StyleSheet__ctor_m79D60BAFF83CD70D93262BB6E7851A7FF99A17D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B * L_0 = (List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B *)il2cpp_codegen_object_new(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_il2cpp_TypeInfo_var);
List_1__ctor_m2DD0B22C2AEB9E37639B1FD8026B51B2C8AAFE50(L_0, 1, /*hidden argument*/List_1__ctor_m2DD0B22C2AEB9E37639B1FD8026B51B2C8AAFE50_RuntimeMethod_var);
__this->set_m_StyleList_5(L_0);
Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 * L_1 = (Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 *)il2cpp_codegen_object_new(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m6E61F53B2620D878B55FAD9AA7F1763930CAA700(L_1, /*hidden argument*/Dictionary_2__ctor_m6E61F53B2620D878B55FAD9AA7F1763930CAA700_RuntimeMethod_var);
__this->set_m_StyleDictionary_6(L_1);
ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B(__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
// TMPro.TMP_FontAsset TMPro.TMP_SubMesh::get_fontAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_SubMesh_get_fontAsset_mBB13A69923BE33D806849B0BA227773F4AE48BA2 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = __this->get_m_fontAsset_4();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_fontAsset(TMPro.TMP_FontAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fontAsset_m11C09E550D0582F16625C80616615FD92BE1F31B (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___value0, const RuntimeMethod* method)
{
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = ___value0;
__this->set_m_fontAsset_4(L_0);
return;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SubMesh::get_spriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SubMesh_get_spriteAsset_mA790CB32DEA074BB375E26CE13694AF3A4E807EB (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = __this->get_m_spriteAsset_5();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_spriteAsset(TMPro.TMP_SpriteAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_spriteAsset_m44DFDB188DFEF5266A673409BCD85A860081979D (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___value0, const RuntimeMethod* method)
{
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = ___value0;
__this->set_m_spriteAsset_5(L_0);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::get_material()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_get_material_m466677FA4475AA84E45C0B9CA8E290B2F24750C4 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_7();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void TMPro.TMP_SubMesh::set_material(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_material_mA6A729528D7FEC2C7CFDBE04B52290A5F3EBF463 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_0 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_7();
NullCheck(L_0);
int32_t L_1 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_0, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___value0;
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0014;
}
}
{
return;
}
IL_0014:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___value0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_4;
V_0 = L_5;
__this->set_m_material_6(L_5);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = V_0;
__this->set_m_sharedMaterial_7(L_6);
float L_7 = TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15(__this, /*hidden argument*/NULL);
__this->set_m_padding_11(L_7);
TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081(__this, /*hidden argument*/NULL);
TMP_SubMesh_SetMaterialDirty_m7D8571FCAFFDE2AA37BA30D366C6CB6930796556(__this, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::get_sharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_get_sharedMaterial_m62E104C664FCE465060F92F02C544B69E91497B2 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_7();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_sharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_sharedMaterial_mCB86338B0FB35D25346FF24E157E68D3568D7EBD (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___value0;
TMP_SubMesh_SetSharedMaterial_mE1F3FBD23BAC6F4BC62DF87D5E646DC52A657F01(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::get_fallbackMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_get_fallbackMaterial_m0C76B23E26DC19F8D8F3A7963E9AF34A0C77CC11 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_fallbackMaterial_8();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_fallbackMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fallbackMaterial_m5AAE65076AB071DB5FF6483571D8DB8D67DFD34D (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_set_fallbackMaterial_m5AAE65076AB071DB5FF6483571D8DB8D67DFD34D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_fallbackMaterial_8();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_fallbackMaterial_8();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0036;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6(L_8, /*hidden argument*/NULL);
}
IL_0036:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = ___value0;
__this->set_m_fallbackMaterial_8(L_9);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004(L_10, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = __this->get_m_fallbackMaterial_8();
TMP_SubMesh_SetSharedMaterial_mE1F3FBD23BAC6F4BC62DF87D5E646DC52A657F01(__this, L_11, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::get_fallbackSourceMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_get_fallbackSourceMaterial_m8B0A23A3D8C1C45E4ACBFAC5D8CAE600B229B3BE (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_fallbackSourceMaterial_9();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_fallbackSourceMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fallbackSourceMaterial_mB8A3391019E0935B317231B860745DA815C55E13 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___value0;
__this->set_m_fallbackSourceMaterial_9(L_0);
return;
}
}
// System.Boolean TMPro.TMP_SubMesh::get_isDefaultMaterial()
extern "C" IL2CPP_METHOD_ATTR bool TMP_SubMesh_get_isDefaultMaterial_m17DB478E7065176D5A4D1257C3C48BFFC9EBCB3D (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isDefaultMaterial_10();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_isDefaultMaterial(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_isDefaultMaterial_mD752FA7B1C178B697AF37DAE91F75CB1CD5A6380 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_isDefaultMaterial_10(L_0);
return;
}
}
// System.Single TMPro.TMP_SubMesh::get_padding()
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMesh_get_padding_mBAE2229E48FE6492B76D650F7B737EBE5787F2A2 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_padding_11();
return L_0;
}
}
// System.Void TMPro.TMP_SubMesh::set_padding(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_padding_m79E33A101555067B8742040B02825F23FDA7AA4B (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = ___value0;
__this->set_m_padding_11(L_0);
return;
}
}
// UnityEngine.Renderer TMPro.TMP_SubMesh::get_renderer()
extern "C" IL2CPP_METHOD_ATTR Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = __this->get_m_renderer_12();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var);
__this->set_m_renderer_12(L_2);
}
IL_001a:
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_3 = __this->get_m_renderer_12();
return L_3;
}
}
// UnityEngine.MeshFilter TMPro.TMP_SubMesh::get_meshFilter()
extern "C" IL2CPP_METHOD_ATTR MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_0 = __this->get_m_meshFilter_13();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_2 = Component_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mF3F89565A9CEFF85AA1FB27C6EC64BE590DC386B(__this, /*hidden argument*/Component_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mF3F89565A9CEFF85AA1FB27C6EC64BE590DC386B_RuntimeMethod_var);
__this->set_m_meshFilter_13(L_2);
}
IL_001a:
{
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_3 = __this->get_m_meshFilter_13();
return L_3;
}
}
// UnityEngine.Mesh TMPro.TMP_SubMesh::get_mesh()
extern "C" IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_m_mesh_14();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0037;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)il2cpp_codegen_object_new(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var);
Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4(L_2, /*hidden argument*/NULL);
__this->set_m_mesh_14(L_2);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_3 = __this->get_m_mesh_14();
NullCheck(L_3);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_3, ((int32_t)61), /*hidden argument*/NULL);
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_4 = TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7(__this, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_5 = __this->get_m_mesh_14();
NullCheck(L_4);
MeshFilter_set_mesh_mA18AA96C75CC91CF0917BA1F437626499FAAF496(L_4, L_5, /*hidden argument*/NULL);
}
IL_0037:
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_6 = __this->get_m_mesh_14();
return L_6;
}
}
// System.Void TMPro.TMP_SubMesh::set_mesh(UnityEngine.Mesh)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_set_mesh_m510D900B5ED954F89081D62207D30CA79C5D71A9 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___value0, const RuntimeMethod* method)
{
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___value0;
__this->set_m_mesh_14(L_0);
return;
}
}
// System.Void TMPro.TMP_SubMesh::OnEnable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_OnEnable_m6553FA792DE68981F9CB2E3575E43C59794C3A7D (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_OnEnable_m6553FA792DE68981F9CB2E3575E43C59794C3A7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_isRegisteredForEvents_16();
if (L_0)
{
goto IL_000f;
}
}
{
__this->set_m_isRegisteredForEvents_16((bool)1);
}
IL_000f:
{
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_1 = TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7(__this, /*hidden argument*/NULL);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE(__this, /*hidden argument*/NULL);
NullCheck(L_1);
MeshFilter_set_sharedMesh_mFE8D12C35148063EB287951C7BFFB0328AAA7C5D(L_1, L_2, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_sharedMaterial_7();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0057;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_sharedMaterial_7();
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_6 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_ClipRect_33();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_7;
memset(&L_7, 0, sizeof(L_7));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_7), (-32767.0f), (-32767.0f), (32767.0f), (32767.0f), /*hidden argument*/NULL);
NullCheck(L_5);
Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA(L_5, L_6, L_7, /*hidden argument*/NULL);
}
IL_0057:
{
return;
}
}
// System.Void TMPro.TMP_SubMesh::OnDisable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_OnDisable_mCC6CF5F9DE6BF4C6093F278FA08A812CD282AA78 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_OnDisable_mCC6CF5F9DE6BF4C6093F278FA08A812CD282AA78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_0 = __this->get_m_meshFilter_13();
NullCheck(L_0);
MeshFilter_set_sharedMesh_mFE8D12C35148063EB287951C7BFFB0328AAA7C5D(L_0, (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)NULL, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002c;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6(L_3, /*hidden argument*/NULL);
__this->set_m_fallbackMaterial_8((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
}
IL_002c:
{
return;
}
}
// System.Void TMPro.TMP_SubMesh::OnDestroy()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_OnDestroy_mCD31CE389300981012099EDFB0083264094EAB00 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_OnDestroy_mCD31CE389300981012099EDFB0083264094EAB00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_m_mesh_14();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = __this->get_m_mesh_14();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_2, /*hidden argument*/NULL);
}
IL_0019:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0039;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_fallbackMaterial_8();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6(L_5, /*hidden argument*/NULL);
__this->set_m_fallbackMaterial_8((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
}
IL_0039:
{
__this->set_m_isRegisteredForEvents_16((bool)0);
return;
}
}
// TMPro.TMP_SubMesh TMPro.TMP_SubMesh::AddSubTextObject(TMPro.TextMeshPro,TMPro.MaterialReference)
extern "C" IL2CPP_METHOD_ATTR TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * TMP_SubMesh_AddSubTextObject_mB7B7238D8F39F657241137CC37465938DEAF738E (TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * ___textComponent0, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F ___materialReference1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_AddSubTextObject_mB7B7238D8F39F657241137CC37465938DEAF738E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_0 = ___materialReference1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = L_0.get_material_3();
NullCheck(L_1);
String_t* L_2 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_1, /*hidden argument*/NULL);
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralA1C228140224A87633C6452311427F0CE085C377, L_2, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_4;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68(L_8, L_3, L_5, /*hidden argument*/NULL);
V_0 = L_8;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
NullCheck(L_9);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_10 = GameObject_GetComponent_TisTMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_mEFD49EBAF1AD467B424BB5A1E63F325F7A3171F2(L_9, /*hidden argument*/GameObject_GetComponent_TisTMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_mEFD49EBAF1AD467B424BB5A1E63F325F7A3171F2_RuntimeMethod_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = V_0;
NullCheck(L_11);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_11, /*hidden argument*/NULL);
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_13 = ___textComponent0;
NullCheck(L_13);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_14 = TextMeshPro_get_transform_m14B36D05C2CCC150141AED87F5A38536373BC23D(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_12, L_14, (bool)0, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_0;
NullCheck(L_15);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_16 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_15, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
NullCheck(L_16);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_16, L_17, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = V_0;
NullCheck(L_18);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_19 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_18, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_20 = Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64(/*hidden argument*/NULL);
NullCheck(L_19);
Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A(L_19, L_20, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = V_0;
NullCheck(L_21);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_22 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_21, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB(/*hidden argument*/NULL);
NullCheck(L_22);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_22, L_23, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = V_0;
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_25 = ___textComponent0;
NullCheck(L_25);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_26 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
int32_t L_27 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_26, /*hidden argument*/NULL);
NullCheck(L_24);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_24, L_27, /*hidden argument*/NULL);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_28 = L_10;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = V_0;
NullCheck(L_29);
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_30 = GameObject_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mD1BA4FFEB800AB3D102141CD0A0ECE237EA70FB4(L_29, /*hidden argument*/GameObject_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mD1BA4FFEB800AB3D102141CD0A0ECE237EA70FB4_RuntimeMethod_var);
NullCheck(L_28);
L_28->set_m_meshFilter_13(L_30);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_31 = L_28;
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_32 = ___textComponent0;
NullCheck(L_31);
L_31->set_m_TextComponent_15(L_32);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_33 = L_31;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_34 = ___materialReference1;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_35 = L_34.get_fontAsset_1();
NullCheck(L_33);
L_33->set_m_fontAsset_4(L_35);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_36 = L_33;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_37 = ___materialReference1;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_38 = L_37.get_spriteAsset_2();
NullCheck(L_36);
L_36->set_m_spriteAsset_5(L_38);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_39 = L_36;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_40 = ___materialReference1;
bool L_41 = L_40.get_isDefaultMaterial_4();
NullCheck(L_39);
L_39->set_m_isDefaultMaterial_10(L_41);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_42 = L_39;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_43 = ___materialReference1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_44 = L_43.get_material_3();
NullCheck(L_42);
TMP_SubMesh_SetSharedMaterial_mE1F3FBD23BAC6F4BC62DF87D5E646DC52A657F01(L_42, L_44, /*hidden argument*/NULL);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_45 = L_42;
NullCheck(L_45);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_46 = TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE(L_45, /*hidden argument*/NULL);
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_47 = ___textComponent0;
NullCheck(L_47);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_48 = TextMeshPro_get_renderer_mF8CD651E1D88C0C5E8A08C0930835B2DF7EE59F7(L_47, /*hidden argument*/NULL);
NullCheck(L_48);
int32_t L_49 = Renderer_get_sortingLayerID_m2E204E68869EDA3176C334AE1C62219F380A5D85(L_48, /*hidden argument*/NULL);
NullCheck(L_46);
Renderer_set_sortingLayerID_mF2A52A5697C3A9288DEAC949F54C4CCA97716526(L_46, L_49, /*hidden argument*/NULL);
TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * L_50 = L_45;
NullCheck(L_50);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_51 = TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE(L_50, /*hidden argument*/NULL);
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_52 = ___textComponent0;
NullCheck(L_52);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_53 = TextMeshPro_get_renderer_mF8CD651E1D88C0C5E8A08C0930835B2DF7EE59F7(L_52, /*hidden argument*/NULL);
NullCheck(L_53);
int32_t L_54 = Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF(L_53, /*hidden argument*/NULL);
NullCheck(L_51);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_51, L_54, /*hidden argument*/NULL);
return L_50;
}
}
// System.Void TMPro.TMP_SubMesh::DestroySelf()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_DestroySelf_mD8C31083236F16DB1E9CF02C944D4B85B8D03B2F (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_DestroySelf_mD8C31083236F16DB1E9CF02C944D4B85B8D03B2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m09F51D8BDECFD2E8C618498EF7377029B669030D(L_0, (1.0f), /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::GetMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = __this->get_m_renderer_12();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var);
__this->set_m_renderer_12(L_2);
}
IL_001a:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_material_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_4)
{
goto IL_003b;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_material_6();
NullCheck(L_5);
int32_t L_6 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_5, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_7 = ___mat0;
NullCheck(L_7);
int32_t L_8 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)L_8)))
{
goto IL_0048;
}
}
IL_003b:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = ___mat0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3(__this, L_9, /*hidden argument*/NULL);
__this->set_m_material_6(L_10);
}
IL_0048:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = __this->get_m_material_6();
__this->set_m_sharedMaterial_7(L_11);
float L_12 = TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15(__this, /*hidden argument*/NULL);
__this->set_m_padding_11(L_12);
TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081(__this, /*hidden argument*/NULL);
TMP_SubMesh_SetMaterialDirty_m7D8571FCAFFDE2AA37BA30D366C6CB6930796556(__this, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_13 = __this->get_m_sharedMaterial_7();
return L_13;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::CreateMaterialInstance(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___source0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_1, L_0, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = L_1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ___source0;
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Material_get_shaderKeywords_mF653034CC23EB4A65580BA4388F7258328C9C90C(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
Material_set_shaderKeywords_m336EBA03D542BE657FEBDD62C7546568CD3081C9(L_2, L_4, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = L_5;
NullCheck(L_6);
String_t* L_7 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_6, /*hidden argument*/NULL);
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral9B24BD9BCDFD34C72167701B0277AD547FD0D743, /*hidden argument*/NULL);
NullCheck(L_6);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_6, L_8, /*hidden argument*/NULL);
return L_5;
}
}
// UnityEngine.Material TMPro.TMP_SubMesh::GetSharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMesh_GetSharedMaterial_m5132D5C66C31AEE52A4503C5A3DB673455FD4D04 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_GetSharedMaterial_m5132D5C66C31AEE52A4503C5A3DB673455FD4D04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = __this->get_m_renderer_12();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var);
__this->set_m_renderer_12(L_2);
}
IL_001a:
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_3 = __this->get_m_renderer_12();
NullCheck(L_3);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void TMPro.TMP_SubMesh::SetSharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_SetSharedMaterial_mE1F3FBD23BAC6F4BC62DF87D5E646DC52A657F01 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___mat0;
__this->set_m_sharedMaterial_7(L_0);
float L_1 = TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15(__this, /*hidden argument*/NULL);
__this->set_m_padding_11(L_1);
TMP_SubMesh_SetMaterialDirty_m7D8571FCAFFDE2AA37BA30D366C6CB6930796556(__this, /*hidden argument*/NULL);
return;
}
}
// System.Single TMPro.TMP_SubMesh::GetPaddingForMaterial()
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_7();
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_1 = __this->get_m_TextComponent_15();
NullCheck(L_1);
bool L_2 = TMP_Text_get_extraPadding_m53CB163C6AA1FD58764120845CE1555374AA5AD4(L_1, /*hidden argument*/NULL);
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_3 = __this->get_m_TextComponent_15();
NullCheck(L_3);
bool L_4 = TMP_Text_get_isUsingBold_m96EC0C0AAE56582C5C3755B6B4BD312912E4E9FB(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
float L_5 = ShaderUtilities_GetPadding_m85F4485320B2346139D2D344E381DB6F3DB3B6BF(L_0, L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void TMPro.TMP_SubMesh::UpdateMeshPadding(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_UpdateMeshPadding_m0F83AE63A001CA3E837DBD04C3AE812E3BFAD721 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, bool ___isExtraPadding0, bool ___isUsingBold1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_UpdateMeshPadding_m0F83AE63A001CA3E837DBD04C3AE812E3BFAD721_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_7();
bool L_1 = ___isExtraPadding0;
bool L_2 = ___isUsingBold1;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
float L_3 = ShaderUtilities_GetPadding_m85F4485320B2346139D2D344E381DB6F3DB3B6BF(L_0, L_1, L_2, /*hidden argument*/NULL);
__this->set_m_padding_11(L_3);
return;
}
}
// System.Void TMPro.TMP_SubMesh::SetVerticesDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_1 = __this->get_m_TextComponent_15();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002e;
}
}
{
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_3 = __this->get_m_TextComponent_15();
NullCheck(L_3);
TMP_Text_set_havePropertiesChanged_mFE7AE3C0AD44DC45A9A0160A1EDE0DDAEF810B49(L_3, (bool)1, /*hidden argument*/NULL);
TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2 * L_4 = __this->get_m_TextComponent_15();
NullCheck(L_4);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, L_4);
}
IL_002e:
{
return;
}
}
// System.Void TMPro.TMP_SubMesh::SetMaterialDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_SetMaterialDirty_m7D8571FCAFFDE2AA37BA30D366C6CB6930796556 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMesh::UpdateMaterial()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08 (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = __this->get_m_renderer_12();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE(__this, /*hidden argument*/NULL);
__this->set_m_renderer_12(L_2);
}
IL_001a:
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_3 = __this->get_m_renderer_12();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = __this->get_m_sharedMaterial_7();
NullCheck(L_3);
Renderer_set_sharedMaterial_mC94A354D9B0FCA081754A7CB51AEE5A9AD3946A3(L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMesh::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMesh__ctor_m1ADF507E28A75DDAF435089F2CF9FBD8F825A21B (TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__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
// TMPro.TMP_FontAsset TMPro.TMP_SubMeshUI::get_fontAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_SubMeshUI_get_fontAsset_mEECD9EA301A5A3FDBF8A1D0442C300487547324A (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = __this->get_m_fontAsset_30();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_fontAsset(TMPro.TMP_FontAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_fontAsset_mFD359974A411A54D0C3177BDD54562CF64E84C57 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___value0, const RuntimeMethod* method)
{
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = ___value0;
__this->set_m_fontAsset_30(L_0);
return;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_SubMeshUI::get_spriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_SubMeshUI_get_spriteAsset_mFEA02B3B2892E5D1B1854A2EB4FCD96D4855BAAB (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = __this->get_m_spriteAsset_31();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_spriteAsset(TMPro.TMP_SpriteAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_spriteAsset_m1E43411260761CF327662C64A747A2B41A6F44D6 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___value0, const RuntimeMethod* method)
{
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = ___value0;
__this->set_m_spriteAsset_31(L_0);
return;
}
}
// UnityEngine.Texture TMPro.TMP_SubMeshUI::get_mainTexture()
extern "C" IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * TMP_SubMeshUI_get_mainTexture_m75EBC20D6DF2EB308E2CF25DA453696AF9EDA2D8 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_get_mainTexture_m75EBC20D6DF2EB308E2CF25DA453696AF9EDA2D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = TMP_SubMeshUI_get_sharedMaterial_mE6DA34C068C076131D6A5AD5CA91F337D1652380(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = TMP_SubMeshUI_get_sharedMaterial_mE6DA34C068C076131D6A5AD5CA91F337D1652380(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_3 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_MainTex_0();
NullCheck(L_2);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_4 = Material_GetTexture_mDB1B89D76D44AD07BD214224C59A6FE0B62F6477(L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001f:
{
return (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::get_material()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_get_material_m4ADD56071A0368AE718D61F0B56D456E7E02BF69 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_material(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_material_m4EA71447E0C2293251DAD48F614DE6C80BE42285 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_set_material_m4EA71447E0C2293251DAD48F614DE6C80BE42285_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_0 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0022;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_m_sharedMaterial_33();
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___value0;
NullCheck(L_4);
int32_t L_5 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_4, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_0022;
}
}
{
return;
}
IL_0022:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___value0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_7 = L_6;
V_0 = L_7;
__this->set_m_material_32(L_7);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = V_0;
__this->set_m_sharedMaterial_33(L_8);
float L_9 = TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F(__this, /*hidden argument*/NULL);
__this->set_m_padding_37(L_9);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::get_sharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_get_sharedMaterial_mE6DA34C068C076131D6A5AD5CA91F337D1652380 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_sharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_sharedMaterial_mA6BDB53634C5F61810CBAA2E7D13FCE2EF78A7C1 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___value0;
TMP_SubMeshUI_SetSharedMaterial_mC2D28565EDA3BF176AC18567DD484DC1A16E3872(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::get_fallbackMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_get_fallbackMaterial_mDB20A24E1008038FE3944076B89840749F806B45 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_fallbackMaterial_34();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_fallbackMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_fallbackMaterial_m6F0E2367FBCD108AE3716BF44B6E13DD9C590162 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_set_fallbackMaterial_m6F0E2367FBCD108AE3716BF44B6E13DD9C590162_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_fallbackMaterial_34();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_fallbackMaterial_34();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0036;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6(L_8, /*hidden argument*/NULL);
}
IL_0036:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = ___value0;
__this->set_m_fallbackMaterial_34(L_9);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004(L_10, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = __this->get_m_fallbackMaterial_34();
TMP_SubMeshUI_SetSharedMaterial_mC2D28565EDA3BF176AC18567DD484DC1A16E3872(__this, L_11, /*hidden argument*/NULL);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::get_fallbackSourceMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_get_fallbackSourceMaterial_m9E08705F8B4AF3770E8E6BAE54EEC730255E1858 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_fallbackSourceMaterial_35();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_fallbackSourceMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_fallbackSourceMaterial_m4F856EBBA2B8B7C4CAC314742995AE6EFB528F62 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___value0;
__this->set_m_fallbackSourceMaterial_35(L_0);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::get_materialForRendering()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_get_materialForRendering_mC24A045110E8E98310469BCA5A34DEE254CFB498 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_get_materialForRendering_mC24A045110E8E98310469BCA5A34DEE254CFB498_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean TMPro.TMP_SubMeshUI::get_isDefaultMaterial()
extern "C" IL2CPP_METHOD_ATTR bool TMP_SubMeshUI_get_isDefaultMaterial_m80C46FEC4CA9C9AA31DA7EE8DCCB12F67B24FC76 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isDefaultMaterial_36();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_isDefaultMaterial(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_isDefaultMaterial_m9FE7C3C1AA04CF137D9F9F39725D8D1DE6F315C3 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_isDefaultMaterial_36(L_0);
return;
}
}
// System.Single TMPro.TMP_SubMeshUI::get_padding()
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMeshUI_get_padding_m893F93C6773A93EE7A86360464B4379C8AA85F97 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_padding_37();
return L_0;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_padding(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_padding_mBB5CA628AE09EF49AE9C3979AC56450B9FDB2BF4 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = ___value0;
__this->set_m_padding_37(L_0);
return;
}
}
// UnityEngine.CanvasRenderer TMPro.TMP_SubMeshUI::get_canvasRenderer()
extern "C" IL2CPP_METHOD_ATTR CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_0 = __this->get_m_canvasRenderer_38();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_2 = Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625(__this, /*hidden argument*/Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625_RuntimeMethod_var);
__this->set_m_canvasRenderer_38(L_2);
}
IL_001a:
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_3 = __this->get_m_canvasRenderer_38();
return L_3;
}
}
// UnityEngine.Mesh TMPro.TMP_SubMeshUI::get_mesh()
extern "C" IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * TMP_SubMeshUI_get_mesh_mCBCF215077B2044CAC4CB91585C0EAFB376FB788 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_get_mesh_mCBCF215077B2044CAC4CB91585C0EAFB376FB788_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_m_mesh_39();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0026;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C *)il2cpp_codegen_object_new(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var);
Mesh__ctor_m3AEBC82AB71D4F9498F6E254174BEBA8372834B4(L_2, /*hidden argument*/NULL);
__this->set_m_mesh_39(L_2);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_3 = __this->get_m_mesh_39();
NullCheck(L_3);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_3, ((int32_t)61), /*hidden argument*/NULL);
}
IL_0026:
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = __this->get_m_mesh_39();
return L_4;
}
}
// System.Void TMPro.TMP_SubMeshUI::set_mesh(UnityEngine.Mesh)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_set_mesh_m5DE44F27BCDA9E6E716E970977A58D9C3EC84A47 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___value0, const RuntimeMethod* method)
{
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___value0;
__this->set_m_mesh_39(L_0);
return;
}
}
// TMPro.TMP_SubMeshUI TMPro.TMP_SubMeshUI::AddSubTextObject(TMPro.TextMeshProUGUI,TMPro.MaterialReference)
extern "C" IL2CPP_METHOD_ATTR TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * TMP_SubMeshUI_AddSubTextObject_mE3BE58DD1E65F547250AC7534F0E985896473635 (TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * ___textComponent0, MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F ___materialReference1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_AddSubTextObject_mE3BE58DD1E65F547250AC7534F0E985896473635_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_0 = ___materialReference1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = L_0.get_material_3();
NullCheck(L_1);
String_t* L_2 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_1, /*hidden argument*/NULL);
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralDC6A37BBC1B047C14B2DF1FE03C9EE13F02E0253, L_2, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_4;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68(L_8, L_3, L_5, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = L_8;
NullCheck(L_9);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_9, /*hidden argument*/NULL);
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_11 = ___textComponent0;
NullCheck(L_11);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_10, L_12, (bool)0, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = L_9;
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_14 = ___textComponent0;
NullCheck(L_14);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_15, /*hidden argument*/NULL);
NullCheck(L_13);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_13, L_16, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = L_13;
NullCheck(L_17);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_18 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m43C07809909DE265C356A2CD8E8B290E74E2EFC7(L_17, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m43C07809909DE265C356A2CD8E8B290E74E2EFC7_RuntimeMethod_var);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_19 = L_18;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_19);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_19, L_20, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_21 = L_19;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_21);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_21, L_22, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_23 = L_21;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_24 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_23);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_23, L_24, /*hidden argument*/NULL);
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_25 = ___textComponent0;
NullCheck(L_25);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_26 = TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = RectTransform_get_pivot_mA5BEEE2069ACA7C0C717530EED3E7D811D46C463(L_26, /*hidden argument*/NULL);
NullCheck(L_23);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_23, L_27, /*hidden argument*/NULL);
NullCheck(L_17);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_28 = GameObject_AddComponent_TisTMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_mA7C2BECEC62ED35A056D224057DDD4DAC7B67FC8(L_17, /*hidden argument*/GameObject_AddComponent_TisTMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_mA7C2BECEC62ED35A056D224057DDD4DAC7B67FC8_RuntimeMethod_var);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_29 = L_28;
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_30 = L_29;
NullCheck(L_30);
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_31 = TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738(L_30, /*hidden argument*/NULL);
NullCheck(L_30);
L_30->set_m_canvasRenderer_38(L_31);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_32 = L_29;
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_33 = ___textComponent0;
NullCheck(L_32);
L_32->set_m_TextComponent_40(L_33);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_34 = L_32;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_35 = ___materialReference1;
int32_t L_36 = L_35.get_index_0();
NullCheck(L_34);
L_34->set_m_materialReferenceIndex_43(L_36);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_37 = L_34;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_38 = ___materialReference1;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_39 = L_38.get_fontAsset_1();
NullCheck(L_37);
L_37->set_m_fontAsset_30(L_39);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_40 = L_37;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_41 = ___materialReference1;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_42 = L_41.get_spriteAsset_2();
NullCheck(L_40);
L_40->set_m_spriteAsset_31(L_42);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_43 = L_40;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_44 = ___materialReference1;
bool L_45 = L_44.get_isDefaultMaterial_4();
NullCheck(L_43);
L_43->set_m_isDefaultMaterial_36(L_45);
TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * L_46 = L_43;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_47 = ___materialReference1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_48 = L_47.get_material_3();
NullCheck(L_46);
TMP_SubMeshUI_SetSharedMaterial_mC2D28565EDA3BF176AC18567DD484DC1A16E3872(L_46, L_48, /*hidden argument*/NULL);
return L_46;
}
}
// System.Void TMPro.TMP_SubMeshUI::OnEnable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_OnEnable_m6B0440FDC293BC35CA11F08EA1CD277776084DE2 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isRegisteredForEvents_41();
if (L_0)
{
goto IL_000f;
}
}
{
__this->set_m_isRegisteredForEvents_41((bool)1);
}
IL_000f:
{
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_ShouldRecalculateStencil_21((bool)1);
VirtActionInvoker0::Invoke(61 /* System.Void UnityEngine.UI.MaskableGraphic::RecalculateClipping() */, __this);
VirtActionInvoker0::Invoke(62 /* System.Void UnityEngine.UI.MaskableGraphic::RecalculateMasking() */, __this);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::OnDisable()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_OnDisable_mC4F0D0768E150EFCB43933F3D1A2924C8F152DEC (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_OnDisable_mC4F0D0768E150EFCB43933F3D1A2924C8F152DEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_UpdateRegistry_UnRegisterCanvasElementForRebuild_m68958A25BB03374F69AC08C3FD8782B6426BC853(__this, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_MaskMaterial_22();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0026;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_MaskMaterial_22();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5(L_2, /*hidden argument*/NULL);
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_MaskMaterial_22((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
}
IL_0026:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0046;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6(L_5, /*hidden argument*/NULL);
__this->set_m_fallbackMaterial_34((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
}
IL_0046:
{
MaskableGraphic_OnDisable_mBAAE2E8D9B6328310FA62C0C4979D8ADD8C707BB(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::OnDestroy()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_OnDestroy_m08DA023C2E1465331C49DAF46A8CBCA53BE85F14 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_OnDestroy_m08DA023C2E1465331C49DAF46A8CBCA53BE85F14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_m_mesh_39();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = __this->get_m_mesh_39();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_2, /*hidden argument*/NULL);
}
IL_0019:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_MaskMaterial_22();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0032;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_MaskMaterial_22();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5(L_5, /*hidden argument*/NULL);
}
IL_0032:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0052;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = __this->get_m_fallbackMaterial_34();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6(L_8, /*hidden argument*/NULL);
__this->set_m_fallbackMaterial_34((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
}
IL_0052:
{
__this->set_m_isRegisteredForEvents_41((bool)0);
VirtActionInvoker0::Invoke(61 /* System.Void UnityEngine.UI.MaskableGraphic::RecalculateClipping() */, __this);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::OnTransformParentChanged()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_OnTransformParentChanged_m2CB68442B7E42D9970353B0436D021B6B9343EE3 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_ShouldRecalculateStencil_21((bool)1);
VirtActionInvoker0::Invoke(61 /* System.Void UnityEngine.UI.MaskableGraphic::RecalculateClipping() */, __this);
VirtActionInvoker0::Invoke(62 /* System.Void UnityEngine.UI.MaskableGraphic::RecalculateMasking() */, __this);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::GetModifiedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_GetModifiedMaterial_m924A0ADD80340624FBDDC1C79E02EE44EADE182D (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_GetModifiedMaterial_m924A0ADD80340624FBDDC1C79E02EE44EADE182D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_0 = NULL;
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___baseMaterial0;
V_0 = L_0;
bool L_1 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_ShouldRecalculateStencil_21();
if (!L_1)
{
goto IL_0022;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
int32_t L_3 = TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C(L_2, /*hidden argument*/NULL);
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_StencilValue_28(L_3);
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_ShouldRecalculateStencil_21((bool)0);
}
IL_0022:
{
int32_t L_4 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_StencilValue_28();
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_0058;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = ___baseMaterial0;
int32_t L_6 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_StencilValue_28();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_7 = TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729(L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_MaskMaterial_22();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_9 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_8, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0051;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = ((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->get_m_MaskMaterial_22();
IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var);
TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5(L_10, /*hidden argument*/NULL);
}
IL_0051:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = V_0;
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_MaskMaterial_22(L_11);
}
IL_0058:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_12 = V_0;
return L_12;
}
}
// System.Single TMPro.TMP_SubMeshUI::GetPaddingForMaterial()
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_1 = __this->get_m_TextComponent_40();
NullCheck(L_1);
bool L_2 = TMP_Text_get_extraPadding_m53CB163C6AA1FD58764120845CE1555374AA5AD4(L_1, /*hidden argument*/NULL);
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_3 = __this->get_m_TextComponent_40();
NullCheck(L_3);
bool L_4 = TMP_Text_get_isUsingBold_m96EC0C0AAE56582C5C3755B6B4BD312912E4E9FB(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
float L_5 = ShaderUtilities_GetPadding_m85F4485320B2346139D2D344E381DB6F3DB3B6BF(L_0, L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Single TMPro.TMP_SubMeshUI::GetPaddingForMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR float TMP_SubMeshUI_GetPaddingForMaterial_m0EF23FF6E7ED8FD5A9A5D25A503C3AD409FD9E06 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_GetPaddingForMaterial_m0EF23FF6E7ED8FD5A9A5D25A503C3AD409FD9E06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___mat0;
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_1 = __this->get_m_TextComponent_40();
NullCheck(L_1);
bool L_2 = TMP_Text_get_extraPadding_m53CB163C6AA1FD58764120845CE1555374AA5AD4(L_1, /*hidden argument*/NULL);
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_3 = __this->get_m_TextComponent_40();
NullCheck(L_3);
bool L_4 = TMP_Text_get_isUsingBold_m96EC0C0AAE56582C5C3755B6B4BD312912E4E9FB(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
float L_5 = ShaderUtilities_GetPadding_m85F4485320B2346139D2D344E381DB6F3DB3B6BF(L_0, L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void TMPro.TMP_SubMeshUI::UpdateMeshPadding(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_UpdateMeshPadding_mD3CCCD0DE1D1C463479C52F6A9BE9F52279A7B96 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, bool ___isExtraPadding0, bool ___isUsingBold1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_UpdateMeshPadding_mD3CCCD0DE1D1C463479C52F6A9BE9F52279A7B96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
bool L_1 = ___isExtraPadding0;
bool L_2 = ___isUsingBold1;
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
float L_3 = ShaderUtilities_GetPadding_m85F4485320B2346139D2D344E381DB6F3DB3B6BF(L_0, L_1, L_2, /*hidden argument*/NULL);
__this->set_m_padding_37(L_3);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::SetAllDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetAllDirty_m9022CC950A08C6FA4382102D9C226AF2FC45B4A1 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::SetVerticesDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetVerticesDirty_m78F45A53C0B18BDF80866FA3B35DB5C0F76E010B (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_SetVerticesDirty_m78F45A53C0B18BDF80866FA3B35DB5C0F76E010B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_1 = __this->get_m_TextComponent_40();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002e;
}
}
{
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_3 = __this->get_m_TextComponent_40();
NullCheck(L_3);
TMP_Text_set_havePropertiesChanged_mFE7AE3C0AD44DC45A9A0160A1EDE0DDAEF810B49(L_3, (bool)1, /*hidden argument*/NULL);
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_4 = __this->get_m_TextComponent_40();
NullCheck(L_4);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, L_4);
}
IL_002e:
{
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::SetLayoutDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetLayoutDirty_m2908A8725B2343069A6FC6B02B8A43A08400F8CD (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::SetMaterialDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetMaterialDirty_mDE21BF922CF7E76F5BF47EA05532E4A68603F182 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
__this->set_m_materialDirty_42((bool)1);
VirtActionInvoker0::Invoke(40 /* System.Void UnityEngine.UI.Graphic::UpdateMaterial() */, __this);
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_0 = ((Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 *)__this)->get_m_OnDirtyMaterialCallback_16();
if (!L_0)
{
goto IL_0020;
}
}
{
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_1 = ((Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 *)__this)->get_m_OnDirtyMaterialCallback_16();
NullCheck(L_1);
UnityAction_Invoke_mC9FF5AA1F82FDE635B3B6644CE71C94C31C3E71A(L_1, /*hidden argument*/NULL);
}
IL_0020:
{
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::SetPivotDirty()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetPivotDirty_mF3B09B9B40DC7B0EC7CFA82B37633A7548BD327C (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_1 = Graphic_get_rectTransform_m127FCBF38F4F0D4B264D892013A3AD9A507936DE(__this, /*hidden argument*/NULL);
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_2 = __this->get_m_TextComponent_40();
NullCheck(L_2);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = RectTransform_get_pivot_mA5BEEE2069ACA7C0C717530EED3E7D811D46C463(L_3, /*hidden argument*/NULL);
NullCheck(L_1);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_1, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::Cull(UnityEngine.Rect,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_Cull_m4F77B427280B5FF4E6865E10394F9EAEC68E25DF (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect0, bool ___validRect1, const RuntimeMethod* method)
{
{
TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438 * L_0 = __this->get_m_TextComponent_40();
NullCheck(L_0);
bool L_1 = TMP_Text_get_ignoreRectMaskCulling_m5BEB38E3905A4130EB236EF225F12623F12AC145(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = ___clipRect0;
bool L_3 = ___validRect1;
MaskableGraphic_Cull_m209520B58633A44E70B3176331B78B8F60D19066(__this, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::UpdateGeometry()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_UpdateGeometry_m99688341598A7360DD3BEC3BCEC826BD4B767028 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_UpdateGeometry_m99688341598A7360DD3BEC3BCEC826BD4B767028_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteralCF00EEC9C0CAFF4BD148B8ECABEF64C5301BD5EA, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::Rebuild(UnityEngine.UI.CanvasUpdate)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_Rebuild_m833FA47F3D5403A5FA4E477373787007BD1ABF9C (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, int32_t ___update0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___update0;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_001a;
}
}
{
bool L_1 = __this->get_m_materialDirty_42();
if (L_1)
{
goto IL_000d;
}
}
{
return;
}
IL_000d:
{
VirtActionInvoker0::Invoke(40 /* System.Void UnityEngine.UI.Graphic::UpdateMaterial() */, __this);
__this->set_m_materialDirty_42((bool)0);
}
IL_001a:
{
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::RefreshMaterial()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_RefreshMaterial_m84941526413E70CA592AAD68EB22EF8A851E8175 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
VirtActionInvoker0::Invoke(40 /* System.Void UnityEngine.UI.Graphic::UpdateMaterial() */, __this);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::UpdateMaterial()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_UpdateMaterial_mF0F5647995D3B781F2D170FB951C26BB9200C747 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_UpdateMaterial_mF0F5647995D3B781F2D170FB951C26BB9200C747_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_0 = __this->get_m_canvasRenderer_38();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_2 = TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738(__this, /*hidden argument*/NULL);
__this->set_m_canvasRenderer_38(L_2);
}
IL_001a:
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_3 = __this->get_m_canvasRenderer_38();
NullCheck(L_3);
CanvasRenderer_set_materialCount_m124AD7592DD6078E097C9FD6CBC5676341DBCA9E(L_3, 1, /*hidden argument*/NULL);
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_4 = __this->get_m_canvasRenderer_38();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = VirtFuncInvoker0< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(34 /* UnityEngine.Material UnityEngine.UI.Graphic::get_materialForRendering() */, __this);
NullCheck(L_4);
CanvasRenderer_SetMaterial_m9851A87FA12E2CD1321BB971953E899292EC4707(L_4, L_5, 0, /*hidden argument*/NULL);
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_6 = __this->get_m_canvasRenderer_38();
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_7 = VirtFuncInvoker0< Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * >::Invoke(35 /* UnityEngine.Texture UnityEngine.UI.Graphic::get_mainTexture() */, __this);
NullCheck(L_6);
CanvasRenderer_SetTexture_m406C073585AF48FD2A880D73419F6E1069BEEA84(L_6, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::RecalculateClipping()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_RecalculateClipping_m0BD1B93003BFB969506393EABB9FA9E3DFB494E7 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
MaskableGraphic_RecalculateClipping_mEBD195F458F2A49C78D2DB7A9A76986CB772F787(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::RecalculateMasking()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_RecalculateMasking_m2B143005F268C227CA80869E7634EA30D267A3F6 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
((MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F *)__this)->set_m_ShouldRecalculateStencil_21((bool)1);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::GetMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_GetMaterial_m68785DD9CF7C3395A39F6D02B7EFBC3A0E226117 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_33();
return L_0;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::GetMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_material_32();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0021;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_m_material_32();
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___mat0;
NullCheck(L_4);
int32_t L_5 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_002e;
}
}
IL_0021:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___mat0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_7 = TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B(__this, L_6, /*hidden argument*/NULL);
__this->set_m_material_32(L_7);
}
IL_002e:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = __this->get_m_material_32();
__this->set_m_sharedMaterial_33(L_8);
float L_9 = TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F(__this, /*hidden argument*/NULL);
__this->set_m_padding_37(L_9);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = __this->get_m_sharedMaterial_33();
return L_10;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::CreateMaterialInstance(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___source0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_1, L_0, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = L_1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ___source0;
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Material_get_shaderKeywords_mF653034CC23EB4A65580BA4388F7258328C9C90C(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
Material_set_shaderKeywords_m336EBA03D542BE657FEBDD62C7546568CD3081C9(L_2, L_4, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = L_5;
NullCheck(L_6);
String_t* L_7 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_6, /*hidden argument*/NULL);
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral9B24BD9BCDFD34C72167701B0277AD547FD0D743, /*hidden argument*/NULL);
NullCheck(L_6);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_6, L_8, /*hidden argument*/NULL);
return L_5;
}
}
// UnityEngine.Material TMPro.TMP_SubMeshUI::GetSharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_SubMeshUI_GetSharedMaterial_m68FE901F3890B4CC93C0B6612EB87B02C4263A8D (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_SubMeshUI_GetSharedMaterial_m68FE901F3890B4CC93C0B6612EB87B02C4263A8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_0 = __this->get_m_canvasRenderer_38();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_2 = Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625(__this, /*hidden argument*/Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625_RuntimeMethod_var);
__this->set_m_canvasRenderer_38(L_2);
}
IL_001a:
{
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * L_3 = __this->get_m_canvasRenderer_38();
NullCheck(L_3);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = CanvasRenderer_GetMaterial_m7B757917B67B57B55EEE2E0451935B4B139E06F3(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void TMPro.TMP_SubMeshUI::SetSharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI_SetSharedMaterial_mC2D28565EDA3BF176AC18567DD484DC1A16E3872 (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___mat0;
__this->set_m_sharedMaterial_33(L_0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = __this->get_m_sharedMaterial_33();
((Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 *)__this)->set_m_Material_6(L_1);
float L_2 = TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F(__this, /*hidden argument*/NULL);
__this->set_m_padding_37(L_2);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_SubMeshUI::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_SubMeshUI__ctor_m275F799B19C7801E92BF5D98EEBA6AF5A5EAD85B (TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1 * __this, const RuntimeMethod* method)
{
{
MaskableGraphic__ctor_m083A4DEA182F691B7CF17AA47596314F1F02BF0F(__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.String TMPro.TMP_Text::get_text()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Text_get_text_m585E635D68DD2AD9C884A88658222AB7F84720FB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_text_30();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_text(System.String)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_text_m5CFCFE6E69321D9E6B6BAEAF92AE153C3484A960 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___value0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
String_t* L_0 = __this->get_m_text_30();
String_t* L_1 = ___value0;
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
String_t* L_3 = ___value0;
String_t* L_4 = L_3;
V_0 = L_4;
__this->set_old_text_167(L_4);
String_t* L_5 = V_0;
__this->set_m_text_30(L_5);
__this->set_m_inputSource_166(3);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isRightToLeftText()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isRightToLeftText_mB3F090ACF62BB32BADAA8C4D1A01B358F0952358 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isRightToLeft_31();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_isRightToLeftText(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isRightToLeftText_m33340F6AFAFA1EBE5D167AC0F2633191F80FB7C5 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isRightToLeft_31();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_isRightToLeft_31(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_Text::get_font()
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_Text_get_font_m8F42703EF2164110D2ADD1F299209EF348FC146C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = __this->get_m_fontAsset_32();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_font(TMPro.TMP_FontAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_font_mA12EB3B05A3E13AA1A419E41D703565FA38CD93F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_set_font_mA12EB3B05A3E13AA1A419E41D703565FA38CD93F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = __this->get_m_fontAsset_32();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_3 = ___value0;
__this->set_m_fontAsset_32(L_3);
VirtActionInvoker0::Invoke(83 /* System.Void TMPro.TMP_Text::LoadFontAsset() */, __this);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// UnityEngine.Material TMPro.TMP_Text::get_fontSharedMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_Text_get_fontSharedMaterial_m76330C51EF15753A8DA0ED8EFAD1FF5C51FCD67B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontSharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontSharedMaterial_m00766CC7424BC54B8761A45ED472472C94985A3C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_set_fontSharedMaterial_m00766CC7424BC54B8761A45ED472472C94985A3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ___value0;
VirtActionInvoker1< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(84 /* System.Void TMPro.TMP_Text::SetSharedMaterial(UnityEngine.Material) */, __this, L_3);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Material[] TMPro.TMP_Text::get_fontSharedMaterials()
extern "C" IL2CPP_METHOD_ATTR MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* TMP_Text_get_fontSharedMaterials_m2D7358B0C12143FAF84059D5EB6973A7FFE63FF5 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_0 = VirtFuncInvoker0< MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* >::Invoke(87 /* UnityEngine.Material[] TMPro.TMP_Text::GetSharedMaterials() */, __this);
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontSharedMaterials(UnityEngine.Material[])
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontSharedMaterials_m96E23908758F3F76845E89B814A4EBEFA2E292F1 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___value0, const RuntimeMethod* method)
{
{
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_0 = ___value0;
VirtActionInvoker1< MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* >::Invoke(88 /* System.Void TMPro.TMP_Text::SetSharedMaterials(UnityEngine.Material[]) */, __this, L_0);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Material TMPro.TMP_Text::get_fontMaterial()
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_Text_get_fontMaterial_m20DE45A2E6B9A042F8871B6DB45C1F1266673E41 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = VirtFuncInvoker1< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(85 /* UnityEngine.Material TMPro.TMP_Text::GetMaterial(UnityEngine.Material) */, __this, L_0);
return L_1;
}
}
// System.Void TMPro.TMP_Text::set_fontMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontMaterial_m19DDF984AC62E246FEB3BE7CEAB0223F31D2820D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_set_fontMaterial_m19DDF984AC62E246FEB3BE7CEAB0223F31D2820D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0022;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get_m_sharedMaterial_35();
NullCheck(L_2);
int32_t L_3 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_2, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___value0;
NullCheck(L_4);
int32_t L_5 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(L_4, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_0022;
}
}
{
return;
}
IL_0022:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = ___value0;
__this->set_m_sharedMaterial_35(L_6);
float L_7 = VirtFuncInvoker0< float >::Invoke(96 /* System.Single TMPro.TMP_Text::GetPaddingForMaterial() */, __this);
__this->set_m_padding_214(L_7);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Material[] TMPro.TMP_Text::get_fontMaterials()
extern "C" IL2CPP_METHOD_ATTR MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* TMP_Text_get_fontMaterials_mB98DFD5FA2D01DC989E5441B3CDF795BDD664489 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_0 = __this->get_m_fontSharedMaterials_41();
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_1 = VirtFuncInvoker1< MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398*, MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* >::Invoke(89 /* UnityEngine.Material[] TMPro.TMP_Text::GetMaterials(UnityEngine.Material[]) */, __this, L_0);
return L_1;
}
}
// System.Void TMPro.TMP_Text::set_fontMaterials(UnityEngine.Material[])
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontMaterials_m075BC9E192D6D110B4E9AE924AEAF222D2933CD7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___value0, const RuntimeMethod* method)
{
{
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_0 = ___value0;
VirtActionInvoker1< MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* >::Invoke(88 /* System.Void TMPro.TMP_Text::SetSharedMaterials(UnityEngine.Material[]) */, __this, L_0);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Color TMPro.TMP_Text::get_color()
extern "C" IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TMP_Text_get_color_mDB0E771C63F8D54035885C69B8342DC4E1932CB1 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_fontColor_46();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_color(UnityEngine.Color)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_color_mD588B300B53B5C43018D71A6CD264B594766031C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_fontColor_46();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___value0;
bool L_2 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
__this->set_m_havePropertiesChanged_134((bool)1);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ___value0;
__this->set_m_fontColor_46(L_3);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_alpha()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_alpha_m654B0A34DF46DBB8C3C3332A184A629832AD705C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_0 = __this->get_address_of_m_fontColor_46();
float L_1 = L_0->get_a_3();
return L_1;
}
}
// System.Void TMPro.TMP_Text::set_alpha(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_alpha_mFF33995D9FB8FA28C71E9542E9CD0282EBA413D0 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_0 = __this->get_address_of_m_fontColor_46();
float L_1 = L_0->get_a_3();
float L_2 = ___value0;
if ((!(((float)L_1) == ((float)L_2))))
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_3 = __this->get_address_of_m_fontColor_46();
float L_4 = ___value0;
L_3->set_a_3(L_4);
__this->set_m_havePropertiesChanged_134((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_enableVertexGradient()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_enableVertexGradient_m6DE83199E83AE7FFF211D4993E787631FCF8718E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableVertexGradient_51();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_enableVertexGradient(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_enableVertexGradient_m99548A0B934B629166CDC84115E2AD58D5863692 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableVertexGradient_51();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
bool L_2 = ___value0;
__this->set_m_enableVertexGradient_51(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// TMPro.VertexGradient TMPro.TMP_Text::get_colorGradient()
extern "C" IL2CPP_METHOD_ATTR VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A TMP_Text_get_colorGradient_mE89A53E934DC9C01DAB09340FC1801091D5F32AA (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A L_0 = __this->get_m_fontColorGradient_53();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_colorGradient(TMPro.VertexGradient)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_colorGradient_m66E509F13AF891C7EC178F5201D64CBC6BF3E541 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A ___value0, const RuntimeMethod* method)
{
{
__this->set_m_havePropertiesChanged_134((bool)1);
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A L_0 = ___value0;
__this->set_m_fontColorGradient_53(L_0);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// TMPro.TMP_ColorGradient TMPro.TMP_Text::get_colorGradientPreset()
extern "C" IL2CPP_METHOD_ATTR TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * TMP_Text_get_colorGradientPreset_mE4BCD0314D0DD635DE4CB9D755D4AE5DF832631F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_0 = __this->get_m_fontColorGradientPreset_54();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_colorGradientPreset(TMPro.TMP_ColorGradient)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_colorGradientPreset_mC45FBDDBE173C577B8B951E5FCA9DE20F1478502 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___value0, const RuntimeMethod* method)
{
{
__this->set_m_havePropertiesChanged_134((bool)1);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_0 = ___value0;
__this->set_m_fontColorGradientPreset_54(L_0);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::get_spriteAsset()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * TMP_Text_get_spriteAsset_m0939FBB1F14E44E227B5AA1D9E0ADCF049788800 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = __this->get_m_spriteAsset_55();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_spriteAsset(TMPro.TMP_SpriteAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_spriteAsset_m0DC109F55710D3DAFE660927BEF63A116869E35D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___value0, const RuntimeMethod* method)
{
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_0 = ___value0;
__this->set_m_spriteAsset_55(L_0);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_tintAllSprites()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_tintAllSprites_m5ABCE4E559E811E2B83E872543CC1579799C146F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_tintAllSprites_56();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_tintAllSprites(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_tintAllSprites_m29C7254A59E55C3BA6983E9E00175E91A15412AF (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_tintAllSprites_56();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_tintAllSprites_56(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_overrideColorTags()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_overrideColorTags_mD9DC3851B1D734A5E0C94AFF1CEAB2F76E3BF1AD (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_overrideHtmlColors_59();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_overrideColorTags(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_overrideColorTags_mC23F3EF47BB9CCE97B659B62F0DDEF9ADCECBEEF (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_overrideHtmlColors_59();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
bool L_2 = ___value0;
__this->set_m_overrideHtmlColors_59(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// UnityEngine.Color32 TMPro.TMP_Text::get_faceColor()
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_Text_get_faceColor_m4F272162906C7A1671177D8A7205E046C34FA070 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_faceColor_m4F272162906C7A1671177D8A7205E046C34FA070_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_2 = __this->get_m_faceColor_60();
return L_2;
}
IL_0015:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_4 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_FaceColor_2();
NullCheck(L_3);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = Material_GetColor_m1FFF5ECB4967771D751C60205635A0D3F7AA2F0E(L_3, L_4, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_5, /*hidden argument*/NULL);
__this->set_m_faceColor_60(L_6);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_7 = __this->get_m_faceColor_60();
return L_7;
}
}
// System.Void TMPro.TMP_Text::set_faceColor(UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_faceColor_mA7E84875B26E980BDF9472FE5EA84F78E351C51E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value0, const RuntimeMethod* method)
{
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0 = __this->get_m_faceColor_60();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1 = ___value0;
bool L_2 = TMPro_ExtensionMethods_Compare_m2511824FCD78A6118463515B5663407A9105C127(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_3 = ___value0;
VirtActionInvoker1< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(91 /* System.Void TMPro.TMP_Text::SetFaceColor(UnityEngine.Color32) */, __this, L_3);
__this->set_m_havePropertiesChanged_134((bool)1);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4 = ___value0;
__this->set_m_faceColor_60(L_4);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this);
return;
}
}
// UnityEngine.Color32 TMPro.TMP_Text::get_outlineColor()
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_Text_get_outlineColor_mF14BC9C22F2A61B8FF3C3225DD8393D8D58EB78C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_outlineColor_mF14BC9C22F2A61B8FF3C3225DD8393D8D58EB78C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_2 = __this->get_m_outlineColor_61();
return L_2;
}
IL_0015:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_4 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_OutlineColor_15();
NullCheck(L_3);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = Material_GetColor_m1FFF5ECB4967771D751C60205635A0D3F7AA2F0E(L_3, L_4, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_5, /*hidden argument*/NULL);
__this->set_m_outlineColor_61(L_6);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_7 = __this->get_m_outlineColor_61();
return L_7;
}
}
// System.Void TMPro.TMP_Text::set_outlineColor(UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_outlineColor_mFA1C39E129CBF0DF9AD16CAEC8CF1089BECB5D18 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value0, const RuntimeMethod* method)
{
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0 = __this->get_m_outlineColor_61();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1 = ___value0;
bool L_2 = TMPro_ExtensionMethods_Compare_m2511824FCD78A6118463515B5663407A9105C127(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_3 = ___value0;
VirtActionInvoker1< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(92 /* System.Void TMPro.TMP_Text::SetOutlineColor(UnityEngine.Color32) */, __this, L_3);
__this->set_m_havePropertiesChanged_134((bool)1);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4 = ___value0;
__this->set_m_outlineColor_61(L_4);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_outlineWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_outlineWidth_mFB3398A4FB667873ECEA3389EB0AFBD6EC635F1F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_outlineWidth_mFB3398A4FB667873ECEA3389EB0AFBD6EC635F1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
float L_2 = __this->get_m_outlineWidth_62();
return L_2;
}
IL_0015:
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = __this->get_m_sharedMaterial_35();
IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var);
int32_t L_4 = ((ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var))->get_ID_OutlineWidth_13();
NullCheck(L_3);
float L_5 = Material_GetFloat_mC1764F8B39FD31C6B7629D417BC8375D6E6AC60C(L_3, L_4, /*hidden argument*/NULL);
__this->set_m_outlineWidth_62(L_5);
float L_6 = __this->get_m_outlineWidth_62();
return L_6;
}
}
// System.Void TMPro.TMP_Text::set_outlineWidth(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_outlineWidth_m152D711479C16DD16F4CFF1F0F62E850C6A4B2D4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_outlineWidth_62();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
float L_2 = ___value0;
VirtActionInvoker1< float >::Invoke(93 /* System.Void TMPro.TMP_Text::SetOutlineThickness(System.Single) */, __this, L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
float L_3 = ___value0;
__this->set_m_outlineWidth_62(L_3);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_fontSize()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_fontSize_mCC2F675A5C06792A72EB688108F9A2233222682B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontSize_63();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontSize(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontSize_m65AA86AAA1DCCDB50F1AF6E9990F5B24F6655E6A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontSize_63();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_fontSize_63(L_2);
bool L_3 = __this->get_m_enableAutoSizing_70();
if (L_3)
{
goto IL_0033;
}
}
{
float L_4 = __this->get_m_fontSize_63();
__this->set_m_fontSizeBase_65(L_4);
}
IL_0033:
{
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_fontScale()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_fontScale_m9F65205A757C81B8C73909D77716E632F3A6BCDC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontScale_168();
return L_0;
}
}
// System.Int32 TMPro.TMP_Text::get_fontWeight()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_fontWeight_mBDF674D6876FDF1E4838ADFF7F9D6DE6E148114C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_fontWeight_67();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontWeight(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontWeight_mCA4C89BFA639D8EB460BC46D86E6CA99255211CE (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_fontWeight_67();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
int32_t L_2 = ___value0;
__this->set_m_fontWeight_67(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_pixelsPerUnit()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_pixelsPerUnit_m81B760800BA1680E84BC2571B7C2CF45DC0C1F8E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_pixelsPerUnit_m81B760800BA1680E84BC2571B7C2CF45DC0C1F8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * V_0 = NULL;
{
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_0 = Graphic_get_canvas_m318739758379A567A35585728E2E1361599199F8(__this, /*hidden argument*/NULL);
V_0 = L_0;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0015;
}
}
{
return (1.0f);
}
IL_0015:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_3 = TMP_Text_get_font_m8F42703EF2164110D2ADD1F299209EF348FC146C(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0029;
}
}
{
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_5 = V_0;
NullCheck(L_5);
float L_6 = Canvas_get_scaleFactor_m0F6D59E75F7605ABD2AFF6AF32A1097226CE060A(L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0029:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_7 = __this->get_m_currentFontAsset_33();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_8)
{
goto IL_005b;
}
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_9 = __this->get_m_currentFontAsset_33();
NullCheck(L_9);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_10 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
float L_11 = L_10->get_PointSize_1();
if ((((float)L_11) <= ((float)(0.0f))))
{
goto IL_005b;
}
}
{
float L_12 = __this->get_m_fontSize_63();
if ((!(((float)L_12) <= ((float)(0.0f)))))
{
goto IL_0061;
}
}
IL_005b:
{
return (1.0f);
}
IL_0061:
{
float L_13 = __this->get_m_fontSize_63();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_14 = __this->get_m_currentFontAsset_33();
NullCheck(L_14);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_15 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
float L_16 = L_15->get_PointSize_1();
return ((float)((float)L_13/(float)L_16));
}
}
// System.Boolean TMPro.TMP_Text::get_enableAutoSizing()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_enableAutoSizing_m81C585B89E7807E21C0FB3AC05ABEB9E1316D70A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableAutoSizing_70();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_enableAutoSizing(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_enableAutoSizing_m800CA62F5E5F8DFACAFBFCE0F2EDEBA67711273F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableAutoSizing_70();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_enableAutoSizing_70(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_fontSizeMin()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_fontSizeMin_mB8F84CE5C438D454328FEBAF74ABCD6706A73330 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontSizeMin_73();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontSizeMin(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontSizeMin_mA173E8771EC05B1A17C9AD51EE82DF4D1DAEE10F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontSizeMin_73();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
float L_2 = ___value0;
__this->set_m_fontSizeMin_73(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_fontSizeMax()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_fontSizeMax_mDB903927E54409CE5ECCC853925505103084630C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontSizeMax_74();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontSizeMax(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontSizeMax_m31B146BB88FD3875FF16D2FDF480E06FB28A1813 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_fontSizeMax_74();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
float L_2 = ___value0;
__this->set_m_fontSizeMax_74(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// TMPro.FontStyles TMPro.TMP_Text::get_fontStyle()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_fontStyle_mFC0D0C2CF512294F2831B4F71BC5A3B07998B714 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_fontStyle_75();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_fontStyle(TMPro.FontStyles)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_fontStyle_m45473CFBA98058E820971DBD81DB157D2BCEC884 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_fontStyle_75();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
int32_t L_2 = ___value0;
__this->set_m_fontStyle_75(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isUsingBold()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isUsingBold_m96EC0C0AAE56582C5C3755B6B4BD312912E4E9FB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isUsingBold_78();
return L_0;
}
}
// TMPro.TextAlignmentOptions TMPro.TMP_Text::get_alignment()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_alignment_m078C6E7DBA5490966E214EECDB728B3B7A10CDB4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_textAlignment_79();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_alignment(TMPro.TextAlignmentOptions)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_alignment_mC56F6D5F0AF9996F977B8DE999911A0C36F458BD (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_textAlignment_79();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_textAlignment_79(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_characterSpacing()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_characterSpacing_m0E8BA15BB908AB8E90EFAA79688F2F7DB6F35119 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_characterSpacing_84();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_characterSpacing(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_characterSpacing_m6E04070632B73B9BD2E83FEA57D7FBB4BCC88351 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_characterSpacing_84();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_characterSpacing_84(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_wordSpacing()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_wordSpacing_mD464A681F2E5A9488AB968E8D706D796D9F84C43 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_wordSpacing_87();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_wordSpacing(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_wordSpacing_mF4C4ED004D3EBB8B8D2F0384768051352B02251F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_wordSpacing_87();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_wordSpacing_87(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_lineSpacing()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_lineSpacing_mE85966CD05287073CF925E4A7F1D553D0C957CA1 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_lineSpacing_88();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_lineSpacing(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_lineSpacing_m398CBDC0EE7380C4107A2C5D3D77113551DC2CAA (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_lineSpacing_88();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_lineSpacing_88(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_lineSpacingAdjustment()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_lineSpacingAdjustment_m6570C71297BF019072E35BABB4D369A2E0892B1A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_lineSpacingMax_91();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_lineSpacingAdjustment(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_lineSpacingAdjustment_mBDB525BB33F7D56959C2940A0F91E6EF75179C92 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_lineSpacingMax_91();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_lineSpacingMax_91(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_paragraphSpacing()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_paragraphSpacing_mF7ACFD7BC22882972CFE8DECC54A7C13EBEFB86A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_paragraphSpacing_92();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_paragraphSpacing(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_paragraphSpacing_mFD793C9787CF3F75C56E1969FD136FD10E638067 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_paragraphSpacing_92();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_paragraphSpacing_92(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_characterWidthAdjustment()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_characterWidthAdjustment_m9A91E6226793194C94F0B5F083714371984F5367 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_charWidthMaxAdj_93();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_characterWidthAdjustment(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_characterWidthAdjustment_m922AB532464282BB84A68C17BE52E3996CF9EA80 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_charWidthMaxAdj_93();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
float L_2 = ___value0;
__this->set_m_charWidthMaxAdj_93(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_enableWordWrapping()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_enableWordWrapping_m8140D63B850629B25F6ABE9211E9F777E7826533 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableWordWrapping_95();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_enableWordWrapping(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_enableWordWrapping_m4AFFA9D95B58FDE11164D7548087A5E611600DC5 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableWordWrapping_95();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
bool L_2 = ___value0;
__this->set_m_enableWordWrapping_95(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_wordWrappingRatios()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_wordWrappingRatios_m6BEF0010465524A426B00419C5C4FEAB83D977B0 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_wordWrappingRatios_99();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_wordWrappingRatios(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_wordWrappingRatios_m6F03BAD11970220DC1CF07B0C23E22B1BB28C896 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_wordWrappingRatios_99();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
float L_2 = ___value0;
__this->set_m_wordWrappingRatios_99(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// TMPro.TextOverflowModes TMPro.TMP_Text::get_overflowMode()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_overflowMode_m9AEA255E92E7DE938E35BBC4DAEF3542E584FD47 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_overflowMode_100();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_overflowMode(TMPro.TextOverflowModes)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_overflowMode_m49CCD6EF8B9A150581703F8C8CC971E70C6D99B8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_overflowMode_100();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
int32_t L_2 = ___value0;
__this->set_m_overflowMode_100(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isTextOverflowing()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isTextOverflowing_mCE3B3F43C3240AF18AC931D29B1B6D4B0608B018 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_firstOverflowCharacterIndex_101();
if ((((int32_t)L_0) == ((int32_t)(-1))))
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
return (bool)0;
}
}
// System.Int32 TMPro.TMP_Text::get_firstOverflowCharacterIndex()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_firstOverflowCharacterIndex_m5BD0EECC99BD6F68B973A6F9B81A930CB963E92E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_firstOverflowCharacterIndex_101();
return L_0;
}
}
// TMPro.TMP_Text TMPro.TMP_Text::get_linkedTextComponent()
extern "C" IL2CPP_METHOD_ATTR TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * TMP_Text_get_linkedTextComponent_mEBC0A6312F1F76DD58FBD46F11E6ED2483F2BB50 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_0 = __this->get_m_linkedTextComponent_102();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_linkedTextComponent(TMPro.TMP_Text)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_0 = __this->get_m_linkedTextComponent_102();
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0061;
}
}
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_3 = __this->get_m_linkedTextComponent_102();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0040;
}
}
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_5 = __this->get_m_linkedTextComponent_102();
NullCheck(L_5);
TMP_Text_set_overflowMode_m49CCD6EF8B9A150581703F8C8CC971E70C6D99B8(L_5, 0, /*hidden argument*/NULL);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_6 = __this->get_m_linkedTextComponent_102();
NullCheck(L_6);
TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742(L_6, (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 *)NULL, /*hidden argument*/NULL);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_7 = __this->get_m_linkedTextComponent_102();
NullCheck(L_7);
TMP_Text_set_isLinkedTextComponent_m6CCA8C8F4167929FC0762D8C24E445AE209279FB(L_7, (bool)0, /*hidden argument*/NULL);
}
IL_0040:
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_8 = ___value0;
__this->set_m_linkedTextComponent_102(L_8);
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_9 = __this->get_m_linkedTextComponent_102();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_9, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0061;
}
}
{
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * L_11 = __this->get_m_linkedTextComponent_102();
NullCheck(L_11);
TMP_Text_set_isLinkedTextComponent_m6CCA8C8F4167929FC0762D8C24E445AE209279FB(L_11, (bool)1, /*hidden argument*/NULL);
}
IL_0061:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isLinkedTextComponent()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isLinkedTextComponent_m4802F2C0D8317699C790F5C2921FAA0CF7934533 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isLinkedTextComponent_103();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_isLinkedTextComponent(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isLinkedTextComponent_m6CCA8C8F4167929FC0762D8C24E445AE209279FB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_isLinkedTextComponent_103(L_0);
bool L_1 = __this->get_m_isLinkedTextComponent_103();
if (L_1)
{
goto IL_0016;
}
}
{
__this->set_m_firstVisibleCharacter_120(0);
}
IL_0016:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isTextTruncated()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isTextTruncated_m43D9F69F69EDC0FB9857CE90FD937D9F624EA28E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isTextTruncated_104();
return L_0;
}
}
// System.Boolean TMPro.TMP_Text::get_enableKerning()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_enableKerning_m2578689AF5554E0CA5410D69C3E2DC5F6C18AB6A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableKerning_105();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_enableKerning(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_enableKerning_mB37CD958669E5E7D8C186F0DE027E86DB79BD31E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableKerning_105();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
bool L_2 = ___value0;
__this->set_m_enableKerning_105(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_extraPadding()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_extraPadding_m53CB163C6AA1FD58764120845CE1555374AA5AD4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableExtraPadding_106();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_extraPadding(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_extraPadding_m37A9AE68168551DB0DEAFDBE31062B74DD01E582 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_enableExtraPadding_106();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
bool L_2 = ___value0;
__this->set_m_enableExtraPadding_106(L_2);
VirtActionInvoker0::Invoke(105 /* System.Void TMPro.TMP_Text::UpdateMeshPadding() */, __this);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_richText()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_richText_m83366F02ACB64AA1770F58245E67A86986CE5056 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isRichText_108();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_richText(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_richText_m3D51ED9DC0254FAAE687B63C0F3914E59325D2ED (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isRichText_108();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_isRichText_108(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_parseCtrlCharacters()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_parseCtrlCharacters_mE1389834E9E452A25D18350F76C7A9B746BA7DC7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_parseCtrlCharacters_109();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_parseCtrlCharacters(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_parseCtrlCharacters_mF08487262983C4256C5307793E59B4F97561BB97 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_parseCtrlCharacters_109();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_parseCtrlCharacters_109(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isOverlay()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isOverlay_m3876730DDAE7037EEFC539BEC7466AEFB0DEDC55 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isOverlay_110();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_isOverlay(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isOverlay_mDC3FC2B8935E281D871CB5E69685CC8B67BCEBDB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isOverlay_110();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_isOverlay_110(L_2);
VirtActionInvoker0::Invoke(94 /* System.Void TMPro.TMP_Text::SetShaderDepth() */, __this);
__this->set_m_havePropertiesChanged_134((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isOrthographic()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isOrthographic_mA443FD54934C574BCAEEEA32A42039DE130CD10B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isOrthographic_111();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_isOrthographic(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isOrthographic_m7024C45A40C5E29A537608D96B833BC9AE9E63E5 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isOrthographic_111();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
bool L_2 = ___value0;
__this->set_m_isOrthographic_111(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_enableCulling()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_enableCulling_mE2C8FD6386080F0A9F7F86C54A4B794955C60D4B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isCullingEnabled_112();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_enableCulling(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_enableCulling_m0753EC66C95CB7D48B856EAADD3742EAA6A76C5C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isCullingEnabled_112();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_isCullingEnabled_112(L_2);
VirtActionInvoker0::Invoke(95 /* System.Void TMPro.TMP_Text::SetCulling() */, __this);
__this->set_m_havePropertiesChanged_134((bool)1);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_ignoreRectMaskCulling()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_ignoreRectMaskCulling_m5BEB38E3905A4130EB236EF225F12623F12AC145 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_ignoreRectMaskCulling_113();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_ignoreRectMaskCulling(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_ignoreRectMaskCulling_mE6E1445C52ECF43F3BBE3459244A98872FA88E2E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_ignoreRectMaskCulling_113();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_ignoreRectMaskCulling_113(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_ignoreVisibility()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_ignoreVisibility_mD15152D484F3A856C677110D1099D5987D98CECC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_ignoreCulling_114();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_ignoreVisibility(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_ignoreVisibility_mDE9831D1E8D5B1D0C5FA2A84209CC91019C84427 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_ignoreCulling_114();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
bool L_2 = ___value0;
__this->set_m_ignoreCulling_114(L_2);
return;
}
}
// TMPro.TextureMappingOptions TMPro.TMP_Text::get_horizontalMapping()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_horizontalMapping_m6C162F60AC4D96E99C2E1EB4A509BC8947348BF8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_horizontalMapping_115();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_horizontalMapping(TMPro.TextureMappingOptions)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_horizontalMapping_m787923BD586D18085D8BD7E6716A4B87D54BC748 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_horizontalMapping_115();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_horizontalMapping_115(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// TMPro.TextureMappingOptions TMPro.TMP_Text::get_verticalMapping()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_verticalMapping_m8131351A7EB12A1D5836CCD7472214AF65D46454 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_verticalMapping_116();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_verticalMapping(TMPro.TextureMappingOptions)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_verticalMapping_mE4D1BFF7CABFCF2916818FE5D01C85A9C68301A6 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_verticalMapping_116();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_verticalMapping_116(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Single TMPro.TMP_Text::get_mappingUvLineOffset()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_mappingUvLineOffset_m290794F1D0FAEB24BB0C285D3B8B359DE32C8A1A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_uvLineOffset_117();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_mappingUvLineOffset(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_mappingUvLineOffset_mA718E8C4399C0CFAAA185B77B01D10888D640C30 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_uvLineOffset_117();
float L_1 = ___value0;
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
float L_2 = ___value0;
__this->set_m_uvLineOffset_117(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// TMPro.TextRenderFlags TMPro.TMP_Text::get_renderMode()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_renderMode_m4655208F83894082E76CEA66BD0692EE200DD99B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_renderMode_118();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_renderMode(TMPro.TextRenderFlags)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_renderMode_mAA70ED3023B598E47B362C1C3A98B5EEFC25D880 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_renderMode_118();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
int32_t L_2 = ___value0;
__this->set_m_renderMode_118(L_2);
__this->set_m_havePropertiesChanged_134((bool)1);
return;
}
}
// TMPro.VertexSortingOrder TMPro.TMP_Text::get_geometrySortingOrder()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_geometrySortingOrder_m48398428297E54FEFEF54B0512FB52771EFD8A4C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_geometrySortingOrder_119();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_geometrySortingOrder(TMPro.VertexSortingOrder)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_geometrySortingOrder_m8AFA5991F8276345A552CE8A06269C5307CA6B94 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_m_geometrySortingOrder_119(L_0);
__this->set_m_havePropertiesChanged_134((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Int32 TMPro.TMP_Text::get_firstVisibleCharacter()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_firstVisibleCharacter_m53A48CC6EBB4D9BDE61BE0E6F5B2ADADC6ED6743 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_firstVisibleCharacter_120();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_firstVisibleCharacter(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_firstVisibleCharacter_m869CC3BE6B29F86CE0CE6E0C7E53DDAFDA423179 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_firstVisibleCharacter_120();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_firstVisibleCharacter_120(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Int32 TMPro.TMP_Text::get_maxVisibleCharacters()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_maxVisibleCharacters_m274EB595D6A59EBD2EA8DCFCEC76BC0C12A86667 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxVisibleCharacters_121();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_maxVisibleCharacters(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_maxVisibleCharacters_mAEF085DC0D75235AF4C533311A9248C1FBD6D9B6 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxVisibleCharacters_121();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_maxVisibleCharacters_121(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Int32 TMPro.TMP_Text::get_maxVisibleWords()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_maxVisibleWords_mB89AFA1EDC688050A5BC0C852BBF7C064774C11F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxVisibleWords_122();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_maxVisibleWords(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_maxVisibleWords_mC17A09BD5832843EFF0892329F3EBC74D3F93499 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxVisibleWords_122();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_maxVisibleWords_122(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Int32 TMPro.TMP_Text::get_maxVisibleLines()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_maxVisibleLines_m52EE38EB087974BA708A00A8EAC59CAD242C6F16 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxVisibleLines_123();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_maxVisibleLines(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_maxVisibleLines_mF6FB4DDE8126332606D40235C7D9929E4E4F3D51 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxVisibleLines_123();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
int32_t L_2 = ___value0;
__this->set_m_maxVisibleLines_123(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_useMaxVisibleDescender()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_useMaxVisibleDescender_mE87F700FCE4ACD381E983B513B969B4E227D09D2 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_useMaxVisibleDescender_124();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_useMaxVisibleDescender(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_useMaxVisibleDescender_m9701F6F44DB46F6D93386D7A97AB50245D29C28F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_useMaxVisibleDescender_124();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Int32 TMPro.TMP_Text::get_pageToDisplay()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_pageToDisplay_m07E377FB28F8BC99F25E7EAAC2BA12C55CC701DD (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_pageToDisplay_125();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_pageToDisplay(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_pageToDisplay_m5AC9C27080737EC057DFC30DDD48060378605872 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_pageToDisplay_125();
int32_t L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
__this->set_m_havePropertiesChanged_134((bool)1);
int32_t L_2 = ___value0;
__this->set_m_pageToDisplay_125(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// UnityEngine.Vector4 TMPro.TMP_Text::get_margin()
extern "C" IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E TMP_Text_get_margin_mA6FBABBD6E6F2D09BEAD1F9C5AD43FD8D76F25E6 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = __this->get_m_margin_127();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_margin(UnityEngine.Vector4)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_margin_mC256DE10A2D8A26A631D7065CDE64F32AED1B9AB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_set_margin_mC256DE10A2D8A26A631D7065CDE64F32AED1B9AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = __this->get_m_margin_127();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var);
bool L_2 = Vector4_op_Equality_m9AE0D09EC7E02201F94AE469ADE9F416D0E20441(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return;
}
IL_000f:
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 = ___value0;
__this->set_m_margin_127(L_3);
VirtActionInvoker0::Invoke(114 /* System.Void TMPro.TMP_Text::ComputeMarginSize() */, __this);
__this->set_m_havePropertiesChanged_134((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// TMPro.TMP_TextInfo TMPro.TMP_Text::get_textInfo()
extern "C" IL2CPP_METHOD_ATTR TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * TMP_Text_get_textInfo_m773CC543D209B2EDEE8C8DF086F0A19803A40D78 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
return L_0;
}
}
// System.Boolean TMPro.TMP_Text::get_havePropertiesChanged()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_havePropertiesChanged_m245597D2C7482B160E88C691C6B750BC2261805E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_havePropertiesChanged_134();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_havePropertiesChanged(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_havePropertiesChanged_mFE7AE3C0AD44DC45A9A0160A1EDE0DDAEF810B49 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_havePropertiesChanged_134();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_havePropertiesChanged_134(L_2);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(26 /* System.Void UnityEngine.UI.Graphic::SetAllDirty() */, __this);
return;
}
}
// System.Boolean TMPro.TMP_Text::get_isUsingLegacyAnimationComponent()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isUsingLegacyAnimationComponent_m6542171FF3DD7A9FAE6AF672FD21B503227B016A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isUsingLegacyAnimationComponent_135();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_isUsingLegacyAnimationComponent(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isUsingLegacyAnimationComponent_mCAA8E948EC34802EC2F3C45D3A2643ADB84B233A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_isUsingLegacyAnimationComponent_135(L_0);
return;
}
}
// UnityEngine.Transform TMPro.TMP_Text::get_transform()
extern "C" IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_m_transform_136();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = Component_GetComponent_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m9885424E349D692D715FADED33BD0E2D0CEFB20F(__this, /*hidden argument*/Component_GetComponent_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m9885424E349D692D715FADED33BD0E2D0CEFB20F_RuntimeMethod_var);
__this->set_m_transform_136(L_2);
}
IL_001a:
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = __this->get_m_transform_136();
return L_3;
}
}
// UnityEngine.RectTransform TMPro.TMP_Text::get_rectTransform()
extern "C" IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_rectTransform_137();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_2 = Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m751D9E690C55EAC53AB8C54812EFEAA238E52575(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m751D9E690C55EAC53AB8C54812EFEAA238E52575_RuntimeMethod_var);
__this->set_m_rectTransform_137(L_2);
}
IL_001a:
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = __this->get_m_rectTransform_137();
return L_3;
}
}
// System.Boolean TMPro.TMP_Text::get_autoSizeTextContainer()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_autoSizeTextContainer_mFFB528A68A9C203EADE1380E2F5567E25E927620 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CautoSizeTextContainerU3Ek__BackingField_138();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_autoSizeTextContainer(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_autoSizeTextContainer_mEE6566FD6355099A4E977925C87BB8026C2069B9 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CautoSizeTextContainerU3Ek__BackingField_138(L_0);
return;
}
}
// UnityEngine.Mesh TMPro.TMP_Text::get_mesh()
extern "C" IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * TMP_Text_get_mesh_m7515CFACE1C9FD48D56A80BF979E7715E4BE99F7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_m_mesh_140();
return L_0;
}
}
// System.Boolean TMPro.TMP_Text::get_isVolumetricText()
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_get_isVolumetricText_m55363EF05066FFEE38E8B40C13FFB08D84264360 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isVolumetricText_141();
return L_0;
}
}
// System.Void TMPro.TMP_Text::set_isVolumetricText(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_set_isVolumetricText_m4382357B4BB94E779A34755DB216914B0FCD2A59 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isVolumetricText_141();
bool L_1 = ___value0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
bool L_2 = ___value0;
__this->set_m_havePropertiesChanged_134(L_2);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_3 = __this->get_m_textInfo_133();
bool L_4 = ___value0;
NullCheck(L_3);
TMP_TextInfo_ResetVertexLayout_m39014C2A2F811ED9C67A7532E5A3CB45FECD3799(L_3, L_4, /*hidden argument*/NULL);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// UnityEngine.Bounds TMPro.TMP_Text::get_bounds()
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_get_bounds_m7E7F2C8D0DD7CC68CE034CF5423F996D69CBEFE7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_bounds_m7E7F2C8D0DD7CC68CE034CF5423F996D69CBEFE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_0;
memset(&V_0, 0, sizeof(V_0));
{
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_m_mesh_140();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0018;
}
}
{
il2cpp_codegen_initobj((&V_0), sizeof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_2 = V_0;
return L_2;
}
IL_0018:
{
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_3 = VirtFuncInvoker0< Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 >::Invoke(111 /* UnityEngine.Bounds TMPro.TMP_Text::GetCompoundBounds() */, __this);
return L_3;
}
}
// UnityEngine.Bounds TMPro.TMP_Text::get_textBounds()
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_get_textBounds_mE845DE75A8E1B0DEBBD12878AB68815CF7672C48 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_0;
memset(&V_0, 0, sizeof(V_0));
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
if (L_0)
{
goto IL_0012;
}
}
{
il2cpp_codegen_initobj((&V_0), sizeof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_1 = V_0;
return L_1;
}
IL_0012:
{
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_2 = TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E(__this, /*hidden argument*/NULL);
return L_2;
}
}
// TMPro.TMP_SpriteAnimator TMPro.TMP_Text::get_spriteAnimator()
extern "C" IL2CPP_METHOD_ATTR TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_0 = __this->get_m_spriteAnimator_142();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0039;
}
}
{
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_2 = Component_GetComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_mC866972021C4FC76574D6BAEBCDE1DF62BFEA44B(__this, /*hidden argument*/Component_GetComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_mC866972021C4FC76574D6BAEBCDE1DF62BFEA44B_RuntimeMethod_var);
__this->set_m_spriteAnimator_142(L_2);
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_3 = __this->get_m_spriteAnimator_142();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0039;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_5);
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_6 = GameObject_AddComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_m6E1DAD985C228E9AC2C7EB85E4E9E79618D90540(L_5, /*hidden argument*/GameObject_AddComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_m6E1DAD985C228E9AC2C7EB85E4E9E79618D90540_RuntimeMethod_var);
__this->set_m_spriteAnimator_142(L_6);
}
IL_0039:
{
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_7 = __this->get_m_spriteAnimator_142();
return L_7;
}
}
// System.Single TMPro.TMP_Text::get_flexibleHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_flexibleHeight_m2772E66E842DFF07FEC4B6D0860A6839E551B4EA (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_flexibleHeight_143();
return L_0;
}
}
// System.Single TMPro.TMP_Text::get_flexibleWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_flexibleWidth_mABDD64CCE910C2E5F4DA183852B63E26CABB6415 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_flexibleWidth_144();
return L_0;
}
}
// System.Single TMPro.TMP_Text::get_minWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_minWidth_m806F8954AC1240A981D03C31D676AC61A5FFA459 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_minWidth_145();
return L_0;
}
}
// System.Single TMPro.TMP_Text::get_minHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_minHeight_mCBCCC71B627519C50BCC04374975A2E3D461ACD4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_minHeight_146();
return L_0;
}
}
// System.Single TMPro.TMP_Text::get_maxWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_maxWidth_m9AFD4D9D5A2C8E74FF7ECB0DA1EA6213ADE798F1 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_maxWidth_147();
return L_0;
}
}
// System.Single TMPro.TMP_Text::get_maxHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_maxHeight_mB83CDF264BE504458836781C72FD4180D2CE6EB7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = __this->get_m_maxHeight_148();
return L_0;
}
}
// UnityEngine.UI.LayoutElement TMPro.TMP_Text::get_layoutElement()
extern "C" IL2CPP_METHOD_ATTR LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * TMP_Text_get_layoutElement_mF2543803B3125A200614ACFD15986D76994018AD (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_get_layoutElement_mF2543803B3125A200614ACFD15986D76994018AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * L_0 = __this->get_m_LayoutElement_149();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * L_2 = Component_GetComponent_TisLayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B_mACA9D3C2B7ADBC090A1641FD71AE7A7F61811C4E(__this, /*hidden argument*/Component_GetComponent_TisLayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B_mACA9D3C2B7ADBC090A1641FD71AE7A7F61811C4E_RuntimeMethod_var);
__this->set_m_LayoutElement_149(L_2);
}
IL_001a:
{
LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B * L_3 = __this->get_m_LayoutElement_149();
return L_3;
}
}
// System.Single TMPro.TMP_Text::get_preferredWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_preferredWidth_m87DCD55F07A19D493CE459A631522A51260CA0F9 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isPreferredWidthDirty_152();
if (L_0)
{
goto IL_000f;
}
}
{
float L_1 = __this->get_m_preferredWidth_150();
return L_1;
}
IL_000f:
{
float L_2 = TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884(__this, /*hidden argument*/NULL);
__this->set_m_preferredWidth_150(L_2);
float L_3 = __this->get_m_preferredWidth_150();
return L_3;
}
}
// System.Single TMPro.TMP_Text::get_preferredHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_preferredHeight_mE91D6FEB62BE3721DF42683B9D992FD7AFB42962 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isPreferredHeightDirty_155();
if (L_0)
{
goto IL_000f;
}
}
{
float L_1 = __this->get_m_preferredHeight_153();
return L_1;
}
IL_000f:
{
float L_2 = TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A(__this, /*hidden argument*/NULL);
__this->set_m_preferredHeight_153(L_2);
float L_3 = __this->get_m_preferredHeight_153();
return L_3;
}
}
// System.Single TMPro.TMP_Text::get_renderedWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_renderedWidth_m6C9F9C59FA44A6E2173D03C468E957730E0784E7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = TMP_Text_GetRenderedWidth_mD0E38BA3233BF1C5300FB3C8E80CD68F07C8E2D0(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Single TMPro.TMP_Text::get_renderedHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_get_renderedHeight_m2B431C6A857B86D7D12481CB8141F27CF34C94FD (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
float L_0 = TMP_Text_GetRenderedHeight_mB8B4DFC07B3553362005BB8A411B77DA1821CAD2(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 TMPro.TMP_Text::get_layoutPriority()
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_get_layoutPriority_m646E1754642A35B332304BE649D0694CBE61AA11 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_layoutPriority_158();
return L_0;
}
}
// System.Void TMPro.TMP_Text::LoadFontAsset()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_LoadFontAsset_mD54AC24C71FB6E303C04E50C7EFCA7BDA9A23ABA (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetSharedMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetSharedMaterial_mC61403BE41BD66A4446FC3C42E893A814DD38A78 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
{
return;
}
}
// UnityEngine.Material TMPro.TMP_Text::GetMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_Text_GetMaterial_mFD7E1D66B90C7D4264BF6A13E1C96AAEEE566036 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
{
return (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
}
}
// System.Void TMPro.TMP_Text::SetFontBaseMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetFontBaseMaterial_m461962576CBEF0A7DF56BD124B60C87FC1B26C67 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
{
return;
}
}
// UnityEngine.Material[] TMPro.TMP_Text::GetSharedMaterials()
extern "C" IL2CPP_METHOD_ATTR MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* TMP_Text_GetSharedMaterials_mEDE18DFA628E64CB02E05C7374E1D40600BCDB4A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return (MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398*)NULL;
}
}
// System.Void TMPro.TMP_Text::SetSharedMaterials(UnityEngine.Material[])
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetSharedMaterials_m9527A8BBBA8BCBABAA664DD0DB21267A218D4D58 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___materials0, const RuntimeMethod* method)
{
{
return;
}
}
// UnityEngine.Material[] TMPro.TMP_Text::GetMaterials(UnityEngine.Material[])
extern "C" IL2CPP_METHOD_ATTR MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* TMP_Text_GetMaterials_mFD565E68B8CB9DA9DD067F2D18EC005A81DCD2CA (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___mats0, const RuntimeMethod* method)
{
{
return (MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398*)NULL;
}
}
// UnityEngine.Material TMPro.TMP_Text::CreateMaterialInstance(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * TMP_Text_CreateMaterialInstance_m5C75A42D058ECD5AA55546EF76AEC63C13B5D48A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_CreateMaterialInstance_m5C75A42D058ECD5AA55546EF76AEC63C13B5D48A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = ___source0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_1, L_0, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = L_1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_3 = ___source0;
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Material_get_shaderKeywords_mF653034CC23EB4A65580BA4388F7258328C9C90C(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
Material_set_shaderKeywords_m336EBA03D542BE657FEBDD62C7546568CD3081C9(L_2, L_4, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = L_2;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = L_5;
NullCheck(L_6);
String_t* L_7 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_6, /*hidden argument*/NULL);
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral9B24BD9BCDFD34C72167701B0277AD547FD0D743, /*hidden argument*/NULL);
NullCheck(L_6);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_6, L_8, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void TMPro.TMP_Text::SetVertexColorGradient(TMPro.TMP_ColorGradient)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetVertexColorGradient_m75210CF17159C4624ED7CA86B25100D7E621E458 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___gradient0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SetVertexColorGradient_m75210CF17159C4624ED7CA86B25100D7E621E458_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_0 = ___gradient0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
return;
}
IL_000a:
{
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_2 = __this->get_address_of_m_fontColorGradient_53();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_3 = ___gradient0;
NullCheck(L_3);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = L_3->get_bottomLeft_7();
L_2->set_bottomLeft_2(L_4);
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_5 = __this->get_address_of_m_fontColorGradient_53();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_6 = ___gradient0;
NullCheck(L_6);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = L_6->get_bottomRight_8();
L_5->set_bottomRight_3(L_7);
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_8 = __this->get_address_of_m_fontColorGradient_53();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_9 = ___gradient0;
NullCheck(L_9);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = L_9->get_topLeft_5();
L_8->set_topLeft_0(L_10);
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_11 = __this->get_address_of_m_fontColorGradient_53();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_12 = ___gradient0;
NullCheck(L_12);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = L_12->get_topRight_6();
L_11->set_topRight_1(L_13);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetTextSortingOrder(TMPro.VertexSortingOrder)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetTextSortingOrder_mCA46CE0A42648415D5601332BBD53E7641535939 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___order0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetTextSortingOrder(System.Int32[])
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetTextSortingOrder_m94EC7C47B50FF0E3EE6674F207C69AC551722F6A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___order0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetFaceColor(UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetFaceColor_mBE6F2CE59F3C4B855AC24871229B56166161BFA2 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetOutlineColor(UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetOutlineColor_mC054BE8E9F7A79954B20FB41D348EBFC47DE1D80 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetOutlineThickness(System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetOutlineThickness_mFD9DAC528A6FE2392BC1E893A91DAFD586C89793 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___thickness0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetShaderDepth()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetShaderDepth_m8F9F3BA9D3679B1A4C4360B0811930D4C7B2FC09 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetCulling()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetCulling_mD89ADEAA7558083BFB65A6756E92F6D3DB85BEB9 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Single TMPro.TMP_Text::GetPaddingForMaterial()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPaddingForMaterial_m282C3BF0A755CE150B6E4DC6B9F6F452DB160880 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return (0.0f);
}
}
// System.Single TMPro.TMP_Text::GetPaddingForMaterial(UnityEngine.Material)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPaddingForMaterial_mAE39EEE41E08136940C4645878212E4FD520C558 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, const RuntimeMethod* method)
{
{
return (0.0f);
}
}
// UnityEngine.Vector3[] TMPro.TMP_Text::GetTextContainerLocalCorners()
extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* TMP_Text_GetTextContainerLocalCorners_m7E2AEAB9363EA4F1F23E20F05BEE55B5E9727ABC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)NULL;
}
}
// System.Void TMPro.TMP_Text::ForceMeshUpdate()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ForceMeshUpdate_m613E9ADA7FC88A86E116D12CDFC7C90F988CCD2E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ForceMeshUpdate_m73C62676192C3884D169BE89FC113E49A2881815 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___ignoreActiveState0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetTextInternal(System.String)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetTextInternal_mA5A53B531F03D1E1665FEC9F09BB70A66534F068 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___text0;
__this->set_m_text_30(L_0);
__this->set_m_renderMode_118(0);
__this->set_m_isInputParsingRequired_165((bool)1);
VirtActionInvoker0::Invoke(99 /* System.Void TMPro.TMP_Text::ForceMeshUpdate() */, __this);
__this->set_m_renderMode_118(((int32_t)255));
return;
}
}
// System.Void TMPro.TMP_Text::UpdateGeometry(UnityEngine.Mesh,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_UpdateGeometry_mD9C8CAC06C5698122C2CE5ADEA1AC6E5C2AB151A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, int32_t ___index1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::UpdateVertexData(TMPro.TMP_VertexDataUpdateFlags)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_UpdateVertexData_m21C3BDEF873C6FD4A0E73113AF55D8070F7B9AC5 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___flags0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::UpdateVertexData()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_UpdateVertexData_mF7AA1914D4AED3B025D7E1BB2A10FB7491784C1F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SetVertices(UnityEngine.Vector3[])
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetVertices_mDE2EF960ED878DE7D4A09048ECDBD1307F53900C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___vertices0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::UpdateMeshPadding()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_UpdateMeshPadding_mA624223D7A36957E5BFDC6BB1576CB24487E60E8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::CrossFadeColor(UnityEngine.Color,System.Single,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_CrossFadeColor_mDCD43C5F580DACCE75032513A6A8658B3A24F121 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___targetColor0, float ___duration1, bool ___ignoreTimeScale2, bool ___useAlpha3, const RuntimeMethod* method)
{
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___targetColor0;
float L_1 = ___duration1;
bool L_2 = ___ignoreTimeScale2;
bool L_3 = ___useAlpha3;
Graphic_CrossFadeColor_mDA94035726F09CFB0161970E1F8CB5ACA42C2496(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___targetColor0;
float L_5 = ___duration1;
bool L_6 = ___ignoreTimeScale2;
bool L_7 = ___useAlpha3;
VirtActionInvoker4< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , float, bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::InternalCrossFadeColor(UnityEngine.Color,System.Single,System.Boolean,System.Boolean) */, __this, L_4, L_5, L_6, L_7);
return;
}
}
// System.Void TMPro.TMP_Text::CrossFadeAlpha(System.Single,System.Single,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_CrossFadeAlpha_m9BE15DAA17DCF9AE8C3EA0EE1EF911FE32E85CD0 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___alpha0, float ___duration1, bool ___ignoreTimeScale2, const RuntimeMethod* method)
{
{
float L_0 = ___alpha0;
float L_1 = ___duration1;
bool L_2 = ___ignoreTimeScale2;
Graphic_CrossFadeAlpha_mAD4D2771E1353C3DC873A3B630CC580FC1FF6421(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
float L_3 = ___alpha0;
float L_4 = ___duration1;
bool L_5 = ___ignoreTimeScale2;
VirtActionInvoker3< float, float, bool >::Invoke(107 /* System.Void TMPro.TMP_Text::InternalCrossFadeAlpha(System.Single,System.Single,System.Boolean) */, __this, L_3, L_4, L_5);
return;
}
}
// System.Void TMPro.TMP_Text::InternalCrossFadeColor(UnityEngine.Color,System.Single,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_InternalCrossFadeColor_mB447286CE6DDF08F02AF0D51F37BA001CC549B91 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___targetColor0, float ___duration1, bool ___ignoreTimeScale2, bool ___useAlpha3, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::InternalCrossFadeAlpha(System.Single,System.Single,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_InternalCrossFadeAlpha_m495A8C3BB741FE910DA709272089A396BD0C41CB (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___alpha0, float ___duration1, bool ___ignoreTimeScale2, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::ParseInputText()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ParseInputText_m35CFE982D3C252C472A1FD8C1E64429E5F98CA79 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
__this->set_m_isInputParsingRequired_165((bool)0);
int32_t L_0 = __this->get_m_inputSource_166();
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_0026;
}
case 1:
{
goto IL_003a;
}
case 2:
{
goto IL_004c;
}
case 3:
{
goto IL_0026;
}
}
}
{
goto IL_004c;
}
IL_0026:
{
String_t* L_2 = __this->get_m_text_30();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_3 = __this->get_address_of_m_char_buffer_180();
TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11(__this, L_2, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_3, /*hidden argument*/NULL);
goto IL_004c;
}
IL_003a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_m_input_CharArray_182();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_5 = __this->get_address_of_m_char_buffer_180();
TMP_Text_SetTextArrayToCharArray_mD795CDDADB142E4E211E4E24C07F98B87A5B3637(__this, L_4, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_5, /*hidden argument*/NULL);
}
IL_004c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = __this->get_m_char_buffer_180();
VirtFuncInvoker1< int32_t, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* >::Invoke(108 /* System.Int32 TMPro.TMP_Text::SetArraySizes(System.Int32[]) */, __this, L_6);
return;
}
}
// System.Void TMPro.TMP_Text::SetText(System.String)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_m2EEB1DF5B0CB980253EC850A0F13AA56904FFA70 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___text0;
TMP_Text_SetText_mE32BA75B23EADDAA9DCB4B7EB6E9AF7C5EE5A379(__this, L_0, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_Text::SetText(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_mE32BA75B23EADDAA9DCB4B7EB6E9AF7C5EE5A379 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, bool ___syncTextInputBox1, const RuntimeMethod* method)
{
{
__this->set_m_inputSource_166(2);
String_t* L_0 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_1 = __this->get_address_of_m_char_buffer_180();
TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11(__this, L_0, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_1, /*hidden argument*/NULL);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetText(System.String,System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_m98B5C09DFCA9EC4189283172512C606A75187DC3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, float ___arg01, const RuntimeMethod* method)
{
{
String_t* L_0 = ___text0;
float L_1 = ___arg01;
TMP_Text_SetText_mAF0CF7B54C89EBED5402A3782B259C37686CBF74(__this, L_0, L_1, (255.0f), (255.0f), /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_Text::SetText(System.String,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_m97A4A792EE5247905AB8256CF1945489227F75D6 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, float ___arg01, float ___arg12, const RuntimeMethod* method)
{
{
String_t* L_0 = ___text0;
float L_1 = ___arg01;
float L_2 = ___arg12;
TMP_Text_SetText_mAF0CF7B54C89EBED5402A3782B259C37686CBF74(__this, L_0, L_1, L_2, (255.0f), /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_Text::SetText(System.String,System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_mAF0CF7B54C89EBED5402A3782B259C37686CBF74 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, float ___arg01, float ___arg12, float ___arg23, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
int32_t V_4 = 0;
{
V_0 = 0;
V_1 = 0;
V_2 = 0;
goto IL_00a2;
}
IL_000b:
{
String_t* L_0 = ___text0;
int32_t L_1 = V_2;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
V_3 = L_2;
Il2CppChar L_3 = V_3;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)123)))))
{
goto IL_0091;
}
}
{
String_t* L_4 = ___text0;
int32_t L_5 = V_2;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)58)))))
{
goto IL_0032;
}
}
{
String_t* L_7 = ___text0;
int32_t L_8 = V_2;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)3)), /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)48)));
}
IL_0032:
{
String_t* L_10 = ___text0;
int32_t L_11 = V_2;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)48)));
int32_t L_13 = V_4;
switch (L_13)
{
case 0:
{
goto IL_0055;
}
case 1:
{
goto IL_0061;
}
case 2:
{
goto IL_006d;
}
}
}
{
goto IL_0078;
}
IL_0055:
{
float L_14 = ___arg01;
int32_t L_15 = V_0;
TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527(__this, L_14, (int32_t*)(&V_1), L_15, /*hidden argument*/NULL);
goto IL_0078;
}
IL_0061:
{
float L_16 = ___arg12;
int32_t L_17 = V_0;
TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527(__this, L_16, (int32_t*)(&V_1), L_17, /*hidden argument*/NULL);
goto IL_0078;
}
IL_006d:
{
float L_18 = ___arg23;
int32_t L_19 = V_0;
TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527(__this, L_18, (int32_t*)(&V_1), L_19, /*hidden argument*/NULL);
}
IL_0078:
{
String_t* L_20 = ___text0;
int32_t L_21 = V_2;
NullCheck(L_20);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58)))))
{
goto IL_008b;
}
}
{
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)4));
goto IL_009e;
}
IL_008b:
{
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)2));
goto IL_009e;
}
IL_0091:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = __this->get_m_input_CharArray_182();
int32_t L_26 = V_1;
Il2CppChar L_27 = V_3;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (Il2CppChar)L_27);
int32_t L_28 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_009e:
{
int32_t L_29 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_00a2:
{
int32_t L_30 = V_2;
String_t* L_31 = ___text0;
NullCheck(L_31);
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_31, /*hidden argument*/NULL);
if ((((int32_t)L_30) < ((int32_t)L_32)))
{
goto IL_000b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = __this->get_m_input_CharArray_182();
int32_t L_34 = V_1;
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (Il2CppChar)0);
int32_t L_35 = V_1;
__this->set_m_charArray_Length_183(L_35);
__this->set_m_inputSource_166(1);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetText(System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetText_m2F480412300ED72CA0B1195C0C64C38D56F1F5A8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___text0, const RuntimeMethod* method)
{
{
__this->set_m_inputSource_166(2);
StringBuilder_t * L_0 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_1 = __this->get_address_of_m_char_buffer_180();
TMP_Text_StringBuilderToIntArray_m57A04C15156CC13A6BFCD6A6D1D0EADFAA11EC50(__this, L_0, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_1, /*hidden argument*/NULL);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetCharArray(System.Char[])
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetCharArray_m533103FA8E3649D58EB0D266CDE6AA4B06F7CBCF (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___sourceText0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SetCharArray_m533103FA8E3649D58EB0D266CDE6AA4B06F7CBCF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_char_buffer_180();
if (L_0)
{
goto IL_0014;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_char_buffer_180(L_1);
}
IL_0014:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_2 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_2, /*hidden argument*/TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var);
V_0 = 0;
V_1 = 0;
goto IL_01a3;
}
IL_0028:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___sourceText0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)92)))))
{
goto IL_00e1;
}
}
{
int32_t L_7 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___sourceText0;
NullCheck(L_8);
if ((((int32_t)L_7) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)1)))))
{
goto IL_00e1;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___sourceText0;
int32_t L_10 = V_1;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_2 = L_12;
int32_t L_13 = V_2;
if ((((int32_t)L_13) == ((int32_t)((int32_t)110))))
{
goto IL_0057;
}
}
{
int32_t L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)((int32_t)114))))
{
goto IL_0085;
}
}
{
int32_t L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)((int32_t)116))))
{
goto IL_00b3;
}
}
{
goto IL_00e1;
}
IL_0057:
{
int32_t L_16 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_m_char_buffer_180();
NullCheck(L_17);
if ((!(((uint32_t)L_16) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))))
{
goto IL_006e;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_18 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_18, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_006e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = __this->get_m_char_buffer_180();
int32_t L_20 = V_0;
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(L_20), (int32_t)((int32_t)10));
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
goto IL_019f;
}
IL_0085:
{
int32_t L_23 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = __this->get_m_char_buffer_180();
NullCheck(L_24);
if ((!(((uint32_t)L_23) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))))
{
goto IL_009c;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_25 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_25, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_009c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = __this->get_m_char_buffer_180();
int32_t L_27 = V_0;
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (int32_t)((int32_t)13));
int32_t L_28 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
int32_t L_29 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
goto IL_019f;
}
IL_00b3:
{
int32_t L_30 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = __this->get_m_char_buffer_180();
NullCheck(L_31);
if ((!(((uint32_t)L_30) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))))))
{
goto IL_00ca;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_32 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_32, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00ca:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = __this->get_m_char_buffer_180();
int32_t L_34 = V_0;
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (int32_t)((int32_t)9));
int32_t L_35 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
int32_t L_36 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
goto IL_019f;
}
IL_00e1:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___sourceText0;
int32_t L_38 = V_1;
NullCheck(L_37);
int32_t L_39 = L_38;
uint16_t L_40 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)60)))))
{
goto IL_0179;
}
}
{
int32_t L_41 = V_1;
bool L_42 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_0126;
}
}
{
int32_t L_43 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_44 = __this->get_m_char_buffer_180();
NullCheck(L_44);
if ((!(((uint32_t)L_43) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))))
{
goto IL_0112;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0112:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_46 = __this->get_m_char_buffer_180();
int32_t L_47 = V_0;
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (int32_t)((int32_t)10));
int32_t L_48 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
int32_t L_49 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)3));
goto IL_019f;
}
IL_0126:
{
int32_t L_50 = V_1;
bool L_51 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_50, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_0151;
}
}
{
V_3 = 0;
int32_t L_52 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_53 = __this->get_address_of_m_char_buffer_180();
bool L_54 = TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), L_52, (int32_t*)(&V_3), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_53, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (!L_54)
{
goto IL_0179;
}
}
{
int32_t L_55 = V_3;
V_1 = L_55;
goto IL_019f;
}
IL_0151:
{
int32_t L_56 = V_1;
bool L_57 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_56, /*hidden argument*/NULL);
if (!L_57)
{
goto IL_0179;
}
}
{
int32_t L_58 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_59 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), L_58, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_59, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_60 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)7));
goto IL_019f;
}
IL_0179:
{
int32_t L_61 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_62 = __this->get_m_char_buffer_180();
NullCheck(L_62);
if ((!(((uint32_t)L_61) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length))))))))
{
goto IL_0190;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_63 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_63, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0190:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_64 = __this->get_m_char_buffer_180();
int32_t L_65 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_66 = ___sourceText0;
int32_t L_67 = V_1;
NullCheck(L_66);
int32_t L_68 = L_67;
uint16_t L_69 = (uint16_t)(L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
NullCheck(L_64);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (int32_t)L_69);
int32_t L_70 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1));
}
IL_019f:
{
int32_t L_71 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
}
IL_01a3:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_72 = ___sourceText0;
if (!L_72)
{
goto IL_01af;
}
}
{
int32_t L_73 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_74 = ___sourceText0;
NullCheck(L_74);
if ((((int32_t)L_73) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length)))))))
{
goto IL_0028;
}
}
IL_01af:
{
int32_t L_75 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_76 = __this->get_m_char_buffer_180();
NullCheck(L_76);
if ((!(((uint32_t)L_75) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))))
{
goto IL_01c6;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_77 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_77, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_01c6:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = __this->get_m_char_buffer_180();
int32_t L_79 = V_0;
NullCheck(L_78);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(L_79), (int32_t)0);
__this->set_m_inputSource_166(2);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetCharArray(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetCharArray_mC32F52335F38CC32E1221AC47362A58C279D1413 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___sourceText0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SetCharArray_mC32F52335F38CC32E1221AC47362A58C279D1413_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_char_buffer_180();
if (L_0)
{
goto IL_0014;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_char_buffer_180(L_1);
}
IL_0014:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_2 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_2, /*hidden argument*/TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var);
V_0 = 0;
int32_t L_3 = ___start1;
V_1 = L_3;
int32_t L_4 = ___start1;
int32_t L_5 = ___length2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
goto IL_01a7;
}
IL_002c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___sourceText0;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)92)))))
{
goto IL_00e3;
}
}
{
int32_t L_10 = V_1;
int32_t L_11 = ___length2;
if ((((int32_t)L_10) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)))))
{
goto IL_00e3;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = ___sourceText0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_3 = L_15;
int32_t L_16 = V_3;
if ((((int32_t)L_16) == ((int32_t)((int32_t)110))))
{
goto IL_0059;
}
}
{
int32_t L_17 = V_3;
if ((((int32_t)L_17) == ((int32_t)((int32_t)114))))
{
goto IL_0087;
}
}
{
int32_t L_18 = V_3;
if ((((int32_t)L_18) == ((int32_t)((int32_t)116))))
{
goto IL_00b5;
}
}
{
goto IL_00e3;
}
IL_0059:
{
int32_t L_19 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = __this->get_m_char_buffer_180();
NullCheck(L_20);
if ((!(((uint32_t)L_19) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))))
{
goto IL_0070;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0070:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = __this->get_m_char_buffer_180();
int32_t L_23 = V_0;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (int32_t)((int32_t)10));
int32_t L_24 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
goto IL_01a3;
}
IL_0087:
{
int32_t L_26 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = __this->get_m_char_buffer_180();
NullCheck(L_27);
if ((!(((uint32_t)L_26) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))))
{
goto IL_009e;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_28 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_28, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_009e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_m_char_buffer_180();
int32_t L_30 = V_0;
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((int32_t)13));
int32_t L_31 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_01a3;
}
IL_00b5:
{
int32_t L_33 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = __this->get_m_char_buffer_180();
NullCheck(L_34);
if ((!(((uint32_t)L_33) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))))
{
goto IL_00cc;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_35 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_35, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00cc:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_36 = __this->get_m_char_buffer_180();
int32_t L_37 = V_0;
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (int32_t)((int32_t)9));
int32_t L_38 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
int32_t L_39 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
goto IL_01a3;
}
IL_00e3:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = ___sourceText0;
int32_t L_41 = V_1;
NullCheck(L_40);
int32_t L_42 = L_41;
uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)60)))))
{
goto IL_017d;
}
}
{
int32_t L_44 = V_1;
bool L_45 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0128;
}
}
{
int32_t L_46 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = __this->get_m_char_buffer_180();
NullCheck(L_47);
if ((!(((uint32_t)L_46) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))))
{
goto IL_0114;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_48 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_48, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0114:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_49 = __this->get_m_char_buffer_180();
int32_t L_50 = V_0;
NullCheck(L_49);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)((int32_t)10));
int32_t L_51 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
int32_t L_52 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3));
goto IL_01a3;
}
IL_0128:
{
int32_t L_53 = V_1;
bool L_54 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_53, /*hidden argument*/NULL);
if (!L_54)
{
goto IL_0155;
}
}
{
V_4 = 0;
int32_t L_55 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_56 = __this->get_address_of_m_char_buffer_180();
bool L_57 = TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), L_55, (int32_t*)(&V_4), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_56, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (!L_57)
{
goto IL_017d;
}
}
{
int32_t L_58 = V_4;
V_1 = L_58;
goto IL_01a3;
}
IL_0155:
{
int32_t L_59 = V_1;
bool L_60 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_017d;
}
}
{
int32_t L_61 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_62 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), L_61, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_62, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_63 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)7));
goto IL_01a3;
}
IL_017d:
{
int32_t L_64 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_65 = __this->get_m_char_buffer_180();
NullCheck(L_65);
if ((!(((uint32_t)L_64) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))))))
{
goto IL_0194;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_66 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_66, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0194:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_67 = __this->get_m_char_buffer_180();
int32_t L_68 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_69 = ___sourceText0;
int32_t L_70 = V_1;
NullCheck(L_69);
int32_t L_71 = L_70;
uint16_t L_72 = (uint16_t)(L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(L_68), (int32_t)L_72);
int32_t L_73 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1));
}
IL_01a3:
{
int32_t L_74 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
}
IL_01a7:
{
int32_t L_75 = V_1;
int32_t L_76 = V_2;
if ((((int32_t)L_75) < ((int32_t)L_76)))
{
goto IL_002c;
}
}
{
int32_t L_77 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = __this->get_m_char_buffer_180();
NullCheck(L_78);
if ((!(((uint32_t)L_77) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_78)->max_length))))))))
{
goto IL_01c5;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_79 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_79, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_01c5:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_80 = __this->get_m_char_buffer_180();
int32_t L_81 = V_0;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(L_81), (int32_t)0);
__this->set_m_inputSource_166(2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetCharArray(System.Int32[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetCharArray_m9FAB24E5F518356DE8C4B8C0BB553141920CDDDE (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sourceText0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SetCharArray_m9FAB24E5F518356DE8C4B8C0BB553141920CDDDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_char_buffer_180();
if (L_0)
{
goto IL_0014;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_char_buffer_180(L_1);
}
IL_0014:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_2 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_2, /*hidden argument*/TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var);
V_0 = 0;
int32_t L_3 = ___start1;
int32_t L_4 = ___length2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
int32_t L_5 = ___start1;
V_2 = L_5;
goto IL_01a7;
}
IL_002c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ___sourceText0;
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8 = L_7;
int32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)92)))))
{
goto IL_00e3;
}
}
{
int32_t L_10 = V_2;
int32_t L_11 = ___length2;
if ((((int32_t)L_10) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)))))
{
goto IL_00e3;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = ___sourceText0;
int32_t L_13 = V_2;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_3 = L_15;
int32_t L_16 = V_3;
if ((((int32_t)L_16) == ((int32_t)((int32_t)110))))
{
goto IL_0059;
}
}
{
int32_t L_17 = V_3;
if ((((int32_t)L_17) == ((int32_t)((int32_t)114))))
{
goto IL_0087;
}
}
{
int32_t L_18 = V_3;
if ((((int32_t)L_18) == ((int32_t)((int32_t)116))))
{
goto IL_00b5;
}
}
{
goto IL_00e3;
}
IL_0059:
{
int32_t L_19 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = __this->get_m_char_buffer_180();
NullCheck(L_20);
if ((!(((uint32_t)L_19) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))))
{
goto IL_0070;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0070:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = __this->get_m_char_buffer_180();
int32_t L_23 = V_0;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (int32_t)((int32_t)10));
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
goto IL_01a3;
}
IL_0087:
{
int32_t L_26 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = __this->get_m_char_buffer_180();
NullCheck(L_27);
if ((!(((uint32_t)L_26) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))))
{
goto IL_009e;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_28 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_28, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_009e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_m_char_buffer_180();
int32_t L_30 = V_0;
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((int32_t)13));
int32_t L_31 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_01a3;
}
IL_00b5:
{
int32_t L_33 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = __this->get_m_char_buffer_180();
NullCheck(L_34);
if ((!(((uint32_t)L_33) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))))
{
goto IL_00cc;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_35 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_35, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00cc:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_36 = __this->get_m_char_buffer_180();
int32_t L_37 = V_0;
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (int32_t)((int32_t)9));
int32_t L_38 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
int32_t L_39 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
goto IL_01a3;
}
IL_00e3:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_40 = ___sourceText0;
int32_t L_41 = V_2;
NullCheck(L_40);
int32_t L_42 = L_41;
int32_t L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)60)))))
{
goto IL_017d;
}
}
{
int32_t L_44 = V_2;
bool L_45 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&___sourceText0), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_0128;
}
}
{
int32_t L_46 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = __this->get_m_char_buffer_180();
NullCheck(L_47);
if ((!(((uint32_t)L_46) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))))
{
goto IL_0114;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_48 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_48, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0114:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_49 = __this->get_m_char_buffer_180();
int32_t L_50 = V_0;
NullCheck(L_49);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)((int32_t)10));
int32_t L_51 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
int32_t L_52 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)3));
goto IL_01a3;
}
IL_0128:
{
int32_t L_53 = V_2;
bool L_54 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&___sourceText0), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_53, /*hidden argument*/NULL);
if (!L_54)
{
goto IL_0155;
}
}
{
V_4 = 0;
int32_t L_55 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_56 = __this->get_address_of_m_char_buffer_180();
bool L_57 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&___sourceText0), L_55, (int32_t*)(&V_4), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_56, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (!L_57)
{
goto IL_017d;
}
}
{
int32_t L_58 = V_4;
V_2 = L_58;
goto IL_01a3;
}
IL_0155:
{
int32_t L_59 = V_2;
bool L_60 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&___sourceText0), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_017d;
}
}
{
int32_t L_61 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_62 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&___sourceText0), L_61, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_62, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_63 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)7));
goto IL_01a3;
}
IL_017d:
{
int32_t L_64 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_65 = __this->get_m_char_buffer_180();
NullCheck(L_65);
if ((!(((uint32_t)L_64) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))))))
{
goto IL_0194;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_66 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_66, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0194:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_67 = __this->get_m_char_buffer_180();
int32_t L_68 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_69 = ___sourceText0;
int32_t L_70 = V_2;
NullCheck(L_69);
int32_t L_71 = L_70;
int32_t L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(L_68), (int32_t)L_72);
int32_t L_73 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1));
}
IL_01a3:
{
int32_t L_74 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
}
IL_01a7:
{
int32_t L_75 = V_2;
int32_t L_76 = V_1;
if ((((int32_t)L_75) < ((int32_t)L_76)))
{
goto IL_002c;
}
}
{
int32_t L_77 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = __this->get_m_char_buffer_180();
NullCheck(L_78);
if ((!(((uint32_t)L_77) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_78)->max_length))))))))
{
goto IL_01c5;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_79 = __this->get_address_of_m_char_buffer_180();
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_79, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_01c5:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_80 = __this->get_m_char_buffer_180();
int32_t L_81 = V_0;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(L_81), (int32_t)0);
__this->set_m_inputSource_166(2);
__this->set_m_havePropertiesChanged_134((bool)1);
__this->set_m_isInputParsingRequired_165((bool)1);
__this->set_m_isCalculateSizeRequired_159((bool)1);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this);
VirtActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this);
return;
}
}
// System.Void TMPro.TMP_Text::SetTextArrayToCharArray(System.Char[],System.Int32[]U26)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetTextArrayToCharArray_mD795CDDADB142E4E211E4E24C07F98B87A5B3637 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___sourceText0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SetTextArrayToCharArray_mD795CDDADB142E4E211E4E24C07F98B87A5B3637_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___sourceText0;
if (!L_0)
{
goto IL_000b;
}
}
{
int32_t L_1 = __this->get_m_charArray_Length_183();
if (L_1)
{
goto IL_000c;
}
}
IL_000b:
{
return;
}
IL_000c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_2 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_2);
if (L_3)
{
goto IL_0018;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_4 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)8);
*((RuntimeObject **)L_4) = (RuntimeObject *)L_5;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_4, (RuntimeObject *)L_5);
}
IL_0018:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_6 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_6, /*hidden argument*/TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var);
V_0 = 0;
V_1 = 0;
goto IL_0109;
}
IL_002c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = ___sourceText0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_11 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_006e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = ___sourceText0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_16 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_006e;
}
}
{
int32_t L_17 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_18 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_18);
NullCheck(L_19);
if ((!(((uint32_t)L_17) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))))
{
goto IL_0050;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_20 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_20, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0050:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21);
int32_t L_23 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = ___sourceText0;
int32_t L_25 = V_1;
NullCheck(L_24);
int32_t L_26 = L_25;
uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = ___sourceText0;
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_32 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_27, L_31, /*hidden argument*/NULL);
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (int32_t)L_32);
int32_t L_33 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
goto IL_0105;
}
IL_006e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = ___sourceText0;
int32_t L_36 = V_1;
NullCheck(L_35);
int32_t L_37 = L_36;
uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)60)))))
{
goto IL_00ec;
}
}
{
int32_t L_39 = V_1;
bool L_40 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00a3;
}
}
{
int32_t L_41 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_42 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_42);
NullCheck(L_43);
if ((!(((uint32_t)L_41) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length))))))))
{
goto IL_0093;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_44 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_44, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0093:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_46 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45);
int32_t L_47 = V_0;
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (int32_t)((int32_t)10));
int32_t L_48 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
int32_t L_49 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)3));
goto IL_0105;
}
IL_00a3:
{
int32_t L_50 = V_1;
bool L_51 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_50, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_00c9;
}
}
{
V_2 = 0;
int32_t L_52 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_53 = ___charBuffer1;
bool L_54 = TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), L_52, (int32_t*)(&V_2), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_53, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (!L_54)
{
goto IL_00ec;
}
}
{
int32_t L_55 = V_2;
V_1 = L_55;
goto IL_0105;
}
IL_00c9:
{
int32_t L_56 = V_1;
bool L_57 = TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_56, /*hidden argument*/NULL);
if (!L_57)
{
goto IL_00ec;
}
}
{
int32_t L_58 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_59 = ___charBuffer1;
TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)(&___sourceText0), L_58, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_59, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_60 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)7));
goto IL_0105;
}
IL_00ec:
{
int32_t L_61 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_62 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_63 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_62);
NullCheck(L_63);
if ((!(((uint32_t)L_61) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length))))))))
{
goto IL_00fa;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_64 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_64, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00fa:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_65 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_66 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_65);
int32_t L_67 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = ___sourceText0;
int32_t L_69 = V_1;
NullCheck(L_68);
int32_t L_70 = L_69;
uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
NullCheck(L_66);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(L_67), (int32_t)L_71);
int32_t L_72 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_0105:
{
int32_t L_73 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1));
}
IL_0109:
{
int32_t L_74 = V_1;
int32_t L_75 = __this->get_m_charArray_Length_183();
if ((((int32_t)L_74) < ((int32_t)L_75)))
{
goto IL_002c;
}
}
{
int32_t L_76 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_77 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_77);
NullCheck(L_78);
if ((!(((uint32_t)L_76) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_78)->max_length))))))))
{
goto IL_0123;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_79 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_79, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0123:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_80 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_81 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_80);
int32_t L_82 = V_0;
NullCheck(L_81);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(L_82), (int32_t)0);
return;
}
}
// System.Void TMPro.TMP_Text::StringToCharArray(System.String,System.Int32[]U26)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___sourceText0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
String_t* L_0 = ___sourceText0;
if (L_0)
{
goto IL_0009;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_1 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_1);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)0);
return;
}
IL_0009:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_3 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_3);
if (L_4)
{
goto IL_0015;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_5 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)8);
*((RuntimeObject **)L_5) = (RuntimeObject *)L_6;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_5, (RuntimeObject *)L_6);
}
IL_0015:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_7 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_7, 0, /*hidden argument*/TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6_RuntimeMethod_var);
V_0 = 0;
V_1 = 0;
goto IL_02d0;
}
IL_002a:
{
int32_t L_8 = __this->get_m_inputSource_166();
if (L_8)
{
goto IL_01d3;
}
}
{
String_t* L_9 = ___sourceText0;
int32_t L_10 = V_1;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92)))))
{
goto IL_01d3;
}
}
{
String_t* L_12 = ___sourceText0;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
int32_t L_14 = V_1;
if ((((int32_t)L_13) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)))))
{
goto IL_01d3;
}
}
{
String_t* L_15 = ___sourceText0;
int32_t L_16 = V_1;
NullCheck(L_15);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_17;
int32_t L_18 = V_2;
if ((((int32_t)L_18) > ((int32_t)((int32_t)92))))
{
goto IL_006f;
}
}
{
int32_t L_19 = V_2;
if ((((int32_t)L_19) == ((int32_t)((int32_t)85))))
{
goto IL_0095;
}
}
{
int32_t L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)92))))
{
goto IL_00ce;
}
}
{
goto IL_01d3;
}
IL_006f:
{
int32_t L_21 = V_2;
if ((((int32_t)L_21) == ((int32_t)((int32_t)110))))
{
goto IL_0120;
}
}
{
int32_t L_22 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)114))))
{
case 0:
{
goto IL_014c;
}
case 1:
{
goto IL_01d3;
}
case 2:
{
goto IL_0175;
}
case 3:
{
goto IL_019e;
}
}
}
{
goto IL_01d3;
}
IL_0095:
{
String_t* L_23 = ___sourceText0;
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_23, /*hidden argument*/NULL);
int32_t L_25 = V_1;
if ((((int32_t)L_24) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)9))))))
{
goto IL_01d3;
}
}
{
int32_t L_26 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_27 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_27);
NullCheck(L_28);
if ((!(((uint32_t)L_26) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))))
{
goto IL_00b2;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_29 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_29, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00b2:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_30 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_30);
int32_t L_32 = V_0;
String_t* L_33 = ___sourceText0;
int32_t L_34 = V_1;
int32_t L_35 = TMP_Text_GetUTF32_m76AD817A328C05E4BAB81C5EF04CF78F3E0ED961(__this, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (int32_t)L_35);
int32_t L_36 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)9)));
int32_t L_37 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
goto IL_02cc;
}
IL_00ce:
{
bool L_38 = __this->get_m_parseCtrlCharacters_109();
if (!L_38)
{
goto IL_01d3;
}
}
{
String_t* L_39 = ___sourceText0;
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_39, /*hidden argument*/NULL);
int32_t L_41 = V_1;
if ((((int32_t)L_40) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2)))))
{
goto IL_01d3;
}
}
{
int32_t L_42 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_43 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_44 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_43);
NullCheck(L_44);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length)))))))
{
goto IL_00f7;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00f7:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_46 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_46);
int32_t L_48 = V_0;
String_t* L_49 = ___sourceText0;
int32_t L_50 = V_1;
NullCheck(L_49);
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_47);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (int32_t)L_51);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_52 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_53 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_52);
int32_t L_54 = V_0;
String_t* L_55 = ___sourceText0;
int32_t L_56 = V_1;
NullCheck(L_55);
Il2CppChar L_57 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))), (int32_t)L_57);
int32_t L_58 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2));
int32_t L_59 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)2));
goto IL_02cc;
}
IL_0120:
{
bool L_60 = __this->get_m_parseCtrlCharacters_109();
if (!L_60)
{
goto IL_01d3;
}
}
{
int32_t L_61 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_62 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_63 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_62);
NullCheck(L_63);
if ((!(((uint32_t)L_61) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length))))))))
{
goto IL_0139;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_64 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_64, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0139:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_65 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_66 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_65);
int32_t L_67 = V_0;
NullCheck(L_66);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(L_67), (int32_t)((int32_t)10));
int32_t L_68 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
int32_t L_69 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
goto IL_02cc;
}
IL_014c:
{
bool L_70 = __this->get_m_parseCtrlCharacters_109();
if (!L_70)
{
goto IL_01d3;
}
}
{
int32_t L_71 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_72 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_73 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_72);
NullCheck(L_73);
if ((!(((uint32_t)L_71) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_73)->max_length))))))))
{
goto IL_0162;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_74 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_74, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0162:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_75 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_76 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_75);
int32_t L_77 = V_0;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(L_77), (int32_t)((int32_t)13));
int32_t L_78 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
int32_t L_79 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1));
goto IL_02cc;
}
IL_0175:
{
bool L_80 = __this->get_m_parseCtrlCharacters_109();
if (!L_80)
{
goto IL_01d3;
}
}
{
int32_t L_81 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_82 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_83 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_82);
NullCheck(L_83);
if ((!(((uint32_t)L_81) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length))))))))
{
goto IL_018b;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_84 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_84, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_018b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_85 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_86 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_85);
int32_t L_87 = V_0;
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(L_87), (int32_t)((int32_t)9));
int32_t L_88 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1));
int32_t L_89 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
goto IL_02cc;
}
IL_019e:
{
String_t* L_90 = ___sourceText0;
NullCheck(L_90);
int32_t L_91 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_90, /*hidden argument*/NULL);
int32_t L_92 = V_1;
if ((((int32_t)L_91) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)5)))))
{
goto IL_01d3;
}
}
{
int32_t L_93 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_94 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_95 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_94);
NullCheck(L_95);
if ((!(((uint32_t)L_93) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_95)->max_length))))))))
{
goto IL_01b7;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_96 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_96, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_01b7:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_97 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_98 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_97);
int32_t L_99 = V_0;
String_t* L_100 = ___sourceText0;
int32_t L_101 = V_1;
int32_t L_102 = TMP_Text_GetUTF16_mC37EAA320F128E0449A893AEFBE436BBABD5A8D7(__this, L_100, ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(L_99), (int32_t)(((int32_t)((uint16_t)L_102))));
int32_t L_103 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)5));
int32_t L_104 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1));
goto IL_02cc;
}
IL_01d3:
{
String_t* L_105 = ___sourceText0;
int32_t L_106 = V_1;
NullCheck(L_105);
Il2CppChar L_107 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_105, L_106, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_108 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_107, /*hidden argument*/NULL);
if (!L_108)
{
goto IL_0225;
}
}
{
String_t* L_109 = ___sourceText0;
int32_t L_110 = V_1;
NullCheck(L_109);
Il2CppChar L_111 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_109, ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_112 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_111, /*hidden argument*/NULL);
if (!L_112)
{
goto IL_0225;
}
}
{
int32_t L_113 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_114 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_115 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_114);
NullCheck(L_115);
if ((!(((uint32_t)L_113) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_115)->max_length))))))))
{
goto IL_01ff;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_116 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_116, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_01ff:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_117 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_118 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_117);
int32_t L_119 = V_0;
String_t* L_120 = ___sourceText0;
int32_t L_121 = V_1;
NullCheck(L_120);
Il2CppChar L_122 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_120, L_121, /*hidden argument*/NULL);
String_t* L_123 = ___sourceText0;
int32_t L_124 = V_1;
NullCheck(L_123);
Il2CppChar L_125 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_123, ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_126 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_122, L_125, /*hidden argument*/NULL);
NullCheck(L_118);
(L_118)->SetAt(static_cast<il2cpp_array_size_t>(L_119), (int32_t)L_126);
int32_t L_127 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1));
int32_t L_128 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1));
goto IL_02cc;
}
IL_0225:
{
String_t* L_129 = ___sourceText0;
int32_t L_130 = V_1;
NullCheck(L_129);
Il2CppChar L_131 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_129, L_130, /*hidden argument*/NULL);
if ((!(((uint32_t)L_131) == ((uint32_t)((int32_t)60)))))
{
goto IL_02af;
}
}
{
bool L_132 = __this->get_m_isRichText_108();
if (!L_132)
{
goto IL_02af;
}
}
{
int32_t L_133 = V_1;
bool L_134 = TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3(__this, (String_t**)(&___sourceText0), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_133, /*hidden argument*/NULL);
if (!L_134)
{
goto IL_0266;
}
}
{
int32_t L_135 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_136 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_137 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_136);
NullCheck(L_137);
if ((!(((uint32_t)L_135) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_137)->max_length))))))))
{
goto IL_0256;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_138 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_138, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0256:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_139 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_140 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_139);
int32_t L_141 = V_0;
NullCheck(L_140);
(L_140)->SetAt(static_cast<il2cpp_array_size_t>(L_141), (int32_t)((int32_t)10));
int32_t L_142 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)1));
int32_t L_143 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)3));
goto IL_02cc;
}
IL_0266:
{
int32_t L_144 = V_1;
bool L_145 = TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3(__this, (String_t**)(&___sourceText0), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_144, /*hidden argument*/NULL);
if (!L_145)
{
goto IL_028c;
}
}
{
V_3 = 0;
int32_t L_146 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_147 = ___charBuffer1;
bool L_148 = TMP_Text_ReplaceOpeningStyleTag_m81DC125E8CDF5CB25D3B97F2143DFCB52D2819C3(__this, (String_t**)(&___sourceText0), L_146, (int32_t*)(&V_3), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_147, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (!L_148)
{
goto IL_02af;
}
}
{
int32_t L_149 = V_3;
V_1 = L_149;
goto IL_02cc;
}
IL_028c:
{
int32_t L_150 = V_1;
bool L_151 = TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3(__this, (String_t**)(&___sourceText0), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_150, /*hidden argument*/NULL);
if (!L_151)
{
goto IL_02af;
}
}
{
int32_t L_152 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_153 = ___charBuffer1;
TMP_Text_ReplaceClosingStyleTag_mEE6A350D0FD0DB6A1AD763C5195180A80537310A(__this, (String_t**)(&___sourceText0), L_152, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_153, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_154 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)7));
goto IL_02cc;
}
IL_02af:
{
int32_t L_155 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_156 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_157 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_156);
NullCheck(L_157);
if ((!(((uint32_t)L_155) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_157)->max_length))))))))
{
goto IL_02bd;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_158 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_158, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_02bd:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_159 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_160 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_159);
int32_t L_161 = V_0;
String_t* L_162 = ___sourceText0;
int32_t L_163 = V_1;
NullCheck(L_162);
Il2CppChar L_164 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_162, L_163, /*hidden argument*/NULL);
NullCheck(L_160);
(L_160)->SetAt(static_cast<il2cpp_array_size_t>(L_161), (int32_t)L_164);
int32_t L_165 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1));
}
IL_02cc:
{
int32_t L_166 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)1));
}
IL_02d0:
{
int32_t L_167 = V_1;
String_t* L_168 = ___sourceText0;
NullCheck(L_168);
int32_t L_169 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_168, /*hidden argument*/NULL);
if ((((int32_t)L_167) < ((int32_t)L_169)))
{
goto IL_002a;
}
}
{
int32_t L_170 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_171 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_172 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_171);
NullCheck(L_172);
if ((!(((uint32_t)L_170) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_172)->max_length))))))))
{
goto IL_02ea;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_173 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_173, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_02ea:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_174 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_175 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_174);
int32_t L_176 = V_0;
NullCheck(L_175);
(L_175)->SetAt(static_cast<il2cpp_array_size_t>(L_176), (int32_t)0);
return;
}
}
// System.Void TMPro.TMP_Text::StringBuilderToIntArray(System.Text.StringBuilder,System.Int32[]U26)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_StringBuilderToIntArray_m57A04C15156CC13A6BFCD6A6D1D0EADFAA11EC50 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___sourceText0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_StringBuilderToIntArray_m57A04C15156CC13A6BFCD6A6D1D0EADFAA11EC50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
StringBuilder_t * L_0 = ___sourceText0;
if (L_0)
{
goto IL_0009;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_1 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_1);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)0);
return;
}
IL_0009:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_3 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_3);
if (L_4)
{
goto IL_0015;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_5 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)8);
*((RuntimeObject **)L_5) = (RuntimeObject *)L_6;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_5, (RuntimeObject *)L_6);
}
IL_0015:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_7 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_7, /*hidden argument*/TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var);
V_0 = 0;
V_1 = 0;
goto IL_02a1;
}
IL_0029:
{
bool L_8 = __this->get_m_parseCtrlCharacters_109();
if (!L_8)
{
goto IL_01ac;
}
}
{
StringBuilder_t * L_9 = ___sourceText0;
int32_t L_10 = V_1;
NullCheck(L_9);
Il2CppChar L_11 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_9, L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92)))))
{
goto IL_01ac;
}
}
{
StringBuilder_t * L_12 = ___sourceText0;
NullCheck(L_12);
int32_t L_13 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_12, /*hidden argument*/NULL);
int32_t L_14 = V_1;
if ((((int32_t)L_13) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)))))
{
goto IL_01ac;
}
}
{
StringBuilder_t * L_15 = ___sourceText0;
int32_t L_16 = V_1;
NullCheck(L_15);
Il2CppChar L_17 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_17;
int32_t L_18 = V_2;
if ((((int32_t)L_18) > ((int32_t)((int32_t)92))))
{
goto IL_006e;
}
}
{
int32_t L_19 = V_2;
if ((((int32_t)L_19) == ((int32_t)((int32_t)85))))
{
goto IL_0094;
}
}
{
int32_t L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)92))))
{
goto IL_00cd;
}
}
{
goto IL_01ac;
}
IL_006e:
{
int32_t L_21 = V_2;
if ((((int32_t)L_21) == ((int32_t)((int32_t)110))))
{
goto IL_0114;
}
}
{
int32_t L_22 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)114))))
{
case 0:
{
goto IL_0135;
}
case 1:
{
goto IL_01ac;
}
case 2:
{
goto IL_0156;
}
case 3:
{
goto IL_0177;
}
}
}
{
goto IL_01ac;
}
IL_0094:
{
StringBuilder_t * L_23 = ___sourceText0;
NullCheck(L_23);
int32_t L_24 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_23, /*hidden argument*/NULL);
int32_t L_25 = V_1;
if ((((int32_t)L_24) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)((int32_t)9))))))
{
goto IL_01ac;
}
}
{
int32_t L_26 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_27 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_27);
NullCheck(L_28);
if ((!(((uint32_t)L_26) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))))
{
goto IL_00b1;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_29 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_29, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00b1:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_30 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_30);
int32_t L_32 = V_0;
StringBuilder_t * L_33 = ___sourceText0;
int32_t L_34 = V_1;
int32_t L_35 = TMP_Text_GetUTF32_mFFCA08E1EE49BB79CD098EFE3287741C67F7741F(__this, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (int32_t)L_35);
int32_t L_36 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)9)));
int32_t L_37 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
goto IL_029d;
}
IL_00cd:
{
StringBuilder_t * L_38 = ___sourceText0;
NullCheck(L_38);
int32_t L_39 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_38, /*hidden argument*/NULL);
int32_t L_40 = V_1;
if ((((int32_t)L_39) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)2)))))
{
goto IL_01ac;
}
}
{
int32_t L_41 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_42 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_42);
NullCheck(L_43);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))))))
{
goto IL_00eb;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_44 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_44, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00eb:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_46 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45);
int32_t L_47 = V_0;
StringBuilder_t * L_48 = ___sourceText0;
int32_t L_49 = V_1;
NullCheck(L_48);
Il2CppChar L_50 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (int32_t)L_50);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_51 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_52 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_51);
int32_t L_53 = V_0;
StringBuilder_t * L_54 = ___sourceText0;
int32_t L_55 = V_1;
NullCheck(L_54);
Il2CppChar L_56 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_52);
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))), (int32_t)L_56);
int32_t L_57 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2));
int32_t L_58 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2));
goto IL_029d;
}
IL_0114:
{
int32_t L_59 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_60 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_61 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_60);
NullCheck(L_61);
if ((!(((uint32_t)L_59) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))))
{
goto IL_0122;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_62 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_62, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0122:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_63 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_64 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_63);
int32_t L_65 = V_0;
NullCheck(L_64);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (int32_t)((int32_t)10));
int32_t L_66 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1));
int32_t L_67 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
goto IL_029d;
}
IL_0135:
{
int32_t L_68 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_69 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_70 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_69);
NullCheck(L_70);
if ((!(((uint32_t)L_68) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_70)->max_length))))))))
{
goto IL_0143;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_71 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_71, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0143:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_72 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_73 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_72);
int32_t L_74 = V_0;
NullCheck(L_73);
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(L_74), (int32_t)((int32_t)13));
int32_t L_75 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
int32_t L_76 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1));
goto IL_029d;
}
IL_0156:
{
int32_t L_77 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_78 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_79 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_78);
NullCheck(L_79);
if ((!(((uint32_t)L_77) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_79)->max_length))))))))
{
goto IL_0164;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_80 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_80, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0164:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_81 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_82 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_81);
int32_t L_83 = V_0;
NullCheck(L_82);
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(L_83), (int32_t)((int32_t)9));
int32_t L_84 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1));
int32_t L_85 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1));
goto IL_029d;
}
IL_0177:
{
StringBuilder_t * L_86 = ___sourceText0;
NullCheck(L_86);
int32_t L_87 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_86, /*hidden argument*/NULL);
int32_t L_88 = V_1;
if ((((int32_t)L_87) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)5)))))
{
goto IL_01ac;
}
}
{
int32_t L_89 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_90 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_91 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_90);
NullCheck(L_91);
if ((!(((uint32_t)L_89) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length))))))))
{
goto IL_0190;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_92 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_92, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0190:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_93 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_94 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_93);
int32_t L_95 = V_0;
StringBuilder_t * L_96 = ___sourceText0;
int32_t L_97 = V_1;
int32_t L_98 = TMP_Text_GetUTF16_m61BE253641597816445326C4D026E32A4D72042C(__this, L_96, ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_94);
(L_94)->SetAt(static_cast<il2cpp_array_size_t>(L_95), (int32_t)(((int32_t)((uint16_t)L_98))));
int32_t L_99 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)5));
int32_t L_100 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1));
goto IL_029d;
}
IL_01ac:
{
StringBuilder_t * L_101 = ___sourceText0;
int32_t L_102 = V_1;
NullCheck(L_101);
Il2CppChar L_103 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_101, L_102, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_104 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_103, /*hidden argument*/NULL);
if (!L_104)
{
goto IL_01fe;
}
}
{
StringBuilder_t * L_105 = ___sourceText0;
int32_t L_106 = V_1;
NullCheck(L_105);
Il2CppChar L_107 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_105, ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_108 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_107, /*hidden argument*/NULL);
if (!L_108)
{
goto IL_01fe;
}
}
{
int32_t L_109 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_110 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_111 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_110);
NullCheck(L_111);
if ((!(((uint32_t)L_109) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_111)->max_length))))))))
{
goto IL_01d8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_112 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_112, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_01d8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_113 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_114 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_113);
int32_t L_115 = V_0;
StringBuilder_t * L_116 = ___sourceText0;
int32_t L_117 = V_1;
NullCheck(L_116);
Il2CppChar L_118 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_116, L_117, /*hidden argument*/NULL);
StringBuilder_t * L_119 = ___sourceText0;
int32_t L_120 = V_1;
NullCheck(L_119);
Il2CppChar L_121 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_119, ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_122 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_118, L_121, /*hidden argument*/NULL);
NullCheck(L_114);
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(L_115), (int32_t)L_122);
int32_t L_123 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1));
int32_t L_124 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1));
goto IL_029d;
}
IL_01fe:
{
StringBuilder_t * L_125 = ___sourceText0;
int32_t L_126 = V_1;
NullCheck(L_125);
Il2CppChar L_127 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_125, L_126, /*hidden argument*/NULL);
if ((!(((uint32_t)L_127) == ((uint32_t)((int32_t)60)))))
{
goto IL_0280;
}
}
{
int32_t L_128 = V_1;
bool L_129 = TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F(__this, (StringBuilder_t **)(&___sourceText0), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_128, /*hidden argument*/NULL);
if (!L_129)
{
goto IL_0237;
}
}
{
int32_t L_130 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_131 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_132 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_131);
NullCheck(L_132);
if ((!(((uint32_t)L_130) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_132)->max_length))))))))
{
goto IL_0227;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_133 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_133, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0227:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_134 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_135 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_134);
int32_t L_136 = V_0;
NullCheck(L_135);
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(L_136), (int32_t)((int32_t)10));
int32_t L_137 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1));
int32_t L_138 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)3));
goto IL_029d;
}
IL_0237:
{
int32_t L_139 = V_1;
bool L_140 = TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F(__this, (StringBuilder_t **)(&___sourceText0), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_139, /*hidden argument*/NULL);
if (!L_140)
{
goto IL_025d;
}
}
{
V_3 = 0;
int32_t L_141 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_142 = ___charBuffer1;
bool L_143 = TMP_Text_ReplaceOpeningStyleTag_mB94635B03CC19D81E9DD02D8379FC5143CA11C9F(__this, (StringBuilder_t **)(&___sourceText0), L_141, (int32_t*)(&V_3), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_142, (int32_t*)(&V_0), /*hidden argument*/NULL);
if (!L_143)
{
goto IL_0280;
}
}
{
int32_t L_144 = V_3;
V_1 = L_144;
goto IL_029d;
}
IL_025d:
{
int32_t L_145 = V_1;
bool L_146 = TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F(__this, (StringBuilder_t **)(&___sourceText0), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_145, /*hidden argument*/NULL);
if (!L_146)
{
goto IL_0280;
}
}
{
int32_t L_147 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_148 = ___charBuffer1;
TMP_Text_ReplaceClosingStyleTag_mC289D866D8FDD4FF1E501A80CBBD2C66F0A87F34(__this, (StringBuilder_t **)(&___sourceText0), L_147, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_148, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_149 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)7));
goto IL_029d;
}
IL_0280:
{
int32_t L_150 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_151 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_152 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_151);
NullCheck(L_152);
if ((!(((uint32_t)L_150) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_152)->max_length))))))))
{
goto IL_028e;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_153 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_153, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_028e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_154 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_155 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_154);
int32_t L_156 = V_0;
StringBuilder_t * L_157 = ___sourceText0;
int32_t L_158 = V_1;
NullCheck(L_157);
Il2CppChar L_159 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_157, L_158, /*hidden argument*/NULL);
NullCheck(L_155);
(L_155)->SetAt(static_cast<il2cpp_array_size_t>(L_156), (int32_t)L_159);
int32_t L_160 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1));
}
IL_029d:
{
int32_t L_161 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1));
}
IL_02a1:
{
int32_t L_162 = V_1;
StringBuilder_t * L_163 = ___sourceText0;
NullCheck(L_163);
int32_t L_164 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_163, /*hidden argument*/NULL);
if ((((int32_t)L_162) < ((int32_t)L_164)))
{
goto IL_0029;
}
}
{
int32_t L_165 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_166 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_167 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_166);
NullCheck(L_167);
if ((!(((uint32_t)L_165) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_167)->max_length))))))))
{
goto IL_02bb;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_168 = ___charBuffer1;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_168, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_02bb:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_169 = ___charBuffer1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_170 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_169);
int32_t L_171 = V_0;
NullCheck(L_170);
(L_170)->SetAt(static_cast<il2cpp_array_size_t>(L_171), (int32_t)0);
return;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.StringU26,System.Int32,System.Int32U26,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_m81DC125E8CDF5CB25D3B97F2143DFCB52D2819C3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceOpeningStyleTag_m81DC125E8CDF5CB25D3B97F2143DFCB52D2819C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
String_t** L_0 = ___sourceText0;
int32_t L_1 = ___srcIndex1;
int32_t* L_2 = ___srcOffset2;
int32_t L_3 = TMP_Text_GetTagHashCode_mD7C06923F9EA39B6F28D4CD2B57914B6242CF041(__this, (String_t**)L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7)), (int32_t*)L_2, /*hidden argument*/NULL);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_3, /*hidden argument*/NULL);
V_0 = L_4;
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
if (!L_5)
{
goto IL_0018;
}
}
{
int32_t* L_6 = ___srcOffset2;
int32_t L_7 = *((int32_t*)L_6);
if (L_7)
{
goto IL_001a;
}
}
IL_0018:
{
return (bool)0;
}
IL_001a:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_8 = __this->get_address_of_m_styleStack_212();
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321(L_9, /*hidden argument*/NULL);
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_8, L_10, /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_11 = V_0;
NullCheck(L_11);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_13 = V_0;
NullCheck(L_13);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_13, /*hidden argument*/NULL);
V_2 = L_14;
V_3 = 0;
goto IL_00fd;
}
IL_0042:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = V_2;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_4 = L_18;
int32_t L_19 = V_4;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)60)))))
{
goto IL_00d6;
}
}
{
int32_t L_20 = V_3;
bool L_21 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0089;
}
}
{
int32_t* L_22 = ___writeIndex4;
int32_t L_23 = *((int32_t*)L_22);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_24 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_24);
NullCheck(L_25);
if ((!(((uint32_t)L_23) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))))
{
goto IL_0072;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_26 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_26, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0072:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_27 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_27);
int32_t* L_29 = ___writeIndex4;
int32_t L_30 = *((int32_t*)L_29);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((int32_t)10));
int32_t* L_31 = ___writeIndex4;
int32_t* L_32 = ___writeIndex4;
int32_t L_33 = *((int32_t*)L_32);
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)3));
goto IL_00f9;
}
IL_0089:
{
int32_t L_35 = V_3;
bool L_36 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00b2;
}
}
{
V_5 = 0;
int32_t L_37 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_38 = ___charBuffer3;
int32_t* L_39 = ___writeIndex4;
bool L_40 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_37, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_38, (int32_t*)L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00d6;
}
}
{
int32_t L_41 = V_5;
V_3 = L_41;
goto IL_00f9;
}
IL_00b2:
{
int32_t L_42 = V_3;
bool L_43 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_00d6;
}
}
{
int32_t L_44 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer3;
int32_t* L_46 = ___writeIndex4;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_44, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45, (int32_t*)L_46, /*hidden argument*/NULL);
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)7));
goto IL_00f9;
}
IL_00d6:
{
int32_t* L_48 = ___writeIndex4;
int32_t L_49 = *((int32_t*)L_48);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_50 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_50);
NullCheck(L_51);
if ((!(((uint32_t)L_49) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))))
{
goto IL_00e8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_52 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_52, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00e8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_53 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_54 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_53);
int32_t* L_55 = ___writeIndex4;
int32_t L_56 = *((int32_t*)L_55);
int32_t L_57 = V_4;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (int32_t)L_57);
int32_t* L_58 = ___writeIndex4;
int32_t* L_59 = ___writeIndex4;
int32_t L_60 = *((int32_t*)L_59);
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_00f9:
{
int32_t L_61 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_00fd:
{
int32_t L_62 = V_3;
int32_t L_63 = V_1;
if ((((int32_t)L_62) < ((int32_t)L_63)))
{
goto IL_0042;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.Int32[]U26,System.Int32,System.Int32U26,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_0 = ___sourceText0;
int32_t L_1 = ___srcIndex1;
int32_t* L_2 = ___srcOffset2;
int32_t L_3 = TMP_Text_GetTagHashCode_mBD373B2A85BC9911C770AAD3B4525A2CB8C6E83B(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7)), (int32_t*)L_2, /*hidden argument*/NULL);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_3, /*hidden argument*/NULL);
V_0 = L_4;
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
if (!L_5)
{
goto IL_0018;
}
}
{
int32_t* L_6 = ___srcOffset2;
int32_t L_7 = *((int32_t*)L_6);
if (L_7)
{
goto IL_001a;
}
}
IL_0018:
{
return (bool)0;
}
IL_001a:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_8 = __this->get_address_of_m_styleStack_212();
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321(L_9, /*hidden argument*/NULL);
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_8, L_10, /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_11 = V_0;
NullCheck(L_11);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_13 = V_0;
NullCheck(L_13);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_13, /*hidden argument*/NULL);
V_2 = L_14;
V_3 = 0;
goto IL_00fd;
}
IL_0042:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = V_2;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_4 = L_18;
int32_t L_19 = V_4;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)60)))))
{
goto IL_00d6;
}
}
{
int32_t L_20 = V_3;
bool L_21 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0089;
}
}
{
int32_t* L_22 = ___writeIndex4;
int32_t L_23 = *((int32_t*)L_22);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_24 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_24);
NullCheck(L_25);
if ((!(((uint32_t)L_23) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))))
{
goto IL_0072;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_26 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_26, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0072:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_27 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_27);
int32_t* L_29 = ___writeIndex4;
int32_t L_30 = *((int32_t*)L_29);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((int32_t)10));
int32_t* L_31 = ___writeIndex4;
int32_t* L_32 = ___writeIndex4;
int32_t L_33 = *((int32_t*)L_32);
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)3));
goto IL_00f9;
}
IL_0089:
{
int32_t L_35 = V_3;
bool L_36 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00b2;
}
}
{
V_5 = 0;
int32_t L_37 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_38 = ___charBuffer3;
int32_t* L_39 = ___writeIndex4;
bool L_40 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_37, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_38, (int32_t*)L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00d6;
}
}
{
int32_t L_41 = V_5;
V_3 = L_41;
goto IL_00f9;
}
IL_00b2:
{
int32_t L_42 = V_3;
bool L_43 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_00d6;
}
}
{
int32_t L_44 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer3;
int32_t* L_46 = ___writeIndex4;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_44, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45, (int32_t*)L_46, /*hidden argument*/NULL);
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)7));
goto IL_00f9;
}
IL_00d6:
{
int32_t* L_48 = ___writeIndex4;
int32_t L_49 = *((int32_t*)L_48);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_50 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_50);
NullCheck(L_51);
if ((!(((uint32_t)L_49) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))))
{
goto IL_00e8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_52 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_52, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00e8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_53 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_54 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_53);
int32_t* L_55 = ___writeIndex4;
int32_t L_56 = *((int32_t*)L_55);
int32_t L_57 = V_4;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (int32_t)L_57);
int32_t* L_58 = ___writeIndex4;
int32_t* L_59 = ___writeIndex4;
int32_t L_60 = *((int32_t*)L_59);
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_00f9:
{
int32_t L_61 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_00fd:
{
int32_t L_62 = V_3;
int32_t L_63 = V_1;
if ((((int32_t)L_62) < ((int32_t)L_63)))
{
goto IL_0042;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.Char[]U26,System.Int32,System.Int32U26,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_0 = ___sourceText0;
int32_t L_1 = ___srcIndex1;
int32_t* L_2 = ___srcOffset2;
int32_t L_3 = TMP_Text_GetTagHashCode_mCA5CBD3E0605DBE75DC426CFEF1A48D6D8A1E01B(__this, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7)), (int32_t*)L_2, /*hidden argument*/NULL);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_3, /*hidden argument*/NULL);
V_0 = L_4;
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
if (!L_5)
{
goto IL_0018;
}
}
{
int32_t* L_6 = ___srcOffset2;
int32_t L_7 = *((int32_t*)L_6);
if (L_7)
{
goto IL_001a;
}
}
IL_0018:
{
return (bool)0;
}
IL_001a:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_8 = __this->get_address_of_m_styleStack_212();
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321(L_9, /*hidden argument*/NULL);
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_8, L_10, /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_11 = V_0;
NullCheck(L_11);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_13 = V_0;
NullCheck(L_13);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_13, /*hidden argument*/NULL);
V_2 = L_14;
V_3 = 0;
goto IL_00fd;
}
IL_0042:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = V_2;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_4 = L_18;
int32_t L_19 = V_4;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)60)))))
{
goto IL_00d6;
}
}
{
int32_t L_20 = V_3;
bool L_21 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0089;
}
}
{
int32_t* L_22 = ___writeIndex4;
int32_t L_23 = *((int32_t*)L_22);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_24 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_24);
NullCheck(L_25);
if ((!(((uint32_t)L_23) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))))
{
goto IL_0072;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_26 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_26, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0072:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_27 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_27);
int32_t* L_29 = ___writeIndex4;
int32_t L_30 = *((int32_t*)L_29);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((int32_t)10));
int32_t* L_31 = ___writeIndex4;
int32_t* L_32 = ___writeIndex4;
int32_t L_33 = *((int32_t*)L_32);
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)3));
goto IL_00f9;
}
IL_0089:
{
int32_t L_35 = V_3;
bool L_36 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00b2;
}
}
{
V_5 = 0;
int32_t L_37 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_38 = ___charBuffer3;
int32_t* L_39 = ___writeIndex4;
bool L_40 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_37, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_38, (int32_t*)L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00d6;
}
}
{
int32_t L_41 = V_5;
V_3 = L_41;
goto IL_00f9;
}
IL_00b2:
{
int32_t L_42 = V_3;
bool L_43 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_00d6;
}
}
{
int32_t L_44 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer3;
int32_t* L_46 = ___writeIndex4;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_44, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45, (int32_t*)L_46, /*hidden argument*/NULL);
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)7));
goto IL_00f9;
}
IL_00d6:
{
int32_t* L_48 = ___writeIndex4;
int32_t L_49 = *((int32_t*)L_48);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_50 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_50);
NullCheck(L_51);
if ((!(((uint32_t)L_49) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))))
{
goto IL_00e8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_52 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_52, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00e8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_53 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_54 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_53);
int32_t* L_55 = ___writeIndex4;
int32_t L_56 = *((int32_t*)L_55);
int32_t L_57 = V_4;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (int32_t)L_57);
int32_t* L_58 = ___writeIndex4;
int32_t* L_59 = ___writeIndex4;
int32_t L_60 = *((int32_t*)L_59);
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_00f9:
{
int32_t L_61 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_00fd:
{
int32_t L_62 = V_3;
int32_t L_63 = V_1;
if ((((int32_t)L_62) < ((int32_t)L_63)))
{
goto IL_0042;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceOpeningStyleTag(System.Text.StringBuilderU26,System.Int32,System.Int32U26,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceOpeningStyleTag_mB94635B03CC19D81E9DD02D8379FC5143CA11C9F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___sourceText0, int32_t ___srcIndex1, int32_t* ___srcOffset2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer3, int32_t* ___writeIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceOpeningStyleTag_mB94635B03CC19D81E9DD02D8379FC5143CA11C9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
StringBuilder_t ** L_0 = ___sourceText0;
int32_t L_1 = ___srcIndex1;
int32_t* L_2 = ___srcOffset2;
int32_t L_3 = TMP_Text_GetTagHashCode_mC362B06D21DC995DA325A603E73DCF3466DE05E4(__this, (StringBuilder_t **)L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7)), (int32_t*)L_2, /*hidden argument*/NULL);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_3, /*hidden argument*/NULL);
V_0 = L_4;
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
if (!L_5)
{
goto IL_0018;
}
}
{
int32_t* L_6 = ___srcOffset2;
int32_t L_7 = *((int32_t*)L_6);
if (L_7)
{
goto IL_001a;
}
}
IL_0018:
{
return (bool)0;
}
IL_001a:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_8 = __this->get_address_of_m_styleStack_212();
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = TMP_Style_get_hashCode_mD855529D4DC91212C99654D63A3AB4DCDD465321(L_9, /*hidden argument*/NULL);
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_8, L_10, /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_11 = V_0;
NullCheck(L_11);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_13 = V_0;
NullCheck(L_13);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = TMP_Style_get_styleOpeningTagArray_mD14F5B38FE24916AB41BD00C68F0815F92EBDFE9(L_13, /*hidden argument*/NULL);
V_2 = L_14;
V_3 = 0;
goto IL_00fd;
}
IL_0042:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = V_2;
int32_t L_16 = V_3;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_4 = L_18;
int32_t L_19 = V_4;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)60)))))
{
goto IL_00d6;
}
}
{
int32_t L_20 = V_3;
bool L_21 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0089;
}
}
{
int32_t* L_22 = ___writeIndex4;
int32_t L_23 = *((int32_t*)L_22);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_24 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_24);
NullCheck(L_25);
if ((!(((uint32_t)L_23) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))))
{
goto IL_0072;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_26 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_26, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0072:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_27 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_27);
int32_t* L_29 = ___writeIndex4;
int32_t L_30 = *((int32_t*)L_29);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((int32_t)10));
int32_t* L_31 = ___writeIndex4;
int32_t* L_32 = ___writeIndex4;
int32_t L_33 = *((int32_t*)L_32);
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)3));
goto IL_00f9;
}
IL_0089:
{
int32_t L_35 = V_3;
bool L_36 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00b2;
}
}
{
V_5 = 0;
int32_t L_37 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_38 = ___charBuffer3;
int32_t* L_39 = ___writeIndex4;
bool L_40 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_37, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_38, (int32_t*)L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00d6;
}
}
{
int32_t L_41 = V_5;
V_3 = L_41;
goto IL_00f9;
}
IL_00b2:
{
int32_t L_42 = V_3;
bool L_43 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_00d6;
}
}
{
int32_t L_44 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_45 = ___charBuffer3;
int32_t* L_46 = ___writeIndex4;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_44, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_45, (int32_t*)L_46, /*hidden argument*/NULL);
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)7));
goto IL_00f9;
}
IL_00d6:
{
int32_t* L_48 = ___writeIndex4;
int32_t L_49 = *((int32_t*)L_48);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_50 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_50);
NullCheck(L_51);
if ((!(((uint32_t)L_49) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))))
{
goto IL_00e8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_52 = ___charBuffer3;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_52, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00e8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_53 = ___charBuffer3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_54 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_53);
int32_t* L_55 = ___writeIndex4;
int32_t L_56 = *((int32_t*)L_55);
int32_t L_57 = V_4;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (int32_t)L_57);
int32_t* L_58 = ___writeIndex4;
int32_t* L_59 = ___writeIndex4;
int32_t L_60 = *((int32_t*)L_59);
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_00f9:
{
int32_t L_61 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_00fd:
{
int32_t L_62 = V_3;
int32_t L_63 = V_1;
if ((((int32_t)L_62) < ((int32_t)L_63)))
{
goto IL_0042;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.StringU26,System.Int32,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_mEE6A350D0FD0DB6A1AD763C5195180A80537310A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceClosingStyleTag_mEE6A350D0FD0DB6A1AD763C5195180A80537310A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_0 = __this->get_address_of_m_styleStack_212();
int32_t L_1 = TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_0, /*hidden argument*/TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_2 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_1, /*hidden argument*/NULL);
V_0 = L_2;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_3 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_3, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = V_0;
if (L_4)
{
goto IL_0022;
}
}
{
return (bool)0;
}
IL_0022:
{
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
NullCheck(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_7 = V_0;
NullCheck(L_7);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_7, /*hidden argument*/NULL);
V_2 = L_8;
V_3 = 0;
goto IL_00ec;
}
IL_0039:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = V_2;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_4 = L_12;
int32_t L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)60)))))
{
goto IL_00c8;
}
}
{
int32_t L_14 = V_3;
bool L_15 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_007d;
}
}
{
int32_t* L_16 = ___writeIndex3;
int32_t L_17 = *((int32_t*)L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_18 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_18);
NullCheck(L_19);
if ((!(((uint32_t)L_17) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))))
{
goto IL_0067;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_20 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_20, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0067:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21);
int32_t* L_23 = ___writeIndex3;
int32_t L_24 = *((int32_t*)L_23);
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (int32_t)((int32_t)10));
int32_t* L_25 = ___writeIndex3;
int32_t* L_26 = ___writeIndex3;
int32_t L_27 = *((int32_t*)L_26);
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3));
goto IL_00e8;
}
IL_007d:
{
int32_t L_29 = V_3;
bool L_30 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00a5;
}
}
{
V_5 = 0;
int32_t L_31 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_32 = ___charBuffer2;
int32_t* L_33 = ___writeIndex3;
bool L_34 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_31, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_32, (int32_t*)L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00c8;
}
}
{
int32_t L_35 = V_5;
V_3 = L_35;
goto IL_00e8;
}
IL_00a5:
{
int32_t L_36 = V_3;
bool L_37 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00c8;
}
}
{
int32_t L_38 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_39 = ___charBuffer2;
int32_t* L_40 = ___writeIndex3;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_38, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_39, (int32_t*)L_40, /*hidden argument*/NULL);
int32_t L_41 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7));
goto IL_00e8;
}
IL_00c8:
{
int32_t* L_42 = ___writeIndex3;
int32_t L_43 = *((int32_t*)L_42);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_44 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_44);
NullCheck(L_45);
if ((!(((uint32_t)L_43) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))))
{
goto IL_00d8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_46 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_46, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00d8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_47 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_47);
int32_t* L_49 = ___writeIndex3;
int32_t L_50 = *((int32_t*)L_49);
int32_t L_51 = V_4;
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)L_51);
int32_t* L_52 = ___writeIndex3;
int32_t* L_53 = ___writeIndex3;
int32_t L_54 = *((int32_t*)L_53);
*((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00e8:
{
int32_t L_55 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_00ec:
{
int32_t L_56 = V_3;
int32_t L_57 = V_1;
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_0039;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.Int32[]U26,System.Int32,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_0 = __this->get_address_of_m_styleStack_212();
int32_t L_1 = TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_0, /*hidden argument*/TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_2 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_1, /*hidden argument*/NULL);
V_0 = L_2;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_3 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_3, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = V_0;
if (L_4)
{
goto IL_0022;
}
}
{
return (bool)0;
}
IL_0022:
{
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
NullCheck(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_7 = V_0;
NullCheck(L_7);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_7, /*hidden argument*/NULL);
V_2 = L_8;
V_3 = 0;
goto IL_00ec;
}
IL_0039:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = V_2;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_4 = L_12;
int32_t L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)60)))))
{
goto IL_00c8;
}
}
{
int32_t L_14 = V_3;
bool L_15 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_007d;
}
}
{
int32_t* L_16 = ___writeIndex3;
int32_t L_17 = *((int32_t*)L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_18 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_18);
NullCheck(L_19);
if ((!(((uint32_t)L_17) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))))
{
goto IL_0067;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_20 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_20, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0067:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21);
int32_t* L_23 = ___writeIndex3;
int32_t L_24 = *((int32_t*)L_23);
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (int32_t)((int32_t)10));
int32_t* L_25 = ___writeIndex3;
int32_t* L_26 = ___writeIndex3;
int32_t L_27 = *((int32_t*)L_26);
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3));
goto IL_00e8;
}
IL_007d:
{
int32_t L_29 = V_3;
bool L_30 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00a5;
}
}
{
V_5 = 0;
int32_t L_31 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_32 = ___charBuffer2;
int32_t* L_33 = ___writeIndex3;
bool L_34 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_31, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_32, (int32_t*)L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00c8;
}
}
{
int32_t L_35 = V_5;
V_3 = L_35;
goto IL_00e8;
}
IL_00a5:
{
int32_t L_36 = V_3;
bool L_37 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00c8;
}
}
{
int32_t L_38 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_39 = ___charBuffer2;
int32_t* L_40 = ___writeIndex3;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_38, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_39, (int32_t*)L_40, /*hidden argument*/NULL);
int32_t L_41 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7));
goto IL_00e8;
}
IL_00c8:
{
int32_t* L_42 = ___writeIndex3;
int32_t L_43 = *((int32_t*)L_42);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_44 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_44);
NullCheck(L_45);
if ((!(((uint32_t)L_43) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))))
{
goto IL_00d8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_46 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_46, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00d8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_47 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_47);
int32_t* L_49 = ___writeIndex3;
int32_t L_50 = *((int32_t*)L_49);
int32_t L_51 = V_4;
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)L_51);
int32_t* L_52 = ___writeIndex3;
int32_t* L_53 = ___writeIndex3;
int32_t L_54 = *((int32_t*)L_53);
*((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00e8:
{
int32_t L_55 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_00ec:
{
int32_t L_56 = V_3;
int32_t L_57 = V_1;
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_0039;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.Char[]U26,System.Int32,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_0 = __this->get_address_of_m_styleStack_212();
int32_t L_1 = TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_0, /*hidden argument*/TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_2 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_1, /*hidden argument*/NULL);
V_0 = L_2;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_3 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_3, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = V_0;
if (L_4)
{
goto IL_0022;
}
}
{
return (bool)0;
}
IL_0022:
{
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
NullCheck(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_7 = V_0;
NullCheck(L_7);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_7, /*hidden argument*/NULL);
V_2 = L_8;
V_3 = 0;
goto IL_00ec;
}
IL_0039:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = V_2;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_4 = L_12;
int32_t L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)60)))))
{
goto IL_00c8;
}
}
{
int32_t L_14 = V_3;
bool L_15 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_007d;
}
}
{
int32_t* L_16 = ___writeIndex3;
int32_t L_17 = *((int32_t*)L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_18 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_18);
NullCheck(L_19);
if ((!(((uint32_t)L_17) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))))
{
goto IL_0067;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_20 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_20, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0067:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21);
int32_t* L_23 = ___writeIndex3;
int32_t L_24 = *((int32_t*)L_23);
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (int32_t)((int32_t)10));
int32_t* L_25 = ___writeIndex3;
int32_t* L_26 = ___writeIndex3;
int32_t L_27 = *((int32_t*)L_26);
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3));
goto IL_00e8;
}
IL_007d:
{
int32_t L_29 = V_3;
bool L_30 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00a5;
}
}
{
V_5 = 0;
int32_t L_31 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_32 = ___charBuffer2;
int32_t* L_33 = ___writeIndex3;
bool L_34 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_31, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_32, (int32_t*)L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00c8;
}
}
{
int32_t L_35 = V_5;
V_3 = L_35;
goto IL_00e8;
}
IL_00a5:
{
int32_t L_36 = V_3;
bool L_37 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00c8;
}
}
{
int32_t L_38 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_39 = ___charBuffer2;
int32_t* L_40 = ___writeIndex3;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_38, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_39, (int32_t*)L_40, /*hidden argument*/NULL);
int32_t L_41 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7));
goto IL_00e8;
}
IL_00c8:
{
int32_t* L_42 = ___writeIndex3;
int32_t L_43 = *((int32_t*)L_42);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_44 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_44);
NullCheck(L_45);
if ((!(((uint32_t)L_43) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))))
{
goto IL_00d8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_46 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_46, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00d8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_47 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_47);
int32_t* L_49 = ___writeIndex3;
int32_t L_50 = *((int32_t*)L_49);
int32_t L_51 = V_4;
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)L_51);
int32_t* L_52 = ___writeIndex3;
int32_t* L_53 = ___writeIndex3;
int32_t L_54 = *((int32_t*)L_53);
*((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00e8:
{
int32_t L_55 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_00ec:
{
int32_t L_56 = V_3;
int32_t L_57 = V_1;
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_0039;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::ReplaceClosingStyleTag(System.Text.StringBuilderU26,System.Int32,System.Int32[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ReplaceClosingStyleTag_mC289D866D8FDD4FF1E501A80CBBD2C66F0A87F34 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___sourceText0, int32_t ___srcIndex1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___charBuffer2, int32_t* ___writeIndex3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ReplaceClosingStyleTag_mC289D866D8FDD4FF1E501A80CBBD2C66F0A87F34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * V_0 = NULL;
int32_t V_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_0 = __this->get_address_of_m_styleStack_212();
int32_t L_1 = TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_0, /*hidden argument*/TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_2 = TMP_StyleSheet_GetStyle_mE59C1E3867AE5F59AB11071B0982654026D9F661(L_1, /*hidden argument*/NULL);
V_0 = L_2;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_3 = __this->get_address_of_m_styleStack_212();
TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_3, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_4 = V_0;
if (L_4)
{
goto IL_0022;
}
}
{
return (bool)0;
}
IL_0022:
{
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_5 = V_0;
NullCheck(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))));
TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD * L_7 = V_0;
NullCheck(L_7);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = TMP_Style_get_styleClosingTagArray_m84F69B96364C8DBBA1A4FF28FFA57B4108221958(L_7, /*hidden argument*/NULL);
V_2 = L_8;
V_3 = 0;
goto IL_00ec;
}
IL_0039:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = V_2;
int32_t L_10 = V_3;
NullCheck(L_9);
int32_t L_11 = L_10;
int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_4 = L_12;
int32_t L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)60)))))
{
goto IL_00c8;
}
}
{
int32_t L_14 = V_3;
bool L_15 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_007d;
}
}
{
int32_t* L_16 = ___writeIndex3;
int32_t L_17 = *((int32_t*)L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_18 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_18);
NullCheck(L_19);
if ((!(((uint32_t)L_17) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))))
{
goto IL_0067;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_20 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_20, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_0067:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21);
int32_t* L_23 = ___writeIndex3;
int32_t L_24 = *((int32_t*)L_23);
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (int32_t)((int32_t)10));
int32_t* L_25 = ___writeIndex3;
int32_t* L_26 = ___writeIndex3;
int32_t L_27 = *((int32_t*)L_26);
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3));
goto IL_00e8;
}
IL_007d:
{
int32_t L_29 = V_3;
bool L_30 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5, L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00a5;
}
}
{
V_5 = 0;
int32_t L_31 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_32 = ___charBuffer2;
int32_t* L_33 = ___writeIndex3;
bool L_34 = TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_31, (int32_t*)(&V_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_32, (int32_t*)L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00c8;
}
}
{
int32_t L_35 = V_5;
V_3 = L_35;
goto IL_00e8;
}
IL_00a5:
{
int32_t L_36 = V_3;
bool L_37 = TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00c8;
}
}
{
int32_t L_38 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_39 = ___charBuffer2;
int32_t* L_40 = ___writeIndex3;
TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_2), L_38, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_39, (int32_t*)L_40, /*hidden argument*/NULL);
int32_t L_41 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)7));
goto IL_00e8;
}
IL_00c8:
{
int32_t* L_42 = ___writeIndex3;
int32_t L_43 = *((int32_t*)L_42);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_44 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_44);
NullCheck(L_45);
if ((!(((uint32_t)L_43) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))))
{
goto IL_00d8;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_46 = ___charBuffer2;
TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D(__this, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_46, /*hidden argument*/TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var);
}
IL_00d8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_47 = ___charBuffer2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_47);
int32_t* L_49 = ___writeIndex3;
int32_t L_50 = *((int32_t*)L_49);
int32_t L_51 = V_4;
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (int32_t)L_51);
int32_t* L_52 = ___writeIndex3;
int32_t* L_53 = ___writeIndex3;
int32_t L_54 = *((int32_t*)L_53);
*((int32_t*)L_52) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_00e8:
{
int32_t L_55 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_00ec:
{
int32_t L_56 = V_3;
int32_t L_57 = V_1;
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_0039;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::IsTagName(System.StringU26,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t** L_0 = ___text0;
String_t* L_1 = *((String_t**)L_0);
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___index2;
String_t* L_4 = ___tag1;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
V_0 = 0;
goto IL_0035;
}
IL_0017:
{
String_t** L_6 = ___text0;
String_t* L_7 = *((String_t**)L_6);
int32_t L_8 = ___index2;
int32_t L_9 = V_0;
NullCheck(L_7);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var);
Il2CppChar L_11 = TMP_TextUtilities_ToUpperFast_m7329EEEA76C453A57844853C60901D174A4D2221(L_10, /*hidden argument*/NULL);
String_t* L_12 = ___tag1;
int32_t L_13 = V_0;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)L_14)))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0035:
{
int32_t L_16 = V_0;
String_t* L_17 = ___tag1;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0017;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::IsTagName(System.Char[]U26,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_0 = ___text0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = *((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_0);
NullCheck(L_1);
int32_t L_2 = ___index2;
String_t* L_3 = ___tag1;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4)))))
{
goto IL_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
V_0 = 0;
goto IL_002e;
}
IL_0014:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_5 = ___text0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = *((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_5);
int32_t L_7 = ___index2;
int32_t L_8 = V_0;
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var);
Il2CppChar L_11 = TMP_TextUtilities_ToUpperFast_m7329EEEA76C453A57844853C60901D174A4D2221(L_10, /*hidden argument*/NULL);
String_t* L_12 = ___tag1;
int32_t L_13 = V_0;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)L_14)))
{
goto IL_002a;
}
}
{
return (bool)0;
}
IL_002a:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_002e:
{
int32_t L_16 = V_0;
String_t* L_17 = ___tag1;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0014;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::IsTagName(System.Int32[]U26,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_0 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_0);
NullCheck(L_1);
int32_t L_2 = ___index2;
String_t* L_3 = ___tag1;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4)))))
{
goto IL_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
V_0 = 0;
goto IL_002f;
}
IL_0014:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_5 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_5);
int32_t L_7 = ___index2;
int32_t L_8 = V_0;
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
int32_t L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var);
Il2CppChar L_11 = TMP_TextUtilities_ToUpperFast_m7329EEEA76C453A57844853C60901D174A4D2221((((int32_t)((uint16_t)L_10))), /*hidden argument*/NULL);
String_t* L_12 = ___tag1;
int32_t L_13 = V_0;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)L_14)))
{
goto IL_002b;
}
}
{
return (bool)0;
}
IL_002b:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_002f:
{
int32_t L_16 = V_0;
String_t* L_17 = ___tag1;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0014;
}
}
{
return (bool)1;
}
}
// System.Boolean TMPro.TMP_Text::IsTagName(System.Text.StringBuilderU26,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___text0, String_t* ___tag1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
StringBuilder_t ** L_0 = ___text0;
StringBuilder_t * L_1 = *((StringBuilder_t **)L_0);
NullCheck(L_1);
int32_t L_2 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___index2;
String_t* L_4 = ___tag1;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)))))
{
goto IL_0013;
}
}
{
return (bool)0;
}
IL_0013:
{
V_0 = 0;
goto IL_0035;
}
IL_0017:
{
StringBuilder_t ** L_6 = ___text0;
StringBuilder_t * L_7 = *((StringBuilder_t **)L_6);
int32_t L_8 = ___index2;
int32_t L_9 = V_0;
NullCheck(L_7);
Il2CppChar L_10 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var);
Il2CppChar L_11 = TMP_TextUtilities_ToUpperFast_m7329EEEA76C453A57844853C60901D174A4D2221(L_10, /*hidden argument*/NULL);
String_t* L_12 = ___tag1;
int32_t L_13 = V_0;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)L_14)))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0031:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0035:
{
int32_t L_16 = V_0;
String_t* L_17 = ___tag1;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0017;
}
}
{
return (bool)1;
}
}
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.StringU26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mD7C06923F9EA39B6F28D4CD2B57914B6242CF041 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t* L_0 = ___closeIndex2;
*((int32_t*)L_0) = (int32_t)0;
int32_t L_1 = ___index1;
V_1 = L_1;
goto IL_0039;
}
IL_0009:
{
String_t** L_2 = ___text0;
String_t* L_3 = *((String_t**)L_2);
int32_t L_4 = V_1;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
{
goto IL_0035;
}
}
{
String_t** L_6 = ___text0;
String_t* L_7 = *((String_t**)L_6);
int32_t L_8 = V_1;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)62)))))
{
goto IL_0026;
}
}
{
int32_t* L_10 = ___closeIndex2;
int32_t L_11 = V_1;
*((int32_t*)L_10) = (int32_t)L_11;
goto IL_0043;
}
IL_0026:
{
int32_t L_12 = V_0;
int32_t L_13 = V_0;
String_t** L_14 = ___text0;
String_t* L_15 = *((String_t**)L_14);
int32_t L_16 = V_1;
NullCheck(L_15);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)5)), (int32_t)L_13))^(int32_t)L_17));
}
IL_0035:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0039:
{
int32_t L_19 = V_1;
String_t** L_20 = ___text0;
String_t* L_21 = *((String_t**)L_20);
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_19) < ((int32_t)L_22)))
{
goto IL_0009;
}
}
IL_0043:
{
int32_t L_23 = V_0;
return L_23;
}
}
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.Char[]U26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mCA5CBD3E0605DBE75DC426CFEF1A48D6D8A1E01B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t* L_0 = ___closeIndex2;
*((int32_t*)L_0) = (int32_t)0;
int32_t L_1 = ___index1;
V_1 = L_1;
goto IL_002d;
}
IL_0009:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_2 = ___text0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = *((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_2);
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if ((((int32_t)L_6) == ((int32_t)((int32_t)34))))
{
goto IL_0029;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_7 = ___text0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = *((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_7);
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)62)))))
{
goto IL_001e;
}
}
{
int32_t* L_12 = ___closeIndex2;
int32_t L_13 = V_1;
*((int32_t*)L_12) = (int32_t)L_13;
goto IL_0034;
}
IL_001e:
{
int32_t L_14 = V_0;
int32_t L_15 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_16 = ___text0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = *((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_16);
int32_t L_18 = V_1;
NullCheck(L_17);
int32_t L_19 = L_18;
uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_14<<(int32_t)5)), (int32_t)L_15))^(int32_t)L_20));
}
IL_0029:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_002d:
{
int32_t L_22 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** L_23 = ___text0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = *((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2**)L_23);
NullCheck(L_24);
if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))))))
{
goto IL_0009;
}
}
IL_0034:
{
int32_t L_25 = V_0;
return L_25;
}
}
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.Int32[]U26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mBD373B2A85BC9911C770AAD3B4525A2CB8C6E83B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t* L_0 = ___closeIndex2;
*((int32_t*)L_0) = (int32_t)0;
int32_t L_1 = ___index1;
V_1 = L_1;
goto IL_002d;
}
IL_0009:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_2 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_2);
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
int32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if ((((int32_t)L_6) == ((int32_t)((int32_t)34))))
{
goto IL_0029;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_7 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_7);
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)62)))))
{
goto IL_001e;
}
}
{
int32_t* L_12 = ___closeIndex2;
int32_t L_13 = V_1;
*((int32_t*)L_12) = (int32_t)L_13;
goto IL_0034;
}
IL_001e:
{
int32_t L_14 = V_0;
int32_t L_15 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_16 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_16);
int32_t L_18 = V_1;
NullCheck(L_17);
int32_t L_19 = L_18;
int32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_14<<(int32_t)5)), (int32_t)L_15))^(int32_t)L_20));
}
IL_0029:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_002d:
{
int32_t L_22 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_23 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_23);
NullCheck(L_24);
if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))))))
{
goto IL_0009;
}
}
IL_0034:
{
int32_t L_25 = V_0;
return L_25;
}
}
// System.Int32 TMPro.TMP_Text::GetTagHashCode(System.Text.StringBuilderU26,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetTagHashCode_mC362B06D21DC995DA325A603E73DCF3466DE05E4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t ** ___text0, int32_t ___index1, int32_t* ___closeIndex2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t* L_0 = ___closeIndex2;
*((int32_t*)L_0) = (int32_t)0;
int32_t L_1 = ___index1;
V_1 = L_1;
goto IL_0039;
}
IL_0009:
{
StringBuilder_t ** L_2 = ___text0;
StringBuilder_t * L_3 = *((StringBuilder_t **)L_2);
int32_t L_4 = V_1;
NullCheck(L_3);
Il2CppChar L_5 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_3, L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
{
goto IL_0035;
}
}
{
StringBuilder_t ** L_6 = ___text0;
StringBuilder_t * L_7 = *((StringBuilder_t **)L_6);
int32_t L_8 = V_1;
NullCheck(L_7);
Il2CppChar L_9 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_7, L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)62)))))
{
goto IL_0026;
}
}
{
int32_t* L_10 = ___closeIndex2;
int32_t L_11 = V_1;
*((int32_t*)L_10) = (int32_t)L_11;
goto IL_0043;
}
IL_0026:
{
int32_t L_12 = V_0;
int32_t L_13 = V_0;
StringBuilder_t ** L_14 = ___text0;
StringBuilder_t * L_15 = *((StringBuilder_t **)L_14);
int32_t L_16 = V_1;
NullCheck(L_15);
Il2CppChar L_17 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_15, L_16, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)5)), (int32_t)L_13))^(int32_t)L_17));
}
IL_0035:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0039:
{
int32_t L_19 = V_1;
StringBuilder_t ** L_20 = ___text0;
StringBuilder_t * L_21 = *((StringBuilder_t **)L_20);
NullCheck(L_21);
int32_t L_22 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_19) < ((int32_t)L_22)))
{
goto IL_0009;
}
}
IL_0043:
{
int32_t L_23 = V_0;
return L_23;
}
}
// System.Void TMPro.TMP_Text::AddFloatToCharArray(System.Single,System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___number0, int32_t* ___index1, int32_t ___precision2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
float L_0 = ___number0;
if ((!(((float)L_0) < ((float)(0.0f)))))
{
goto IL_001e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_m_input_CharArray_182();
int32_t* L_2 = ___index1;
int32_t* L_3 = ___index1;
int32_t L_4 = *((int32_t*)L_3);
V_1 = L_4;
int32_t L_5 = V_1;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_1;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)((int32_t)45));
float L_7 = ___number0;
___number0 = ((-L_7));
}
IL_001e:
{
float L_8 = ___number0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_9 = __this->get_k_Power_228();
int32_t L_10 = ___precision2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_11 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(((int32_t)9), L_10, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_12 = L_11;
float L_13 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
___number0 = ((float)il2cpp_codegen_add((float)L_8, (float)L_13));
float L_14 = ___number0;
V_0 = (((int32_t)((int32_t)L_14)));
int32_t L_15 = V_0;
int32_t* L_16 = ___index1;
int32_t L_17 = ___precision2;
TMP_Text_AddIntToCharArray_mD3C22566D6D2A02C3FF42E05787340B2176AD3A3(__this, L_15, (int32_t*)L_16, L_17, /*hidden argument*/NULL);
int32_t L_18 = ___precision2;
if ((((int32_t)L_18) <= ((int32_t)0)))
{
goto IL_008c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_m_input_CharArray_182();
int32_t* L_20 = ___index1;
int32_t* L_21 = ___index1;
int32_t L_22 = *((int32_t*)L_21);
V_1 = L_22;
int32_t L_23 = V_1;
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
int32_t L_24 = V_1;
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (Il2CppChar)((int32_t)46));
float L_25 = ___number0;
int32_t L_26 = V_0;
___number0 = ((float)il2cpp_codegen_subtract((float)L_25, (float)(((float)((float)L_26)))));
V_2 = 0;
goto IL_0088;
}
IL_005d:
{
float L_27 = ___number0;
___number0 = ((float)il2cpp_codegen_multiply((float)L_27, (float)(10.0f)));
float L_28 = ___number0;
V_3 = (((int32_t)((int32_t)L_28)));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = __this->get_m_input_CharArray_182();
int32_t* L_30 = ___index1;
int32_t* L_31 = ___index1;
int32_t L_32 = *((int32_t*)L_31);
V_1 = L_32;
int32_t L_33 = V_1;
*((int32_t*)L_30) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_1;
int32_t L_35 = V_3;
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_34), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)48)))))));
float L_36 = ___number0;
int32_t L_37 = V_3;
___number0 = ((float)il2cpp_codegen_subtract((float)L_36, (float)(((float)((float)L_37)))));
int32_t L_38 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
}
IL_0088:
{
int32_t L_39 = V_2;
int32_t L_40 = ___precision2;
if ((((int32_t)L_39) < ((int32_t)L_40)))
{
goto IL_005d;
}
}
IL_008c:
{
return;
}
}
// System.Void TMPro.TMP_Text::AddIntToCharArray(System.Int32,System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_AddIntToCharArray_mD3C22566D6D2A02C3FF42E05787340B2176AD3A3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___number0, int32_t* ___index1, int32_t ___precision2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
{
int32_t L_0 = ___number0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_m_input_CharArray_182();
int32_t* L_2 = ___index1;
int32_t* L_3 = ___index1;
int32_t L_4 = *((int32_t*)L_3);
V_2 = L_4;
int32_t L_5 = V_2;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_2;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)((int32_t)45));
int32_t L_7 = ___number0;
___number0 = ((-L_7));
}
IL_001a:
{
int32_t* L_8 = ___index1;
int32_t L_9 = *((int32_t*)L_8);
V_0 = L_9;
}
IL_001d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_m_input_CharArray_182();
int32_t L_11 = V_0;
int32_t L_12 = L_11;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
int32_t L_13 = ___number0;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13%(int32_t)((int32_t)10))), (int32_t)((int32_t)48)))))));
int32_t L_14 = ___number0;
___number0 = ((int32_t)((int32_t)L_14/(int32_t)((int32_t)10)));
int32_t L_15 = ___number0;
if ((((int32_t)L_15) > ((int32_t)0)))
{
goto IL_001d;
}
}
{
int32_t L_16 = V_0;
V_1 = L_16;
goto IL_006d;
}
IL_003f:
{
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = __this->get_m_input_CharArray_182();
int32_t* L_19 = ___index1;
int32_t L_20 = *((int32_t*)L_19);
NullCheck(L_18);
int32_t L_21 = L_20;
uint16_t L_22 = (uint16_t)(L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_3 = L_22;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = __this->get_m_input_CharArray_182();
int32_t* L_24 = ___index1;
int32_t L_25 = *((int32_t*)L_24);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = __this->get_m_input_CharArray_182();
int32_t L_27 = V_0;
NullCheck(L_26);
int32_t L_28 = L_27;
uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (Il2CppChar)L_29);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = __this->get_m_input_CharArray_182();
int32_t L_31 = V_0;
Il2CppChar L_32 = V_3;
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_31), (Il2CppChar)L_32);
int32_t* L_33 = ___index1;
int32_t* L_34 = ___index1;
int32_t L_35 = *((int32_t*)L_34);
*((int32_t*)L_33) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
}
IL_006d:
{
int32_t* L_36 = ___index1;
int32_t L_37 = *((int32_t*)L_36);
int32_t L_38 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))) < ((int32_t)L_38)))
{
goto IL_003f;
}
}
{
int32_t* L_39 = ___index1;
int32_t L_40 = V_1;
*((int32_t*)L_39) = (int32_t)L_40;
return;
}
}
// System.Int32 TMPro.TMP_Text::SetArraySizes(System.Int32[])
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_SetArraySizes_mF544DB810A000B245BF2A87056E42DC22A38EA14 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___chars0, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Void TMPro.TMP_Text::GenerateTextMesh()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_GenerateTextMesh_m0855579D8FEF01CB75B57DCA8580350D2FF2C222 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::GetPreferredValues()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetPreferredValues_m57114EE0A6F11067CA2861AD40203E7606F45FA8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
bool L_0 = __this->get_m_isInputParsingRequired_165();
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1 = __this->get_m_isTextTruncated_104();
if (!L_1)
{
goto IL_001d;
}
}
IL_0010:
{
__this->set_m_isCalculatingPreferredValues_156((bool)1);
TMP_Text_ParseInputText_m35CFE982D3C252C472A1FD8C1E64429E5F98CA79(__this, /*hidden argument*/NULL);
}
IL_001d:
{
float L_2 = TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884(__this, /*hidden argument*/NULL);
float L_3 = TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A(__this, /*hidden argument*/NULL);
V_0 = L_3;
float L_4 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5;
memset(&L_5, 0, sizeof(L_5));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_5), L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::GetPreferredValues(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetPreferredValues_m5CF4F98B9C42862B02414FCA6AC14D08D69F588D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___width0, float ___height1, const RuntimeMethod* method)
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset(&V_0, 0, sizeof(V_0));
float V_1 = 0.0f;
{
bool L_0 = __this->get_m_isInputParsingRequired_165();
if (L_0)
{
goto IL_0010;
}
}
{
bool L_1 = __this->get_m_isTextTruncated_104();
if (!L_1)
{
goto IL_001d;
}
}
IL_0010:
{
__this->set_m_isCalculatingPreferredValues_156((bool)1);
TMP_Text_ParseInputText_m35CFE982D3C252C472A1FD8C1E64429E5F98CA79(__this, /*hidden argument*/NULL);
}
IL_001d:
{
float L_2 = ___width0;
float L_3 = ___height1;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_2, L_3, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
float L_5 = TMP_Text_GetPreferredWidth_mAC6F8B73DB5209F6F1585CBD1461A8FB4CA1B31F(__this, L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = V_0;
float L_7 = TMP_Text_GetPreferredHeight_m9163451EC9E415D9FB1CF520657A8DDCA1529FE1(__this, L_6, /*hidden argument*/NULL);
V_1 = L_7;
float L_8 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9;
memset(&L_9, 0, sizeof(L_9));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_9), L_5, L_8, /*hidden argument*/NULL);
return L_9;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::GetPreferredValues(System.String)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetPreferredValues_m5A655DB26C49A177628B3FF46B581245051C8A7F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetPreferredValues_m5A655DB26C49A177628B3FF46B581245051C8A7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset(&V_0, 0, sizeof(V_0));
float V_1 = 0.0f;
{
__this->set_m_isCalculatingPreferredValues_156((bool)1);
String_t* L_0 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_1 = __this->get_address_of_m_char_buffer_180();
TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11(__this, L_0, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_1, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_m_char_buffer_180();
VirtFuncInvoker1< int32_t, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* >::Invoke(108 /* System.Int32 TMPro.TMP_Text::SetArraySizes(System.Int32[]) */, __this, L_2);
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_229();
V_0 = L_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
float L_5 = TMP_Text_GetPreferredWidth_mAC6F8B73DB5209F6F1585CBD1461A8FB4CA1B31F(__this, L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = V_0;
float L_7 = TMP_Text_GetPreferredHeight_m9163451EC9E415D9FB1CF520657A8DDCA1529FE1(__this, L_6, /*hidden argument*/NULL);
V_1 = L_7;
float L_8 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9;
memset(&L_9, 0, sizeof(L_9));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_9), L_5, L_8, /*hidden argument*/NULL);
return L_9;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::GetPreferredValues(System.String,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetPreferredValues_m6F0CB998DBE6BFD05B390E8B40861E9415E40EBE (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, float ___width1, float ___height2, const RuntimeMethod* method)
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset(&V_0, 0, sizeof(V_0));
float V_1 = 0.0f;
{
__this->set_m_isCalculatingPreferredValues_156((bool)1);
String_t* L_0 = ___text0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_1 = __this->get_address_of_m_char_buffer_180();
TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11(__this, L_0, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_1, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_m_char_buffer_180();
VirtFuncInvoker1< int32_t, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* >::Invoke(108 /* System.Int32 TMPro.TMP_Text::SetArraySizes(System.Int32[]) */, __this, L_2);
float L_3 = ___width1;
float L_4 = ___height2;
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_3, L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_0;
float L_6 = TMP_Text_GetPreferredWidth_mAC6F8B73DB5209F6F1585CBD1461A8FB4CA1B31F(__this, L_5, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
float L_8 = TMP_Text_GetPreferredHeight_m9163451EC9E415D9FB1CF520657A8DDCA1529FE1(__this, L_7, /*hidden argument*/NULL);
V_1 = L_8;
float L_9 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10;
memset(&L_10, 0, sizeof(L_10));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_10), L_6, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Single TMPro.TMP_Text::GetPreferredWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset(&V_1, 0, sizeof(V_1));
float G_B5_0 = 0.0f;
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0013;
}
}
{
return (0.0f);
}
IL_0013:
{
bool L_2 = __this->get_m_enableAutoSizing_70();
if (L_2)
{
goto IL_0023;
}
}
{
float L_3 = __this->get_m_fontSize_63();
G_B5_0 = L_3;
goto IL_0029;
}
IL_0023:
{
float L_4 = __this->get_m_fontSizeMax_74();
G_B5_0 = L_4;
}
IL_0029:
{
V_0 = G_B5_0;
float L_5 = __this->get_m_fontSizeMin_73();
__this->set_m_minFontSize_72(L_5);
float L_6 = __this->get_m_fontSizeMax_74();
__this->set_m_maxFontSize_71(L_6);
__this->set_m_charWidthAdjDelta_94((0.0f));
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_229();
V_1 = L_7;
bool L_8 = __this->get_m_isInputParsingRequired_165();
if (L_8)
{
goto IL_0063;
}
}
{
bool L_9 = __this->get_m_isTextTruncated_104();
if (!L_9)
{
goto IL_0070;
}
}
IL_0063:
{
__this->set_m_isCalculatingPreferredValues_156((bool)1);
TMP_Text_ParseInputText_m35CFE982D3C252C472A1FD8C1E64429E5F98CA79(__this, /*hidden argument*/NULL);
}
IL_0070:
{
__this->set_m_recursiveCount_157(0);
float L_10 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_10, L_11, (bool)1);
float L_13 = L_12.get_x_0();
__this->set_m_isPreferredWidthDirty_152((bool)0);
return L_13;
}
}
// System.Single TMPro.TMP_Text::GetPreferredWidth(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredWidth_mAC6F8B73DB5209F6F1585CBD1461A8FB4CA1B31F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___margin0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
bool L_0 = __this->get_m_enableAutoSizing_70();
if (L_0)
{
goto IL_0010;
}
}
{
float L_1 = __this->get_m_fontSize_63();
G_B3_0 = L_1;
goto IL_0016;
}
IL_0010:
{
float L_2 = __this->get_m_fontSizeMax_74();
G_B3_0 = L_2;
}
IL_0016:
{
V_0 = G_B3_0;
float L_3 = __this->get_m_fontSizeMin_73();
__this->set_m_minFontSize_72(L_3);
float L_4 = __this->get_m_fontSizeMax_74();
__this->set_m_maxFontSize_71(L_4);
__this->set_m_charWidthAdjDelta_94((0.0f));
__this->set_m_recursiveCount_157(0);
float L_5 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___margin0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_5, L_6, (bool)1);
float L_8 = L_7.get_x_0();
return L_8;
}
}
// System.Single TMPro.TMP_Text::GetPreferredHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset(&V_1, 0, sizeof(V_1));
float G_B5_0 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * G_B7_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * G_B6_0 = NULL;
float G_B8_0 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * G_B8_1 = NULL;
{
TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A * L_0 = TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0013;
}
}
{
return (0.0f);
}
IL_0013:
{
bool L_2 = __this->get_m_enableAutoSizing_70();
if (L_2)
{
goto IL_0023;
}
}
{
float L_3 = __this->get_m_fontSize_63();
G_B5_0 = L_3;
goto IL_0029;
}
IL_0023:
{
float L_4 = __this->get_m_fontSizeMax_74();
G_B5_0 = L_4;
}
IL_0029:
{
V_0 = G_B5_0;
float L_5 = __this->get_m_fontSizeMin_73();
__this->set_m_minFontSize_72(L_5);
float L_6 = __this->get_m_fontSizeMax_74();
__this->set_m_maxFontSize_71(L_6);
__this->set_m_charWidthAdjDelta_94((0.0f));
float L_7 = __this->get_m_marginWidth_130();
G_B6_0 = (&V_1);
if ((!(((float)L_7) == ((float)(0.0f)))))
{
G_B7_0 = (&V_1);
goto IL_0063;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
float L_8 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_231();
G_B8_0 = L_8;
G_B8_1 = G_B6_0;
goto IL_0069;
}
IL_0063:
{
float L_9 = __this->get_m_marginWidth_130();
G_B8_0 = L_9;
G_B8_1 = G_B7_0;
}
IL_0069:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
float L_10 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_231();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)G_B8_1, G_B8_0, L_10, /*hidden argument*/NULL);
bool L_11 = __this->get_m_isInputParsingRequired_165();
if (L_11)
{
goto IL_0083;
}
}
{
bool L_12 = __this->get_m_isTextTruncated_104();
if (!L_12)
{
goto IL_0090;
}
}
IL_0083:
{
__this->set_m_isCalculatingPreferredValues_156((bool)1);
TMP_Text_ParseInputText_m35CFE982D3C252C472A1FD8C1E64429E5F98CA79(__this, /*hidden argument*/NULL);
}
IL_0090:
{
__this->set_m_recursiveCount_157(0);
float L_13 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_1;
bool L_15 = __this->get_m_enableAutoSizing_70();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_13, L_14, (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0));
float L_17 = L_16.get_y_1();
__this->set_m_isPreferredHeightDirty_155((bool)0);
return L_17;
}
}
// System.Single TMPro.TMP_Text::GetPreferredHeight(UnityEngine.Vector2)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetPreferredHeight_m9163451EC9E415D9FB1CF520657A8DDCA1529FE1 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___margin0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
bool L_0 = __this->get_m_enableAutoSizing_70();
if (L_0)
{
goto IL_0010;
}
}
{
float L_1 = __this->get_m_fontSize_63();
G_B3_0 = L_1;
goto IL_0016;
}
IL_0010:
{
float L_2 = __this->get_m_fontSizeMax_74();
G_B3_0 = L_2;
}
IL_0016:
{
V_0 = G_B3_0;
float L_3 = __this->get_m_fontSizeMin_73();
__this->set_m_minFontSize_72(L_3);
float L_4 = __this->get_m_fontSizeMax_74();
__this->set_m_maxFontSize_71(L_4);
__this->set_m_charWidthAdjDelta_94((0.0f));
__this->set_m_recursiveCount_157(0);
float L_5 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___margin0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_5, L_6, (bool)1);
float L_8 = L_7.get_y_1();
return L_8;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::GetRenderedValues()
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_0;
memset(&V_0, 0, sizeof(V_0));
{
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_0 = TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E(__this, /*hidden argument*/NULL);
V_0 = L_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)(&V_0), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::GetRenderedValues(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___onlyVisibleCharacters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_0;
memset(&V_0, 0, sizeof(V_0));
{
bool L_0 = ___onlyVisibleCharacters0;
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_1 = TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Bounds_get_size_m0739F2686AE2D3416A33AEF892653091347FD4A6((Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 *)(&V_0), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Single TMPro.TMP_Text::GetRenderedWidth()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetRenderedWidth_mD0E38BA3233BF1C5300FB3C8E80CD68F07C8E2D0 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D(__this, /*hidden argument*/NULL);
float L_1 = L_0.get_x_0();
return L_1;
}
}
// System.Single TMPro.TMP_Text::GetRenderedWidth(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetRenderedWidth_m09597001977CC5B43C4E2EDB3DA42AFA95B3E501 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___onlyVisibleCharacters0, const RuntimeMethod* method)
{
{
bool L_0 = ___onlyVisibleCharacters0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B(__this, L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_x_0();
return L_2;
}
}
// System.Single TMPro.TMP_Text::GetRenderedHeight()
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetRenderedHeight_mB8B4DFC07B3553362005BB8A411B77DA1821CAD2 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D(__this, /*hidden argument*/NULL);
float L_1 = L_0.get_y_1();
return L_1;
}
}
// System.Single TMPro.TMP_Text::GetRenderedHeight(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_GetRenderedHeight_mA667C05DAC4452CCA6414B35FCBCAD9B2E9E1AF8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___onlyVisibleCharacters0, const RuntimeMethod* method)
{
{
bool L_0 = ___onlyVisibleCharacters0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B(__this, L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_y_1();
return L_2;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_CalculatePreferredValues_mAD41359339EAB2AC14C01547C87B58C43AA26055 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___defaultFontSize0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___marginSize1, bool ___ignoreTextAutoSizing2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_CalculatePreferredValues_mAD41359339EAB2AC14C01547C87B58C43AA26055_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
float V_10 = 0.0f;
float V_11 = 0.0f;
float V_12 = 0.0f;
bool V_13 = false;
bool V_14 = false;
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 V_15;
memset(&V_15, 0, sizeof(V_15));
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 V_16;
memset(&V_16, 0, sizeof(V_16));
int32_t V_17 = 0;
int32_t V_18 = 0;
float V_19 = 0.0f;
int32_t V_20 = 0;
int32_t V_21 = 0;
bool V_22 = false;
float V_23 = 0.0f;
float V_24 = 0.0f;
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD V_25;
memset(&V_25, 0, sizeof(V_25));
float V_26 = 0.0f;
float V_27 = 0.0f;
float V_28 = 0.0f;
float V_29 = 0.0f;
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * V_30 = NULL;
float V_31 = 0.0f;
KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * V_32 = NULL;
uint32_t V_33 = 0;
KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 V_34;
memset(&V_34, 0, sizeof(V_34));
uint32_t V_35 = 0;
KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 V_36;
memset(&V_36, 0, sizeof(V_36));
float V_37 = 0.0f;
float V_38 = 0.0f;
float V_39 = 0.0f;
bool V_40 = false;
float V_41 = 0.0f;
float V_42 = 0.0f;
float V_43 = 0.0f;
float V_44 = 0.0f;
float V_45 = 0.0f;
float V_46 = 0.0f;
float V_47 = 0.0f;
float V_48 = 0.0f;
float V_49 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B11_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B10_0 = NULL;
int32_t G_B12_0 = 0;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B12_1 = NULL;
float G_B15_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B15_1 = NULL;
float G_B14_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B14_1 = NULL;
float G_B16_0 = 0.0f;
float G_B16_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B16_2 = NULL;
float G_B40_0 = 0.0f;
float G_B39_0 = 0.0f;
float G_B41_0 = 0.0f;
float G_B41_1 = 0.0f;
float G_B46_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B46_1 = NULL;
float G_B45_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B45_1 = NULL;
float G_B47_0 = 0.0f;
float G_B47_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B47_2 = NULL;
float G_B67_0 = 0.0f;
float G_B66_0 = 0.0f;
float G_B68_0 = 0.0f;
float G_B68_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B70_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B69_0 = NULL;
float G_B71_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B71_1 = NULL;
float G_B73_0 = 0.0f;
float G_B72_0 = 0.0f;
float G_B74_0 = 0.0f;
float G_B74_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B76_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B75_0 = NULL;
float G_B77_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B77_1 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B81_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B80_0 = NULL;
float G_B82_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B82_1 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B84_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B83_0 = NULL;
float G_B85_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B85_1 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B89_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B88_0 = NULL;
float G_B90_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B90_1 = NULL;
float G_B100_0 = 0.0f;
int32_t G_B103_0 = 0;
float G_B105_0 = 0.0f;
float G_B105_1 = 0.0f;
float G_B104_0 = 0.0f;
float G_B104_1 = 0.0f;
float G_B106_0 = 0.0f;
float G_B106_1 = 0.0f;
float G_B106_2 = 0.0f;
float G_B108_0 = 0.0f;
float G_B108_1 = 0.0f;
float G_B107_0 = 0.0f;
float G_B107_1 = 0.0f;
float G_B109_0 = 0.0f;
float G_B109_1 = 0.0f;
float G_B109_2 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B131_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B130_0 = NULL;
float G_B132_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B132_1 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B154_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B153_0 = NULL;
float G_B155_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B155_1 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B173_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B172_0 = NULL;
float G_B174_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B174_1 = NULL;
int32_t G_B219_0 = 0;
float G_B233_0 = 0.0f;
float G_B232_0 = 0.0f;
float G_B234_0 = 0.0f;
float G_B234_1 = 0.0f;
float G_B236_0 = 0.0f;
float G_B235_0 = 0.0f;
float G_B237_0 = 0.0f;
float G_B237_1 = 0.0f;
float G_B239_0 = 0.0f;
float G_B238_0 = 0.0f;
float G_B240_0 = 0.0f;
float G_B240_1 = 0.0f;
float G_B242_0 = 0.0f;
float G_B241_0 = 0.0f;
float G_B243_0 = 0.0f;
float G_B243_1 = 0.0f;
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = __this->get_m_fontAsset_32();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001b;
}
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_2 = __this->get_m_fontAsset_32();
NullCheck(L_2);
Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * L_3 = TMP_FontAsset_get_characterDictionary_mF9A06524C9B518F97BD2BE12EEFA96B60332AE8B(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_003b;
}
}
IL_001b:
{
int32_t L_4 = Object_GetInstanceID_m33A817CEE904B3362C8BAAF02DB45976575CBEF4(__this, /*hidden argument*/NULL);
int32_t L_5 = L_4;
RuntimeObject * L_6 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_5);
String_t* L_7 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral183C8AF35DDE0BE2F957B6E542FE5A8C27A99BDB, L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
return L_8;
}
IL_003b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = __this->get_m_char_buffer_180();
if (!L_9)
{
goto IL_0056;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get_m_char_buffer_180();
NullCheck(L_10);
if (!(((RuntimeArray *)L_10)->max_length))
{
goto IL_0056;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = __this->get_m_char_buffer_180();
NullCheck(L_11);
int32_t L_12 = 0;
int32_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
if (L_13)
{
goto IL_005c;
}
}
IL_0056:
{
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
return L_14;
}
IL_005c:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_15 = __this->get_m_fontAsset_32();
__this->set_m_currentFontAsset_33(L_15);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_16 = __this->get_m_sharedMaterial_35();
__this->set_m_currentMaterial_36(L_16);
__this->set_m_currentMaterialIndex_40(0);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_17 = __this->get_address_of_m_materialReferenceStack_39();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_18 = __this->get_m_currentFontAsset_33();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_19 = __this->get_m_currentMaterial_36();
float L_20 = __this->get_m_padding_214();
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_21;
memset(&L_21, 0, sizeof(L_21));
MaterialReference__ctor_mC0D0055995F082C37559BF6DE1EDAA0D9E2C444C((&L_21), 0, L_18, (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 *)NULL, L_19, L_20, /*hidden argument*/NULL);
TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_17, L_21, /*hidden argument*/TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC_RuntimeMethod_var);
int32_t L_22 = __this->get_m_totalCharacterCount_184();
V_0 = L_22;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_23 = __this->get_m_internalCharacterInfo_181();
if (!L_23)
{
goto IL_00b9;
}
}
{
int32_t L_24 = V_0;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_25 = __this->get_m_internalCharacterInfo_181();
NullCheck(L_25);
if ((((int32_t)L_24) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))))))
{
goto IL_00db;
}
}
IL_00b9:
{
int32_t L_26 = V_0;
G_B10_0 = __this;
if ((((int32_t)L_26) > ((int32_t)((int32_t)1024))))
{
G_B11_0 = __this;
goto IL_00ca;
}
}
{
int32_t L_27 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_28 = Mathf_NextPowerOfTwo_m071D88C91A1CBECD47F18CA20D219C77879865E7(L_27, /*hidden argument*/NULL);
G_B12_0 = L_28;
G_B12_1 = G_B10_0;
goto IL_00d1;
}
IL_00ca:
{
int32_t L_29 = V_0;
G_B12_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)256)));
G_B12_1 = G_B11_0;
}
IL_00d1:
{
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_30 = (TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604*)SZArrayNew(TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604_il2cpp_TypeInfo_var, (uint32_t)G_B12_0);
NullCheck(G_B12_1);
G_B12_1->set_m_internalCharacterInfo_181(L_30);
}
IL_00db:
{
float L_31 = ___defaultFontSize0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_32 = __this->get_m_fontAsset_32();
NullCheck(L_32);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_33 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_32, /*hidden argument*/NULL);
NullCheck(L_33);
float L_34 = L_33->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_35 = __this->get_m_fontAsset_32();
NullCheck(L_35);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_36 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
float L_37 = L_36->get_Scale_2();
bool L_38 = __this->get_m_isOrthographic_111();
G_B14_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_31/(float)L_34)), (float)L_37));
G_B14_1 = __this;
if (L_38)
{
G_B15_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_31/(float)L_34)), (float)L_37));
G_B15_1 = __this;
goto IL_010e;
}
}
{
G_B16_0 = (0.1f);
G_B16_1 = G_B14_0;
G_B16_2 = G_B14_1;
goto IL_0113;
}
IL_010e:
{
G_B16_0 = (1.0f);
G_B16_1 = G_B15_0;
G_B16_2 = G_B15_1;
}
IL_0113:
{
float L_39 = ((float)il2cpp_codegen_multiply((float)G_B16_1, (float)G_B16_0));
V_19 = L_39;
NullCheck(G_B16_2);
G_B16_2->set_m_fontScale_168(L_39);
float L_40 = V_19;
V_1 = L_40;
float L_41 = V_1;
V_2 = L_41;
__this->set_m_fontScaleMultiplier_169((1.0f));
float L_42 = ___defaultFontSize0;
__this->set_m_currentFontSize_64(L_42);
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_43 = __this->get_address_of_m_sizeStack_66();
float L_44 = __this->get_m_currentFontSize_64();
TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_43, L_44, /*hidden argument*/TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52_RuntimeMethod_var);
V_3 = (0.0f);
V_4 = 0;
int32_t L_45 = __this->get_m_fontStyle_75();
__this->set_m_style_76(L_45);
int32_t L_46 = __this->get_m_textAlignment_79();
__this->set_m_lineJustification_80(L_46);
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_47 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_48 = __this->get_m_lineJustification_80();
TMP_XmlTagStack_1_SetDefault_m65707E628DE429E95D08F4D21FF8416A1343B2C3((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_47, L_48, /*hidden argument*/TMP_XmlTagStack_1_SetDefault_m65707E628DE429E95D08F4D21FF8416A1343B2C3_RuntimeMethod_var);
V_5 = (1.0f);
__this->set_m_baselineOffset_215((0.0f));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_49 = __this->get_address_of_m_baselineOffsetStack_216();
TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_49, /*hidden argument*/TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1_RuntimeMethod_var);
__this->set_m_lineOffset_201((0.0f));
__this->set_m_lineHeight_90((-32767.0f));
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_50 = __this->get_m_currentFontAsset_33();
NullCheck(L_50);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_51 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_50, /*hidden argument*/NULL);
NullCheck(L_51);
float L_52 = L_51->get_LineHeight_4();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_53 = __this->get_m_currentFontAsset_33();
NullCheck(L_53);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_54 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_53, /*hidden argument*/NULL);
NullCheck(L_54);
float L_55 = L_54->get_Ascender_6();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_56 = __this->get_m_currentFontAsset_33();
NullCheck(L_56);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_57 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_56, /*hidden argument*/NULL);
NullCheck(L_57);
float L_58 = L_57->get_Descender_8();
V_6 = ((float)il2cpp_codegen_subtract((float)L_52, (float)((float)il2cpp_codegen_subtract((float)L_55, (float)L_58))));
__this->set_m_cSpacing_85((0.0f));
__this->set_m_monoSpacing_86((0.0f));
V_7 = (0.0f);
__this->set_m_xAdvance_217((0.0f));
V_8 = (0.0f);
__this->set_tag_LineIndent_173((0.0f));
__this->set_tag_Indent_174((0.0f));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_59 = __this->get_address_of_m_indentStack_175();
TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_59, (0.0f), /*hidden argument*/TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52_RuntimeMethod_var);
__this->set_tag_NoParsing_176((bool)0);
__this->set_m_characterCount_187(0);
__this->set_m_firstCharacterOfLine_188(0);
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
float L_60 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_232();
__this->set_m_maxLineAscender_198(L_60);
float L_61 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_231();
__this->set_m_maxLineDescender_199(L_61);
__this->set_m_lineNumber_192(0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62 = ___marginSize1;
float L_63 = L_62.get_x_0();
V_9 = L_63;
__this->set_m_marginLeft_128((0.0f));
__this->set_m_marginRight_129((0.0f));
__this->set_m_width_132((-1.0f));
V_10 = (0.0f);
V_11 = (0.0f);
V_12 = (0.0f);
__this->set_m_isCalculatingPreferredValues_156((bool)1);
__this->set_m_maxAscender_195((0.0f));
__this->set_m_maxDescender_197((0.0f));
V_13 = (bool)1;
V_14 = (bool)0;
il2cpp_codegen_initobj((&V_15), sizeof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 ));
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_15), 0, 0, /*hidden argument*/NULL);
il2cpp_codegen_initobj((&V_16), sizeof(WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 ));
V_17 = 0;
int32_t L_64 = __this->get_m_recursiveCount_157();
__this->set_m_recursiveCount_157(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)));
V_18 = 0;
V_20 = 0;
goto IL_13b6;
}
IL_02fb:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_65 = __this->get_m_char_buffer_180();
int32_t L_66 = V_20;
NullCheck(L_65);
int32_t L_67 = L_66;
int32_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
V_4 = L_68;
bool L_69 = __this->get_m_isRichText_108();
if (!L_69)
{
goto IL_0347;
}
}
{
int32_t L_70 = V_4;
if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)60)))))
{
goto IL_0347;
}
}
{
__this->set_m_isParsingText_177((bool)1);
__this->set_m_textElementType_218(0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_71 = __this->get_m_char_buffer_180();
int32_t L_72 = V_20;
bool L_73 = TMP_Text_ValidateHtmlTag_mA1D35659E45CCB9527D6BF0A41B6F0C6BC546F77(__this, L_71, ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)), (int32_t*)(&V_18), /*hidden argument*/NULL);
if (!L_73)
{
goto IL_03aa;
}
}
{
int32_t L_74 = V_18;
V_20 = L_74;
int32_t L_75 = __this->get_m_textElementType_218();
if (L_75)
{
goto IL_03aa;
}
}
{
goto IL_13b0;
}
IL_0347:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_76 = __this->get_m_textInfo_133();
NullCheck(L_76);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_77 = L_76->get_characterInfo_11();
int32_t L_78 = __this->get_m_characterCount_187();
NullCheck(L_77);
int32_t L_79 = ((L_77)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_78)))->get_elementType_2();
__this->set_m_textElementType_218(L_79);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_80 = __this->get_m_textInfo_133();
NullCheck(L_80);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_81 = L_80->get_characterInfo_11();
int32_t L_82 = __this->get_m_characterCount_187();
NullCheck(L_81);
int32_t L_83 = ((L_81)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_82)))->get_materialReferenceIndex_8();
__this->set_m_currentMaterialIndex_40(L_83);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_84 = __this->get_m_textInfo_133();
NullCheck(L_84);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_85 = L_84->get_characterInfo_11();
int32_t L_86 = __this->get_m_characterCount_187();
NullCheck(L_85);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_87 = ((L_85)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_86)))->get_fontAsset_4();
__this->set_m_currentFontAsset_33(L_87);
}
IL_03aa:
{
int32_t L_88 = __this->get_m_currentMaterialIndex_40();
V_21 = L_88;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_89 = __this->get_m_textInfo_133();
NullCheck(L_89);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_90 = L_89->get_characterInfo_11();
int32_t L_91 = __this->get_m_characterCount_187();
NullCheck(L_90);
bool L_92 = ((L_90)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_91)))->get_isUsingAlternateTypeface_9();
V_22 = L_92;
__this->set_m_isParsingText_177((bool)0);
V_23 = (1.0f);
int32_t L_93 = __this->get_m_textElementType_218();
if (L_93)
{
goto IL_045e;
}
}
{
int32_t L_94 = __this->get_m_style_76();
if ((!(((uint32_t)((int32_t)((int32_t)L_94&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16)))))
{
goto IL_0408;
}
}
{
int32_t L_95 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_96 = Char_IsLower_mE89996F09044C07A991164C7E6A4A9C02867CC90((((int32_t)((uint16_t)L_95))), /*hidden argument*/NULL);
if (!L_96)
{
goto IL_045e;
}
}
{
int32_t L_97 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_98 = Char_ToUpper_m5D0AC7F9601D2981E2BCC8710BED485D804CE4DA((((int32_t)((uint16_t)L_97))), /*hidden argument*/NULL);
V_4 = L_98;
goto IL_045e;
}
IL_0408:
{
int32_t L_99 = __this->get_m_style_76();
if ((!(((uint32_t)((int32_t)((int32_t)L_99&(int32_t)8))) == ((uint32_t)8))))
{
goto IL_0429;
}
}
{
int32_t L_100 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_101 = Char_IsUpper_m94DFB4B66A46914F0588FB7EB42E9BB4A14C3513((((int32_t)((uint16_t)L_100))), /*hidden argument*/NULL);
if (!L_101)
{
goto IL_045e;
}
}
{
int32_t L_102 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_103 = Char_ToLower_mEC53192820FB75E0714C1C874F6BC1E89BDBBC74((((int32_t)((uint16_t)L_102))), /*hidden argument*/NULL);
V_4 = L_103;
goto IL_045e;
}
IL_0429:
{
int32_t L_104 = __this->get_m_fontStyle_75();
if ((((int32_t)((int32_t)((int32_t)L_104&(int32_t)((int32_t)32)))) == ((int32_t)((int32_t)32))))
{
goto IL_0443;
}
}
{
int32_t L_105 = __this->get_m_style_76();
if ((!(((uint32_t)((int32_t)((int32_t)L_105&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
{
goto IL_045e;
}
}
IL_0443:
{
int32_t L_106 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_107 = Char_IsLower_mE89996F09044C07A991164C7E6A4A9C02867CC90((((int32_t)((uint16_t)L_106))), /*hidden argument*/NULL);
if (!L_107)
{
goto IL_045e;
}
}
{
V_23 = (0.8f);
int32_t L_108 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_109 = Char_ToUpper_m5D0AC7F9601D2981E2BCC8710BED485D804CE4DA((((int32_t)((uint16_t)L_108))), /*hidden argument*/NULL);
V_4 = L_109;
}
IL_045e:
{
int32_t L_110 = __this->get_m_textElementType_218();
if ((!(((uint32_t)L_110) == ((uint32_t)1))))
{
goto IL_0592;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_111 = __this->get_m_textInfo_133();
NullCheck(L_111);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_112 = L_111->get_characterInfo_11();
int32_t L_113 = __this->get_m_characterCount_187();
NullCheck(L_112);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_114 = ((L_112)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_113)))->get_spriteAsset_5();
__this->set_m_currentSpriteAsset_223(L_114);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_115 = __this->get_m_textInfo_133();
NullCheck(L_115);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_116 = L_115->get_characterInfo_11();
int32_t L_117 = __this->get_m_characterCount_187();
NullCheck(L_116);
int32_t L_118 = ((L_116)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_117)))->get_spriteIndex_6();
__this->set_m_spriteIndex_225(L_118);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_119 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_119);
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_120 = L_119->get_spriteInfoList_11();
int32_t L_121 = __this->get_m_spriteIndex_225();
NullCheck(L_120);
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_122 = List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA(L_120, L_121, /*hidden argument*/List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var);
V_30 = L_122;
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_123 = V_30;
if (!L_123)
{
goto IL_13b0;
}
}
{
int32_t L_124 = V_4;
if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)60)))))
{
goto IL_04df;
}
}
{
int32_t L_125 = __this->get_m_spriteIndex_225();
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)57344), (int32_t)L_125));
}
IL_04df:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_126 = __this->get_m_fontAsset_32();
__this->set_m_currentFontAsset_33(L_126);
float L_127 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_128 = __this->get_m_fontAsset_32();
NullCheck(L_128);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_129 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_128, /*hidden argument*/NULL);
NullCheck(L_129);
float L_130 = L_129->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_131 = __this->get_m_fontAsset_32();
NullCheck(L_131);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_132 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_131, /*hidden argument*/NULL);
NullCheck(L_132);
float L_133 = L_132->get_Scale_2();
bool L_134 = __this->get_m_isOrthographic_111();
G_B39_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_127/(float)L_130)), (float)L_133));
if (L_134)
{
G_B40_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_127/(float)L_130)), (float)L_133));
goto IL_0522;
}
}
{
G_B41_0 = (0.1f);
G_B41_1 = G_B39_0;
goto IL_0527;
}
IL_0522:
{
G_B41_0 = (1.0f);
G_B41_1 = G_B40_0;
}
IL_0527:
{
V_31 = ((float)il2cpp_codegen_multiply((float)G_B41_1, (float)G_B41_0));
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_135 = __this->get_m_fontAsset_32();
NullCheck(L_135);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_136 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_135, /*hidden argument*/NULL);
NullCheck(L_136);
float L_137 = L_136->get_Ascender_6();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_138 = V_30;
NullCheck(L_138);
float L_139 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_138)->get_height_4();
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_140 = V_30;
NullCheck(L_140);
float L_141 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_140)->get_scale_8();
float L_142 = V_31;
V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_137/(float)L_139)), (float)L_141)), (float)L_142));
TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 * L_143 = V_30;
__this->set_m_cached_TextElement_219(L_143);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_144 = __this->get_m_internalCharacterInfo_181();
int32_t L_145 = __this->get_m_characterCount_187();
NullCheck(L_144);
((L_144)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_145)))->set_elementType_2(1);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_146 = __this->get_m_internalCharacterInfo_181();
int32_t L_147 = __this->get_m_characterCount_187();
NullCheck(L_146);
float L_148 = V_31;
((L_146)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_147)))->set_scale_28(L_148);
int32_t L_149 = V_21;
__this->set_m_currentMaterialIndex_40(L_149);
goto IL_0661;
}
IL_0592:
{
int32_t L_150 = __this->get_m_textElementType_218();
if (L_150)
{
goto IL_0661;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_151 = __this->get_m_textInfo_133();
NullCheck(L_151);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_152 = L_151->get_characterInfo_11();
int32_t L_153 = __this->get_m_characterCount_187();
NullCheck(L_152);
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_154 = ((L_152)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_153)))->get_textElement_3();
__this->set_m_cached_TextElement_219(L_154);
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_155 = __this->get_m_cached_TextElement_219();
if (!L_155)
{
goto IL_13b0;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_156 = __this->get_m_textInfo_133();
NullCheck(L_156);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_157 = L_156->get_characterInfo_11();
int32_t L_158 = __this->get_m_characterCount_187();
NullCheck(L_157);
int32_t L_159 = ((L_157)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_158)))->get_materialReferenceIndex_8();
__this->set_m_currentMaterialIndex_40(L_159);
float L_160 = __this->get_m_currentFontSize_64();
float L_161 = V_23;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_162 = __this->get_m_currentFontAsset_33();
NullCheck(L_162);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_163 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_162, /*hidden argument*/NULL);
NullCheck(L_163);
float L_164 = L_163->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_165 = __this->get_m_currentFontAsset_33();
NullCheck(L_165);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_166 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_165, /*hidden argument*/NULL);
NullCheck(L_166);
float L_167 = L_166->get_Scale_2();
bool L_168 = __this->get_m_isOrthographic_111();
G_B45_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_160, (float)L_161))/(float)L_164)), (float)L_167));
G_B45_1 = __this;
if (L_168)
{
G_B46_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_160, (float)L_161))/(float)L_164)), (float)L_167));
G_B46_1 = __this;
goto IL_0625;
}
}
{
G_B47_0 = (0.1f);
G_B47_1 = G_B45_0;
G_B47_2 = G_B45_1;
goto IL_062a;
}
IL_0625:
{
G_B47_0 = (1.0f);
G_B47_1 = G_B46_0;
G_B47_2 = G_B46_1;
}
IL_062a:
{
NullCheck(G_B47_2);
G_B47_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B47_1, (float)G_B47_0)));
float L_169 = __this->get_m_fontScale_168();
float L_170 = __this->get_m_fontScaleMultiplier_169();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_171 = __this->get_m_cached_TextElement_219();
NullCheck(L_171);
float L_172 = L_171->get_scale_8();
V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_169, (float)L_170)), (float)L_172));
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_173 = __this->get_m_internalCharacterInfo_181();
int32_t L_174 = __this->get_m_characterCount_187();
NullCheck(L_173);
((L_173)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_174)))->set_elementType_2(0);
}
IL_0661:
{
float L_175 = V_2;
V_24 = L_175;
int32_t L_176 = V_4;
if ((!(((uint32_t)L_176) == ((uint32_t)((int32_t)173)))))
{
goto IL_0673;
}
}
{
V_2 = (0.0f);
}
IL_0673:
{
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_177 = __this->get_m_internalCharacterInfo_181();
int32_t L_178 = __this->get_m_characterCount_187();
NullCheck(L_177);
int32_t L_179 = V_4;
((L_177)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_178)))->set_character_0((((int32_t)((uint16_t)L_179))));
il2cpp_codegen_initobj((&V_25), sizeof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ));
bool L_180 = __this->get_m_enableKerning_105();
if (!L_180)
{
goto IL_075f;
}
}
{
V_32 = (KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD *)NULL;
int32_t L_181 = __this->get_m_characterCount_187();
int32_t L_182 = V_0;
if ((((int32_t)L_181) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_182, (int32_t)1)))))
{
goto IL_06fe;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_183 = __this->get_m_textInfo_133();
NullCheck(L_183);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_184 = L_183->get_characterInfo_11();
int32_t L_185 = __this->get_m_characterCount_187();
NullCheck(L_184);
Il2CppChar L_186 = ((L_184)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)))))->get_character_0();
V_33 = L_186;
int32_t L_187 = V_4;
uint32_t L_188 = V_33;
KerningPairKey__ctor_m73F77F7631B858785DF8D10112A319C4FBFBF1D4((KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 *)(&V_34), L_187, L_188, /*hidden argument*/NULL);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_189 = __this->get_m_currentFontAsset_33();
NullCheck(L_189);
Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * L_190 = TMP_FontAsset_get_kerningDictionary_m4EBCDD4CDA2FAE221E2AC7149A41B33507399CB2(L_189, /*hidden argument*/NULL);
KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 L_191 = V_34;
uint32_t L_192 = L_191.get_key_2();
NullCheck(L_190);
Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466(L_190, L_192, (KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD **)(&V_32), /*hidden argument*/Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466_RuntimeMethod_var);
KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * L_193 = V_32;
if (!L_193)
{
goto IL_06fe;
}
}
{
KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * L_194 = V_32;
NullCheck(L_194);
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD L_195 = KerningPair_get_firstGlyphAdjustments_m03A24BEF6611F8A4C7BD3E0FCCF2B6EB846087E2(L_194, /*hidden argument*/NULL);
V_25 = L_195;
}
IL_06fe:
{
int32_t L_196 = __this->get_m_characterCount_187();
if ((((int32_t)L_196) < ((int32_t)1)))
{
goto IL_075f;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_197 = __this->get_m_textInfo_133();
NullCheck(L_197);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_198 = L_197->get_characterInfo_11();
int32_t L_199 = __this->get_m_characterCount_187();
NullCheck(L_198);
Il2CppChar L_200 = ((L_198)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_199, (int32_t)1)))))->get_character_0();
V_35 = L_200;
uint32_t L_201 = V_35;
int32_t L_202 = V_4;
KerningPairKey__ctor_m73F77F7631B858785DF8D10112A319C4FBFBF1D4((KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 *)(&V_36), L_201, L_202, /*hidden argument*/NULL);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_203 = __this->get_m_currentFontAsset_33();
NullCheck(L_203);
Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 * L_204 = TMP_FontAsset_get_kerningDictionary_m4EBCDD4CDA2FAE221E2AC7149A41B33507399CB2(L_203, /*hidden argument*/NULL);
KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 L_205 = V_36;
uint32_t L_206 = L_205.get_key_2();
NullCheck(L_204);
Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466(L_204, L_206, (KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD **)(&V_32), /*hidden argument*/Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466_RuntimeMethod_var);
KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * L_207 = V_32;
if (!L_207)
{
goto IL_075f;
}
}
{
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD L_208 = V_25;
KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD * L_209 = V_32;
NullCheck(L_209);
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD L_210 = KerningPair_get_secondGlyphAdjustments_m1D0FA44E5078CFB77197373403A42F17659CF8B6(L_209, /*hidden argument*/NULL);
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD L_211 = GlyphValueRecord_op_Addition_mADA68CC0A4A283608D62AC72253061402C8C30ED(L_208, L_210, /*hidden argument*/NULL);
V_25 = L_211;
}
IL_075f:
{
V_26 = (0.0f);
float L_212 = __this->get_m_monoSpacing_86();
if ((((float)L_212) == ((float)(0.0f))))
{
goto IL_07b0;
}
}
{
float L_213 = __this->get_m_monoSpacing_86();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_214 = __this->get_m_cached_TextElement_219();
NullCheck(L_214);
float L_215 = L_214->get_width_3();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_216 = __this->get_m_cached_TextElement_219();
NullCheck(L_216);
float L_217 = L_216->get_xOffset_5();
float L_218 = V_2;
V_26 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_213/(float)(2.0f))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_215/(float)(2.0f))), (float)L_217)), (float)L_218))));
float L_219 = __this->get_m_xAdvance_217();
float L_220 = V_26;
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_219, (float)L_220)));
}
IL_07b0:
{
int32_t L_221 = __this->get_m_textElementType_218();
if (L_221)
{
goto IL_07ed;
}
}
{
bool L_222 = V_22;
if (L_222)
{
goto IL_07ed;
}
}
{
int32_t L_223 = __this->get_m_style_76();
if ((((int32_t)((int32_t)((int32_t)L_223&(int32_t)1))) == ((int32_t)1)))
{
goto IL_07d2;
}
}
{
int32_t L_224 = __this->get_m_fontStyle_75();
if ((!(((uint32_t)((int32_t)((int32_t)L_224&(int32_t)1))) == ((uint32_t)1))))
{
goto IL_07ed;
}
}
IL_07d2:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_225 = __this->get_m_currentFontAsset_33();
NullCheck(L_225);
float L_226 = L_225->get_boldSpacing_23();
V_5 = ((float)il2cpp_codegen_add((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_226, (float)(0.01f)))));
goto IL_07f4;
}
IL_07ed:
{
V_5 = (1.0f);
}
IL_07f4:
{
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_227 = __this->get_m_internalCharacterInfo_181();
int32_t L_228 = __this->get_m_characterCount_187();
NullCheck(L_227);
float L_229 = __this->get_m_lineOffset_201();
float L_230 = __this->get_m_baselineOffset_215();
((L_227)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_228)))->set_baseLine_24(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_229)), (float)L_230)));
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_231 = __this->get_m_currentFontAsset_33();
NullCheck(L_231);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_232 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_231, /*hidden argument*/NULL);
NullCheck(L_232);
float L_233 = L_232->get_Ascender_6();
int32_t L_234 = __this->get_m_textElementType_218();
G_B66_0 = L_233;
if (!L_234)
{
G_B67_0 = L_233;
goto IL_084d;
}
}
{
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_235 = __this->get_m_internalCharacterInfo_181();
int32_t L_236 = __this->get_m_characterCount_187();
NullCheck(L_235);
float L_237 = ((L_235)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_236)))->get_scale_28();
G_B68_0 = L_237;
G_B68_1 = G_B66_0;
goto IL_0851;
}
IL_084d:
{
float L_238 = V_2;
float L_239 = V_23;
G_B68_0 = ((float)((float)L_238/(float)L_239));
G_B68_1 = G_B67_0;
}
IL_0851:
{
float L_240 = __this->get_m_baselineOffset_215();
V_27 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)G_B68_1, (float)G_B68_0)), (float)L_240));
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_241 = __this->get_m_internalCharacterInfo_181();
int32_t L_242 = __this->get_m_characterCount_187();
NullCheck(L_241);
float L_243 = V_27;
float L_244 = __this->get_m_lineOffset_201();
((L_241)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_242)))->set_ascender_23(((float)il2cpp_codegen_subtract((float)L_243, (float)L_244)));
float L_245 = V_27;
float L_246 = __this->get_m_maxLineAscender_198();
G_B69_0 = __this;
if ((((float)L_245) > ((float)L_246)))
{
G_B70_0 = __this;
goto IL_088d;
}
}
{
float L_247 = __this->get_m_maxLineAscender_198();
G_B71_0 = L_247;
G_B71_1 = G_B69_0;
goto IL_088f;
}
IL_088d:
{
float L_248 = V_27;
G_B71_0 = L_248;
G_B71_1 = G_B70_0;
}
IL_088f:
{
NullCheck(G_B71_1);
G_B71_1->set_m_maxLineAscender_198(G_B71_0);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_249 = __this->get_m_currentFontAsset_33();
NullCheck(L_249);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_250 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_249, /*hidden argument*/NULL);
NullCheck(L_250);
float L_251 = L_250->get_Descender_8();
int32_t L_252 = __this->get_m_textElementType_218();
G_B72_0 = L_251;
if (!L_252)
{
G_B73_0 = L_251;
goto IL_08c4;
}
}
{
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_253 = __this->get_m_internalCharacterInfo_181();
int32_t L_254 = __this->get_m_characterCount_187();
NullCheck(L_253);
float L_255 = ((L_253)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_254)))->get_scale_28();
G_B74_0 = L_255;
G_B74_1 = G_B72_0;
goto IL_08c8;
}
IL_08c4:
{
float L_256 = V_2;
float L_257 = V_23;
G_B74_0 = ((float)((float)L_256/(float)L_257));
G_B74_1 = G_B73_0;
}
IL_08c8:
{
float L_258 = __this->get_m_baselineOffset_215();
V_28 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)G_B74_1, (float)G_B74_0)), (float)L_258));
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_259 = __this->get_m_internalCharacterInfo_181();
int32_t L_260 = __this->get_m_characterCount_187();
NullCheck(L_259);
float L_261 = V_28;
float L_262 = __this->get_m_lineOffset_201();
float L_263 = ((float)il2cpp_codegen_subtract((float)L_261, (float)L_262));
V_19 = L_263;
((L_259)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_260)))->set_descender_25(L_263);
float L_264 = V_19;
V_29 = L_264;
float L_265 = V_28;
float L_266 = __this->get_m_maxLineDescender_199();
G_B75_0 = __this;
if ((((float)L_265) < ((float)L_266)))
{
G_B76_0 = __this;
goto IL_090b;
}
}
{
float L_267 = __this->get_m_maxLineDescender_199();
G_B77_0 = L_267;
G_B77_1 = G_B75_0;
goto IL_090d;
}
IL_090b:
{
float L_268 = V_28;
G_B77_0 = L_268;
G_B77_1 = G_B76_0;
}
IL_090d:
{
NullCheck(G_B77_1);
G_B77_1->set_m_maxLineDescender_199(G_B77_0);
int32_t L_269 = __this->get_m_style_76();
if ((((int32_t)((int32_t)((int32_t)L_269&(int32_t)((int32_t)256)))) == ((int32_t)((int32_t)256))))
{
goto IL_0938;
}
}
{
int32_t L_270 = __this->get_m_style_76();
if ((!(((uint32_t)((int32_t)((int32_t)L_270&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
{
goto IL_09b4;
}
}
IL_0938:
{
float L_271 = V_27;
float L_272 = __this->get_m_baselineOffset_215();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_273 = __this->get_m_currentFontAsset_33();
NullCheck(L_273);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_274 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_273, /*hidden argument*/NULL);
NullCheck(L_274);
float L_275 = L_274->get_SubSize_12();
V_37 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_271, (float)L_272))/(float)L_275));
float L_276 = __this->get_m_maxLineAscender_198();
V_27 = L_276;
float L_277 = V_37;
float L_278 = __this->get_m_maxLineAscender_198();
G_B80_0 = __this;
if ((((float)L_277) > ((float)L_278)))
{
G_B81_0 = __this;
goto IL_096f;
}
}
{
float L_279 = __this->get_m_maxLineAscender_198();
G_B82_0 = L_279;
G_B82_1 = G_B80_0;
goto IL_0971;
}
IL_096f:
{
float L_280 = V_37;
G_B82_0 = L_280;
G_B82_1 = G_B81_0;
}
IL_0971:
{
NullCheck(G_B82_1);
G_B82_1->set_m_maxLineAscender_198(G_B82_0);
float L_281 = V_28;
float L_282 = __this->get_m_baselineOffset_215();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_283 = __this->get_m_currentFontAsset_33();
NullCheck(L_283);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_284 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_283, /*hidden argument*/NULL);
NullCheck(L_284);
float L_285 = L_284->get_SubSize_12();
V_38 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_281, (float)L_282))/(float)L_285));
float L_286 = __this->get_m_maxLineDescender_199();
V_28 = L_286;
float L_287 = V_38;
float L_288 = __this->get_m_maxLineDescender_199();
G_B83_0 = __this;
if ((((float)L_287) < ((float)L_288)))
{
G_B84_0 = __this;
goto IL_09ad;
}
}
{
float L_289 = __this->get_m_maxLineDescender_199();
G_B85_0 = L_289;
G_B85_1 = G_B83_0;
goto IL_09af;
}
IL_09ad:
{
float L_290 = V_38;
G_B85_0 = L_290;
G_B85_1 = G_B84_0;
}
IL_09af:
{
NullCheck(G_B85_1);
G_B85_1->set_m_maxLineDescender_199(G_B85_0);
}
IL_09b4:
{
int32_t L_291 = __this->get_m_lineNumber_192();
if (L_291)
{
goto IL_09d6;
}
}
{
float L_292 = __this->get_m_maxAscender_195();
float L_293 = V_27;
G_B88_0 = __this;
if ((((float)L_292) > ((float)L_293)))
{
G_B89_0 = __this;
goto IL_09cb;
}
}
{
float L_294 = V_27;
G_B90_0 = L_294;
G_B90_1 = G_B88_0;
goto IL_09d1;
}
IL_09cb:
{
float L_295 = __this->get_m_maxAscender_195();
G_B90_0 = L_295;
G_B90_1 = G_B89_0;
}
IL_09d1:
{
NullCheck(G_B90_1);
G_B90_1->set_m_maxAscender_195(G_B90_0);
}
IL_09d6:
{
int32_t L_296 = V_4;
if ((((int32_t)L_296) == ((int32_t)((int32_t)9))))
{
goto IL_0a0d;
}
}
{
int32_t L_297 = V_4;
if ((((int32_t)L_297) == ((int32_t)((int32_t)160))))
{
goto IL_0a0d;
}
}
{
int32_t L_298 = V_4;
if ((((int32_t)L_298) == ((int32_t)((int32_t)8199))))
{
goto IL_0a0d;
}
}
{
int32_t L_299 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_300 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B((((int32_t)((uint16_t)L_299))), /*hidden argument*/NULL);
if (L_300)
{
goto IL_0a01;
}
}
{
int32_t L_301 = V_4;
if ((!(((uint32_t)L_301) == ((uint32_t)((int32_t)8203)))))
{
goto IL_0a0d;
}
}
IL_0a01:
{
int32_t L_302 = __this->get_m_textElementType_218();
if ((!(((uint32_t)L_302) == ((uint32_t)1))))
{
goto IL_0e4f;
}
}
IL_0a0d:
{
float L_303 = __this->get_m_width_132();
if ((!(((float)L_303) == ((float)(-1.0f)))))
{
goto IL_0a32;
}
}
{
float L_304 = V_9;
float L_305 = __this->get_m_marginLeft_128();
float L_306 = __this->get_m_marginRight_129();
G_B100_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_304, (float)(0.0001f))), (float)L_305)), (float)L_306));
goto IL_0a53;
}
IL_0a32:
{
float L_307 = V_9;
float L_308 = __this->get_m_marginLeft_128();
float L_309 = __this->get_m_marginRight_129();
float L_310 = __this->get_m_width_132();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_311 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_307, (float)(0.0001f))), (float)L_308)), (float)L_309)), L_310, /*hidden argument*/NULL);
G_B100_0 = L_311;
}
IL_0a53:
{
V_39 = G_B100_0;
int32_t L_312 = __this->get_m_lineJustification_80();
if ((((int32_t)((int32_t)((int32_t)L_312&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16))))
{
goto IL_0a6f;
}
}
{
int32_t L_313 = __this->get_m_lineJustification_80();
G_B103_0 = ((((int32_t)((int32_t)((int32_t)L_313&(int32_t)8))) == ((int32_t)8))? 1 : 0);
goto IL_0a70;
}
IL_0a6f:
{
G_B103_0 = 1;
}
IL_0a70:
{
V_40 = (bool)G_B103_0;
float L_314 = __this->get_m_xAdvance_217();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_315 = __this->get_m_cached_TextElement_219();
NullCheck(L_315);
float L_316 = L_315->get_xAdvance_7();
float L_317 = __this->get_m_charWidthAdjDelta_94();
int32_t L_318 = V_4;
G_B104_0 = ((float)il2cpp_codegen_multiply((float)L_316, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_317))));
G_B104_1 = L_314;
if ((!(((uint32_t)L_318) == ((uint32_t)((int32_t)173)))))
{
G_B105_0 = ((float)il2cpp_codegen_multiply((float)L_316, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_317))));
G_B105_1 = L_314;
goto IL_0a9d;
}
}
{
float L_319 = V_24;
G_B106_0 = L_319;
G_B106_1 = G_B104_0;
G_B106_2 = G_B104_1;
goto IL_0a9e;
}
IL_0a9d:
{
float L_320 = V_2;
G_B106_0 = L_320;
G_B106_1 = G_B105_0;
G_B106_2 = G_B105_1;
}
IL_0a9e:
{
V_12 = ((float)il2cpp_codegen_add((float)G_B106_2, (float)((float)il2cpp_codegen_multiply((float)G_B106_1, (float)G_B106_0))));
float L_321 = V_12;
float L_322 = V_39;
bool L_323 = V_40;
G_B107_0 = L_322;
G_B107_1 = L_321;
if (L_323)
{
G_B108_0 = L_322;
G_B108_1 = L_321;
goto IL_0ab1;
}
}
{
G_B109_0 = (1.0f);
G_B109_1 = G_B107_0;
G_B109_2 = G_B107_1;
goto IL_0ab6;
}
IL_0ab1:
{
G_B109_0 = (1.05f);
G_B109_1 = G_B108_0;
G_B109_2 = G_B108_1;
}
IL_0ab6:
{
if ((!(((float)G_B109_2) > ((float)((float)il2cpp_codegen_multiply((float)G_B109_1, (float)G_B109_0))))))
{
goto IL_0e4f;
}
}
{
bool L_324 = TMP_Text_get_enableWordWrapping_m8140D63B850629B25F6ABE9211E9F777E7826533(__this, /*hidden argument*/NULL);
if (!L_324)
{
goto IL_0da3;
}
}
{
int32_t L_325 = __this->get_m_characterCount_187();
int32_t L_326 = __this->get_m_firstCharacterOfLine_188();
if ((((int32_t)L_325) == ((int32_t)L_326)))
{
goto IL_0da3;
}
}
{
int32_t L_327 = V_17;
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 L_328 = V_16;
int32_t L_329 = L_328.get_previous_WordBreak_0();
bool L_330 = V_13;
if (!((int32_t)((int32_t)((((int32_t)L_327) == ((int32_t)L_329))? 1 : 0)|(int32_t)L_330)))
{
goto IL_0bb0;
}
}
{
bool L_331 = ___ignoreTextAutoSizing2;
if (L_331)
{
goto IL_0b9c;
}
}
{
float L_332 = __this->get_m_currentFontSize_64();
float L_333 = __this->get_m_fontSizeMin_73();
if ((!(((float)L_332) > ((float)L_333))))
{
goto IL_0b9c;
}
}
{
float L_334 = __this->get_m_charWidthAdjDelta_94();
float L_335 = __this->get_m_charWidthMaxAdj_93();
if ((!(((float)L_334) < ((float)((float)((float)L_335/(float)(100.0f)))))))
{
goto IL_0b39;
}
}
{
__this->set_m_recursiveCount_157(0);
float L_336 = __this->get_m_charWidthAdjDelta_94();
__this->set_m_charWidthAdjDelta_94(((float)il2cpp_codegen_add((float)L_336, (float)(0.01f))));
float L_337 = ___defaultFontSize0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_338 = ___marginSize1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_339 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_337, L_338, (bool)0);
return L_339;
}
IL_0b39:
{
float L_340 = ___defaultFontSize0;
__this->set_m_maxFontSize_71(L_340);
float L_341 = ___defaultFontSize0;
float L_342 = ___defaultFontSize0;
float L_343 = __this->get_m_minFontSize_72();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_344 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)((float)((float)il2cpp_codegen_subtract((float)L_342, (float)L_343))/(float)(2.0f))), (0.05f), /*hidden argument*/NULL);
___defaultFontSize0 = ((float)il2cpp_codegen_subtract((float)L_341, (float)L_344));
float L_345 = ___defaultFontSize0;
float L_346 = __this->get_m_fontSizeMin_73();
float L_347 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_345, L_346, /*hidden argument*/NULL);
___defaultFontSize0 = ((float)((float)(((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_347, (float)(20.0f))), (float)(0.5f)))))))))/(float)(20.0f)));
int32_t L_348 = __this->get_m_recursiveCount_157();
if ((((int32_t)L_348) <= ((int32_t)((int32_t)20))))
{
goto IL_0b92;
}
}
{
float L_349 = V_10;
float L_350 = V_11;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_351;
memset(&L_351, 0, sizeof(L_351));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_351), L_349, L_350, /*hidden argument*/NULL);
return L_351;
}
IL_0b92:
{
float L_352 = ___defaultFontSize0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_353 = ___marginSize1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_354 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_352, L_353, (bool)0);
return L_354;
}
IL_0b9c:
{
bool L_355 = __this->get_m_isCharacterWrappingEnabled_96();
if (L_355)
{
goto IL_0bad;
}
}
{
__this->set_m_isCharacterWrappingEnabled_96((bool)1);
goto IL_0bb0;
}
IL_0bad:
{
V_14 = (bool)1;
}
IL_0bb0:
{
int32_t L_356 = TMP_Text_RestoreWordWrappingState_mE89EDF25D735F8530A7C397282074B52F1E8439D(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_16), /*hidden argument*/NULL);
V_20 = L_356;
int32_t L_357 = V_20;
V_17 = L_357;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_358 = __this->get_m_char_buffer_180();
int32_t L_359 = V_20;
NullCheck(L_358);
int32_t L_360 = L_359;
int32_t L_361 = (L_358)->GetAt(static_cast<il2cpp_array_size_t>(L_360));
if ((!(((uint32_t)L_361) == ((uint32_t)((int32_t)173)))))
{
goto IL_0bea;
}
}
{
__this->set_m_isTextTruncated_104((bool)1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_362 = __this->get_m_char_buffer_180();
int32_t L_363 = V_20;
NullCheck(L_362);
(L_362)->SetAt(static_cast<il2cpp_array_size_t>(L_363), (int32_t)((int32_t)45));
float L_364 = ___defaultFontSize0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_365 = ___marginSize1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_366 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_364, L_365, (bool)1);
return L_366;
}
IL_0bea:
{
int32_t L_367 = __this->get_m_lineNumber_192();
if ((((int32_t)L_367) <= ((int32_t)0)))
{
goto IL_0c4b;
}
}
{
float L_368 = __this->get_m_maxLineAscender_198();
float L_369 = __this->get_m_startOfLineAscender_200();
IL2CPP_RUNTIME_CLASS_INIT(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var);
bool L_370 = TMP_Math_Approximately_mD1E8C7947699EE157A2054C17BA7BD42D5F567F3(L_368, L_369, /*hidden argument*/NULL);
if (L_370)
{
goto IL_0c4b;
}
}
{
float L_371 = __this->get_m_lineHeight_90();
if ((!(((float)L_371) == ((float)(-32767.0f)))))
{
goto IL_0c4b;
}
}
{
float L_372 = __this->get_m_maxLineAscender_198();
float L_373 = __this->get_m_startOfLineAscender_200();
V_43 = ((float)il2cpp_codegen_subtract((float)L_372, (float)L_373));
float L_374 = __this->get_m_lineOffset_201();
float L_375 = V_43;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_374, (float)L_375)));
float L_376 = __this->get_m_lineOffset_201();
(&V_16)->set_lineOffset_26(L_376);
float L_377 = __this->get_m_maxLineAscender_198();
(&V_16)->set_previousLineAscender_15(L_377);
}
IL_0c4b:
{
float L_378 = __this->get_m_maxLineAscender_198();
float L_379 = __this->get_m_lineOffset_201();
V_41 = ((float)il2cpp_codegen_subtract((float)L_378, (float)L_379));
float L_380 = __this->get_m_maxLineDescender_199();
float L_381 = __this->get_m_lineOffset_201();
V_42 = ((float)il2cpp_codegen_subtract((float)L_380, (float)L_381));
float L_382 = __this->get_m_maxDescender_197();
float L_383 = V_42;
G_B130_0 = __this;
if ((((float)L_382) < ((float)L_383)))
{
G_B131_0 = __this;
goto IL_0c78;
}
}
{
float L_384 = V_42;
G_B132_0 = L_384;
G_B132_1 = G_B130_0;
goto IL_0c7e;
}
IL_0c78:
{
float L_385 = __this->get_m_maxDescender_197();
G_B132_0 = L_385;
G_B132_1 = G_B131_0;
}
IL_0c7e:
{
NullCheck(G_B132_1);
G_B132_1->set_m_maxDescender_197(G_B132_0);
int32_t L_386 = __this->get_m_characterCount_187();
__this->set_m_firstCharacterOfLine_188(L_386);
float L_387 = V_10;
float L_388 = __this->get_m_xAdvance_217();
V_10 = ((float)il2cpp_codegen_add((float)L_387, (float)L_388));
bool L_389 = __this->get_m_enableWordWrapping_95();
if (!L_389)
{
goto IL_0cb3;
}
}
{
float L_390 = __this->get_m_maxAscender_195();
float L_391 = __this->get_m_maxDescender_197();
V_11 = ((float)il2cpp_codegen_subtract((float)L_390, (float)L_391));
goto IL_0cc1;
}
IL_0cb3:
{
float L_392 = V_11;
float L_393 = V_41;
float L_394 = V_42;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_395 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_392, ((float)il2cpp_codegen_subtract((float)L_393, (float)L_394)), /*hidden argument*/NULL);
V_11 = L_395;
}
IL_0cc1:
{
int32_t L_396 = V_20;
int32_t L_397 = __this->get_m_characterCount_187();
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_15), L_396, ((int32_t)il2cpp_codegen_subtract((int32_t)L_397, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_398 = __this->get_m_lineNumber_192();
__this->set_m_lineNumber_192(((int32_t)il2cpp_codegen_add((int32_t)L_398, (int32_t)1)));
float L_399 = __this->get_m_lineHeight_90();
if ((!(((float)L_399) == ((float)(-32767.0f)))))
{
goto IL_0d5a;
}
}
{
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_400 = __this->get_m_internalCharacterInfo_181();
int32_t L_401 = __this->get_m_characterCount_187();
NullCheck(L_400);
float L_402 = ((L_400)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_401)))->get_ascender_23();
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_403 = __this->get_m_internalCharacterInfo_181();
int32_t L_404 = __this->get_m_characterCount_187();
NullCheck(L_403);
float L_405 = ((L_403)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_404)))->get_baseLine_24();
V_44 = ((float)il2cpp_codegen_subtract((float)L_402, (float)L_405));
float L_406 = __this->get_m_maxLineDescender_199();
float L_407 = V_44;
float L_408 = V_6;
float L_409 = __this->get_m_lineSpacing_88();
float L_410 = __this->get_m_lineSpacingDelta_89();
float L_411 = V_1;
V_7 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_406)), (float)L_407)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_408, (float)L_409)), (float)L_410)), (float)L_411))));
float L_412 = __this->get_m_lineOffset_201();
float L_413 = V_7;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_412, (float)L_413)));
float L_414 = V_44;
__this->set_m_startOfLineAscender_200(L_414);
goto IL_0d76;
}
IL_0d5a:
{
float L_415 = __this->get_m_lineOffset_201();
float L_416 = __this->get_m_lineHeight_90();
float L_417 = __this->get_m_lineSpacing_88();
float L_418 = V_1;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_415, (float)((float)il2cpp_codegen_add((float)L_416, (float)((float)il2cpp_codegen_multiply((float)L_417, (float)L_418)))))));
}
IL_0d76:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
float L_419 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_232();
__this->set_m_maxLineAscender_198(L_419);
float L_420 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_231();
__this->set_m_maxLineDescender_199(L_420);
float L_421 = __this->get_tag_Indent_174();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)(0.0f), (float)L_421)));
goto IL_13b0;
}
IL_0da3:
{
bool L_422 = ___ignoreTextAutoSizing2;
if (L_422)
{
goto IL_0e4f;
}
}
{
float L_423 = ___defaultFontSize0;
float L_424 = __this->get_m_fontSizeMin_73();
if ((!(((float)L_423) > ((float)L_424))))
{
goto IL_0e4f;
}
}
{
float L_425 = __this->get_m_charWidthAdjDelta_94();
float L_426 = __this->get_m_charWidthMaxAdj_93();
if ((!(((float)L_425) < ((float)((float)((float)L_426/(float)(100.0f)))))))
{
goto IL_0dec;
}
}
{
__this->set_m_recursiveCount_157(0);
float L_427 = __this->get_m_charWidthAdjDelta_94();
__this->set_m_charWidthAdjDelta_94(((float)il2cpp_codegen_add((float)L_427, (float)(0.01f))));
float L_428 = ___defaultFontSize0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_429 = ___marginSize1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_430 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_428, L_429, (bool)0);
return L_430;
}
IL_0dec:
{
float L_431 = ___defaultFontSize0;
__this->set_m_maxFontSize_71(L_431);
float L_432 = ___defaultFontSize0;
float L_433 = ___defaultFontSize0;
float L_434 = __this->get_m_minFontSize_72();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_435 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)((float)((float)il2cpp_codegen_subtract((float)L_433, (float)L_434))/(float)(2.0f))), (0.05f), /*hidden argument*/NULL);
___defaultFontSize0 = ((float)il2cpp_codegen_subtract((float)L_432, (float)L_435));
float L_436 = ___defaultFontSize0;
float L_437 = __this->get_m_fontSizeMin_73();
float L_438 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_436, L_437, /*hidden argument*/NULL);
___defaultFontSize0 = ((float)((float)(((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_438, (float)(20.0f))), (float)(0.5f)))))))))/(float)(20.0f)));
int32_t L_439 = __this->get_m_recursiveCount_157();
if ((((int32_t)L_439) <= ((int32_t)((int32_t)20))))
{
goto IL_0e45;
}
}
{
float L_440 = V_10;
float L_441 = V_11;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_442;
memset(&L_442, 0, sizeof(L_442));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_442), L_440, L_441, /*hidden argument*/NULL);
return L_442;
}
IL_0e45:
{
float L_443 = ___defaultFontSize0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_444 = ___marginSize1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_445 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_443, L_444, (bool)0);
return L_445;
}
IL_0e4f:
{
int32_t L_446 = __this->get_m_lineNumber_192();
if ((((int32_t)L_446) <= ((int32_t)0)))
{
goto IL_0ece;
}
}
{
float L_447 = __this->get_m_maxLineAscender_198();
float L_448 = __this->get_m_startOfLineAscender_200();
IL2CPP_RUNTIME_CLASS_INIT(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var);
bool L_449 = TMP_Math_Approximately_mD1E8C7947699EE157A2054C17BA7BD42D5F567F3(L_447, L_448, /*hidden argument*/NULL);
if (L_449)
{
goto IL_0ece;
}
}
{
float L_450 = __this->get_m_lineHeight_90();
if ((!(((float)L_450) == ((float)(-32767.0f)))))
{
goto IL_0ece;
}
}
{
bool L_451 = __this->get_m_isNewPage_126();
if (L_451)
{
goto IL_0ece;
}
}
{
float L_452 = __this->get_m_maxLineAscender_198();
float L_453 = __this->get_m_startOfLineAscender_200();
V_45 = ((float)il2cpp_codegen_subtract((float)L_452, (float)L_453));
float L_454 = V_29;
float L_455 = V_45;
V_29 = ((float)il2cpp_codegen_subtract((float)L_454, (float)L_455));
float L_456 = __this->get_m_lineOffset_201();
float L_457 = V_45;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_456, (float)L_457)));
float L_458 = __this->get_m_startOfLineAscender_200();
float L_459 = V_45;
__this->set_m_startOfLineAscender_200(((float)il2cpp_codegen_add((float)L_458, (float)L_459)));
float L_460 = __this->get_m_lineOffset_201();
(&V_16)->set_lineOffset_26(L_460);
float L_461 = __this->get_m_startOfLineAscender_200();
(&V_16)->set_previousLineAscender_15(L_461);
}
IL_0ece:
{
int32_t L_462 = V_4;
if ((!(((uint32_t)L_462) == ((uint32_t)((int32_t)9)))))
{
goto IL_0f1d;
}
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_463 = __this->get_m_currentFontAsset_33();
NullCheck(L_463);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_464 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_463, /*hidden argument*/NULL);
NullCheck(L_464);
float L_465 = L_464->get_TabWidth_17();
float L_466 = V_2;
V_46 = ((float)il2cpp_codegen_multiply((float)L_465, (float)L_466));
float L_467 = __this->get_m_xAdvance_217();
float L_468 = V_46;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_469 = ceilf(((float)((float)L_467/(float)L_468)));
float L_470 = V_46;
V_47 = ((float)il2cpp_codegen_multiply((float)L_469, (float)L_470));
float L_471 = V_47;
float L_472 = __this->get_m_xAdvance_217();
G_B153_0 = __this;
if ((((float)L_471) > ((float)L_472)))
{
G_B154_0 = __this;
goto IL_0f11;
}
}
{
float L_473 = __this->get_m_xAdvance_217();
float L_474 = V_46;
G_B155_0 = ((float)il2cpp_codegen_add((float)L_473, (float)L_474));
G_B155_1 = G_B153_0;
goto IL_0f13;
}
IL_0f11:
{
float L_475 = V_47;
G_B155_0 = L_475;
G_B155_1 = G_B154_0;
}
IL_0f13:
{
NullCheck(G_B155_1);
G_B155_1->set_m_xAdvance_217(G_B155_0);
goto IL_100a;
}
IL_0f1d:
{
float L_476 = __this->get_m_monoSpacing_86();
if ((((float)L_476) == ((float)(0.0f))))
{
goto IL_0f96;
}
}
{
float L_477 = __this->get_m_xAdvance_217();
float L_478 = __this->get_m_monoSpacing_86();
float L_479 = V_26;
float L_480 = __this->get_m_characterSpacing_84();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_481 = __this->get_m_currentFontAsset_33();
NullCheck(L_481);
float L_482 = L_481->get_normalSpacingOffset_21();
float L_483 = V_2;
float L_484 = __this->get_m_cSpacing_85();
float L_485 = __this->get_m_charWidthAdjDelta_94();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_477, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_478, (float)L_479)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_480, (float)L_482)), (float)L_483)))), (float)L_484)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_485)))))));
int32_t L_486 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_487 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B((((int32_t)((uint16_t)L_486))), /*hidden argument*/NULL);
if (L_487)
{
goto IL_0f7f;
}
}
{
int32_t L_488 = V_4;
if ((!(((uint32_t)L_488) == ((uint32_t)((int32_t)8203)))))
{
goto IL_100a;
}
}
IL_0f7f:
{
float L_489 = __this->get_m_xAdvance_217();
float L_490 = __this->get_m_wordSpacing_87();
float L_491 = V_2;
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_489, (float)((float)il2cpp_codegen_multiply((float)L_490, (float)L_491)))));
goto IL_100a;
}
IL_0f96:
{
float L_492 = __this->get_m_xAdvance_217();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_493 = __this->get_m_cached_TextElement_219();
NullCheck(L_493);
float L_494 = L_493->get_xAdvance_7();
float L_495 = V_5;
float L_496 = __this->get_m_characterSpacing_84();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_497 = __this->get_m_currentFontAsset_33();
NullCheck(L_497);
float L_498 = L_497->get_normalSpacingOffset_21();
GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD L_499 = V_25;
float L_500 = L_499.get_xAdvance_2();
float L_501 = V_2;
float L_502 = __this->get_m_cSpacing_85();
float L_503 = __this->get_m_charWidthAdjDelta_94();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_492, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_494, (float)L_495)), (float)L_496)), (float)L_498)), (float)L_500)), (float)L_501)), (float)L_502)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_503)))))));
int32_t L_504 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_505 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B((((int32_t)((uint16_t)L_504))), /*hidden argument*/NULL);
if (L_505)
{
goto IL_0ff5;
}
}
{
int32_t L_506 = V_4;
if ((!(((uint32_t)L_506) == ((uint32_t)((int32_t)8203)))))
{
goto IL_100a;
}
}
IL_0ff5:
{
float L_507 = __this->get_m_xAdvance_217();
float L_508 = __this->get_m_wordSpacing_87();
float L_509 = V_2;
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_507, (float)((float)il2cpp_codegen_multiply((float)L_508, (float)L_509)))));
}
IL_100a:
{
int32_t L_510 = V_4;
if ((!(((uint32_t)L_510) == ((uint32_t)((int32_t)13)))))
{
goto IL_103b;
}
}
{
float L_511 = V_8;
float L_512 = V_10;
float L_513 = __this->get_m_xAdvance_217();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_514 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_511, ((float)il2cpp_codegen_add((float)L_512, (float)L_513)), /*hidden argument*/NULL);
V_8 = L_514;
V_10 = (0.0f);
float L_515 = __this->get_tag_Indent_174();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)(0.0f), (float)L_515)));
}
IL_103b:
{
int32_t L_516 = V_4;
if ((((int32_t)L_516) == ((int32_t)((int32_t)10))))
{
goto IL_104f;
}
}
{
int32_t L_517 = __this->get_m_characterCount_187();
int32_t L_518 = V_0;
if ((!(((uint32_t)L_517) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_518, (int32_t)1))))))
{
goto IL_1206;
}
}
IL_104f:
{
int32_t L_519 = __this->get_m_lineNumber_192();
if ((((int32_t)L_519) <= ((int32_t)0)))
{
goto IL_109d;
}
}
{
float L_520 = __this->get_m_maxLineAscender_198();
float L_521 = __this->get_m_startOfLineAscender_200();
IL2CPP_RUNTIME_CLASS_INIT(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var);
bool L_522 = TMP_Math_Approximately_mD1E8C7947699EE157A2054C17BA7BD42D5F567F3(L_520, L_521, /*hidden argument*/NULL);
if (L_522)
{
goto IL_109d;
}
}
{
float L_523 = __this->get_m_lineHeight_90();
if ((!(((float)L_523) == ((float)(-32767.0f)))))
{
goto IL_109d;
}
}
{
float L_524 = __this->get_m_maxLineAscender_198();
float L_525 = __this->get_m_startOfLineAscender_200();
V_49 = ((float)il2cpp_codegen_subtract((float)L_524, (float)L_525));
float L_526 = V_29;
float L_527 = V_49;
V_29 = ((float)il2cpp_codegen_subtract((float)L_526, (float)L_527));
float L_528 = __this->get_m_lineOffset_201();
float L_529 = V_49;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_528, (float)L_529)));
}
IL_109d:
{
float L_530 = __this->get_m_maxLineDescender_199();
float L_531 = __this->get_m_lineOffset_201();
V_48 = ((float)il2cpp_codegen_subtract((float)L_530, (float)L_531));
float L_532 = __this->get_m_maxDescender_197();
float L_533 = V_48;
G_B172_0 = __this;
if ((((float)L_532) < ((float)L_533)))
{
G_B173_0 = __this;
goto IL_10bb;
}
}
{
float L_534 = V_48;
G_B174_0 = L_534;
G_B174_1 = G_B172_0;
goto IL_10c1;
}
IL_10bb:
{
float L_535 = __this->get_m_maxDescender_197();
G_B174_0 = L_535;
G_B174_1 = G_B173_0;
}
IL_10c1:
{
NullCheck(G_B174_1);
G_B174_1->set_m_maxDescender_197(G_B174_0);
int32_t L_536 = __this->get_m_characterCount_187();
__this->set_m_firstCharacterOfLine_188(((int32_t)il2cpp_codegen_add((int32_t)L_536, (int32_t)1)));
int32_t L_537 = V_4;
if ((!(((uint32_t)L_537) == ((uint32_t)((int32_t)10)))))
{
goto IL_10fc;
}
}
{
int32_t L_538 = __this->get_m_characterCount_187();
int32_t L_539 = V_0;
if ((((int32_t)L_538) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_539, (int32_t)1)))))
{
goto IL_10fc;
}
}
{
float L_540 = V_8;
float L_541 = V_10;
float L_542 = V_12;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_543 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_540, ((float)il2cpp_codegen_add((float)L_541, (float)L_542)), /*hidden argument*/NULL);
V_8 = L_543;
V_10 = (0.0f);
goto IL_110a;
}
IL_10fc:
{
float L_544 = V_8;
float L_545 = V_10;
float L_546 = V_12;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_547 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_544, ((float)il2cpp_codegen_add((float)L_545, (float)L_546)), /*hidden argument*/NULL);
V_10 = L_547;
}
IL_110a:
{
float L_548 = __this->get_m_maxAscender_195();
float L_549 = __this->get_m_maxDescender_197();
V_11 = ((float)il2cpp_codegen_subtract((float)L_548, (float)L_549));
int32_t L_550 = V_4;
if ((!(((uint32_t)L_550) == ((uint32_t)((int32_t)10)))))
{
goto IL_1206;
}
}
{
int32_t L_551 = V_20;
int32_t L_552 = __this->get_m_characterCount_187();
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_15), L_551, L_552, /*hidden argument*/NULL);
int32_t L_553 = V_20;
int32_t L_554 = __this->get_m_characterCount_187();
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_16), L_553, L_554, /*hidden argument*/NULL);
int32_t L_555 = __this->get_m_lineNumber_192();
__this->set_m_lineNumber_192(((int32_t)il2cpp_codegen_add((int32_t)L_555, (int32_t)1)));
float L_556 = __this->get_m_lineHeight_90();
if ((!(((float)L_556) == ((float)(-32767.0f)))))
{
goto IL_1199;
}
}
{
float L_557 = __this->get_m_maxLineDescender_199();
float L_558 = V_27;
float L_559 = V_6;
float L_560 = __this->get_m_lineSpacing_88();
float L_561 = __this->get_m_paragraphSpacing_92();
float L_562 = __this->get_m_lineSpacingDelta_89();
float L_563 = V_1;
V_7 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_557)), (float)L_558)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_559, (float)L_560)), (float)L_561)), (float)L_562)), (float)L_563))));
float L_564 = __this->get_m_lineOffset_201();
float L_565 = V_7;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_564, (float)L_565)));
goto IL_11bc;
}
IL_1199:
{
float L_566 = __this->get_m_lineOffset_201();
float L_567 = __this->get_m_lineHeight_90();
float L_568 = __this->get_m_lineSpacing_88();
float L_569 = __this->get_m_paragraphSpacing_92();
float L_570 = V_1;
__this->set_m_lineOffset_201(((float)il2cpp_codegen_add((float)L_566, (float)((float)il2cpp_codegen_add((float)L_567, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_568, (float)L_569)), (float)L_570)))))));
}
IL_11bc:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
float L_571 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_232();
__this->set_m_maxLineAscender_198(L_571);
float L_572 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_231();
__this->set_m_maxLineDescender_199(L_572);
float L_573 = V_27;
__this->set_m_startOfLineAscender_200(L_573);
float L_574 = __this->get_tag_LineIndent_173();
float L_575 = __this->get_tag_Indent_174();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.0f), (float)L_574)), (float)L_575)));
int32_t L_576 = __this->get_m_characterCount_187();
__this->set_m_characterCount_187(((int32_t)il2cpp_codegen_add((int32_t)L_576, (int32_t)1)));
goto IL_13b0;
}
IL_1206:
{
bool L_577 = __this->get_m_enableWordWrapping_95();
if (L_577)
{
goto IL_1223;
}
}
{
int32_t L_578 = __this->get_m_overflowMode_100();
if ((((int32_t)L_578) == ((int32_t)3)))
{
goto IL_1223;
}
}
{
int32_t L_579 = __this->get_m_overflowMode_100();
if ((!(((uint32_t)L_579) == ((uint32_t)1))))
{
goto IL_13a2;
}
}
IL_1223:
{
int32_t L_580 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_581 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B((((int32_t)((uint16_t)L_580))), /*hidden argument*/NULL);
if (L_581)
{
goto IL_1245;
}
}
{
int32_t L_582 = V_4;
if ((((int32_t)L_582) == ((int32_t)((int32_t)8203))))
{
goto IL_1245;
}
}
{
int32_t L_583 = V_4;
if ((((int32_t)L_583) == ((int32_t)((int32_t)45))))
{
goto IL_1245;
}
}
{
int32_t L_584 = V_4;
if ((!(((uint32_t)L_584) == ((uint32_t)((int32_t)173)))))
{
goto IL_1290;
}
}
IL_1245:
{
bool L_585 = __this->get_m_isNonBreakingSpace_97();
if (L_585)
{
goto IL_1290;
}
}
{
int32_t L_586 = V_4;
if ((((int32_t)L_586) == ((int32_t)((int32_t)160))))
{
goto IL_1290;
}
}
{
int32_t L_587 = V_4;
if ((((int32_t)L_587) == ((int32_t)((int32_t)8209))))
{
goto IL_1290;
}
}
{
int32_t L_588 = V_4;
if ((((int32_t)L_588) == ((int32_t)((int32_t)8239))))
{
goto IL_1290;
}
}
{
int32_t L_589 = V_4;
if ((((int32_t)L_589) == ((int32_t)((int32_t)8288))))
{
goto IL_1290;
}
}
{
int32_t L_590 = V_20;
int32_t L_591 = __this->get_m_characterCount_187();
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_16), L_590, L_591, /*hidden argument*/NULL);
__this->set_m_isCharacterWrappingEnabled_96((bool)0);
V_13 = (bool)0;
goto IL_13a2;
}
IL_1290:
{
int32_t L_592 = V_4;
if ((((int32_t)L_592) <= ((int32_t)((int32_t)4352))))
{
goto IL_12a2;
}
}
{
int32_t L_593 = V_4;
if ((((int32_t)L_593) < ((int32_t)((int32_t)4607))))
{
goto IL_130e;
}
}
IL_12a2:
{
int32_t L_594 = V_4;
if ((((int32_t)L_594) <= ((int32_t)((int32_t)11904))))
{
goto IL_12b4;
}
}
{
int32_t L_595 = V_4;
if ((((int32_t)L_595) < ((int32_t)((int32_t)40959))))
{
goto IL_130e;
}
}
IL_12b4:
{
int32_t L_596 = V_4;
if ((((int32_t)L_596) <= ((int32_t)((int32_t)43360))))
{
goto IL_12c6;
}
}
{
int32_t L_597 = V_4;
if ((((int32_t)L_597) < ((int32_t)((int32_t)43391))))
{
goto IL_130e;
}
}
IL_12c6:
{
int32_t L_598 = V_4;
if ((((int32_t)L_598) <= ((int32_t)((int32_t)44032))))
{
goto IL_12d8;
}
}
{
int32_t L_599 = V_4;
if ((((int32_t)L_599) < ((int32_t)((int32_t)55295))))
{
goto IL_130e;
}
}
IL_12d8:
{
int32_t L_600 = V_4;
if ((((int32_t)L_600) <= ((int32_t)((int32_t)63744))))
{
goto IL_12ea;
}
}
{
int32_t L_601 = V_4;
if ((((int32_t)L_601) < ((int32_t)((int32_t)64255))))
{
goto IL_130e;
}
}
IL_12ea:
{
int32_t L_602 = V_4;
if ((((int32_t)L_602) <= ((int32_t)((int32_t)65072))))
{
goto IL_12fc;
}
}
{
int32_t L_603 = V_4;
if ((((int32_t)L_603) < ((int32_t)((int32_t)65103))))
{
goto IL_130e;
}
}
IL_12fc:
{
int32_t L_604 = V_4;
if ((((int32_t)L_604) <= ((int32_t)((int32_t)65280))))
{
goto IL_1380;
}
}
{
int32_t L_605 = V_4;
if ((((int32_t)L_605) >= ((int32_t)((int32_t)65519))))
{
goto IL_1380;
}
}
IL_130e:
{
bool L_606 = __this->get_m_isNonBreakingSpace_97();
if (L_606)
{
goto IL_1380;
}
}
{
bool L_607 = V_13;
bool L_608 = V_14;
if (((int32_t)((int32_t)L_607|(int32_t)L_608)))
{
goto IL_1364;
}
}
{
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_609 = TMP_Settings_get_linebreakingRules_m8F2BFCE7A88AA20EFE38B4EF93A0FF098B022F83(/*hidden argument*/NULL);
NullCheck(L_609);
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_610 = L_609->get_leadingCharacters_0();
int32_t L_611 = V_4;
NullCheck(L_610);
bool L_612 = Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48(L_610, L_611, /*hidden argument*/Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_RuntimeMethod_var);
if (L_612)
{
goto IL_13a2;
}
}
{
int32_t L_613 = __this->get_m_characterCount_187();
int32_t L_614 = V_0;
if ((((int32_t)L_613) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_614, (int32_t)1)))))
{
goto IL_13a2;
}
}
{
LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 * L_615 = TMP_Settings_get_linebreakingRules_m8F2BFCE7A88AA20EFE38B4EF93A0FF098B022F83(/*hidden argument*/NULL);
NullCheck(L_615);
Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * L_616 = L_615->get_followingCharacters_1();
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_617 = __this->get_m_internalCharacterInfo_181();
int32_t L_618 = __this->get_m_characterCount_187();
NullCheck(L_617);
Il2CppChar L_619 = ((L_617)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_618, (int32_t)1)))))->get_character_0();
NullCheck(L_616);
bool L_620 = Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48(L_616, L_619, /*hidden argument*/Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_RuntimeMethod_var);
if (L_620)
{
goto IL_13a2;
}
}
IL_1364:
{
int32_t L_621 = V_20;
int32_t L_622 = __this->get_m_characterCount_187();
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_16), L_621, L_622, /*hidden argument*/NULL);
__this->set_m_isCharacterWrappingEnabled_96((bool)0);
V_13 = (bool)0;
goto IL_13a2;
}
IL_1380:
{
bool L_623 = V_13;
if (L_623)
{
goto IL_138c;
}
}
{
bool L_624 = __this->get_m_isCharacterWrappingEnabled_96();
G_B219_0 = ((int32_t)(L_624));
goto IL_138d;
}
IL_138c:
{
G_B219_0 = 1;
}
IL_138d:
{
bool L_625 = V_14;
if (!((int32_t)((int32_t)G_B219_0|(int32_t)L_625)))
{
goto IL_13a2;
}
}
{
int32_t L_626 = V_20;
int32_t L_627 = __this->get_m_characterCount_187();
TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3(__this, (WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 *)(&V_16), L_626, L_627, /*hidden argument*/NULL);
}
IL_13a2:
{
int32_t L_628 = __this->get_m_characterCount_187();
__this->set_m_characterCount_187(((int32_t)il2cpp_codegen_add((int32_t)L_628, (int32_t)1)));
}
IL_13b0:
{
int32_t L_629 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_629, (int32_t)1));
}
IL_13b6:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_630 = __this->get_m_char_buffer_180();
int32_t L_631 = V_20;
NullCheck(L_630);
int32_t L_632 = L_631;
int32_t L_633 = (L_630)->GetAt(static_cast<il2cpp_array_size_t>(L_632));
if (L_633)
{
goto IL_02fb;
}
}
{
float L_634 = __this->get_m_maxFontSize_71();
float L_635 = __this->get_m_minFontSize_72();
V_3 = ((float)il2cpp_codegen_subtract((float)L_634, (float)L_635));
bool L_636 = __this->get_m_isCharacterWrappingEnabled_96();
if (L_636)
{
goto IL_1451;
}
}
{
bool L_637 = ___ignoreTextAutoSizing2;
if (L_637)
{
goto IL_1451;
}
}
{
float L_638 = V_3;
if ((!(((float)L_638) > ((float)(0.051f)))))
{
goto IL_1451;
}
}
{
float L_639 = ___defaultFontSize0;
float L_640 = __this->get_m_fontSizeMax_74();
if ((!(((float)L_639) < ((float)L_640))))
{
goto IL_1451;
}
}
{
float L_641 = ___defaultFontSize0;
__this->set_m_minFontSize_72(L_641);
float L_642 = ___defaultFontSize0;
float L_643 = __this->get_m_maxFontSize_71();
float L_644 = ___defaultFontSize0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_645 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)((float)((float)il2cpp_codegen_subtract((float)L_643, (float)L_644))/(float)(2.0f))), (0.05f), /*hidden argument*/NULL);
___defaultFontSize0 = ((float)il2cpp_codegen_add((float)L_642, (float)L_645));
float L_646 = ___defaultFontSize0;
float L_647 = __this->get_m_fontSizeMax_74();
float L_648 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_646, L_647, /*hidden argument*/NULL);
___defaultFontSize0 = ((float)((float)(((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_648, (float)(20.0f))), (float)(0.5f)))))))))/(float)(20.0f)));
int32_t L_649 = __this->get_m_recursiveCount_157();
if ((((int32_t)L_649) <= ((int32_t)((int32_t)20))))
{
goto IL_1447;
}
}
{
float L_650 = V_10;
float L_651 = V_11;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_652;
memset(&L_652, 0, sizeof(L_652));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_652), L_650, L_651, /*hidden argument*/NULL);
return L_652;
}
IL_1447:
{
float L_653 = ___defaultFontSize0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_654 = ___marginSize1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_655 = VirtFuncInvoker3< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , float, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool >::Invoke(110 /* UnityEngine.Vector2 TMPro.TMP_Text::CalculatePreferredValues(System.Single,UnityEngine.Vector2,System.Boolean) */, __this, L_653, L_654, (bool)0);
return L_655;
}
IL_1451:
{
__this->set_m_isCharacterWrappingEnabled_96((bool)0);
__this->set_m_isCalculatingPreferredValues_156((bool)0);
float L_656 = V_10;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_657 = __this->get_address_of_m_margin_127();
float L_658 = L_657->get_x_1();
G_B232_0 = L_656;
if ((((float)L_658) > ((float)(0.0f))))
{
G_B233_0 = L_656;
goto IL_147a;
}
}
{
G_B234_0 = (0.0f);
G_B234_1 = G_B232_0;
goto IL_1485;
}
IL_147a:
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_659 = __this->get_address_of_m_margin_127();
float L_660 = L_659->get_x_1();
G_B234_0 = L_660;
G_B234_1 = G_B233_0;
}
IL_1485:
{
V_10 = ((float)il2cpp_codegen_add((float)G_B234_1, (float)G_B234_0));
float L_661 = V_10;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_662 = __this->get_address_of_m_margin_127();
float L_663 = L_662->get_z_3();
G_B235_0 = L_661;
if ((((float)L_663) > ((float)(0.0f))))
{
G_B236_0 = L_661;
goto IL_14a3;
}
}
{
G_B237_0 = (0.0f);
G_B237_1 = G_B235_0;
goto IL_14ae;
}
IL_14a3:
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_664 = __this->get_address_of_m_margin_127();
float L_665 = L_664->get_z_3();
G_B237_0 = L_665;
G_B237_1 = G_B236_0;
}
IL_14ae:
{
V_10 = ((float)il2cpp_codegen_add((float)G_B237_1, (float)G_B237_0));
float L_666 = V_11;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_667 = __this->get_address_of_m_margin_127();
float L_668 = L_667->get_y_2();
G_B238_0 = L_666;
if ((((float)L_668) > ((float)(0.0f))))
{
G_B239_0 = L_666;
goto IL_14cc;
}
}
{
G_B240_0 = (0.0f);
G_B240_1 = G_B238_0;
goto IL_14d7;
}
IL_14cc:
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_669 = __this->get_address_of_m_margin_127();
float L_670 = L_669->get_y_2();
G_B240_0 = L_670;
G_B240_1 = G_B239_0;
}
IL_14d7:
{
V_11 = ((float)il2cpp_codegen_add((float)G_B240_1, (float)G_B240_0));
float L_671 = V_11;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_672 = __this->get_address_of_m_margin_127();
float L_673 = L_672->get_w_4();
G_B241_0 = L_671;
if ((((float)L_673) > ((float)(0.0f))))
{
G_B242_0 = L_671;
goto IL_14f5;
}
}
{
G_B243_0 = (0.0f);
G_B243_1 = G_B241_0;
goto IL_1500;
}
IL_14f5:
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_674 = __this->get_address_of_m_margin_127();
float L_675 = L_674->get_w_4();
G_B243_0 = L_675;
G_B243_1 = G_B242_0;
}
IL_1500:
{
V_11 = ((float)il2cpp_codegen_add((float)G_B243_1, (float)G_B243_0));
float L_676 = V_10;
V_10 = ((float)((float)(((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_676, (float)(100.0f))), (float)(1.0f)))))))))/(float)(100.0f)));
float L_677 = V_11;
V_11 = ((float)((float)(((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_677, (float)(100.0f))), (float)(1.0f)))))))))/(float)(100.0f)));
float L_678 = V_10;
float L_679 = V_11;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_680;
memset(&L_680, 0, sizeof(L_680));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_680), L_678, L_679, /*hidden argument*/NULL);
return L_680;
}
}
// UnityEngine.Bounds TMPro.TMP_Text::GetCompoundBounds()
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_GetCompoundBounds_m49676C9FE6A20B1A550F9AFE771600739EFC5A75 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_0;
memset(&V_0, 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_0 = V_0;
return L_0;
}
}
// UnityEngine.Bounds TMPro.TMP_Text::GetTextBounds()
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 V_0;
memset(&V_0, 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset(&V_1, 0, sizeof(V_1));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_2;
memset(&V_2, 0, sizeof(V_2));
int32_t V_3 = 0;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
if (!L_0)
{
goto IL_0022;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1 = __this->get_m_textInfo_133();
NullCheck(L_1);
int32_t L_2 = L_1->get_characterCount_3();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_3 = __this->get_m_textInfo_133();
NullCheck(L_3);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_4 = L_3->get_characterInfo_11();
NullCheck(L_4);
if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))))
{
goto IL_002c;
}
}
IL_0022:
{
il2cpp_codegen_initobj((&V_2), sizeof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_5 = V_2;
return L_5;
}
IL_002c:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_229();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeVector2_230();
Extents__ctor_m71A6D28DCBFA8BDE2617E89AB46C40978FA81F17((Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 *)(&V_0), L_6, L_7, /*hidden argument*/NULL);
V_3 = 0;
goto IL_0130;
}
IL_0044:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
int32_t L_10 = V_3;
NullCheck(L_9);
bool L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_isVisible_34();
if (!L_11)
{
goto IL_012c;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = (&V_0)->get_address_of_min_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_13 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = L_13.get_min_0();
float L_15 = L_14.get_x_0();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_16 = __this->get_m_textInfo_133();
NullCheck(L_16);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_17 = L_16->get_characterInfo_11();
int32_t L_18 = V_3;
NullCheck(L_17);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->get_address_of_bottomLeft_19();
float L_20 = L_19->get_x_2();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_21 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_15, L_20, /*hidden argument*/NULL);
L_12->set_x_0(L_21);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = (&V_0)->get_address_of_min_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_23 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_24 = L_23.get_min_0();
float L_25 = L_24.get_y_1();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_26 = __this->get_m_textInfo_133();
NullCheck(L_26);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_27 = L_26->get_characterInfo_11();
int32_t L_28 = V_3;
NullCheck(L_27);
float L_29 = ((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_28)))->get_descender_25();
float L_30 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_25, L_29, /*hidden argument*/NULL);
L_22->set_y_1(L_30);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_31 = (&V_0)->get_address_of_max_1();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_32 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = L_32.get_max_1();
float L_34 = L_33.get_x_0();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_35 = __this->get_m_textInfo_133();
NullCheck(L_35);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_36 = L_35->get_characterInfo_11();
int32_t L_37 = V_3;
NullCheck(L_36);
float L_38 = ((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_37)))->get_xAdvance_26();
float L_39 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_34, L_38, /*hidden argument*/NULL);
L_31->set_x_0(L_39);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_40 = (&V_0)->get_address_of_max_1();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_41 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = L_41.get_max_1();
float L_43 = L_42.get_y_1();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_44 = __this->get_m_textInfo_133();
NullCheck(L_44);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_45 = L_44->get_characterInfo_11();
int32_t L_46 = V_3;
NullCheck(L_45);
float L_47 = ((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46)))->get_ascender_23();
float L_48 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_43, L_47, /*hidden argument*/NULL);
L_40->set_y_1(L_48);
}
IL_012c:
{
int32_t L_49 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
}
IL_0130:
{
int32_t L_50 = V_3;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_51 = __this->get_m_textInfo_133();
NullCheck(L_51);
int32_t L_52 = L_51->get_characterCount_3();
if ((((int32_t)L_50) >= ((int32_t)L_52)))
{
goto IL_0151;
}
}
{
int32_t L_53 = V_3;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_54 = __this->get_m_textInfo_133();
NullCheck(L_54);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_55 = L_54->get_characterInfo_11();
NullCheck(L_55);
if ((((int32_t)L_53) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_55)->max_length)))))))
{
goto IL_0044;
}
}
IL_0151:
{
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_56 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_57 = L_56.get_max_1();
float L_58 = L_57.get_x_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_59 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_60 = L_59.get_min_0();
float L_61 = L_60.get_x_0();
(&V_1)->set_x_0(((float)il2cpp_codegen_subtract((float)L_58, (float)L_61)));
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_62 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_63 = L_62.get_max_1();
float L_64 = L_63.get_y_1();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_65 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = L_65.get_min_0();
float L_67 = L_66.get_y_1();
(&V_1)->set_y_1(((float)il2cpp_codegen_subtract((float)L_64, (float)L_67)));
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_68 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_69 = L_68.get_min_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_70 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_71 = L_70.get_max_1();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_69, L_71, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_73 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_72, (2.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_74 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_73, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_76 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_75, /*hidden argument*/NULL);
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_77;
memset(&L_77, 0, sizeof(L_77));
Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D((&L_77), L_74, L_76, /*hidden argument*/NULL);
return L_77;
}
}
// UnityEngine.Bounds TMPro.TMP_Text::GetTextBounds(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___onlyVisibleCharacters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 V_0;
memset(&V_0, 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset(&V_1, 0, sizeof(V_1));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 V_2;
memset(&V_2, 0, sizeof(V_2));
int32_t V_3 = 0;
int32_t G_B6_0 = 0;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
if (L_0)
{
goto IL_0012;
}
}
{
il2cpp_codegen_initobj((&V_2), sizeof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ));
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_1 = V_2;
return L_1;
}
IL_0012:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_229();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeVector2_230();
Extents__ctor_m71A6D28DCBFA8BDE2617E89AB46C40978FA81F17((Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 *)(&V_0), L_2, L_3, /*hidden argument*/NULL);
V_3 = 0;
goto IL_0145;
}
IL_002a:
{
int32_t L_4 = V_3;
int32_t L_5 = TMP_Text_get_maxVisibleCharacters_m274EB595D6A59EBD2EA8DCFCEC76BC0C12A86667(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) > ((int32_t)L_5)))
{
goto IL_0053;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_6 = __this->get_m_textInfo_133();
NullCheck(L_6);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_7 = L_6->get_characterInfo_11();
int32_t L_8 = V_3;
NullCheck(L_7);
int32_t L_9 = ((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8)))->get_lineNumber_11();
int32_t L_10 = __this->get_m_maxVisibleLines_123();
G_B6_0 = ((((int32_t)L_9) > ((int32_t)L_10))? 1 : 0);
goto IL_0054;
}
IL_0053:
{
G_B6_0 = 1;
}
IL_0054:
{
bool L_11 = ___onlyVisibleCharacters0;
if (((int32_t)((int32_t)G_B6_0&(int32_t)L_11)))
{
goto IL_0156;
}
}
{
bool L_12 = ___onlyVisibleCharacters0;
if (!L_12)
{
goto IL_0079;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_13 = __this->get_m_textInfo_133();
NullCheck(L_13);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_14 = L_13->get_characterInfo_11();
int32_t L_15 = V_3;
NullCheck(L_14);
bool L_16 = ((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_15)))->get_isVisible_34();
if (!L_16)
{
goto IL_0141;
}
}
IL_0079:
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_17 = (&V_0)->get_address_of_min_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_18 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = L_18.get_min_0();
float L_20 = L_19.get_x_0();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_21 = __this->get_m_textInfo_133();
NullCheck(L_21);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_22 = L_21->get_characterInfo_11();
int32_t L_23 = V_3;
NullCheck(L_22);
float L_24 = ((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_23)))->get_origin_22();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_25 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_20, L_24, /*hidden argument*/NULL);
L_17->set_x_0(L_25);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = (&V_0)->get_address_of_min_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_27 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = L_27.get_min_0();
float L_29 = L_28.get_y_1();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_30 = __this->get_m_textInfo_133();
NullCheck(L_30);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_31 = L_30->get_characterInfo_11();
int32_t L_32 = V_3;
NullCheck(L_31);
float L_33 = ((L_31)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_32)))->get_descender_25();
float L_34 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_29, L_33, /*hidden argument*/NULL);
L_26->set_y_1(L_34);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_35 = (&V_0)->get_address_of_max_1();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_36 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_37 = L_36.get_max_1();
float L_38 = L_37.get_x_0();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_39 = __this->get_m_textInfo_133();
NullCheck(L_39);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_40 = L_39->get_characterInfo_11();
int32_t L_41 = V_3;
NullCheck(L_40);
float L_42 = ((L_40)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_41)))->get_xAdvance_26();
float L_43 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_38, L_42, /*hidden argument*/NULL);
L_35->set_x_0(L_43);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_44 = (&V_0)->get_address_of_max_1();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_45 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = L_45.get_max_1();
float L_47 = L_46.get_y_1();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_48 = __this->get_m_textInfo_133();
NullCheck(L_48);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_49 = L_48->get_characterInfo_11();
int32_t L_50 = V_3;
NullCheck(L_49);
float L_51 = ((L_49)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_50)))->get_ascender_23();
float L_52 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_47, L_51, /*hidden argument*/NULL);
L_44->set_y_1(L_52);
}
IL_0141:
{
int32_t L_53 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
}
IL_0145:
{
int32_t L_54 = V_3;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_55 = __this->get_m_textInfo_133();
NullCheck(L_55);
int32_t L_56 = L_55->get_characterCount_3();
if ((((int32_t)L_54) < ((int32_t)L_56)))
{
goto IL_002a;
}
}
IL_0156:
{
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_57 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58 = L_57.get_max_1();
float L_59 = L_58.get_x_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_60 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61 = L_60.get_min_0();
float L_62 = L_61.get_x_0();
(&V_1)->set_x_0(((float)il2cpp_codegen_subtract((float)L_59, (float)L_62)));
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_63 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_64 = L_63.get_max_1();
float L_65 = L_64.get_y_1();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_66 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67 = L_66.get_min_0();
float L_68 = L_67.get_y_1();
(&V_1)->set_y_1(((float)il2cpp_codegen_subtract((float)L_65, (float)L_68)));
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_69 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = L_69.get_min_0();
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_71 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72 = L_71.get_max_1();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_73 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_70, L_72, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_74 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_73, (2.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_75 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_74, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_76 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_77 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_76, /*hidden argument*/NULL);
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_78;
memset(&L_78, 0, sizeof(L_78));
Bounds__ctor_m294E77A20EC1A3E96985FE1A925CB271D1B5266D((&L_78), L_75, L_77, /*hidden argument*/NULL);
return L_78;
}
}
// System.Void TMPro.TMP_Text::AdjustLineOffset(System.Int32,System.Int32,System.Single)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_AdjustLineOffset_mF8655C0D3F94497F974E6927BFEEB48FE9BB0B39 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___startIndex0, int32_t ___endIndex1, float ___offset2, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::ResizeLineExtents(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ResizeLineExtents_m4B2D1137863B76A03199E9ED042FEE7C1A1220CC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ResizeLineExtents_m4B2D1137863B76A03199E9ED042FEE7C1A1220CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* V_0 = NULL;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___size0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)1024))))
{
goto IL_0012;
}
}
{
int32_t L_1 = ___size0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_2 = Mathf_NextPowerOfTwo_m071D88C91A1CBECD47F18CA20D219C77879865E7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL);
G_B3_0 = L_2;
goto IL_0019;
}
IL_0012:
{
int32_t L_3 = ___size0;
G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)256)));
}
IL_0019:
{
___size0 = G_B3_0;
int32_t L_4 = ___size0;
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_5 = (TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C*)SZArrayNew(TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_0 = L_5;
V_1 = 0;
goto IL_00a2;
}
IL_0026:
{
int32_t L_6 = V_1;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_7 = __this->get_m_textInfo_133();
NullCheck(L_7);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_8 = L_7->get_lineInfo_14();
NullCheck(L_8);
if ((((int32_t)L_6) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))
{
goto IL_0050;
}
}
{
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_9 = V_0;
int32_t L_10 = V_1;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_11 = __this->get_m_textInfo_133();
NullCheck(L_11);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_12 = L_11->get_lineInfo_14();
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 )L_15);
goto IL_009e;
}
IL_0050:
{
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_16 = V_0;
int32_t L_17 = V_1;
NullCheck(L_16);
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * L_18 = ((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_17)))->get_address_of_lineExtents_19();
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_229();
L_18->set_min_0(L_19);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_20 = V_0;
int32_t L_21 = V_1;
NullCheck(L_20);
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * L_22 = ((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21)))->get_address_of_lineExtents_19();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeVector2_230();
L_22->set_max_1(L_23);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_24 = V_0;
int32_t L_25 = V_1;
NullCheck(L_24);
float L_26 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_232();
((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->set_ascender_11(L_26);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_27 = V_0;
int32_t L_28 = V_1;
NullCheck(L_27);
float L_29 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_231();
((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_28)))->set_descender_13(L_29);
}
IL_009e:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_00a2:
{
int32_t L_31 = V_1;
int32_t L_32 = ___size0;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0026;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_33 = __this->get_m_textInfo_133();
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_34 = V_0;
NullCheck(L_33);
L_33->set_lineInfo_14(L_34);
return;
}
}
// TMPro.TMP_TextInfo TMPro.TMP_Text::GetTextInfo(System.String)
extern "C" IL2CPP_METHOD_ATTR TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * TMP_Text_GetTextInfo_m889BAC9C4939DBD7AC845A0A66FE6CEDF56F60DD (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, const RuntimeMethod* method)
{
{
return (TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 *)NULL;
}
}
// System.Void TMPro.TMP_Text::ComputeMarginSize()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ComputeMarginSize_m7F2EF19E150F013762C13D40C0BDBBBE62870C49 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::SaveWordWrappingState(TMPro.WordWrapStateU26,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SaveWordWrappingState_m8F1A1BEB7D9D7801ABD343213416CA89E9476CE3 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * ___state0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_0 = ___state0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1 = __this->get_m_currentFontAsset_33();
L_0->set_currentFontAsset_48(L_1);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_2 = ___state0;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_3 = __this->get_m_currentSpriteAsset_223();
L_2->set_currentSpriteAsset_49(L_3);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_4 = ___state0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get_m_currentMaterial_36();
L_4->set_currentMaterial_50(L_5);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_6 = ___state0;
int32_t L_7 = __this->get_m_currentMaterialIndex_40();
L_6->set_currentMaterialIndex_51(L_7);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_8 = ___state0;
int32_t L_9 = ___index1;
L_8->set_previous_WordBreak_0(L_9);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_10 = ___state0;
int32_t L_11 = ___count2;
L_10->set_total_CharacterCount_1(L_11);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_12 = ___state0;
int32_t L_13 = __this->get_m_lineVisibleCharacterCount_193();
L_12->set_visible_CharacterCount_2(L_13);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_14 = ___state0;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_15 = __this->get_m_textInfo_133();
NullCheck(L_15);
int32_t L_16 = L_15->get_linkCount_7();
L_14->set_visible_LinkCount_4(L_16);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_17 = ___state0;
int32_t L_18 = __this->get_m_firstCharacterOfLine_188();
L_17->set_firstCharacterIndex_5(L_18);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_19 = ___state0;
int32_t L_20 = __this->get_m_firstVisibleCharacterOfLine_189();
L_19->set_firstVisibleCharacterIndex_6(L_20);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_21 = ___state0;
int32_t L_22 = __this->get_m_lastVisibleCharacterOfLine_191();
L_21->set_lastVisibleCharIndex_8(L_22);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_23 = ___state0;
int32_t L_24 = __this->get_m_style_76();
L_23->set_fontStyle_21(L_24);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_25 = ___state0;
float L_26 = __this->get_m_fontScale_168();
L_25->set_fontScale_22(L_26);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_27 = ___state0;
float L_28 = __this->get_m_fontScaleMultiplier_169();
L_27->set_fontScaleMultiplier_23(L_28);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_29 = ___state0;
float L_30 = __this->get_m_currentFontSize_64();
L_29->set_currentFontSize_24(L_30);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_31 = ___state0;
float L_32 = __this->get_m_xAdvance_217();
L_31->set_xAdvance_16(L_32);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_33 = ___state0;
float L_34 = __this->get_m_maxCapHeight_196();
L_33->set_maxCapHeight_10(L_34);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_35 = ___state0;
float L_36 = __this->get_m_maxAscender_195();
L_35->set_maxAscender_11(L_36);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_37 = ___state0;
float L_38 = __this->get_m_maxDescender_197();
L_37->set_maxDescender_12(L_38);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_39 = ___state0;
float L_40 = __this->get_m_maxLineAscender_198();
L_39->set_maxLineAscender_13(L_40);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_41 = ___state0;
float L_42 = __this->get_m_maxLineDescender_199();
L_41->set_maxLineDescender_14(L_42);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_43 = ___state0;
float L_44 = __this->get_m_startOfLineAscender_200();
L_43->set_previousLineAscender_15(L_44);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_45 = ___state0;
float L_46 = __this->get_m_preferredWidth_150();
L_45->set_preferredWidth_17(L_46);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_47 = ___state0;
float L_48 = __this->get_m_preferredHeight_153();
L_47->set_preferredHeight_18(L_48);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_49 = ___state0;
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_50 = __this->get_m_meshExtents_202();
L_49->set_meshExtents_52(L_50);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_51 = ___state0;
int32_t L_52 = __this->get_m_lineNumber_192();
L_51->set_lineNumber_9(L_52);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_53 = ___state0;
float L_54 = __this->get_m_lineOffset_201();
L_53->set_lineOffset_26(L_54);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_55 = ___state0;
float L_56 = __this->get_m_baselineOffset_215();
L_55->set_baselineOffset_25(L_56);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_57 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_58 = __this->get_m_htmlColor_203();
L_57->set_vertexColor_29(L_58);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_59 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_60 = __this->get_m_underlineColor_48();
L_59->set_underlineColor_30(L_60);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_61 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_62 = __this->get_m_strikethroughColor_49();
L_61->set_strikethroughColor_31(L_62);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_63 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_64 = __this->get_m_highlightColor_50();
L_63->set_highlightColor_32(L_64);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_65 = ___state0;
bool L_66 = __this->get_m_isNonBreakingSpace_97();
L_65->set_isNonBreakingSpace_54(L_66);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_67 = ___state0;
bool L_68 = __this->get_tag_NoParsing_176();
L_67->set_tagNoParsing_53(L_68);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_69 = ___state0;
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 L_70 = __this->get_m_fontStyleStack_77();
L_69->set_basicStyleStack_33(L_70);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_71 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_72 = __this->get_m_colorStack_204();
L_71->set_colorStack_34(L_72);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_73 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_74 = __this->get_m_underlineColorStack_205();
L_73->set_underlineColorStack_35(L_74);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_75 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_76 = __this->get_m_strikethroughColorStack_206();
L_75->set_strikethroughColorStack_36(L_76);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_77 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_78 = __this->get_m_highlightColorStack_207();
L_77->set_highlightColorStack_37(L_78);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_79 = ___state0;
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 L_80 = __this->get_m_colorGradientStack_209();
L_79->set_colorGradientStack_38(L_80);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_81 = ___state0;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_82 = __this->get_m_sizeStack_66();
L_81->set_sizeStack_39(L_82);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_83 = ___state0;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_84 = __this->get_m_indentStack_175();
L_83->set_indentStack_40(L_84);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_85 = ___state0;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_86 = __this->get_m_fontWeightStack_69();
L_85->set_fontWeightStack_41(L_86);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_87 = ___state0;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_88 = __this->get_m_styleStack_212();
L_87->set_styleStack_42(L_88);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_89 = ___state0;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_90 = __this->get_m_baselineOffsetStack_216();
L_89->set_baselineStack_43(L_90);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_91 = ___state0;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_92 = __this->get_m_actionStack_213();
L_91->set_actionStack_44(L_92);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_93 = ___state0;
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 L_94 = __this->get_m_materialReferenceStack_39();
L_93->set_materialReferenceStack_45(L_94);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_95 = ___state0;
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C L_96 = __this->get_m_lineJustificationStack_81();
L_95->set_lineJustificationStack_46(L_96);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_97 = ___state0;
int32_t L_98 = __this->get_m_spriteAnimationID_226();
L_97->set_spriteAnimationID_47(L_98);
int32_t L_99 = __this->get_m_lineNumber_192();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_100 = __this->get_m_textInfo_133();
NullCheck(L_100);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_101 = L_100->get_lineInfo_14();
NullCheck(L_101);
if ((((int32_t)L_99) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_101)->max_length)))))))
{
goto IL_0278;
}
}
{
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_102 = ___state0;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_103 = __this->get_m_textInfo_133();
NullCheck(L_103);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_104 = L_103->get_lineInfo_14();
int32_t L_105 = __this->get_m_lineNumber_192();
NullCheck(L_104);
int32_t L_106 = L_105;
TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 L_107 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
L_102->set_lineInfo_28(L_107);
}
IL_0278:
{
return;
}
}
// System.Int32 TMPro.TMP_Text::RestoreWordWrappingState(TMPro.WordWrapStateU26)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_RestoreWordWrappingState_mE89EDF25D735F8530A7C397282074B52F1E8439D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * ___state0, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_0 = ___state0;
int32_t L_1 = L_0->get_previous_WordBreak_0();
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_2 = ___state0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_3 = L_2->get_currentFontAsset_48();
__this->set_m_currentFontAsset_33(L_3);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_4 = ___state0;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_5 = L_4->get_currentSpriteAsset_49();
__this->set_m_currentSpriteAsset_223(L_5);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_6 = ___state0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_7 = L_6->get_currentMaterial_50();
__this->set_m_currentMaterial_36(L_7);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_8 = ___state0;
int32_t L_9 = L_8->get_currentMaterialIndex_51();
__this->set_m_currentMaterialIndex_40(L_9);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_10 = ___state0;
int32_t L_11 = L_10->get_total_CharacterCount_1();
__this->set_m_characterCount_187(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_12 = ___state0;
int32_t L_13 = L_12->get_visible_CharacterCount_2();
__this->set_m_lineVisibleCharacterCount_193(L_13);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_14 = __this->get_m_textInfo_133();
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_15 = ___state0;
int32_t L_16 = L_15->get_visible_LinkCount_4();
NullCheck(L_14);
L_14->set_linkCount_7(L_16);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_17 = ___state0;
int32_t L_18 = L_17->get_firstCharacterIndex_5();
__this->set_m_firstCharacterOfLine_188(L_18);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_19 = ___state0;
int32_t L_20 = L_19->get_firstVisibleCharacterIndex_6();
__this->set_m_firstVisibleCharacterOfLine_189(L_20);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_21 = ___state0;
int32_t L_22 = L_21->get_lastVisibleCharIndex_8();
__this->set_m_lastVisibleCharacterOfLine_191(L_22);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_23 = ___state0;
int32_t L_24 = L_23->get_fontStyle_21();
__this->set_m_style_76(L_24);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_25 = ___state0;
float L_26 = L_25->get_fontScale_22();
__this->set_m_fontScale_168(L_26);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_27 = ___state0;
float L_28 = L_27->get_fontScaleMultiplier_23();
__this->set_m_fontScaleMultiplier_169(L_28);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_29 = ___state0;
float L_30 = L_29->get_currentFontSize_24();
__this->set_m_currentFontSize_64(L_30);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_31 = ___state0;
float L_32 = L_31->get_xAdvance_16();
__this->set_m_xAdvance_217(L_32);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_33 = ___state0;
float L_34 = L_33->get_maxCapHeight_10();
__this->set_m_maxCapHeight_196(L_34);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_35 = ___state0;
float L_36 = L_35->get_maxAscender_11();
__this->set_m_maxAscender_195(L_36);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_37 = ___state0;
float L_38 = L_37->get_maxDescender_12();
__this->set_m_maxDescender_197(L_38);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_39 = ___state0;
float L_40 = L_39->get_maxLineAscender_13();
__this->set_m_maxLineAscender_198(L_40);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_41 = ___state0;
float L_42 = L_41->get_maxLineDescender_14();
__this->set_m_maxLineDescender_199(L_42);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_43 = ___state0;
float L_44 = L_43->get_previousLineAscender_15();
__this->set_m_startOfLineAscender_200(L_44);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_45 = ___state0;
float L_46 = L_45->get_preferredWidth_17();
__this->set_m_preferredWidth_150(L_46);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_47 = ___state0;
float L_48 = L_47->get_preferredHeight_18();
__this->set_m_preferredHeight_153(L_48);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_49 = ___state0;
Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 L_50 = L_49->get_meshExtents_52();
__this->set_m_meshExtents_202(L_50);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_51 = ___state0;
int32_t L_52 = L_51->get_lineNumber_9();
__this->set_m_lineNumber_192(L_52);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_53 = ___state0;
float L_54 = L_53->get_lineOffset_26();
__this->set_m_lineOffset_201(L_54);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_55 = ___state0;
float L_56 = L_55->get_baselineOffset_25();
__this->set_m_baselineOffset_215(L_56);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_57 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_58 = L_57->get_vertexColor_29();
__this->set_m_htmlColor_203(L_58);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_59 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_60 = L_59->get_underlineColor_30();
__this->set_m_underlineColor_48(L_60);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_61 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_62 = L_61->get_strikethroughColor_31();
__this->set_m_strikethroughColor_49(L_62);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_63 = ___state0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_64 = L_63->get_highlightColor_32();
__this->set_m_highlightColor_50(L_64);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_65 = ___state0;
bool L_66 = L_65->get_isNonBreakingSpace_54();
__this->set_m_isNonBreakingSpace_97(L_66);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_67 = ___state0;
bool L_68 = L_67->get_tagNoParsing_53();
__this->set_tag_NoParsing_176(L_68);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_69 = ___state0;
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 L_70 = L_69->get_basicStyleStack_33();
__this->set_m_fontStyleStack_77(L_70);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_71 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_72 = L_71->get_colorStack_34();
__this->set_m_colorStack_204(L_72);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_73 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_74 = L_73->get_underlineColorStack_35();
__this->set_m_underlineColorStack_205(L_74);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_75 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_76 = L_75->get_strikethroughColorStack_36();
__this->set_m_strikethroughColorStack_206(L_76);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_77 = ___state0;
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_78 = L_77->get_highlightColorStack_37();
__this->set_m_highlightColorStack_207(L_78);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_79 = ___state0;
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 L_80 = L_79->get_colorGradientStack_38();
__this->set_m_colorGradientStack_209(L_80);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_81 = ___state0;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_82 = L_81->get_sizeStack_39();
__this->set_m_sizeStack_66(L_82);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_83 = ___state0;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_84 = L_83->get_indentStack_40();
__this->set_m_indentStack_175(L_84);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_85 = ___state0;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_86 = L_85->get_fontWeightStack_41();
__this->set_m_fontWeightStack_69(L_86);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_87 = ___state0;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_88 = L_87->get_styleStack_42();
__this->set_m_styleStack_212(L_88);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_89 = ___state0;
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_90 = L_89->get_baselineStack_43();
__this->set_m_baselineOffsetStack_216(L_90);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_91 = ___state0;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_92 = L_91->get_actionStack_44();
__this->set_m_actionStack_213(L_92);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_93 = ___state0;
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 L_94 = L_93->get_materialReferenceStack_45();
__this->set_m_materialReferenceStack_39(L_94);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_95 = ___state0;
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C L_96 = L_95->get_lineJustificationStack_46();
__this->set_m_lineJustificationStack_81(L_96);
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_97 = ___state0;
int32_t L_98 = L_97->get_spriteAnimationID_47();
__this->set_m_spriteAnimationID_226(L_98);
int32_t L_99 = __this->get_m_lineNumber_192();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_100 = __this->get_m_textInfo_133();
NullCheck(L_100);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_101 = L_100->get_lineInfo_14();
NullCheck(L_101);
G_B1_0 = L_1;
if ((((int32_t)L_99) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_101)->max_length)))))))
{
G_B2_0 = L_1;
goto IL_027e;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_102 = __this->get_m_textInfo_133();
NullCheck(L_102);
TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* L_103 = L_102->get_lineInfo_14();
int32_t L_104 = __this->get_m_lineNumber_192();
WordWrapState_t415B8622774DD094A9CD7447D298B33B7365A557 * L_105 = ___state0;
TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 L_106 = L_105->get_lineInfo_28();
NullCheck(L_103);
(L_103)->SetAt(static_cast<il2cpp_array_size_t>(L_104), (TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 )L_106);
G_B2_0 = G_B1_0;
}
IL_027e:
{
return G_B2_0;
}
}
// System.Void TMPro.TMP_Text::SaveGlyphVertexInfo(System.Single,System.Single,UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SaveGlyphVertexInfo_m5B17CDF9884DBF375C572E6F81893E10A6DD3C6C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___padding0, float ___style_padding1, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SaveGlyphVertexInfo_m5B17CDF9884DBF375C572E6F81893E10A6DD3C6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset(&V_1, 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset(&V_2, 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset(&V_3, 0, sizeof(V_3));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_4;
memset(&V_4, 0, sizeof(V_4));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B2_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B1_0 = NULL;
uint8_t G_B3_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B3_1 = NULL;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
NullCheck(L_0);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_1 = L_0->get_characterInfo_11();
int32_t L_2 = __this->get_m_characterCount_187();
NullCheck(L_1);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_address_of_vertex_BL_15();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_4 = __this->get_m_textInfo_133();
NullCheck(L_4);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_5 = L_4->get_characterInfo_11();
int32_t L_6 = __this->get_m_characterCount_187();
NullCheck(L_5);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_bottomLeft_19();
L_3->set_position_0(L_7);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
int32_t L_10 = __this->get_m_characterCount_187();
NullCheck(L_9);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_address_of_vertex_TL_14();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_12 = __this->get_m_textInfo_133();
NullCheck(L_12);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_13 = L_12->get_characterInfo_11();
int32_t L_14 = __this->get_m_characterCount_187();
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->get_topLeft_18();
L_11->set_position_0(L_15);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_16 = __this->get_m_textInfo_133();
NullCheck(L_16);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_17 = L_16->get_characterInfo_11();
int32_t L_18 = __this->get_m_characterCount_187();
NullCheck(L_17);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->get_address_of_vertex_TR_16();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_20 = __this->get_m_textInfo_133();
NullCheck(L_20);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_21 = L_20->get_characterInfo_11();
int32_t L_22 = __this->get_m_characterCount_187();
NullCheck(L_21);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)))->get_topRight_20();
L_19->set_position_0(L_23);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_24 = __this->get_m_textInfo_133();
NullCheck(L_24);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_25 = L_24->get_characterInfo_11();
int32_t L_26 = __this->get_m_characterCount_187();
NullCheck(L_25);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_27 = ((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->get_address_of_vertex_BR_17();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_28 = __this->get_m_textInfo_133();
NullCheck(L_28);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_29 = L_28->get_characterInfo_11();
int32_t L_30 = __this->get_m_characterCount_187();
NullCheck(L_29);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->get_bottomRight_21();
L_27->set_position_0(L_31);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_32 = __this->get_address_of_m_fontColor32_45();
uint8_t L_33 = L_32->get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_34 = ___vertexColor2;
uint8_t L_35 = L_34.get_a_4();
G_B1_0 = (&___vertexColor2);
if ((((int32_t)L_33) < ((int32_t)L_35)))
{
G_B2_0 = (&___vertexColor2);
goto IL_0109;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_36 = ___vertexColor2;
uint8_t L_37 = L_36.get_a_4();
G_B3_0 = L_37;
G_B3_1 = G_B1_0;
goto IL_0114;
}
IL_0109:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_38 = __this->get_address_of_m_fontColor32_45();
uint8_t L_39 = L_38->get_a_4();
G_B3_0 = L_39;
G_B3_1 = G_B2_0;
}
IL_0114:
{
G_B3_1->set_a_4(G_B3_0);
bool L_40 = __this->get_m_enableVertexGradient_51();
if (L_40)
{
goto IL_01ad;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_41 = __this->get_m_textInfo_133();
NullCheck(L_41);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_42 = L_41->get_characterInfo_11();
int32_t L_43 = __this->get_m_characterCount_187();
NullCheck(L_42);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_43)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_45 = ___vertexColor2;
L_44->set_color_4(L_45);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_46 = __this->get_m_textInfo_133();
NullCheck(L_46);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_47 = L_46->get_characterInfo_11();
int32_t L_48 = __this->get_m_characterCount_187();
NullCheck(L_47);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_49 = ((L_47)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_48)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_50 = ___vertexColor2;
L_49->set_color_4(L_50);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_51 = __this->get_m_textInfo_133();
NullCheck(L_51);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_52 = L_51->get_characterInfo_11();
int32_t L_53 = __this->get_m_characterCount_187();
NullCheck(L_52);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_54 = ((L_52)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_53)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_55 = ___vertexColor2;
L_54->set_color_4(L_55);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_56 = __this->get_m_textInfo_133();
NullCheck(L_56);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_57 = L_56->get_characterInfo_11();
int32_t L_58 = __this->get_m_characterCount_187();
NullCheck(L_57);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_59 = ((L_57)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_58)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_60 = ___vertexColor2;
L_59->set_color_4(L_60);
goto IL_0440;
}
IL_01ad:
{
bool L_61 = __this->get_m_overrideHtmlColors_59();
if (L_61)
{
goto IL_0252;
}
}
{
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_62 = __this->get_address_of_m_colorStack_204();
int32_t L_63 = L_62->get_index_1();
if ((((int32_t)L_63) <= ((int32_t)1)))
{
goto IL_0252;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_64 = __this->get_m_textInfo_133();
NullCheck(L_64);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_65 = L_64->get_characterInfo_11();
int32_t L_66 = __this->get_m_characterCount_187();
NullCheck(L_65);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_67 = ((L_65)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_66)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_68 = ___vertexColor2;
L_67->set_color_4(L_68);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_69 = __this->get_m_textInfo_133();
NullCheck(L_69);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_70 = L_69->get_characterInfo_11();
int32_t L_71 = __this->get_m_characterCount_187();
NullCheck(L_70);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_72 = ((L_70)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_71)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_73 = ___vertexColor2;
L_72->set_color_4(L_73);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_74 = __this->get_m_textInfo_133();
NullCheck(L_74);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_75 = L_74->get_characterInfo_11();
int32_t L_76 = __this->get_m_characterCount_187();
NullCheck(L_75);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_77 = ((L_75)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_76)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_78 = ___vertexColor2;
L_77->set_color_4(L_78);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_79 = __this->get_m_textInfo_133();
NullCheck(L_79);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_80 = L_79->get_characterInfo_11();
int32_t L_81 = __this->get_m_characterCount_187();
NullCheck(L_80);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_82 = ((L_80)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_81)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_83 = ___vertexColor2;
L_82->set_color_4(L_83);
goto IL_0440;
}
IL_0252:
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_84 = __this->get_m_fontColorGradientPreset_54();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_85 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_84, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_0354;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_86 = __this->get_m_textInfo_133();
NullCheck(L_86);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_87 = L_86->get_characterInfo_11();
int32_t L_88 = __this->get_m_characterCount_187();
NullCheck(L_87);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_89 = ((L_87)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_88)))->get_address_of_vertex_BL_15();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_90 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_90);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_91 = L_90->get_bottomLeft_7();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_92 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_93 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_92, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_94 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_91, L_93, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_95 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_94, /*hidden argument*/NULL);
L_89->set_color_4(L_95);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_96 = __this->get_m_textInfo_133();
NullCheck(L_96);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_97 = L_96->get_characterInfo_11();
int32_t L_98 = __this->get_m_characterCount_187();
NullCheck(L_97);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_99 = ((L_97)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_98)))->get_address_of_vertex_TL_14();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_100 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_100);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_101 = L_100->get_topLeft_5();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_102 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_103 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_102, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_104 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_101, L_103, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_105 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_104, /*hidden argument*/NULL);
L_99->set_color_4(L_105);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_106 = __this->get_m_textInfo_133();
NullCheck(L_106);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_107 = L_106->get_characterInfo_11();
int32_t L_108 = __this->get_m_characterCount_187();
NullCheck(L_107);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_109 = ((L_107)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_108)))->get_address_of_vertex_TR_16();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_110 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_110);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_111 = L_110->get_topRight_6();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_112 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_113 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_112, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_114 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_111, L_113, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_115 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_114, /*hidden argument*/NULL);
L_109->set_color_4(L_115);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_116 = __this->get_m_textInfo_133();
NullCheck(L_116);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_117 = L_116->get_characterInfo_11();
int32_t L_118 = __this->get_m_characterCount_187();
NullCheck(L_117);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_119 = ((L_117)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_118)))->get_address_of_vertex_BR_17();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_120 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_120);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_121 = L_120->get_bottomRight_8();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_122 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_123 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_122, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_124 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_121, L_123, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_125 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_124, /*hidden argument*/NULL);
L_119->set_color_4(L_125);
goto IL_0440;
}
IL_0354:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_126 = __this->get_m_textInfo_133();
NullCheck(L_126);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_127 = L_126->get_characterInfo_11();
int32_t L_128 = __this->get_m_characterCount_187();
NullCheck(L_127);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_129 = ((L_127)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_128)))->get_address_of_vertex_BL_15();
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_130 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_131 = L_130->get_bottomLeft_2();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_132 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_133 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_132, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_134 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_131, L_133, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_135 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_134, /*hidden argument*/NULL);
L_129->set_color_4(L_135);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_136 = __this->get_m_textInfo_133();
NullCheck(L_136);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_137 = L_136->get_characterInfo_11();
int32_t L_138 = __this->get_m_characterCount_187();
NullCheck(L_137);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_139 = ((L_137)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_138)))->get_address_of_vertex_TL_14();
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_140 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_141 = L_140->get_topLeft_0();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_142 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_143 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_142, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_144 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_141, L_143, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_145 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_144, /*hidden argument*/NULL);
L_139->set_color_4(L_145);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_146 = __this->get_m_textInfo_133();
NullCheck(L_146);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_147 = L_146->get_characterInfo_11();
int32_t L_148 = __this->get_m_characterCount_187();
NullCheck(L_147);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_149 = ((L_147)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_148)))->get_address_of_vertex_TR_16();
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_150 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_151 = L_150->get_topRight_1();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_152 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_153 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_152, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_154 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_151, L_153, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_155 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_154, /*hidden argument*/NULL);
L_149->set_color_4(L_155);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_156 = __this->get_m_textInfo_133();
NullCheck(L_156);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_157 = L_156->get_characterInfo_11();
int32_t L_158 = __this->get_m_characterCount_187();
NullCheck(L_157);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_159 = ((L_157)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_158)))->get_address_of_vertex_BR_17();
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_160 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_161 = L_160->get_bottomRight_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_162 = ___vertexColor2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_163 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_162, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_164 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_161, L_163, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_165 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_164, /*hidden argument*/NULL);
L_159->set_color_4(L_165);
}
IL_0440:
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_166 = __this->get_m_colorGradientPreset_208();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_167 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_166, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_167)
{
goto IL_0565;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_168 = __this->get_m_textInfo_133();
NullCheck(L_168);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_169 = L_168->get_characterInfo_11();
int32_t L_170 = __this->get_m_characterCount_187();
NullCheck(L_169);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_171 = ((L_169)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_170)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_172 = L_171->get_address_of_color_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_173 = L_172;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_174 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61((*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_173), /*hidden argument*/NULL);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_175 = __this->get_m_colorGradientPreset_208();
NullCheck(L_175);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_176 = L_175->get_bottomLeft_7();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_177 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_174, L_176, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_178 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_177, /*hidden argument*/NULL);
*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_173 = L_178;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_179 = __this->get_m_textInfo_133();
NullCheck(L_179);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_180 = L_179->get_characterInfo_11();
int32_t L_181 = __this->get_m_characterCount_187();
NullCheck(L_180);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_182 = ((L_180)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_181)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_183 = L_182->get_address_of_color_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_184 = L_183;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_185 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61((*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_184), /*hidden argument*/NULL);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_186 = __this->get_m_colorGradientPreset_208();
NullCheck(L_186);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_187 = L_186->get_topLeft_5();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_188 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_185, L_187, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_189 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_188, /*hidden argument*/NULL);
*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_184 = L_189;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_190 = __this->get_m_textInfo_133();
NullCheck(L_190);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_191 = L_190->get_characterInfo_11();
int32_t L_192 = __this->get_m_characterCount_187();
NullCheck(L_191);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_193 = ((L_191)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_192)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_194 = L_193->get_address_of_color_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_195 = L_194;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_196 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61((*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_195), /*hidden argument*/NULL);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_197 = __this->get_m_colorGradientPreset_208();
NullCheck(L_197);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_198 = L_197->get_topRight_6();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_199 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_196, L_198, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_200 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_199, /*hidden argument*/NULL);
*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_195 = L_200;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_201 = __this->get_m_textInfo_133();
NullCheck(L_201);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_202 = L_201->get_characterInfo_11();
int32_t L_203 = __this->get_m_characterCount_187();
NullCheck(L_202);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_204 = ((L_202)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_203)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_205 = L_204->get_address_of_color_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_206 = L_205;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_207 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61((*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_206), /*hidden argument*/NULL);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_208 = __this->get_m_colorGradientPreset_208();
NullCheck(L_208);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_209 = L_208->get_bottomRight_8();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_210 = Color_op_Multiply_mA6BEAF09F1E0468B0557CEDFF1D228248F7D02B5(L_207, L_209, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_211 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_210, /*hidden argument*/NULL);
*(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)L_206 = L_211;
}
IL_0565:
{
bool L_212 = __this->get_m_isSDFShader_34();
if (L_212)
{
goto IL_0574;
}
}
{
___style_padding1 = (0.0f);
}
IL_0574:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_213 = __this->get_m_currentFontAsset_33();
NullCheck(L_213);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_214 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_213, /*hidden argument*/NULL);
V_0 = L_214;
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_215 = __this->get_m_cached_TextElement_219();
NullCheck(L_215);
float L_216 = L_215->get_x_1();
float L_217 = ___padding0;
float L_218 = ___style_padding1;
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_219 = V_0;
NullCheck(L_219);
float L_220 = L_219->get_AtlasWidth_19();
(&V_1)->set_x_0(((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_216, (float)L_217)), (float)L_218))/(float)L_220)));
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_221 = __this->get_m_cached_TextElement_219();
NullCheck(L_221);
float L_222 = L_221->get_y_2();
float L_223 = ___padding0;
float L_224 = ___style_padding1;
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_225 = __this->get_m_cached_TextElement_219();
NullCheck(L_225);
float L_226 = L_225->get_height_4();
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_227 = V_0;
NullCheck(L_227);
float L_228 = L_227->get_AtlasHeight_20();
(&V_1)->set_y_1(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_222, (float)L_223)), (float)L_224)), (float)L_226))/(float)L_228)))));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_229 = V_1;
float L_230 = L_229.get_x_0();
(&V_2)->set_x_0(L_230);
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_231 = __this->get_m_cached_TextElement_219();
NullCheck(L_231);
float L_232 = L_231->get_y_2();
float L_233 = ___padding0;
float L_234 = ___style_padding1;
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_235 = V_0;
NullCheck(L_235);
float L_236 = L_235->get_AtlasHeight_20();
(&V_2)->set_y_1(((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_232, (float)L_233)), (float)L_234))/(float)L_236)))));
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_237 = __this->get_m_cached_TextElement_219();
NullCheck(L_237);
float L_238 = L_237->get_x_1();
float L_239 = ___padding0;
float L_240 = ___style_padding1;
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_241 = __this->get_m_cached_TextElement_219();
NullCheck(L_241);
float L_242 = L_241->get_width_3();
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_243 = V_0;
NullCheck(L_243);
float L_244 = L_243->get_AtlasWidth_19();
(&V_3)->set_x_0(((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_238, (float)L_239)), (float)L_240)), (float)L_242))/(float)L_244)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_245 = V_2;
float L_246 = L_245.get_y_1();
(&V_3)->set_y_1(L_246);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_247 = V_3;
float L_248 = L_247.get_x_0();
(&V_4)->set_x_0(L_248);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_249 = V_1;
float L_250 = L_249.get_y_1();
(&V_4)->set_y_1(L_250);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_251 = __this->get_m_textInfo_133();
NullCheck(L_251);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_252 = L_251->get_characterInfo_11();
int32_t L_253 = __this->get_m_characterCount_187();
NullCheck(L_252);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_254 = ((L_252)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_253)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_255 = V_1;
L_254->set_uv_1(L_255);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_256 = __this->get_m_textInfo_133();
NullCheck(L_256);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_257 = L_256->get_characterInfo_11();
int32_t L_258 = __this->get_m_characterCount_187();
NullCheck(L_257);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_259 = ((L_257)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_258)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_260 = V_2;
L_259->set_uv_1(L_260);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_261 = __this->get_m_textInfo_133();
NullCheck(L_261);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_262 = L_261->get_characterInfo_11();
int32_t L_263 = __this->get_m_characterCount_187();
NullCheck(L_262);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_264 = ((L_262)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_263)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_265 = V_3;
L_264->set_uv_1(L_265);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_266 = __this->get_m_textInfo_133();
NullCheck(L_266);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_267 = L_266->get_characterInfo_11();
int32_t L_268 = __this->get_m_characterCount_187();
NullCheck(L_267);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_269 = ((L_267)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_268)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_270 = V_4;
L_269->set_uv_1(L_270);
return;
}
}
// System.Void TMPro.TMP_Text::SaveSpriteVertexInfo(UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SaveSpriteVertexInfo_m591F4C69A4869D42745398DA7E32A2523CDA183D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_SaveSpriteVertexInfo_m591F4C69A4869D42745398DA7E32A2523CDA183D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_0;
memset(&V_0, 0, sizeof(V_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_1;
memset(&V_1, 0, sizeof(V_1));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_2;
memset(&V_2, 0, sizeof(V_2));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_3;
memset(&V_3, 0, sizeof(V_3));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_4;
memset(&V_4, 0, sizeof(V_4));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_5;
memset(&V_5, 0, sizeof(V_5));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_6;
memset(&V_6, 0, sizeof(V_6));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_7;
memset(&V_7, 0, sizeof(V_7));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_8;
memset(&V_8, 0, sizeof(V_8));
uint8_t V_9 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B5_0;
memset(&G_B5_0, 0, sizeof(G_B5_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B7_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B6_0 = NULL;
uint8_t G_B11_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B11_1 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B9_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B9_1 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B8_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B8_1 = NULL;
uint8_t G_B10_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B10_1 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B10_2 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B16_0;
memset(&G_B16_0, 0, sizeof(G_B16_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B19_0;
memset(&G_B19_0, 0, sizeof(G_B19_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B22_0;
memset(&G_B22_0, 0, sizeof(G_B22_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B25_0;
memset(&G_B25_0, 0, sizeof(G_B25_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B29_0;
memset(&G_B29_0, 0, sizeof(G_B29_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B32_0;
memset(&G_B32_0, 0, sizeof(G_B32_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B35_0;
memset(&G_B35_0, 0, sizeof(G_B35_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B38_0;
memset(&G_B38_0, 0, sizeof(G_B38_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B43_0;
memset(&G_B43_0, 0, sizeof(G_B43_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B46_0;
memset(&G_B46_0, 0, sizeof(G_B46_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B49_0;
memset(&G_B49_0, 0, sizeof(G_B49_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B52_0;
memset(&G_B52_0, 0, sizeof(G_B52_0));
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
NullCheck(L_0);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_1 = L_0->get_characterInfo_11();
int32_t L_2 = __this->get_m_characterCount_187();
NullCheck(L_1);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_address_of_vertex_BL_15();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_4 = __this->get_m_textInfo_133();
NullCheck(L_4);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_5 = L_4->get_characterInfo_11();
int32_t L_6 = __this->get_m_characterCount_187();
NullCheck(L_5);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_bottomLeft_19();
L_3->set_position_0(L_7);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
int32_t L_10 = __this->get_m_characterCount_187();
NullCheck(L_9);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_address_of_vertex_TL_14();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_12 = __this->get_m_textInfo_133();
NullCheck(L_12);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_13 = L_12->get_characterInfo_11();
int32_t L_14 = __this->get_m_characterCount_187();
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->get_topLeft_18();
L_11->set_position_0(L_15);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_16 = __this->get_m_textInfo_133();
NullCheck(L_16);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_17 = L_16->get_characterInfo_11();
int32_t L_18 = __this->get_m_characterCount_187();
NullCheck(L_17);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->get_address_of_vertex_TR_16();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_20 = __this->get_m_textInfo_133();
NullCheck(L_20);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_21 = L_20->get_characterInfo_11();
int32_t L_22 = __this->get_m_characterCount_187();
NullCheck(L_21);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)))->get_topRight_20();
L_19->set_position_0(L_23);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_24 = __this->get_m_textInfo_133();
NullCheck(L_24);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_25 = L_24->get_characterInfo_11();
int32_t L_26 = __this->get_m_characterCount_187();
NullCheck(L_25);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_27 = ((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->get_address_of_vertex_BR_17();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_28 = __this->get_m_textInfo_133();
NullCheck(L_28);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_29 = L_28->get_characterInfo_11();
int32_t L_30 = __this->get_m_characterCount_187();
NullCheck(L_29);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->get_bottomRight_21();
L_27->set_position_0(L_31);
bool L_32 = __this->get_m_tintAllSprites_56();
if (!L_32)
{
goto IL_00fb;
}
}
{
__this->set_m_tintSprite_57((bool)1);
}
IL_00fb:
{
bool L_33 = __this->get_m_tintSprite_57();
if (L_33)
{
goto IL_010b;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_34 = __this->get_m_spriteColor_58();
G_B5_0 = L_34;
goto IL_0117;
}
IL_010b:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_35 = __this->get_m_spriteColor_58();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_36 = ___vertexColor0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_37 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_35, L_36, /*hidden argument*/NULL);
G_B5_0 = L_37;
}
IL_0117:
{
V_0 = G_B5_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_38 = V_0;
uint8_t L_39 = L_38.get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_40 = __this->get_address_of_m_fontColor32_45();
uint8_t L_41 = L_40->get_a_4();
G_B6_0 = (&V_0);
if ((((int32_t)L_39) < ((int32_t)L_41)))
{
G_B7_0 = (&V_0);
goto IL_013a;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_42 = __this->get_address_of_m_fontColor32_45();
uint8_t L_43 = L_42->get_a_4();
G_B11_0 = L_43;
G_B11_1 = G_B6_0;
goto IL_0162;
}
IL_013a:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_44 = V_0;
uint8_t L_45 = L_44.get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_46 = ___vertexColor0;
uint8_t L_47 = L_46.get_a_4();
G_B8_0 = (&V_0);
G_B8_1 = G_B7_0;
if ((((int32_t)L_45) < ((int32_t)L_47)))
{
G_B9_0 = (&V_0);
G_B9_1 = G_B7_0;
goto IL_0152;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_48 = ___vertexColor0;
uint8_t L_49 = L_48.get_a_4();
G_B10_0 = L_49;
G_B10_1 = G_B8_0;
G_B10_2 = G_B8_1;
goto IL_0158;
}
IL_0152:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_50 = V_0;
uint8_t L_51 = L_50.get_a_4();
G_B10_0 = L_51;
G_B10_1 = G_B9_0;
G_B10_2 = G_B9_1;
}
IL_0158:
{
uint8_t L_52 = G_B10_0;
V_9 = L_52;
G_B10_1->set_a_4(L_52);
uint8_t L_53 = V_9;
G_B11_0 = L_53;
G_B11_1 = G_B10_2;
}
IL_0162:
{
G_B11_1->set_a_4(G_B11_0);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_54 = V_0;
V_1 = L_54;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_55 = V_0;
V_2 = L_55;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_56 = V_0;
V_3 = L_56;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_57 = V_0;
V_4 = L_57;
bool L_58 = __this->get_m_enableVertexGradient_51();
if (!L_58)
{
goto IL_02a7;
}
}
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_59 = __this->get_m_fontColorGradientPreset_54();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_60 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_59, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_021c;
}
}
{
bool L_61 = __this->get_m_tintSprite_57();
if (L_61)
{
goto IL_0197;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_62 = V_1;
G_B16_0 = L_62;
goto IL_01ad;
}
IL_0197:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_63 = V_1;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_64 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_64);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_65 = L_64->get_bottomLeft_7();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_66 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_65, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_67 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_63, L_66, /*hidden argument*/NULL);
G_B16_0 = L_67;
}
IL_01ad:
{
V_1 = G_B16_0;
bool L_68 = __this->get_m_tintSprite_57();
if (L_68)
{
goto IL_01b9;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_69 = V_2;
G_B19_0 = L_69;
goto IL_01cf;
}
IL_01b9:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_70 = V_2;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_71 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_71);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_72 = L_71->get_topLeft_5();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_73 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_72, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_74 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_70, L_73, /*hidden argument*/NULL);
G_B19_0 = L_74;
}
IL_01cf:
{
V_2 = G_B19_0;
bool L_75 = __this->get_m_tintSprite_57();
if (L_75)
{
goto IL_01db;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_76 = V_3;
G_B22_0 = L_76;
goto IL_01f1;
}
IL_01db:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_77 = V_3;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_78 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_78);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_79 = L_78->get_topRight_6();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_80 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_79, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_81 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_77, L_80, /*hidden argument*/NULL);
G_B22_0 = L_81;
}
IL_01f1:
{
V_3 = G_B22_0;
bool L_82 = __this->get_m_tintSprite_57();
if (L_82)
{
goto IL_01fe;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_83 = V_4;
G_B25_0 = L_83;
goto IL_0215;
}
IL_01fe:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_84 = V_4;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_85 = __this->get_m_fontColorGradientPreset_54();
NullCheck(L_85);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_86 = L_85->get_bottomRight_8();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_87 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_86, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_88 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_84, L_87, /*hidden argument*/NULL);
G_B25_0 = L_88;
}
IL_0215:
{
V_4 = G_B25_0;
goto IL_02a7;
}
IL_021c:
{
bool L_89 = __this->get_m_tintSprite_57();
if (L_89)
{
goto IL_0227;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_90 = V_1;
G_B29_0 = L_90;
goto IL_023d;
}
IL_0227:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_91 = V_1;
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_92 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_93 = L_92->get_bottomLeft_2();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_94 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_93, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_95 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_91, L_94, /*hidden argument*/NULL);
G_B29_0 = L_95;
}
IL_023d:
{
V_1 = G_B29_0;
bool L_96 = __this->get_m_tintSprite_57();
if (L_96)
{
goto IL_0249;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_97 = V_2;
G_B32_0 = L_97;
goto IL_025f;
}
IL_0249:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_98 = V_2;
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_99 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_100 = L_99->get_topLeft_0();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_101 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_100, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_102 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_98, L_101, /*hidden argument*/NULL);
G_B32_0 = L_102;
}
IL_025f:
{
V_2 = G_B32_0;
bool L_103 = __this->get_m_tintSprite_57();
if (L_103)
{
goto IL_026b;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_104 = V_3;
G_B35_0 = L_104;
goto IL_0281;
}
IL_026b:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_105 = V_3;
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_106 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_107 = L_106->get_topRight_1();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_108 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_107, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_109 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_105, L_108, /*hidden argument*/NULL);
G_B35_0 = L_109;
}
IL_0281:
{
V_3 = G_B35_0;
bool L_110 = __this->get_m_tintSprite_57();
if (L_110)
{
goto IL_028e;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_111 = V_4;
G_B38_0 = L_111;
goto IL_02a5;
}
IL_028e:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_112 = V_4;
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A * L_113 = __this->get_address_of_m_fontColorGradient_53();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_114 = L_113->get_bottomRight_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_115 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_114, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_116 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_112, L_115, /*hidden argument*/NULL);
G_B38_0 = L_116;
}
IL_02a5:
{
V_4 = G_B38_0;
}
IL_02a7:
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_117 = __this->get_m_colorGradientPreset_208();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_118 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_117, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_118)
{
goto IL_0343;
}
}
{
bool L_119 = __this->get_m_tintSprite_57();
if (L_119)
{
goto IL_02c3;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_120 = V_1;
G_B43_0 = L_120;
goto IL_02d9;
}
IL_02c3:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_121 = V_1;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_122 = __this->get_m_colorGradientPreset_208();
NullCheck(L_122);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_123 = L_122->get_bottomLeft_7();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_124 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_123, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_125 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_121, L_124, /*hidden argument*/NULL);
G_B43_0 = L_125;
}
IL_02d9:
{
V_1 = G_B43_0;
bool L_126 = __this->get_m_tintSprite_57();
if (L_126)
{
goto IL_02e5;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_127 = V_2;
G_B46_0 = L_127;
goto IL_02fb;
}
IL_02e5:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_128 = V_2;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_129 = __this->get_m_colorGradientPreset_208();
NullCheck(L_129);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_130 = L_129->get_topLeft_5();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_131 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_130, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_132 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_128, L_131, /*hidden argument*/NULL);
G_B46_0 = L_132;
}
IL_02fb:
{
V_2 = G_B46_0;
bool L_133 = __this->get_m_tintSprite_57();
if (L_133)
{
goto IL_0307;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_134 = V_3;
G_B49_0 = L_134;
goto IL_031d;
}
IL_0307:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_135 = V_3;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_136 = __this->get_m_colorGradientPreset_208();
NullCheck(L_136);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_137 = L_136->get_topRight_6();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_138 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_137, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_139 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_135, L_138, /*hidden argument*/NULL);
G_B49_0 = L_139;
}
IL_031d:
{
V_3 = G_B49_0;
bool L_140 = __this->get_m_tintSprite_57();
if (L_140)
{
goto IL_032a;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_141 = V_4;
G_B52_0 = L_141;
goto IL_0341;
}
IL_032a:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_142 = V_4;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_143 = __this->get_m_colorGradientPreset_208();
NullCheck(L_143);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_144 = L_143->get_bottomRight_8();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_145 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_144, /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_146 = TMPro_ExtensionMethods_Multiply_m47B92957322D6D195B0F3221836D25B661CA52A4(L_142, L_145, /*hidden argument*/NULL);
G_B52_0 = L_146;
}
IL_0341:
{
V_4 = G_B52_0;
}
IL_0343:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_147 = __this->get_m_textInfo_133();
NullCheck(L_147);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_148 = L_147->get_characterInfo_11();
int32_t L_149 = __this->get_m_characterCount_187();
NullCheck(L_148);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_150 = ((L_148)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_149)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_151 = V_1;
L_150->set_color_4(L_151);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_152 = __this->get_m_textInfo_133();
NullCheck(L_152);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_153 = L_152->get_characterInfo_11();
int32_t L_154 = __this->get_m_characterCount_187();
NullCheck(L_153);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_155 = ((L_153)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_154)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_156 = V_2;
L_155->set_color_4(L_156);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_157 = __this->get_m_textInfo_133();
NullCheck(L_157);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_158 = L_157->get_characterInfo_11();
int32_t L_159 = __this->get_m_characterCount_187();
NullCheck(L_158);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_160 = ((L_158)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_159)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_161 = V_3;
L_160->set_color_4(L_161);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_162 = __this->get_m_textInfo_133();
NullCheck(L_162);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_163 = L_162->get_characterInfo_11();
int32_t L_164 = __this->get_m_characterCount_187();
NullCheck(L_163);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_165 = ((L_163)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_164)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_166 = V_4;
L_165->set_color_4(L_166);
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_167 = __this->get_m_cached_TextElement_219();
NullCheck(L_167);
float L_168 = L_167->get_x_1();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_169 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_169);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_170 = L_169->get_spriteSheet_10();
NullCheck(L_170);
int32_t L_171 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_170);
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_172 = __this->get_m_cached_TextElement_219();
NullCheck(L_172);
float L_173 = L_172->get_y_2();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_174 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_174);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_175 = L_174->get_spriteSheet_10();
NullCheck(L_175);
int32_t L_176 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_175);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_5), ((float)((float)L_168/(float)(((float)((float)L_171))))), ((float)((float)L_173/(float)(((float)((float)L_176))))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_177 = V_5;
float L_178 = L_177.get_x_0();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_179 = __this->get_m_cached_TextElement_219();
NullCheck(L_179);
float L_180 = L_179->get_y_2();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_181 = __this->get_m_cached_TextElement_219();
NullCheck(L_181);
float L_182 = L_181->get_height_4();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_183 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_183);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_184 = L_183->get_spriteSheet_10();
NullCheck(L_184);
int32_t L_185 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_184);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_6), L_178, ((float)((float)((float)il2cpp_codegen_add((float)L_180, (float)L_182))/(float)(((float)((float)L_185))))), /*hidden argument*/NULL);
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_186 = __this->get_m_cached_TextElement_219();
NullCheck(L_186);
float L_187 = L_186->get_x_1();
TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * L_188 = __this->get_m_cached_TextElement_219();
NullCheck(L_188);
float L_189 = L_188->get_width_3();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_190 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_190);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_191 = L_190->get_spriteSheet_10();
NullCheck(L_191);
int32_t L_192 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_191);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_193 = V_6;
float L_194 = L_193.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_7), ((float)((float)((float)il2cpp_codegen_add((float)L_187, (float)L_189))/(float)(((float)((float)L_192))))), L_194, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_195 = V_7;
float L_196 = L_195.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_197 = V_5;
float L_198 = L_197.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_8), L_196, L_198, /*hidden argument*/NULL);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_199 = __this->get_m_textInfo_133();
NullCheck(L_199);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_200 = L_199->get_characterInfo_11();
int32_t L_201 = __this->get_m_characterCount_187();
NullCheck(L_200);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_202 = ((L_200)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_201)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_203 = V_5;
L_202->set_uv_1(L_203);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_204 = __this->get_m_textInfo_133();
NullCheck(L_204);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_205 = L_204->get_characterInfo_11();
int32_t L_206 = __this->get_m_characterCount_187();
NullCheck(L_205);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_207 = ((L_205)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_206)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_208 = V_6;
L_207->set_uv_1(L_208);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_209 = __this->get_m_textInfo_133();
NullCheck(L_209);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_210 = L_209->get_characterInfo_11();
int32_t L_211 = __this->get_m_characterCount_187();
NullCheck(L_210);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_212 = ((L_210)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_211)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_213 = V_7;
L_212->set_uv_1(L_213);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_214 = __this->get_m_textInfo_133();
NullCheck(L_214);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_215 = L_214->get_characterInfo_11();
int32_t L_216 = __this->get_m_characterCount_187();
NullCheck(L_215);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_217 = ((L_215)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_216)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_218 = V_8;
L_217->set_uv_1(L_218);
return;
}
}
// System.Void TMPro.TMP_Text::FillCharacterVertexBuffers(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_FillCharacterVertexBuffers_m430F7556BD9CDBBC0C4EA5A50C69D02F77880A7D (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___i0, int32_t ___index_X41, const RuntimeMethod* method)
{
int32_t V_0 = 0;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* V_1 = NULL;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
NullCheck(L_0);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_1 = L_0->get_characterInfo_11();
int32_t L_2 = ___i0;
NullCheck(L_1);
int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_materialReferenceIndex_8();
V_0 = L_3;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_4 = __this->get_m_textInfo_133();
NullCheck(L_4);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_5 = L_4->get_meshInfo_16();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_vertexCount_4();
___index_X41 = L_7;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
V_1 = L_9;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_10 = __this->get_m_textInfo_133();
NullCheck(L_10);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_11 = L_10->get_characterInfo_11();
int32_t L_12 = ___i0;
NullCheck(L_11);
int32_t L_13 = ___index_X41;
((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)))->set_vertexIndex_13(L_13);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_14 = __this->get_m_textInfo_133();
NullCheck(L_14);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_15 = L_14->get_meshInfo_16();
int32_t L_16 = V_0;
NullCheck(L_15);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16)))->get_vertices_5();
int32_t L_18 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_19 = V_1;
int32_t L_20 = ___i0;
NullCheck(L_19);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->get_address_of_vertex_BL_15();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = L_21->get_position_0();
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_22);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_23 = __this->get_m_textInfo_133();
NullCheck(L_23);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_24 = L_23->get_meshInfo_16();
int32_t L_25 = V_0;
NullCheck(L_24);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->get_vertices_5();
int32_t L_27 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_28 = V_1;
int32_t L_29 = ___i0;
NullCheck(L_28);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29)))->get_address_of_vertex_TL_14();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = L_30->get_position_0();
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_27))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_31);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_32 = __this->get_m_textInfo_133();
NullCheck(L_32);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_33 = L_32->get_meshInfo_16();
int32_t L_34 = V_0;
NullCheck(L_33);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34)))->get_vertices_5();
int32_t L_36 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_37 = V_1;
int32_t L_38 = ___i0;
NullCheck(L_37);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_38)))->get_address_of_vertex_TR_16();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = L_39->get_position_0();
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_36))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_40);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_41 = __this->get_m_textInfo_133();
NullCheck(L_41);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_42 = L_41->get_meshInfo_16();
int32_t L_43 = V_0;
NullCheck(L_42);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_43)))->get_vertices_5();
int32_t L_45 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_46 = V_1;
int32_t L_47 = ___i0;
NullCheck(L_46);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_48 = ((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_47)))->get_address_of_vertex_BR_17();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = L_48->get_position_0();
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_45))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_49);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_50 = __this->get_m_textInfo_133();
NullCheck(L_50);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_51 = L_50->get_meshInfo_16();
int32_t L_52 = V_0;
NullCheck(L_51);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_53 = ((L_51)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_52)))->get_uvs0_8();
int32_t L_54 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_55 = V_1;
int32_t L_56 = ___i0;
NullCheck(L_55);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_57 = ((L_55)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_56)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58 = L_57->get_uv_1();
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(L_54), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_58);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_59 = __this->get_m_textInfo_133();
NullCheck(L_59);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_60 = L_59->get_meshInfo_16();
int32_t L_61 = V_0;
NullCheck(L_60);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_62 = ((L_60)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_61)))->get_uvs0_8();
int32_t L_63 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_64 = V_1;
int32_t L_65 = ___i0;
NullCheck(L_64);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_66 = ((L_64)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_65)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67 = L_66->get_uv_1();
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_63))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_67);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_68 = __this->get_m_textInfo_133();
NullCheck(L_68);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_69 = L_68->get_meshInfo_16();
int32_t L_70 = V_0;
NullCheck(L_69);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_71 = ((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_70)))->get_uvs0_8();
int32_t L_72 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_73 = V_1;
int32_t L_74 = ___i0;
NullCheck(L_73);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_75 = ((L_73)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_74)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_76 = L_75->get_uv_1();
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_72))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_76);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_77 = __this->get_m_textInfo_133();
NullCheck(L_77);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_78 = L_77->get_meshInfo_16();
int32_t L_79 = V_0;
NullCheck(L_78);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_80 = ((L_78)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_79)))->get_uvs0_8();
int32_t L_81 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_82 = V_1;
int32_t L_83 = ___i0;
NullCheck(L_82);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_84 = ((L_82)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_83)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_85 = L_84->get_uv_1();
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_81))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_85);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_86 = __this->get_m_textInfo_133();
NullCheck(L_86);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_87 = L_86->get_meshInfo_16();
int32_t L_88 = V_0;
NullCheck(L_87);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_89 = ((L_87)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_88)))->get_uvs2_9();
int32_t L_90 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_91 = V_1;
int32_t L_92 = ___i0;
NullCheck(L_91);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_93 = ((L_91)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_92)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_94 = L_93->get_uv2_2();
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_94);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_95 = __this->get_m_textInfo_133();
NullCheck(L_95);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_96 = L_95->get_meshInfo_16();
int32_t L_97 = V_0;
NullCheck(L_96);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_98 = ((L_96)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_97)))->get_uvs2_9();
int32_t L_99 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_100 = V_1;
int32_t L_101 = ___i0;
NullCheck(L_100);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_102 = ((L_100)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_101)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_103 = L_102->get_uv2_2();
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_99))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_103);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_104 = __this->get_m_textInfo_133();
NullCheck(L_104);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_105 = L_104->get_meshInfo_16();
int32_t L_106 = V_0;
NullCheck(L_105);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_107 = ((L_105)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_106)))->get_uvs2_9();
int32_t L_108 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_109 = V_1;
int32_t L_110 = ___i0;
NullCheck(L_109);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_111 = ((L_109)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_110)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_112 = L_111->get_uv2_2();
NullCheck(L_107);
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_108))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_112);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_113 = __this->get_m_textInfo_133();
NullCheck(L_113);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_114 = L_113->get_meshInfo_16();
int32_t L_115 = V_0;
NullCheck(L_114);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_116 = ((L_114)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_115)))->get_uvs2_9();
int32_t L_117 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_118 = V_1;
int32_t L_119 = ___i0;
NullCheck(L_118);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_120 = ((L_118)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_119)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_121 = L_120->get_uv2_2();
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_117))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_121);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_122 = __this->get_m_textInfo_133();
NullCheck(L_122);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_123 = L_122->get_meshInfo_16();
int32_t L_124 = V_0;
NullCheck(L_123);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_125 = ((L_123)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_124)))->get_colors32_10();
int32_t L_126 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_127 = V_1;
int32_t L_128 = ___i0;
NullCheck(L_127);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_129 = ((L_127)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_128)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_130 = L_129->get_color_4();
NullCheck(L_125);
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(L_126), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_130);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_131 = __this->get_m_textInfo_133();
NullCheck(L_131);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_132 = L_131->get_meshInfo_16();
int32_t L_133 = V_0;
NullCheck(L_132);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_134 = ((L_132)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_133)))->get_colors32_10();
int32_t L_135 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_136 = V_1;
int32_t L_137 = ___i0;
NullCheck(L_136);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_138 = ((L_136)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_137)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_139 = L_138->get_color_4();
NullCheck(L_134);
(L_134)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_135))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_139);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_140 = __this->get_m_textInfo_133();
NullCheck(L_140);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_141 = L_140->get_meshInfo_16();
int32_t L_142 = V_0;
NullCheck(L_141);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_143 = ((L_141)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_142)))->get_colors32_10();
int32_t L_144 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_145 = V_1;
int32_t L_146 = ___i0;
NullCheck(L_145);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_147 = ((L_145)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_146)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_148 = L_147->get_color_4();
NullCheck(L_143);
(L_143)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_144))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_148);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_149 = __this->get_m_textInfo_133();
NullCheck(L_149);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_150 = L_149->get_meshInfo_16();
int32_t L_151 = V_0;
NullCheck(L_150);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_152 = ((L_150)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_151)))->get_colors32_10();
int32_t L_153 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_154 = V_1;
int32_t L_155 = ___i0;
NullCheck(L_154);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_156 = ((L_154)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_155)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_157 = L_156->get_color_4();
NullCheck(L_152);
(L_152)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_153))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_157);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_158 = __this->get_m_textInfo_133();
NullCheck(L_158);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_159 = L_158->get_meshInfo_16();
int32_t L_160 = V_0;
NullCheck(L_159);
int32_t L_161 = ___index_X41;
((L_159)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_160)))->set_vertexCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)4)));
return;
}
}
// System.Void TMPro.TMP_Text::FillCharacterVertexBuffers(System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_FillCharacterVertexBuffers_mC4D58D84C4B6901054E14E77F8ACFF32E5062CDF (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___i0, int32_t ___index_X41, bool ___isVolumetric2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_FillCharacterVertexBuffers_mC4D58D84C4B6901054E14E77F8ACFF32E5062CDF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* V_1 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset(&V_2, 0, sizeof(V_2));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_3;
memset(&V_3, 0, sizeof(V_3));
int32_t G_B10_0 = 0;
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * G_B10_1 = NULL;
int32_t G_B9_0 = 0;
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * G_B9_1 = NULL;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E * G_B11_2 = NULL;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
NullCheck(L_0);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_1 = L_0->get_characterInfo_11();
int32_t L_2 = ___i0;
NullCheck(L_1);
int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_materialReferenceIndex_8();
V_0 = L_3;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_4 = __this->get_m_textInfo_133();
NullCheck(L_4);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_5 = L_4->get_meshInfo_16();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_vertexCount_4();
___index_X41 = L_7;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
V_1 = L_9;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_10 = __this->get_m_textInfo_133();
NullCheck(L_10);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_11 = L_10->get_characterInfo_11();
int32_t L_12 = ___i0;
NullCheck(L_11);
int32_t L_13 = ___index_X41;
((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)))->set_vertexIndex_13(L_13);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_14 = __this->get_m_textInfo_133();
NullCheck(L_14);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_15 = L_14->get_meshInfo_16();
int32_t L_16 = V_0;
NullCheck(L_15);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16)))->get_vertices_5();
int32_t L_18 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_19 = V_1;
int32_t L_20 = ___i0;
NullCheck(L_19);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->get_address_of_vertex_BL_15();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = L_21->get_position_0();
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_22);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_23 = __this->get_m_textInfo_133();
NullCheck(L_23);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_24 = L_23->get_meshInfo_16();
int32_t L_25 = V_0;
NullCheck(L_24);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->get_vertices_5();
int32_t L_27 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_28 = V_1;
int32_t L_29 = ___i0;
NullCheck(L_28);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29)))->get_address_of_vertex_TL_14();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = L_30->get_position_0();
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_27))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_31);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_32 = __this->get_m_textInfo_133();
NullCheck(L_32);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_33 = L_32->get_meshInfo_16();
int32_t L_34 = V_0;
NullCheck(L_33);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34)))->get_vertices_5();
int32_t L_36 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_37 = V_1;
int32_t L_38 = ___i0;
NullCheck(L_37);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_38)))->get_address_of_vertex_TR_16();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = L_39->get_position_0();
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_36))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_40);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_41 = __this->get_m_textInfo_133();
NullCheck(L_41);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_42 = L_41->get_meshInfo_16();
int32_t L_43 = V_0;
NullCheck(L_42);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_43)))->get_vertices_5();
int32_t L_45 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_46 = V_1;
int32_t L_47 = ___i0;
NullCheck(L_46);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_48 = ((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_47)))->get_address_of_vertex_BR_17();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = L_48->get_position_0();
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_45))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_49);
bool L_50 = ___isVolumetric2;
if (!L_50)
{
goto IL_0204;
}
}
{
float L_51 = __this->get_m_fontSize_63();
float L_52 = __this->get_m_fontScale_168();
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_2), (0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)), /*hidden argument*/NULL);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_53 = __this->get_m_textInfo_133();
NullCheck(L_53);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_54 = L_53->get_meshInfo_16();
int32_t L_55 = V_0;
NullCheck(L_54);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_56 = ((L_54)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_55)))->get_vertices_5();
int32_t L_57 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_58 = V_1;
int32_t L_59 = ___i0;
NullCheck(L_58);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_60 = ((L_58)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_59)))->get_address_of_vertex_BL_15();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61 = L_60->get_position_0();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_62 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_63 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_61, L_62, /*hidden argument*/NULL);
NullCheck(L_56);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_57))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_63);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_64 = __this->get_m_textInfo_133();
NullCheck(L_64);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_65 = L_64->get_meshInfo_16();
int32_t L_66 = V_0;
NullCheck(L_65);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_67 = ((L_65)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_66)))->get_vertices_5();
int32_t L_68 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_69 = V_1;
int32_t L_70 = ___i0;
NullCheck(L_69);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_71 = ((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_70)))->get_address_of_vertex_TL_14();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72 = L_71->get_position_0();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_73 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_74 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_72, L_73, /*hidden argument*/NULL);
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_68))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_74);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_75 = __this->get_m_textInfo_133();
NullCheck(L_75);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_76 = L_75->get_meshInfo_16();
int32_t L_77 = V_0;
NullCheck(L_76);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_78 = ((L_76)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_77)))->get_vertices_5();
int32_t L_79 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_80 = V_1;
int32_t L_81 = ___i0;
NullCheck(L_80);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_82 = ((L_80)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_81)))->get_address_of_vertex_TR_16();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_83 = L_82->get_position_0();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_84 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_85 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_83, L_84, /*hidden argument*/NULL);
NullCheck(L_78);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_79))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_85);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_86 = __this->get_m_textInfo_133();
NullCheck(L_86);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_87 = L_86->get_meshInfo_16();
int32_t L_88 = V_0;
NullCheck(L_87);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_89 = ((L_87)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_88)))->get_vertices_5();
int32_t L_90 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_91 = V_1;
int32_t L_92 = ___i0;
NullCheck(L_91);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_93 = ((L_91)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_92)))->get_address_of_vertex_BR_17();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_94 = L_93->get_position_0();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_95 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_96 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_94, L_95, /*hidden argument*/NULL);
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_90))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_96);
}
IL_0204:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_97 = __this->get_m_textInfo_133();
NullCheck(L_97);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_98 = L_97->get_meshInfo_16();
int32_t L_99 = V_0;
NullCheck(L_98);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_100 = ((L_98)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_99)))->get_uvs0_8();
int32_t L_101 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_102 = V_1;
int32_t L_103 = ___i0;
NullCheck(L_102);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_104 = ((L_102)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_103)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_105 = L_104->get_uv_1();
NullCheck(L_100);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(L_101), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_105);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_106 = __this->get_m_textInfo_133();
NullCheck(L_106);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_107 = L_106->get_meshInfo_16();
int32_t L_108 = V_0;
NullCheck(L_107);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_109 = ((L_107)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_108)))->get_uvs0_8();
int32_t L_110 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_111 = V_1;
int32_t L_112 = ___i0;
NullCheck(L_111);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_113 = ((L_111)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_112)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_114 = L_113->get_uv_1();
NullCheck(L_109);
(L_109)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_110))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_114);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_115 = __this->get_m_textInfo_133();
NullCheck(L_115);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_116 = L_115->get_meshInfo_16();
int32_t L_117 = V_0;
NullCheck(L_116);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_118 = ((L_116)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_117)))->get_uvs0_8();
int32_t L_119 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_120 = V_1;
int32_t L_121 = ___i0;
NullCheck(L_120);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_122 = ((L_120)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_121)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_123 = L_122->get_uv_1();
NullCheck(L_118);
(L_118)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_119))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_123);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_124 = __this->get_m_textInfo_133();
NullCheck(L_124);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_125 = L_124->get_meshInfo_16();
int32_t L_126 = V_0;
NullCheck(L_125);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_127 = ((L_125)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_126)))->get_uvs0_8();
int32_t L_128 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_129 = V_1;
int32_t L_130 = ___i0;
NullCheck(L_129);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_131 = ((L_129)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_130)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_132 = L_131->get_uv_1();
NullCheck(L_127);
(L_127)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_128))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_132);
bool L_133 = ___isVolumetric2;
if (!L_133)
{
goto IL_0380;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_134 = __this->get_m_textInfo_133();
NullCheck(L_134);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_135 = L_134->get_meshInfo_16();
int32_t L_136 = V_0;
NullCheck(L_135);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_137 = ((L_135)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_136)))->get_uvs0_8();
int32_t L_138 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_139 = V_1;
int32_t L_140 = ___i0;
NullCheck(L_139);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_141 = ((L_139)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_140)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_142 = L_141->get_uv_1();
NullCheck(L_137);
(L_137)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_138))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_142);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_143 = __this->get_m_textInfo_133();
NullCheck(L_143);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_144 = L_143->get_meshInfo_16();
int32_t L_145 = V_0;
NullCheck(L_144);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_146 = ((L_144)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_145)))->get_uvs0_8();
int32_t L_147 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_148 = V_1;
int32_t L_149 = ___i0;
NullCheck(L_148);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_150 = ((L_148)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_149)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_151 = L_150->get_uv_1();
NullCheck(L_146);
(L_146)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_147))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_151);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_152 = __this->get_m_textInfo_133();
NullCheck(L_152);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_153 = L_152->get_meshInfo_16();
int32_t L_154 = V_0;
NullCheck(L_153);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_155 = ((L_153)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_154)))->get_uvs0_8();
int32_t L_156 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_157 = V_1;
int32_t L_158 = ___i0;
NullCheck(L_157);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_159 = ((L_157)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_158)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_160 = L_159->get_uv_1();
NullCheck(L_155);
(L_155)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_156))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_160);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_161 = __this->get_m_textInfo_133();
NullCheck(L_161);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_162 = L_161->get_meshInfo_16();
int32_t L_163 = V_0;
NullCheck(L_162);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_164 = ((L_162)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_163)))->get_uvs0_8();
int32_t L_165 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_166 = V_1;
int32_t L_167 = ___i0;
NullCheck(L_166);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_168 = ((L_166)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_167)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_169 = L_168->get_uv_1();
NullCheck(L_164);
(L_164)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_165))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_169);
}
IL_0380:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_170 = __this->get_m_textInfo_133();
NullCheck(L_170);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_171 = L_170->get_meshInfo_16();
int32_t L_172 = V_0;
NullCheck(L_171);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_173 = ((L_171)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_172)))->get_uvs2_9();
int32_t L_174 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_175 = V_1;
int32_t L_176 = ___i0;
NullCheck(L_175);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_177 = ((L_175)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_176)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_178 = L_177->get_uv2_2();
NullCheck(L_173);
(L_173)->SetAt(static_cast<il2cpp_array_size_t>(L_174), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_178);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_179 = __this->get_m_textInfo_133();
NullCheck(L_179);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_180 = L_179->get_meshInfo_16();
int32_t L_181 = V_0;
NullCheck(L_180);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_182 = ((L_180)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_181)))->get_uvs2_9();
int32_t L_183 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_184 = V_1;
int32_t L_185 = ___i0;
NullCheck(L_184);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_186 = ((L_184)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_185)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_187 = L_186->get_uv2_2();
NullCheck(L_182);
(L_182)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_183))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_187);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_188 = __this->get_m_textInfo_133();
NullCheck(L_188);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_189 = L_188->get_meshInfo_16();
int32_t L_190 = V_0;
NullCheck(L_189);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_191 = ((L_189)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_190)))->get_uvs2_9();
int32_t L_192 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_193 = V_1;
int32_t L_194 = ___i0;
NullCheck(L_193);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_195 = ((L_193)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_194)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_196 = L_195->get_uv2_2();
NullCheck(L_191);
(L_191)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_192))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_196);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_197 = __this->get_m_textInfo_133();
NullCheck(L_197);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_198 = L_197->get_meshInfo_16();
int32_t L_199 = V_0;
NullCheck(L_198);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_200 = ((L_198)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_199)))->get_uvs2_9();
int32_t L_201 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_202 = V_1;
int32_t L_203 = ___i0;
NullCheck(L_202);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_204 = ((L_202)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_203)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_205 = L_204->get_uv2_2();
NullCheck(L_200);
(L_200)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_201))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_205);
bool L_206 = ___isVolumetric2;
if (!L_206)
{
goto IL_04fc;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_207 = __this->get_m_textInfo_133();
NullCheck(L_207);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_208 = L_207->get_meshInfo_16();
int32_t L_209 = V_0;
NullCheck(L_208);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_210 = ((L_208)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_209)))->get_uvs2_9();
int32_t L_211 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_212 = V_1;
int32_t L_213 = ___i0;
NullCheck(L_212);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_214 = ((L_212)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_213)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_215 = L_214->get_uv2_2();
NullCheck(L_210);
(L_210)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_211))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_215);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_216 = __this->get_m_textInfo_133();
NullCheck(L_216);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_217 = L_216->get_meshInfo_16();
int32_t L_218 = V_0;
NullCheck(L_217);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_219 = ((L_217)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_218)))->get_uvs2_9();
int32_t L_220 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_221 = V_1;
int32_t L_222 = ___i0;
NullCheck(L_221);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_223 = ((L_221)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_222)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_224 = L_223->get_uv2_2();
NullCheck(L_219);
(L_219)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_220))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_224);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_225 = __this->get_m_textInfo_133();
NullCheck(L_225);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_226 = L_225->get_meshInfo_16();
int32_t L_227 = V_0;
NullCheck(L_226);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_228 = ((L_226)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_227)))->get_uvs2_9();
int32_t L_229 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_230 = V_1;
int32_t L_231 = ___i0;
NullCheck(L_230);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_232 = ((L_230)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_231)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_233 = L_232->get_uv2_2();
NullCheck(L_228);
(L_228)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_229))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_233);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_234 = __this->get_m_textInfo_133();
NullCheck(L_234);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_235 = L_234->get_meshInfo_16();
int32_t L_236 = V_0;
NullCheck(L_235);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_237 = ((L_235)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_236)))->get_uvs2_9();
int32_t L_238 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_239 = V_1;
int32_t L_240 = ___i0;
NullCheck(L_239);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_241 = ((L_239)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_240)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_242 = L_241->get_uv2_2();
NullCheck(L_237);
(L_237)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_238))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_242);
}
IL_04fc:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_243 = __this->get_m_textInfo_133();
NullCheck(L_243);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_244 = L_243->get_meshInfo_16();
int32_t L_245 = V_0;
NullCheck(L_244);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_246 = ((L_244)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_245)))->get_colors32_10();
int32_t L_247 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_248 = V_1;
int32_t L_249 = ___i0;
NullCheck(L_248);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_250 = ((L_248)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_249)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_251 = L_250->get_color_4();
NullCheck(L_246);
(L_246)->SetAt(static_cast<il2cpp_array_size_t>(L_247), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_251);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_252 = __this->get_m_textInfo_133();
NullCheck(L_252);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_253 = L_252->get_meshInfo_16();
int32_t L_254 = V_0;
NullCheck(L_253);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_255 = ((L_253)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_254)))->get_colors32_10();
int32_t L_256 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_257 = V_1;
int32_t L_258 = ___i0;
NullCheck(L_257);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_259 = ((L_257)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_258)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_260 = L_259->get_color_4();
NullCheck(L_255);
(L_255)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_256))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_260);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_261 = __this->get_m_textInfo_133();
NullCheck(L_261);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_262 = L_261->get_meshInfo_16();
int32_t L_263 = V_0;
NullCheck(L_262);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_264 = ((L_262)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_263)))->get_colors32_10();
int32_t L_265 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_266 = V_1;
int32_t L_267 = ___i0;
NullCheck(L_266);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_268 = ((L_266)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_267)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_269 = L_268->get_color_4();
NullCheck(L_264);
(L_264)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_265))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_269);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_270 = __this->get_m_textInfo_133();
NullCheck(L_270);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_271 = L_270->get_meshInfo_16();
int32_t L_272 = V_0;
NullCheck(L_271);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_273 = ((L_271)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_272)))->get_colors32_10();
int32_t L_274 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_275 = V_1;
int32_t L_276 = ___i0;
NullCheck(L_275);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_277 = ((L_275)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_276)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_278 = L_277->get_color_4();
NullCheck(L_273);
(L_273)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_274))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_278);
bool L_279 = ___isVolumetric2;
if (!L_279)
{
goto IL_0653;
}
}
{
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(&V_3), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)128), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_280 = __this->get_m_textInfo_133();
NullCheck(L_280);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_281 = L_280->get_meshInfo_16();
int32_t L_282 = V_0;
NullCheck(L_281);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_283 = ((L_281)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_282)))->get_colors32_10();
int32_t L_284 = ___index_X41;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_285 = V_3;
NullCheck(L_283);
(L_283)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_284))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_285);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_286 = __this->get_m_textInfo_133();
NullCheck(L_286);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_287 = L_286->get_meshInfo_16();
int32_t L_288 = V_0;
NullCheck(L_287);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_289 = ((L_287)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_288)))->get_colors32_10();
int32_t L_290 = ___index_X41;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_291 = V_3;
NullCheck(L_289);
(L_289)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_290))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_291);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_292 = __this->get_m_textInfo_133();
NullCheck(L_292);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_293 = L_292->get_meshInfo_16();
int32_t L_294 = V_0;
NullCheck(L_293);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_295 = ((L_293)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_294)))->get_colors32_10();
int32_t L_296 = ___index_X41;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_297 = V_3;
NullCheck(L_295);
(L_295)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_296))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_297);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_298 = __this->get_m_textInfo_133();
NullCheck(L_298);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_299 = L_298->get_meshInfo_16();
int32_t L_300 = V_0;
NullCheck(L_299);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_301 = ((L_299)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_300)))->get_colors32_10();
int32_t L_302 = ___index_X41;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_303 = V_3;
NullCheck(L_301);
(L_301)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_302))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_303);
}
IL_0653:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_304 = __this->get_m_textInfo_133();
NullCheck(L_304);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_305 = L_304->get_meshInfo_16();
int32_t L_306 = V_0;
NullCheck(L_305);
int32_t L_307 = ___index_X41;
bool L_308 = ___isVolumetric2;
G_B9_0 = L_307;
G_B9_1 = ((L_305)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_306)));
if (!L_308)
{
G_B10_0 = L_307;
G_B10_1 = ((L_305)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_306)));
goto IL_066b;
}
}
{
G_B11_0 = 8;
G_B11_1 = G_B9_0;
G_B11_2 = G_B9_1;
goto IL_066c;
}
IL_066b:
{
G_B11_0 = 4;
G_B11_1 = G_B10_0;
G_B11_2 = G_B10_1;
}
IL_066c:
{
G_B11_2->set_vertexCount_4(((int32_t)il2cpp_codegen_add((int32_t)G_B11_1, (int32_t)G_B11_0)));
return;
}
}
// System.Void TMPro.TMP_Text::FillSpriteVertexBuffers(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_FillSpriteVertexBuffers_m76C3C465812AF5687B535CBF84F2B022CE2AFABC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___i0, int32_t ___index_X41, const RuntimeMethod* method)
{
int32_t V_0 = 0;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* V_1 = NULL;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
NullCheck(L_0);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_1 = L_0->get_characterInfo_11();
int32_t L_2 = ___i0;
NullCheck(L_1);
int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_materialReferenceIndex_8();
V_0 = L_3;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_4 = __this->get_m_textInfo_133();
NullCheck(L_4);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_5 = L_4->get_meshInfo_16();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->get_vertexCount_4();
___index_X41 = L_7;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
V_1 = L_9;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_10 = __this->get_m_textInfo_133();
NullCheck(L_10);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_11 = L_10->get_characterInfo_11();
int32_t L_12 = ___i0;
NullCheck(L_11);
int32_t L_13 = ___index_X41;
((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)))->set_vertexIndex_13(L_13);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_14 = __this->get_m_textInfo_133();
NullCheck(L_14);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_15 = L_14->get_meshInfo_16();
int32_t L_16 = V_0;
NullCheck(L_15);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_17 = ((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16)))->get_vertices_5();
int32_t L_18 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_19 = V_1;
int32_t L_20 = ___i0;
NullCheck(L_19);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->get_address_of_vertex_BL_15();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = L_21->get_position_0();
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_22);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_23 = __this->get_m_textInfo_133();
NullCheck(L_23);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_24 = L_23->get_meshInfo_16();
int32_t L_25 = V_0;
NullCheck(L_24);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->get_vertices_5();
int32_t L_27 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_28 = V_1;
int32_t L_29 = ___i0;
NullCheck(L_28);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_30 = ((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29)))->get_address_of_vertex_TL_14();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = L_30->get_position_0();
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_27))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_31);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_32 = __this->get_m_textInfo_133();
NullCheck(L_32);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_33 = L_32->get_meshInfo_16();
int32_t L_34 = V_0;
NullCheck(L_33);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_35 = ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34)))->get_vertices_5();
int32_t L_36 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_37 = V_1;
int32_t L_38 = ___i0;
NullCheck(L_37);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_39 = ((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_38)))->get_address_of_vertex_TR_16();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = L_39->get_position_0();
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_36))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_40);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_41 = __this->get_m_textInfo_133();
NullCheck(L_41);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_42 = L_41->get_meshInfo_16();
int32_t L_43 = V_0;
NullCheck(L_42);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_44 = ((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_43)))->get_vertices_5();
int32_t L_45 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_46 = V_1;
int32_t L_47 = ___i0;
NullCheck(L_46);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_48 = ((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_47)))->get_address_of_vertex_BR_17();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = L_48->get_position_0();
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_45))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_49);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_50 = __this->get_m_textInfo_133();
NullCheck(L_50);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_51 = L_50->get_meshInfo_16();
int32_t L_52 = V_0;
NullCheck(L_51);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_53 = ((L_51)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_52)))->get_uvs0_8();
int32_t L_54 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_55 = V_1;
int32_t L_56 = ___i0;
NullCheck(L_55);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_57 = ((L_55)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_56)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58 = L_57->get_uv_1();
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(L_54), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_58);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_59 = __this->get_m_textInfo_133();
NullCheck(L_59);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_60 = L_59->get_meshInfo_16();
int32_t L_61 = V_0;
NullCheck(L_60);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_62 = ((L_60)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_61)))->get_uvs0_8();
int32_t L_63 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_64 = V_1;
int32_t L_65 = ___i0;
NullCheck(L_64);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_66 = ((L_64)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_65)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67 = L_66->get_uv_1();
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_63))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_67);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_68 = __this->get_m_textInfo_133();
NullCheck(L_68);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_69 = L_68->get_meshInfo_16();
int32_t L_70 = V_0;
NullCheck(L_69);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_71 = ((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_70)))->get_uvs0_8();
int32_t L_72 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_73 = V_1;
int32_t L_74 = ___i0;
NullCheck(L_73);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_75 = ((L_73)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_74)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_76 = L_75->get_uv_1();
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_72))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_76);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_77 = __this->get_m_textInfo_133();
NullCheck(L_77);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_78 = L_77->get_meshInfo_16();
int32_t L_79 = V_0;
NullCheck(L_78);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_80 = ((L_78)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_79)))->get_uvs0_8();
int32_t L_81 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_82 = V_1;
int32_t L_83 = ___i0;
NullCheck(L_82);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_84 = ((L_82)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_83)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_85 = L_84->get_uv_1();
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_81))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_85);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_86 = __this->get_m_textInfo_133();
NullCheck(L_86);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_87 = L_86->get_meshInfo_16();
int32_t L_88 = V_0;
NullCheck(L_87);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_89 = ((L_87)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_88)))->get_uvs2_9();
int32_t L_90 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_91 = V_1;
int32_t L_92 = ___i0;
NullCheck(L_91);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_93 = ((L_91)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_92)))->get_address_of_vertex_BL_15();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_94 = L_93->get_uv2_2();
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_94);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_95 = __this->get_m_textInfo_133();
NullCheck(L_95);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_96 = L_95->get_meshInfo_16();
int32_t L_97 = V_0;
NullCheck(L_96);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_98 = ((L_96)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_97)))->get_uvs2_9();
int32_t L_99 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_100 = V_1;
int32_t L_101 = ___i0;
NullCheck(L_100);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_102 = ((L_100)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_101)))->get_address_of_vertex_TL_14();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_103 = L_102->get_uv2_2();
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_99))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_103);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_104 = __this->get_m_textInfo_133();
NullCheck(L_104);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_105 = L_104->get_meshInfo_16();
int32_t L_106 = V_0;
NullCheck(L_105);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_107 = ((L_105)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_106)))->get_uvs2_9();
int32_t L_108 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_109 = V_1;
int32_t L_110 = ___i0;
NullCheck(L_109);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_111 = ((L_109)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_110)))->get_address_of_vertex_TR_16();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_112 = L_111->get_uv2_2();
NullCheck(L_107);
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_108))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_112);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_113 = __this->get_m_textInfo_133();
NullCheck(L_113);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_114 = L_113->get_meshInfo_16();
int32_t L_115 = V_0;
NullCheck(L_114);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_116 = ((L_114)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_115)))->get_uvs2_9();
int32_t L_117 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_118 = V_1;
int32_t L_119 = ___i0;
NullCheck(L_118);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_120 = ((L_118)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_119)))->get_address_of_vertex_BR_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_121 = L_120->get_uv2_2();
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_117))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_121);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_122 = __this->get_m_textInfo_133();
NullCheck(L_122);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_123 = L_122->get_meshInfo_16();
int32_t L_124 = V_0;
NullCheck(L_123);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_125 = ((L_123)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_124)))->get_colors32_10();
int32_t L_126 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_127 = V_1;
int32_t L_128 = ___i0;
NullCheck(L_127);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_129 = ((L_127)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_128)))->get_address_of_vertex_BL_15();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_130 = L_129->get_color_4();
NullCheck(L_125);
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(L_126), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_130);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_131 = __this->get_m_textInfo_133();
NullCheck(L_131);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_132 = L_131->get_meshInfo_16();
int32_t L_133 = V_0;
NullCheck(L_132);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_134 = ((L_132)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_133)))->get_colors32_10();
int32_t L_135 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_136 = V_1;
int32_t L_137 = ___i0;
NullCheck(L_136);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_138 = ((L_136)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_137)))->get_address_of_vertex_TL_14();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_139 = L_138->get_color_4();
NullCheck(L_134);
(L_134)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_135))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_139);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_140 = __this->get_m_textInfo_133();
NullCheck(L_140);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_141 = L_140->get_meshInfo_16();
int32_t L_142 = V_0;
NullCheck(L_141);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_143 = ((L_141)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_142)))->get_colors32_10();
int32_t L_144 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_145 = V_1;
int32_t L_146 = ___i0;
NullCheck(L_145);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_147 = ((L_145)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_146)))->get_address_of_vertex_TR_16();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_148 = L_147->get_color_4();
NullCheck(L_143);
(L_143)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_144))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_148);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_149 = __this->get_m_textInfo_133();
NullCheck(L_149);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_150 = L_149->get_meshInfo_16();
int32_t L_151 = V_0;
NullCheck(L_150);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_152 = ((L_150)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_151)))->get_colors32_10();
int32_t L_153 = ___index_X41;
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_154 = V_1;
int32_t L_155 = ___i0;
NullCheck(L_154);
TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * L_156 = ((L_154)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_155)))->get_address_of_vertex_BR_17();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_157 = L_156->get_color_4();
NullCheck(L_152);
(L_152)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_153))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_157);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_158 = __this->get_m_textInfo_133();
NullCheck(L_158);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_159 = L_158->get_meshInfo_16();
int32_t L_160 = V_0;
NullCheck(L_159);
int32_t L_161 = ___index_X41;
((L_159)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_160)))->set_vertexCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)4)));
return;
}
}
// System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32U26,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_DrawUnderlineMesh_mAC0C99B6E0E054743903E252910B0D03AA20F059 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___start0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___end1, int32_t* ___index2, float ___startScale3, float ___endScale4, float ___maxScale5, float ___sdfScale6, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_DrawUnderlineMesh_mAC0C99B6E0E054743903E252910B0D03AA20F059_MetadataUsageId);
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;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* V_5 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_6;
memset(&V_6, 0, sizeof(V_6));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_7;
memset(&V_7, 0, sizeof(V_7));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_8;
memset(&V_8, 0, sizeof(V_8));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_9;
memset(&V_9, 0, sizeof(V_9));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_10;
memset(&V_10, 0, sizeof(V_10));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_11;
memset(&V_11, 0, sizeof(V_11));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_12;
memset(&V_12, 0, sizeof(V_12));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_13;
memset(&V_13, 0, sizeof(V_13));
float V_14 = 0.0f;
float V_15 = 0.0f;
float V_16 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B10_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B9_0 = NULL;
uint8_t G_B11_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B11_1 = NULL;
{
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_0 = __this->get_m_cached_Underline_GlyphInfo_220();
if (L_0)
{
goto IL_001b;
}
}
{
bool L_1 = TMP_Settings_get_warningsDisabled_mEDFD0B29B9F8CD8DF38D21C481EA9B0352A5FB5C(/*hidden argument*/NULL);
if (L_1)
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_mD417697331190AC1D21C463F412C475103A7256E(_stringLiteral63DB3A23ADE9FDBA5CD6ED08EE88A9012ECF1D3F, __this, /*hidden argument*/NULL);
}
IL_001a:
{
return;
}
IL_001b:
{
int32_t* L_2 = ___index2;
int32_t L_3 = *((int32_t*)L_2);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)12)));
int32_t L_4 = V_0;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_5 = __this->get_m_textInfo_133();
NullCheck(L_5);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_6 = L_5->get_meshInfo_16();
NullCheck(L_6);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_7 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_vertices_5();
NullCheck(L_7);
if ((((int32_t)L_4) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))
{
goto IL_0055;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_9 = L_8->get_meshInfo_16();
NullCheck(L_9);
int32_t L_10 = V_0;
TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), ((int32_t)((int32_t)L_10/(int32_t)4)), /*hidden argument*/NULL);
}
IL_0055:
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = ___start0;
float L_12 = L_11.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = ___end1;
float L_14 = L_13.get_y_3();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_15 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_12, L_14, /*hidden argument*/NULL);
(&___start0)->set_y_3(L_15);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = ___start0;
float L_17 = L_16.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = ___end1;
float L_19 = L_18.get_y_3();
float L_20 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_17, L_19, /*hidden argument*/NULL);
(&___end1)->set_y_3(L_20);
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_21 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_21);
float L_22 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_21)->get_width_3();
float L_23 = ___maxScale5;
V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_22/(float)(2.0f))), (float)L_23));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = ___end1;
float L_25 = L_24.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = ___start0;
float L_27 = L_26.get_x_2();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_28 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_28);
float L_29 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_28)->get_width_3();
float L_30 = ___maxScale5;
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_25, (float)L_27))) < ((float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30))))))
{
goto IL_00cb;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = ___end1;
float L_32 = L_31.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_33 = ___start0;
float L_34 = L_33.get_x_2();
V_1 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_32, (float)L_34))/(float)(2.0f)));
}
IL_00cb:
{
float L_35 = __this->get_m_padding_214();
float L_36 = ___startScale3;
float L_37 = ___maxScale5;
V_2 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_35, (float)L_36))/(float)L_37));
float L_38 = __this->get_m_padding_214();
float L_39 = ___endScale4;
float L_40 = ___maxScale5;
V_3 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_38, (float)L_39))/(float)L_40));
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_41 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_41);
float L_42 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_41)->get_height_4();
V_4 = L_42;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_43 = __this->get_m_textInfo_133();
NullCheck(L_43);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_44 = L_43->get_meshInfo_16();
NullCheck(L_44);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_45 = ((L_44)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_vertices_5();
V_5 = L_45;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_46 = V_5;
int32_t* L_47 = ___index2;
int32_t L_48 = *((int32_t*)L_47);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = ___start0;
float L_50 = V_4;
float L_51 = __this->get_m_padding_214();
float L_52 = ___maxScale5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_53;
memset(&L_53, 0, sizeof(L_53));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_53), (0.0f), ((float)il2cpp_codegen_subtract((float)(0.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_50, (float)L_51)), (float)L_52)))), (0.0f), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_54 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_49, L_53, /*hidden argument*/NULL);
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_54);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_55 = V_5;
int32_t* L_56 = ___index2;
int32_t L_57 = *((int32_t*)L_56);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_58 = ___start0;
float L_59 = __this->get_m_padding_214();
float L_60 = ___maxScale5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61;
memset(&L_61, 0, sizeof(L_61));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_61), (0.0f), ((float)il2cpp_codegen_multiply((float)L_59, (float)L_60)), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_62 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_58, L_61, /*hidden argument*/NULL);
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_62);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_63 = V_5;
int32_t* L_64 = ___index2;
int32_t L_65 = *((int32_t*)L_64);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_66 = V_5;
int32_t* L_67 = ___index2;
int32_t L_68 = *((int32_t*)L_67);
NullCheck(L_66);
int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_70 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
float L_71 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72;
memset(&L_72, 0, sizeof(L_72));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_72), L_71, (0.0f), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_73 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_70, L_72, /*hidden argument*/NULL);
NullCheck(L_63);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)2))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_73);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_74 = V_5;
int32_t* L_75 = ___index2;
int32_t L_76 = *((int32_t*)L_75);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_77 = V_5;
int32_t* L_78 = ___index2;
int32_t L_79 = *((int32_t*)L_78);
NullCheck(L_77);
int32_t L_80 = L_79;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_81 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
float L_82 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_83;
memset(&L_83, 0, sizeof(L_83));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_83), L_82, (0.0f), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_84 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_81, L_83, /*hidden argument*/NULL);
NullCheck(L_74);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)3))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_84);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_85 = V_5;
int32_t* L_86 = ___index2;
int32_t L_87 = *((int32_t*)L_86);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_88 = V_5;
int32_t* L_89 = ___index2;
int32_t L_90 = *((int32_t*)L_89);
NullCheck(L_88);
int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_92 = (L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
NullCheck(L_85);
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)4))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_92);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_93 = V_5;
int32_t* L_94 = ___index2;
int32_t L_95 = *((int32_t*)L_94);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_96 = V_5;
int32_t* L_97 = ___index2;
int32_t L_98 = *((int32_t*)L_97);
NullCheck(L_96);
int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_100 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
NullCheck(L_93);
(L_93)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)5))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_100);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_101 = V_5;
int32_t* L_102 = ___index2;
int32_t L_103 = *((int32_t*)L_102);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_104 = ___end1;
float L_105 = V_1;
float L_106 = __this->get_m_padding_214();
float L_107 = ___maxScale5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_108;
memset(&L_108, 0, sizeof(L_108));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_108), ((-L_105)), ((float)il2cpp_codegen_multiply((float)L_106, (float)L_107)), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_109 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_104, L_108, /*hidden argument*/NULL);
NullCheck(L_101);
(L_101)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)6))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_109);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_110 = V_5;
int32_t* L_111 = ___index2;
int32_t L_112 = *((int32_t*)L_111);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_113 = ___end1;
float L_114 = V_1;
float L_115 = V_4;
float L_116 = __this->get_m_padding_214();
float L_117 = ___maxScale5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_118;
memset(&L_118, 0, sizeof(L_118));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_118), ((-L_114)), ((float)il2cpp_codegen_multiply((float)((-((float)il2cpp_codegen_add((float)L_115, (float)L_116)))), (float)L_117)), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_119 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_113, L_118, /*hidden argument*/NULL);
NullCheck(L_110);
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)7))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_119);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_120 = V_5;
int32_t* L_121 = ___index2;
int32_t L_122 = *((int32_t*)L_121);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_123 = V_5;
int32_t* L_124 = ___index2;
int32_t L_125 = *((int32_t*)L_124);
NullCheck(L_123);
int32_t L_126 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)7));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_127 = (L_123)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
NullCheck(L_120);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)8))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_127);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_128 = V_5;
int32_t* L_129 = ___index2;
int32_t L_130 = *((int32_t*)L_129);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_131 = V_5;
int32_t* L_132 = ___index2;
int32_t L_133 = *((int32_t*)L_132);
NullCheck(L_131);
int32_t L_134 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)6));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_135 = (L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
NullCheck(L_128);
(L_128)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)((int32_t)9)))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_135);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_136 = V_5;
int32_t* L_137 = ___index2;
int32_t L_138 = *((int32_t*)L_137);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_139 = ___end1;
float L_140 = __this->get_m_padding_214();
float L_141 = ___maxScale5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_142;
memset(&L_142, 0, sizeof(L_142));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_142), (0.0f), ((float)il2cpp_codegen_multiply((float)L_140, (float)L_141)), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_143 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_139, L_142, /*hidden argument*/NULL);
NullCheck(L_136);
(L_136)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)((int32_t)10)))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_143);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_144 = V_5;
int32_t* L_145 = ___index2;
int32_t L_146 = *((int32_t*)L_145);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_147 = ___end1;
float L_148 = V_4;
float L_149 = __this->get_m_padding_214();
float L_150 = ___maxScale5;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_151;
memset(&L_151, 0, sizeof(L_151));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_151), (0.0f), ((float)il2cpp_codegen_multiply((float)((-((float)il2cpp_codegen_add((float)L_148, (float)L_149)))), (float)L_150)), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_152 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_147, L_151, /*hidden argument*/NULL);
NullCheck(L_144);
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)((int32_t)11)))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_152);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_153 = __this->get_m_textInfo_133();
NullCheck(L_153);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_154 = L_153->get_meshInfo_16();
NullCheck(L_154);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_155 = ((L_154)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_uvs0_8();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_156 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_156);
float L_157 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_156)->get_x_1();
float L_158 = V_2;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_159 = __this->get_m_fontAsset_32();
NullCheck(L_159);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_160 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_159, /*hidden argument*/NULL);
NullCheck(L_160);
float L_161 = L_160->get_AtlasWidth_19();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_162 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_162);
float L_163 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_162)->get_y_2();
float L_164 = __this->get_m_padding_214();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_165 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_165);
float L_166 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_165)->get_height_4();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_167 = __this->get_m_fontAsset_32();
NullCheck(L_167);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_168 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_167, /*hidden argument*/NULL);
NullCheck(L_168);
float L_169 = L_168->get_AtlasHeight_20();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_6), ((float)((float)((float)il2cpp_codegen_subtract((float)L_157, (float)L_158))/(float)L_161)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_163, (float)L_164)), (float)L_166))/(float)L_169)))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_170 = V_6;
float L_171 = L_170.get_x_0();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_172 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_172);
float L_173 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_172)->get_y_2();
float L_174 = __this->get_m_padding_214();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_175 = __this->get_m_fontAsset_32();
NullCheck(L_175);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_176 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_175, /*hidden argument*/NULL);
NullCheck(L_176);
float L_177 = L_176->get_AtlasHeight_20();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_7), L_171, ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_173, (float)L_174))/(float)L_177)))), /*hidden argument*/NULL);
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_178 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_178);
float L_179 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_178)->get_x_1();
float L_180 = V_2;
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_181 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_181);
float L_182 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_181)->get_width_3();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_183 = __this->get_m_fontAsset_32();
NullCheck(L_183);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_184 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_183, /*hidden argument*/NULL);
NullCheck(L_184);
float L_185 = L_184->get_AtlasWidth_19();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_186 = V_7;
float L_187 = L_186.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_8), ((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_179, (float)L_180)), (float)((float)((float)L_182/(float)(2.0f)))))/(float)L_185)), L_187, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_188 = V_8;
float L_189 = L_188.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_190 = V_6;
float L_191 = L_190.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_9), L_189, L_191, /*hidden argument*/NULL);
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_192 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_192);
float L_193 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_192)->get_x_1();
float L_194 = V_3;
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_195 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_195);
float L_196 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_195)->get_width_3();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_197 = __this->get_m_fontAsset_32();
NullCheck(L_197);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_198 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_197, /*hidden argument*/NULL);
NullCheck(L_198);
float L_199 = L_198->get_AtlasWidth_19();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_200 = V_7;
float L_201 = L_200.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_10), ((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_193, (float)L_194)), (float)((float)((float)L_196/(float)(2.0f)))))/(float)L_199)), L_201, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_202 = V_10;
float L_203 = L_202.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_204 = V_6;
float L_205 = L_204.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_11), L_203, L_205, /*hidden argument*/NULL);
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_206 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_206);
float L_207 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_206)->get_x_1();
float L_208 = V_3;
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_209 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_209);
float L_210 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_209)->get_width_3();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_211 = __this->get_m_fontAsset_32();
NullCheck(L_211);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_212 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_211, /*hidden argument*/NULL);
NullCheck(L_212);
float L_213 = L_212->get_AtlasWidth_19();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_214 = V_7;
float L_215 = L_214.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_12), ((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_207, (float)L_208)), (float)L_210))/(float)L_213)), L_215, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_216 = V_12;
float L_217 = L_216.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_218 = V_6;
float L_219 = L_218.get_y_1();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_13), L_217, L_219, /*hidden argument*/NULL);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_220 = L_155;
int32_t* L_221 = ___index2;
int32_t L_222 = *((int32_t*)L_221);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_223 = V_6;
NullCheck(L_220);
(L_220)->SetAt(static_cast<il2cpp_array_size_t>(L_222), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_223);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_224 = L_220;
int32_t* L_225 = ___index2;
int32_t L_226 = *((int32_t*)L_225);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_227 = V_7;
NullCheck(L_224);
(L_224)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_226))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_227);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_228 = L_224;
int32_t* L_229 = ___index2;
int32_t L_230 = *((int32_t*)L_229);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_231 = V_8;
NullCheck(L_228);
(L_228)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_230))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_231);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_232 = L_228;
int32_t* L_233 = ___index2;
int32_t L_234 = *((int32_t*)L_233);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_235 = V_9;
NullCheck(L_232);
(L_232)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_234))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_235);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_236 = L_232;
int32_t* L_237 = ___index2;
int32_t L_238 = *((int32_t*)L_237);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_239 = V_8;
float L_240 = L_239.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_241 = V_8;
float L_242 = L_241.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_243 = V_6;
float L_244 = L_243.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_245;
memset(&L_245, 0, sizeof(L_245));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_245), ((float)il2cpp_codegen_subtract((float)L_240, (float)((float)il2cpp_codegen_multiply((float)L_242, (float)(0.001f))))), L_244, /*hidden argument*/NULL);
NullCheck(L_236);
(L_236)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_238))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_245);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_246 = L_236;
int32_t* L_247 = ___index2;
int32_t L_248 = *((int32_t*)L_247);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_249 = V_8;
float L_250 = L_249.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_251 = V_8;
float L_252 = L_251.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_253 = V_7;
float L_254 = L_253.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_255;
memset(&L_255, 0, sizeof(L_255));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_255), ((float)il2cpp_codegen_subtract((float)L_250, (float)((float)il2cpp_codegen_multiply((float)L_252, (float)(0.001f))))), L_254, /*hidden argument*/NULL);
NullCheck(L_246);
(L_246)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_248))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_255);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_256 = L_246;
int32_t* L_257 = ___index2;
int32_t L_258 = *((int32_t*)L_257);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_259 = V_8;
float L_260 = L_259.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_261 = V_8;
float L_262 = L_261.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_263 = V_7;
float L_264 = L_263.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_265;
memset(&L_265, 0, sizeof(L_265));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_265), ((float)il2cpp_codegen_add((float)L_260, (float)((float)il2cpp_codegen_multiply((float)L_262, (float)(0.001f))))), L_264, /*hidden argument*/NULL);
NullCheck(L_256);
(L_256)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_258))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_265);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_266 = L_256;
int32_t* L_267 = ___index2;
int32_t L_268 = *((int32_t*)L_267);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_269 = V_8;
float L_270 = L_269.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_271 = V_8;
float L_272 = L_271.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_273 = V_6;
float L_274 = L_273.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_275;
memset(&L_275, 0, sizeof(L_275));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_275), ((float)il2cpp_codegen_add((float)L_270, (float)((float)il2cpp_codegen_multiply((float)L_272, (float)(0.001f))))), L_274, /*hidden argument*/NULL);
NullCheck(L_266);
(L_266)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_268))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_275);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_276 = L_266;
int32_t* L_277 = ___index2;
int32_t L_278 = *((int32_t*)L_277);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_279 = V_11;
NullCheck(L_276);
(L_276)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_278))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_279);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_280 = L_276;
int32_t* L_281 = ___index2;
int32_t L_282 = *((int32_t*)L_281);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_283 = V_10;
NullCheck(L_280);
(L_280)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)9), (int32_t)L_282))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_283);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_284 = L_280;
int32_t* L_285 = ___index2;
int32_t L_286 = *((int32_t*)L_285);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_287 = V_12;
NullCheck(L_284);
(L_284)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_286))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_287);
int32_t* L_288 = ___index2;
int32_t L_289 = *((int32_t*)L_288);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_290 = V_13;
NullCheck(L_284);
(L_284)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)11), (int32_t)L_289))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_290);
V_14 = (0.0f);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_291 = V_5;
int32_t* L_292 = ___index2;
int32_t L_293 = *((int32_t*)L_292);
NullCheck(L_291);
float L_294 = ((L_291)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_293, (int32_t)2)))))->get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_295 = ___start0;
float L_296 = L_295.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_297 = ___end1;
float L_298 = L_297.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_299 = ___start0;
float L_300 = L_299.get_x_2();
V_15 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_294, (float)L_296))/(float)((float)il2cpp_codegen_subtract((float)L_298, (float)L_300))));
float L_301 = ___sdfScale6;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_302 = fabsf(L_301);
V_16 = L_302;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_303 = __this->get_m_textInfo_133();
NullCheck(L_303);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_304 = L_303->get_meshInfo_16();
NullCheck(L_304);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_305 = ((L_304)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_uvs2_9();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_306 = L_305;
int32_t* L_307 = ___index2;
int32_t L_308 = *((int32_t*)L_307);
float L_309 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_310 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, (0.0f), (0.0f), L_309, /*hidden argument*/NULL);
NullCheck(L_306);
(L_306)->SetAt(static_cast<il2cpp_array_size_t>(L_308), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_310);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_311 = L_306;
int32_t* L_312 = ___index2;
int32_t L_313 = *((int32_t*)L_312);
float L_314 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_315 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, (0.0f), (1.0f), L_314, /*hidden argument*/NULL);
NullCheck(L_311);
(L_311)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_313))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_315);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_316 = L_311;
int32_t* L_317 = ___index2;
int32_t L_318 = *((int32_t*)L_317);
float L_319 = V_15;
float L_320 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_321 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_319, (1.0f), L_320, /*hidden argument*/NULL);
NullCheck(L_316);
(L_316)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_318))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_321);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_322 = L_316;
int32_t* L_323 = ___index2;
int32_t L_324 = *((int32_t*)L_323);
float L_325 = V_15;
float L_326 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_327 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_325, (0.0f), L_326, /*hidden argument*/NULL);
NullCheck(L_322);
(L_322)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_324))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_327);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_328 = V_5;
int32_t* L_329 = ___index2;
int32_t L_330 = *((int32_t*)L_329);
NullCheck(L_328);
float L_331 = ((L_328)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_330, (int32_t)4)))))->get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_332 = ___start0;
float L_333 = L_332.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_334 = ___end1;
float L_335 = L_334.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_336 = ___start0;
float L_337 = L_336.get_x_2();
V_14 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_331, (float)L_333))/(float)((float)il2cpp_codegen_subtract((float)L_335, (float)L_337))));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_338 = V_5;
int32_t* L_339 = ___index2;
int32_t L_340 = *((int32_t*)L_339);
NullCheck(L_338);
float L_341 = ((L_338)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_340, (int32_t)6)))))->get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_342 = ___start0;
float L_343 = L_342.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_344 = ___end1;
float L_345 = L_344.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_346 = ___start0;
float L_347 = L_346.get_x_2();
V_15 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_341, (float)L_343))/(float)((float)il2cpp_codegen_subtract((float)L_345, (float)L_347))));
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_348 = L_322;
int32_t* L_349 = ___index2;
int32_t L_350 = *((int32_t*)L_349);
float L_351 = V_14;
float L_352 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_353 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_351, (0.0f), L_352, /*hidden argument*/NULL);
NullCheck(L_348);
(L_348)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_350))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_353);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_354 = L_348;
int32_t* L_355 = ___index2;
int32_t L_356 = *((int32_t*)L_355);
float L_357 = V_14;
float L_358 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_359 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_357, (1.0f), L_358, /*hidden argument*/NULL);
NullCheck(L_354);
(L_354)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_356))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_359);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_360 = L_354;
int32_t* L_361 = ___index2;
int32_t L_362 = *((int32_t*)L_361);
float L_363 = V_15;
float L_364 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_365 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_363, (1.0f), L_364, /*hidden argument*/NULL);
NullCheck(L_360);
(L_360)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_362))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_365);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_366 = L_360;
int32_t* L_367 = ___index2;
int32_t L_368 = *((int32_t*)L_367);
float L_369 = V_15;
float L_370 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_371 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_369, (0.0f), L_370, /*hidden argument*/NULL);
NullCheck(L_366);
(L_366)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_368))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_371);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_372 = V_5;
int32_t* L_373 = ___index2;
int32_t L_374 = *((int32_t*)L_373);
NullCheck(L_372);
float L_375 = ((L_372)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_374, (int32_t)8)))))->get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_376 = ___start0;
float L_377 = L_376.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_378 = ___end1;
float L_379 = L_378.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_380 = ___start0;
float L_381 = L_380.get_x_2();
V_14 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_375, (float)L_377))/(float)((float)il2cpp_codegen_subtract((float)L_379, (float)L_381))));
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_382 = V_5;
int32_t* L_383 = ___index2;
int32_t L_384 = *((int32_t*)L_383);
NullCheck(L_382);
float L_385 = ((L_382)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_384, (int32_t)6)))))->get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_386 = ___start0;
float L_387 = L_386.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_388 = ___end1;
float L_389 = L_388.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_390 = ___start0;
float L_391 = L_390.get_x_2();
V_15 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_385, (float)L_387))/(float)((float)il2cpp_codegen_subtract((float)L_389, (float)L_391))));
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_392 = L_366;
int32_t* L_393 = ___index2;
int32_t L_394 = *((int32_t*)L_393);
float L_395 = V_14;
float L_396 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_397 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_395, (0.0f), L_396, /*hidden argument*/NULL);
NullCheck(L_392);
(L_392)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_394))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_397);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_398 = L_392;
int32_t* L_399 = ___index2;
int32_t L_400 = *((int32_t*)L_399);
float L_401 = V_14;
float L_402 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_403 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, L_401, (1.0f), L_402, /*hidden argument*/NULL);
NullCheck(L_398);
(L_398)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)9), (int32_t)L_400))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_403);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_404 = L_398;
int32_t* L_405 = ___index2;
int32_t L_406 = *((int32_t*)L_405);
float L_407 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_408 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, (1.0f), (1.0f), L_407, /*hidden argument*/NULL);
NullCheck(L_404);
(L_404)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_406))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_408);
int32_t* L_409 = ___index2;
int32_t L_410 = *((int32_t*)L_409);
float L_411 = V_16;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_412 = TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75(__this, (1.0f), (0.0f), L_411, /*hidden argument*/NULL);
NullCheck(L_404);
(L_404)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)11), (int32_t)L_410))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_412);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_413 = __this->get_address_of_m_fontColor32_45();
uint8_t L_414 = L_413->get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_415 = ___underlineColor7;
uint8_t L_416 = L_415.get_a_4();
G_B9_0 = (&___underlineColor7);
if ((((int32_t)L_414) < ((int32_t)L_416)))
{
G_B10_0 = (&___underlineColor7);
goto IL_079e;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_417 = ___underlineColor7;
uint8_t L_418 = L_417.get_a_4();
G_B11_0 = L_418;
G_B11_1 = G_B9_0;
goto IL_07a9;
}
IL_079e:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_419 = __this->get_address_of_m_fontColor32_45();
uint8_t L_420 = L_419->get_a_4();
G_B11_0 = L_420;
G_B11_1 = G_B10_0;
}
IL_07a9:
{
G_B11_1->set_a_4(G_B11_0);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_421 = __this->get_m_textInfo_133();
NullCheck(L_421);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_422 = L_421->get_meshInfo_16();
NullCheck(L_422);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_423 = ((L_422)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_colors32_10();
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_424 = L_423;
int32_t* L_425 = ___index2;
int32_t L_426 = *((int32_t*)L_425);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_427 = ___underlineColor7;
NullCheck(L_424);
(L_424)->SetAt(static_cast<il2cpp_array_size_t>(L_426), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_427);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_428 = L_424;
int32_t* L_429 = ___index2;
int32_t L_430 = *((int32_t*)L_429);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_431 = ___underlineColor7;
NullCheck(L_428);
(L_428)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_430))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_431);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_432 = L_428;
int32_t* L_433 = ___index2;
int32_t L_434 = *((int32_t*)L_433);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_435 = ___underlineColor7;
NullCheck(L_432);
(L_432)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_434))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_435);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_436 = L_432;
int32_t* L_437 = ___index2;
int32_t L_438 = *((int32_t*)L_437);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_439 = ___underlineColor7;
NullCheck(L_436);
(L_436)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_438))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_439);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_440 = L_436;
int32_t* L_441 = ___index2;
int32_t L_442 = *((int32_t*)L_441);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_443 = ___underlineColor7;
NullCheck(L_440);
(L_440)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_442))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_443);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_444 = L_440;
int32_t* L_445 = ___index2;
int32_t L_446 = *((int32_t*)L_445);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_447 = ___underlineColor7;
NullCheck(L_444);
(L_444)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_446))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_447);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_448 = L_444;
int32_t* L_449 = ___index2;
int32_t L_450 = *((int32_t*)L_449);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_451 = ___underlineColor7;
NullCheck(L_448);
(L_448)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_450))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_451);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_452 = L_448;
int32_t* L_453 = ___index2;
int32_t L_454 = *((int32_t*)L_453);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_455 = ___underlineColor7;
NullCheck(L_452);
(L_452)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)7, (int32_t)L_454))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_455);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_456 = L_452;
int32_t* L_457 = ___index2;
int32_t L_458 = *((int32_t*)L_457);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_459 = ___underlineColor7;
NullCheck(L_456);
(L_456)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_458))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_459);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_460 = L_456;
int32_t* L_461 = ___index2;
int32_t L_462 = *((int32_t*)L_461);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_463 = ___underlineColor7;
NullCheck(L_460);
(L_460)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)9), (int32_t)L_462))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_463);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_464 = L_460;
int32_t* L_465 = ___index2;
int32_t L_466 = *((int32_t*)L_465);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_467 = ___underlineColor7;
NullCheck(L_464);
(L_464)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_466))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_467);
int32_t* L_468 = ___index2;
int32_t L_469 = *((int32_t*)L_468);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_470 = ___underlineColor7;
NullCheck(L_464);
(L_464)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)11), (int32_t)L_469))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_470);
int32_t* L_471 = ___index2;
int32_t* L_472 = ___index2;
int32_t L_473 = *((int32_t*)L_472);
*((int32_t*)L_471) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_473, (int32_t)((int32_t)12)));
return;
}
}
// System.Void TMPro.TMP_Text::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32U26,UnityEngine.Color32)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_DrawTextHighlight_mBB66188D449A5056466A7E87C0DB6A62786E4F6E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___start0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___end1, int32_t* ___index2, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_DrawTextHighlight_mBB66188D449A5056466A7E87C0DB6A62786E4F6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset(&V_1, 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset(&V_2, 0, sizeof(V_2));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B8_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B7_0 = NULL;
uint8_t G_B9_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B9_1 = NULL;
{
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_0 = __this->get_m_cached_Underline_GlyphInfo_220();
if (L_0)
{
goto IL_001b;
}
}
{
bool L_1 = TMP_Settings_get_warningsDisabled_mEDFD0B29B9F8CD8DF38D21C481EA9B0352A5FB5C(/*hidden argument*/NULL);
if (L_1)
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_mD417697331190AC1D21C463F412C475103A7256E(_stringLiteral63DB3A23ADE9FDBA5CD6ED08EE88A9012ECF1D3F, __this, /*hidden argument*/NULL);
}
IL_001a:
{
return;
}
IL_001b:
{
int32_t* L_2 = ___index2;
int32_t L_3 = *((int32_t*)L_2);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)4));
int32_t L_4 = V_0;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_5 = __this->get_m_textInfo_133();
NullCheck(L_5);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_6 = L_5->get_meshInfo_16();
NullCheck(L_6);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_7 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_vertices_5();
NullCheck(L_7);
if ((((int32_t)L_4) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))
{
goto IL_0054;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_9 = L_8->get_meshInfo_16();
NullCheck(L_9);
int32_t L_10 = V_0;
TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D((TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E *)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), ((int32_t)((int32_t)L_10/(int32_t)4)), /*hidden argument*/NULL);
}
IL_0054:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_11 = __this->get_m_textInfo_133();
NullCheck(L_11);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_12 = L_11->get_meshInfo_16();
NullCheck(L_12);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_13 = ((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_vertices_5();
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_14 = L_13;
int32_t* L_15 = ___index2;
int32_t L_16 = *((int32_t*)L_15);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = ___start0;
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_17);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_18 = L_14;
int32_t* L_19 = ___index2;
int32_t L_20 = *((int32_t*)L_19);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = ___start0;
float L_22 = L_21.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = ___end1;
float L_24 = L_23.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25;
memset(&L_25, 0, sizeof(L_25));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_25), L_22, L_24, (0.0f), /*hidden argument*/NULL);
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_25);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = L_18;
int32_t* L_27 = ___index2;
int32_t L_28 = *((int32_t*)L_27);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_29 = ___end1;
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_29);
int32_t* L_30 = ___index2;
int32_t L_31 = *((int32_t*)L_30);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_32 = ___end1;
float L_33 = L_32.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = ___start0;
float L_35 = L_34.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_36;
memset(&L_36, 0, sizeof(L_36));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_36), L_33, L_35, (0.0f), /*hidden argument*/NULL);
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)3))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_36);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_37 = __this->get_m_textInfo_133();
NullCheck(L_37);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_38 = L_37->get_meshInfo_16();
NullCheck(L_38);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_39 = ((L_38)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_uvs0_8();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_40 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_40);
float L_41 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_40)->get_x_1();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_42 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_42);
float L_43 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_42)->get_width_3();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_44 = __this->get_m_fontAsset_32();
NullCheck(L_44);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_45 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_44, /*hidden argument*/NULL);
NullCheck(L_45);
float L_46 = L_45->get_AtlasWidth_19();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_47 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_47);
float L_48 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_47)->get_y_2();
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C * L_49 = __this->get_m_cached_Underline_GlyphInfo_220();
NullCheck(L_49);
float L_50 = ((TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 *)L_49)->get_height_4();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_51 = __this->get_m_fontAsset_32();
NullCheck(L_51);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_52 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_51, /*hidden argument*/NULL);
NullCheck(L_52);
float L_53 = L_52->get_AtlasHeight_20();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_1), ((float)((float)((float)il2cpp_codegen_add((float)L_41, (float)((float)((float)L_43/(float)(2.0f)))))/(float)L_46)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_add((float)L_48, (float)((float)((float)L_50/(float)(2.0f)))))/(float)L_53)))), /*hidden argument*/NULL);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_54 = L_39;
int32_t* L_55 = ___index2;
int32_t L_56 = *((int32_t*)L_55);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_57 = V_1;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_57);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_58 = L_54;
int32_t* L_59 = ___index2;
int32_t L_60 = *((int32_t*)L_59);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61 = V_1;
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_60))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_61);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_62 = L_58;
int32_t* L_63 = ___index2;
int32_t L_64 = *((int32_t*)L_63);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_65 = V_1;
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_64))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_65);
int32_t* L_66 = ___index2;
int32_t L_67 = *((int32_t*)L_66);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = V_1;
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_67))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_68);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_69 = __this->get_m_textInfo_133();
NullCheck(L_69);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_70 = L_69->get_meshInfo_16();
NullCheck(L_70);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_71 = ((L_70)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_uvs2_9();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_2), (0.0f), (1.0f), /*hidden argument*/NULL);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_72 = L_71;
int32_t* L_73 = ___index2;
int32_t L_74 = *((int32_t*)L_73);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = V_2;
NullCheck(L_72);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(L_74), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_75);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_76 = L_72;
int32_t* L_77 = ___index2;
int32_t L_78 = *((int32_t*)L_77);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = V_2;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_78))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_79);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_80 = L_76;
int32_t* L_81 = ___index2;
int32_t L_82 = *((int32_t*)L_81);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_83 = V_2;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_82))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_83);
int32_t* L_84 = ___index2;
int32_t L_85 = *((int32_t*)L_84);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_86 = V_2;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_85))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_86);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_87 = __this->get_address_of_m_fontColor32_45();
uint8_t L_88 = L_87->get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_89 = ___highlightColor3;
uint8_t L_90 = L_89.get_a_4();
G_B7_0 = (&___highlightColor3);
if ((((int32_t)L_88) < ((int32_t)L_90)))
{
G_B8_0 = (&___highlightColor3);
goto IL_01d4;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_91 = ___highlightColor3;
uint8_t L_92 = L_91.get_a_4();
G_B9_0 = L_92;
G_B9_1 = G_B7_0;
goto IL_01df;
}
IL_01d4:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_93 = __this->get_address_of_m_fontColor32_45();
uint8_t L_94 = L_93->get_a_4();
G_B9_0 = L_94;
G_B9_1 = G_B8_0;
}
IL_01df:
{
G_B9_1->set_a_4(G_B9_0);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_95 = __this->get_m_textInfo_133();
NullCheck(L_95);
TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* L_96 = L_95->get_meshInfo_16();
NullCheck(L_96);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_97 = ((L_96)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_colors32_10();
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_98 = L_97;
int32_t* L_99 = ___index2;
int32_t L_100 = *((int32_t*)L_99);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_101 = ___highlightColor3;
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(L_100), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_101);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_102 = L_98;
int32_t* L_103 = ___index2;
int32_t L_104 = *((int32_t*)L_103);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_105 = ___highlightColor3;
NullCheck(L_102);
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_104))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_105);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_106 = L_102;
int32_t* L_107 = ___index2;
int32_t L_108 = *((int32_t*)L_107);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_109 = ___highlightColor3;
NullCheck(L_106);
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_108))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_109);
int32_t* L_110 = ___index2;
int32_t L_111 = *((int32_t*)L_110);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_112 = ___highlightColor3;
NullCheck(L_106);
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_111))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_112);
int32_t* L_113 = ___index2;
int32_t* L_114 = ___index2;
int32_t L_115 = *((int32_t*)L_114);
*((int32_t*)L_113) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)4));
return;
}
}
// System.Void TMPro.TMP_Text::LoadDefaultSettings()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_LoadDefaultSettings_mF25E632EF6893FC8F21015016A41ECAC84F65070 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_LoadDefaultSettings_mF25E632EF6893FC8F21015016A41ECAC84F65070_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
String_t* L_0 = __this->get_m_text_30();
if (!L_0)
{
goto IL_0013;
}
}
{
bool L_1 = __this->get_m_isWaitingOnResourceLoad_164();
if (!L_1)
{
goto IL_00e6;
}
}
IL_0013:
{
bool L_2 = TMP_Settings_get_autoSizeTextContainer_m99CA476AC7FCA396242782D30FCBC0921160E2B4(/*hidden argument*/NULL);
if (!L_2)
{
goto IL_0023;
}
}
{
VirtActionInvoker1< bool >::Invoke(72 /* System.Void TMPro.TMP_Text::set_autoSizeTextContainer(System.Boolean) */, __this, (bool)1);
goto IL_0068;
}
IL_0023:
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E(__this, /*hidden argument*/NULL);
__this->set_m_rectTransform_137(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0058;
}
}
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_8 = __this->get_m_rectTransform_137();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = TMP_Settings_get_defaultTextMeshProTextContainerSize_m01600094D151635E225CBD97DB1E115572C1EF1A(/*hidden argument*/NULL);
NullCheck(L_8);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_8, L_9, /*hidden argument*/NULL);
goto IL_0068;
}
IL_0058:
{
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_10 = __this->get_m_rectTransform_137();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = TMP_Settings_get_defaultTextMeshProUITextContainerSize_mE0C18E7E6F4C137D2B677102864809064F313724(/*hidden argument*/NULL);
NullCheck(L_10);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_10, L_11, /*hidden argument*/NULL);
}
IL_0068:
{
bool L_12 = TMP_Settings_get_enableWordWrapping_m34AE1B2523BE8F1053AEE6C566FB8FAB2B0CEFE3(/*hidden argument*/NULL);
__this->set_m_enableWordWrapping_95(L_12);
bool L_13 = TMP_Settings_get_enableKerning_m818CD7E43A5E68A6102FF1E50B9DDCB74C4B7D96(/*hidden argument*/NULL);
__this->set_m_enableKerning_105(L_13);
bool L_14 = TMP_Settings_get_enableExtraPadding_mF89950FDAD5447DA2E8A144FAC66C98D18C40BF4(/*hidden argument*/NULL);
__this->set_m_enableExtraPadding_106(L_14);
bool L_15 = TMP_Settings_get_enableTintAllSprites_mAE030C1089B4F5B01A1CA8BFE77BFE7AFB70CC6A(/*hidden argument*/NULL);
__this->set_m_tintAllSprites_56(L_15);
bool L_16 = TMP_Settings_get_enableParseEscapeCharacters_m1BD0DDDCE95E5785AE098D3FDCF61D1A8D59D3C5(/*hidden argument*/NULL);
__this->set_m_parseCtrlCharacters_109(L_16);
float L_17 = TMP_Settings_get_defaultFontSize_m291E720E02E2FF65C593A6083BE40688A90CF0F0(/*hidden argument*/NULL);
float L_18 = L_17;
V_0 = L_18;
__this->set_m_fontSizeBase_65(L_18);
float L_19 = V_0;
__this->set_m_fontSize_63(L_19);
float L_20 = __this->get_m_fontSize_63();
float L_21 = TMP_Settings_get_defaultTextAutoSizingMinRatio_m122DE45709066DFF23B9C62C0FA5EA11CD50040B(/*hidden argument*/NULL);
__this->set_m_fontSizeMin_73(((float)il2cpp_codegen_multiply((float)L_20, (float)L_21)));
float L_22 = __this->get_m_fontSize_63();
float L_23 = TMP_Settings_get_defaultTextAutoSizingMaxRatio_mFC6ABDE7D301E6F5C767531DA1595C0CF13CC11C(/*hidden argument*/NULL);
__this->set_m_fontSizeMax_74(((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)));
__this->set_m_isAlignmentEnumConverted_83((bool)1);
__this->set_m_isWaitingOnResourceLoad_164((bool)0);
return;
}
IL_00e6:
{
bool L_24 = __this->get_m_isAlignmentEnumConverted_83();
if (L_24)
{
goto IL_0106;
}
}
{
__this->set_m_isAlignmentEnumConverted_83((bool)1);
int32_t L_25 = __this->get_m_textAlignment_79();
int32_t L_26 = TMP_Compatibility_ConvertTextAlignmentEnumValues_mDE763B094DB71BE299317A266072A54CB7C04884(L_25, /*hidden argument*/NULL);
__this->set_m_textAlignment_79(L_26);
}
IL_0106:
{
return;
}
}
// System.Void TMPro.TMP_Text::GetSpecialCharacters(TMPro.TMP_FontAsset)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_GetSpecialCharacters_m113088313670FA27611D4B80E3B716188CD764D2 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetSpecialCharacters_m113088313670FA27611D4B80E3B716188CD764D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_0 = ___fontAsset0;
NullCheck(L_0);
Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * L_1 = TMP_FontAsset_get_characterDictionary_mF9A06524C9B518F97BD2BE12EEFA96B60332AE8B(L_0, /*hidden argument*/NULL);
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C ** L_2 = __this->get_address_of_m_cached_Underline_GlyphInfo_220();
NullCheck(L_1);
Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056(L_1, ((int32_t)95), (TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C **)L_2, /*hidden argument*/Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056_RuntimeMethod_var);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_3 = ___fontAsset0;
NullCheck(L_3);
Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA * L_4 = TMP_FontAsset_get_characterDictionary_mF9A06524C9B518F97BD2BE12EEFA96B60332AE8B(L_3, /*hidden argument*/NULL);
TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C ** L_5 = __this->get_address_of_m_cached_Ellipsis_GlyphInfo_221();
NullCheck(L_4);
Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056(L_4, ((int32_t)8230), (TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C **)L_5, /*hidden argument*/Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056_RuntimeMethod_var);
return;
}
}
// System.Void TMPro.TMP_Text::ReplaceTagWithCharacter(System.Int32[],System.Int32,System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ReplaceTagWithCharacter_m4EBA8E9E1246417B03EABBD17DA42570C31D7BEC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___chars0, int32_t ___insertionIndex1, int32_t ___tagLength2, Il2CppChar ___c3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___chars0;
int32_t L_1 = ___insertionIndex1;
Il2CppChar L_2 = ___c3;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (int32_t)L_2);
int32_t L_3 = ___insertionIndex1;
int32_t L_4 = ___tagLength2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
goto IL_0017;
}
IL_000b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___chars0;
int32_t L_6 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ___chars0;
int32_t L_8 = V_0;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)3))), (int32_t)L_10);
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0017:
{
int32_t L_12 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = ___chars0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))))
{
goto IL_000b;
}
}
{
return;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_Text::GetFontAssetForWeight(System.Int32)
extern "C" IL2CPP_METHOD_ATTR TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * TMP_Text_GetFontAssetForWeight_m5E06C7CABBE01581573EE9C61B81DAD2879237CC (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, int32_t ___fontWeight0, const RuntimeMethod* method)
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * V_0 = NULL;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = __this->get_m_style_76();
if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)2))) == ((int32_t)2)))
{
goto IL_0018;
}
}
{
int32_t L_1 = __this->get_m_fontStyle_75();
G_B3_0 = ((((int32_t)((int32_t)((int32_t)L_1&(int32_t)2))) == ((int32_t)2))? 1 : 0);
goto IL_0019;
}
IL_0018:
{
G_B3_0 = 1;
}
IL_0019:
{
V_0 = (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C *)NULL;
int32_t L_2 = ___fontWeight0;
V_1 = ((int32_t)((int32_t)L_2/(int32_t)((int32_t)100)));
if (!G_B3_0)
{
goto IL_003b;
}
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_3 = __this->get_m_currentFontAsset_33();
NullCheck(L_3);
TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1* L_4 = L_3->get_fontWeights_18();
int32_t L_5 = V_1;
NullCheck(L_4);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->get_italicTypeface_1();
V_0 = L_6;
goto IL_0052;
}
IL_003b:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_7 = __this->get_m_currentFontAsset_33();
NullCheck(L_7);
TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1* L_8 = L_7->get_fontWeights_18();
int32_t L_9 = V_1;
NullCheck(L_8);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->get_regularTypeface_0();
V_0 = L_10;
}
IL_0052:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_11 = V_0;
return L_11;
}
}
// System.Void TMPro.TMP_Text::SetActiveSubMeshes(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_SetActiveSubMeshes_m9F91C76D759E2FF69700A71437B4F04C0317F786 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___state0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::ClearSubMeshObjects()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ClearSubMeshObjects_mF2DBF6C9C56368EB8011796B57645BB2E4CBA3A4 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::ClearMesh()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ClearMesh_mC95610B9FB0CC69117865017D087E657F6099B3A (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void TMPro.TMP_Text::ClearMesh(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void TMP_Text_ClearMesh_m0FCF4061B557A919ACE12D6B7E899AE597AD4096 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, bool ___uploadGeometry0, const RuntimeMethod* method)
{
{
return;
}
}
// System.String TMPro.TMP_Text::GetParsedText()
extern "C" IL2CPP_METHOD_ATTR String_t* TMP_Text_GetParsedText_m32D1E8D177CF340C95546B8AEC00FCCC70E1E9C0 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_GetParsedText_m32D1E8D177CF340C95546B8AEC00FCCC70E1E9C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
int32_t V_2 = 0;
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_0 = __this->get_m_textInfo_133();
if (L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000e:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_2 = __this->get_m_textInfo_133();
NullCheck(L_2);
int32_t L_3 = L_2->get_characterCount_3();
V_0 = L_3;
int32_t L_4 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
V_2 = 0;
goto IL_0042;
}
IL_0025:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_1;
int32_t L_7 = V_2;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_8 = __this->get_m_textInfo_133();
NullCheck(L_8);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_9 = L_8->get_characterInfo_11();
int32_t L_10 = V_2;
NullCheck(L_9);
Il2CppChar L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_character_0();
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Il2CppChar)L_11);
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0042:
{
int32_t L_13 = V_2;
int32_t L_14 = V_0;
if ((((int32_t)L_13) >= ((int32_t)L_14)))
{
goto IL_0056;
}
}
{
int32_t L_15 = V_2;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_16 = __this->get_m_textInfo_133();
NullCheck(L_16);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_17 = L_16->get_characterInfo_11();
NullCheck(L_17);
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_0025;
}
}
IL_0056:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_1;
String_t* L_19 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// UnityEngine.Vector2 TMPro.TMP_Text::PackUV(System.Single,System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TMP_Text_PackUV_m1AF0DCCB6321FE0E7BF4901291B725DBAB085F75 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___x0, float ___y1, float ___scale2, const RuntimeMethod* method)
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset(&V_0, 0, sizeof(V_0));
{
float L_0 = ___x0;
(&V_0)->set_x_0((((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_0, (float)(511.0f))))))))));
float L_1 = ___y1;
(&V_0)->set_y_1((((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_1, (float)(511.0f))))))))));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_0;
float L_3 = L_2.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
float L_5 = L_4.get_y_1();
(&V_0)->set_x_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_3, (float)(4096.0f))), (float)L_5)));
float L_6 = ___scale2;
(&V_0)->set_y_1(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
return L_7;
}
}
// System.Single TMPro.TMP_Text::PackUV(System.Single,System.Single)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_PackUV_m88FEA3127A1A2CB066A6072E98FE3EA2E88F3126 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
double V_0 = 0.0;
{
float L_0 = ___x0;
float L_1 = ___y1;
V_0 = (((double)((double)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_1, (float)(511.0f)))))))));
double L_2 = V_0;
return (((float)((float)((double)il2cpp_codegen_add((double)((double)il2cpp_codegen_multiply((double)(((double)((double)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_0, (float)(511.0f))))))))), (double)(4096.0))), (double)L_2)))));
}
}
// System.Int32 TMPro.TMP_Text::HexToInt(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, 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:
{
return 0;
}
IL_008a:
{
return 1;
}
IL_008c:
{
return 2;
}
IL_008e:
{
return 3;
}
IL_0090:
{
return 4;
}
IL_0092:
{
return 5;
}
IL_0094:
{
return 6;
}
IL_0096:
{
return 7;
}
IL_0098:
{
return 8;
}
IL_009a:
{
return ((int32_t)9);
}
IL_009d:
{
return ((int32_t)10);
}
IL_00a0:
{
return ((int32_t)11);
}
IL_00a3:
{
return ((int32_t)12);
}
IL_00a6:
{
return ((int32_t)13);
}
IL_00a9:
{
return ((int32_t)14);
}
IL_00ac:
{
return ((int32_t)15);
}
IL_00af:
{
return ((int32_t)10);
}
IL_00b2:
{
return ((int32_t)11);
}
IL_00b5:
{
return ((int32_t)12);
}
IL_00b8:
{
return ((int32_t)13);
}
IL_00bb:
{
return ((int32_t)14);
}
IL_00be:
{
return ((int32_t)15);
}
IL_00c1:
{
return ((int32_t)15);
}
}
// System.Int32 TMPro.TMP_Text::GetUTF16(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF16_mC37EAA320F128E0449A893AEFBE436BBABD5A8D7 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, int32_t ___i1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___text0;
int32_t L_1 = ___i1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_2, /*hidden argument*/NULL);
String_t* L_4 = ___text0;
int32_t L_5 = ___i1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_7 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_6, /*hidden argument*/NULL);
String_t* L_8 = ___text0;
int32_t L_9 = ___i1;
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)), /*hidden argument*/NULL);
int32_t L_11 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_10, /*hidden argument*/NULL);
String_t* L_12 = ___text0;
int32_t L_13 = ___i1;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)), /*hidden argument*/NULL);
int32_t L_15 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_14, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)12))))), (int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)4)))), (int32_t)L_15));
}
}
// System.Int32 TMPro.TMP_Text::GetUTF16(System.Text.StringBuilder,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF16_m61BE253641597816445326C4D026E32A4D72042C (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___text0, int32_t ___i1, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = ___text0;
int32_t L_1 = ___i1;
NullCheck(L_0);
Il2CppChar L_2 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_2, /*hidden argument*/NULL);
StringBuilder_t * L_4 = ___text0;
int32_t L_5 = ___i1;
NullCheck(L_4);
Il2CppChar L_6 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_7 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_6, /*hidden argument*/NULL);
StringBuilder_t * L_8 = ___text0;
int32_t L_9 = ___i1;
NullCheck(L_8);
Il2CppChar L_10 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)), /*hidden argument*/NULL);
int32_t L_11 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_10, /*hidden argument*/NULL);
StringBuilder_t * L_12 = ___text0;
int32_t L_13 = ___i1;
NullCheck(L_12);
Il2CppChar L_14 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)), /*hidden argument*/NULL);
int32_t L_15 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_14, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)12))))), (int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)4)))), (int32_t)L_15));
}
}
// System.Int32 TMPro.TMP_Text::GetUTF32(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF32_m76AD817A328C05E4BAB81C5EF04CF78F3E0ED961 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, String_t* ___text0, int32_t ___i1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___text0;
int32_t L_1 = ___i1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_2, /*hidden argument*/NULL);
String_t* L_4 = ___text0;
int32_t L_5 = ___i1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_7 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_6, /*hidden argument*/NULL);
String_t* L_8 = ___text0;
int32_t L_9 = ___i1;
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)), /*hidden argument*/NULL);
int32_t L_11 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_10, /*hidden argument*/NULL);
String_t* L_12 = ___text0;
int32_t L_13 = ___i1;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)), /*hidden argument*/NULL);
int32_t L_15 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_14, /*hidden argument*/NULL);
String_t* L_16 = ___text0;
int32_t L_17 = ___i1;
NullCheck(L_16);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)4)), /*hidden argument*/NULL);
int32_t L_19 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_18, /*hidden argument*/NULL);
String_t* L_20 = ___text0;
int32_t L_21 = ___i1;
NullCheck(L_20);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)5)), /*hidden argument*/NULL);
int32_t L_23 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_22, /*hidden argument*/NULL);
String_t* L_24 = ___text0;
int32_t L_25 = ___i1;
NullCheck(L_24);
Il2CppChar L_26 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)6)), /*hidden argument*/NULL);
int32_t L_27 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_26, /*hidden argument*/NULL);
String_t* L_28 = ___text0;
int32_t L_29 = ___i1;
NullCheck(L_28);
Il2CppChar L_30 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)7)), /*hidden argument*/NULL);
int32_t L_31 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_30, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)30))))), (int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24))))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)20))))), (int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_19<<(int32_t)((int32_t)12))))), (int32_t)((int32_t)((int32_t)L_23<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_27<<(int32_t)4)))), (int32_t)L_31));
}
}
// System.Int32 TMPro.TMP_Text::GetUTF32(System.Text.StringBuilder,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetUTF32_mFFCA08E1EE49BB79CD098EFE3287741C67F7741F (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, StringBuilder_t * ___text0, int32_t ___i1, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = ___text0;
int32_t L_1 = ___i1;
NullCheck(L_0);
Il2CppChar L_2 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_2, /*hidden argument*/NULL);
StringBuilder_t * L_4 = ___text0;
int32_t L_5 = ___i1;
NullCheck(L_4);
Il2CppChar L_6 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_7 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_6, /*hidden argument*/NULL);
StringBuilder_t * L_8 = ___text0;
int32_t L_9 = ___i1;
NullCheck(L_8);
Il2CppChar L_10 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)), /*hidden argument*/NULL);
int32_t L_11 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_10, /*hidden argument*/NULL);
StringBuilder_t * L_12 = ___text0;
int32_t L_13 = ___i1;
NullCheck(L_12);
Il2CppChar L_14 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)), /*hidden argument*/NULL);
int32_t L_15 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_14, /*hidden argument*/NULL);
StringBuilder_t * L_16 = ___text0;
int32_t L_17 = ___i1;
NullCheck(L_16);
Il2CppChar L_18 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)4)), /*hidden argument*/NULL);
int32_t L_19 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_18, /*hidden argument*/NULL);
StringBuilder_t * L_20 = ___text0;
int32_t L_21 = ___i1;
NullCheck(L_20);
Il2CppChar L_22 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)5)), /*hidden argument*/NULL);
int32_t L_23 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_22, /*hidden argument*/NULL);
StringBuilder_t * L_24 = ___text0;
int32_t L_25 = ___i1;
NullCheck(L_24);
Il2CppChar L_26 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)6)), /*hidden argument*/NULL);
int32_t L_27 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_26, /*hidden argument*/NULL);
StringBuilder_t * L_28 = ___text0;
int32_t L_29 = ___i1;
NullCheck(L_28);
Il2CppChar L_30 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)7)), /*hidden argument*/NULL);
int32_t L_31 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_30, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)30))))), (int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24))))), (int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)20))))), (int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_19<<(int32_t)((int32_t)12))))), (int32_t)((int32_t)((int32_t)L_23<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_27<<(int32_t)4)))), (int32_t)L_31));
}
}
// UnityEngine.Color32 TMPro.TMP_Text::HexCharsToColor(System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___hexChars0, int32_t ___tagCount1, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
uint8_t V_1 = 0x0;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
uint8_t V_4 = 0x0;
uint8_t V_5 = 0x0;
uint8_t V_6 = 0x0;
uint8_t V_7 = 0x0;
uint8_t V_8 = 0x0;
uint8_t V_9 = 0x0;
uint8_t V_10 = 0x0;
uint8_t V_11 = 0x0;
uint8_t V_12 = 0x0;
uint8_t V_13 = 0x0;
uint8_t V_14 = 0x0;
uint8_t V_15 = 0x0;
uint8_t V_16 = 0x0;
uint8_t V_17 = 0x0;
uint8_t V_18 = 0x0;
uint8_t V_19 = 0x0;
{
int32_t L_0 = ___tagCount1;
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
{
goto IL_0058;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___hexChars0;
NullCheck(L_1);
int32_t L_2 = 1;
uint16_t L_3 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int32_t L_4 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_3, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ___hexChars0;
NullCheck(L_5);
int32_t L_6 = 1;
uint16_t L_7 = (uint16_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
int32_t L_8 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_7, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___hexChars0;
NullCheck(L_9);
int32_t L_10 = 2;
uint16_t L_11 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
int32_t L_12 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_11, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___hexChars0;
NullCheck(L_13);
int32_t L_14 = 2;
uint16_t L_15 = (uint16_t)(L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
int32_t L_16 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_15, /*hidden argument*/NULL);
V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)((int32_t)16))), (int32_t)L_16)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___hexChars0;
NullCheck(L_17);
int32_t L_18 = 3;
uint16_t L_19 = (uint16_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
int32_t L_20 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_19, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___hexChars0;
NullCheck(L_21);
int32_t L_22 = 3;
uint16_t L_23 = (uint16_t)(L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
int32_t L_24 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_23, /*hidden argument*/NULL);
V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)L_24)))));
uint8_t L_25 = V_0;
uint8_t L_26 = V_1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_27;
memset(&L_27, 0, sizeof(L_27));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_27), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)16))), (int32_t)L_8))))), L_25, L_26, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
return L_27;
}
IL_0058:
{
int32_t L_28 = ___tagCount1;
if ((!(((uint32_t)L_28) == ((uint32_t)5))))
{
goto IL_00c6;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___hexChars0;
NullCheck(L_29);
int32_t L_30 = 1;
uint16_t L_31 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
int32_t L_32 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_31, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = ___hexChars0;
NullCheck(L_33);
int32_t L_34 = 1;
uint16_t L_35 = (uint16_t)(L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
int32_t L_36 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_35, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___hexChars0;
NullCheck(L_37);
int32_t L_38 = 2;
uint16_t L_39 = (uint16_t)(L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
int32_t L_40 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_39, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = ___hexChars0;
NullCheck(L_41);
int32_t L_42 = 2;
uint16_t L_43 = (uint16_t)(L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
int32_t L_44 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_43, /*hidden argument*/NULL);
V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_40, (int32_t)((int32_t)16))), (int32_t)L_44)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = ___hexChars0;
NullCheck(L_45);
int32_t L_46 = 3;
uint16_t L_47 = (uint16_t)(L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
int32_t L_48 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_47, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = ___hexChars0;
NullCheck(L_49);
int32_t L_50 = 3;
uint16_t L_51 = (uint16_t)(L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
int32_t L_52 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_51, /*hidden argument*/NULL);
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_48, (int32_t)((int32_t)16))), (int32_t)L_52)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_53 = ___hexChars0;
NullCheck(L_53);
int32_t L_54 = 4;
uint16_t L_55 = (uint16_t)(L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
int32_t L_56 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_55, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_57 = ___hexChars0;
NullCheck(L_57);
int32_t L_58 = 4;
uint16_t L_59 = (uint16_t)(L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
int32_t L_60 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_59, /*hidden argument*/NULL);
V_4 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_56, (int32_t)((int32_t)16))), (int32_t)L_60)))));
uint8_t L_61 = V_2;
uint8_t L_62 = V_3;
uint8_t L_63 = V_4;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_64;
memset(&L_64, 0, sizeof(L_64));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_64), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)16))), (int32_t)L_36))))), L_61, L_62, L_63, /*hidden argument*/NULL);
return L_64;
}
IL_00c6:
{
int32_t L_65 = ___tagCount1;
if ((!(((uint32_t)L_65) == ((uint32_t)7))))
{
goto IL_0122;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_66 = ___hexChars0;
NullCheck(L_66);
int32_t L_67 = 1;
uint16_t L_68 = (uint16_t)(L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
int32_t L_69 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_68, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = ___hexChars0;
NullCheck(L_70);
int32_t L_71 = 2;
uint16_t L_72 = (uint16_t)(L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
int32_t L_73 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_72, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_74 = ___hexChars0;
NullCheck(L_74);
int32_t L_75 = 3;
uint16_t L_76 = (uint16_t)(L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
int32_t L_77 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_76, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = ___hexChars0;
NullCheck(L_78);
int32_t L_79 = 4;
uint16_t L_80 = (uint16_t)(L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
int32_t L_81 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_80, /*hidden argument*/NULL);
V_5 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_77, (int32_t)((int32_t)16))), (int32_t)L_81)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = ___hexChars0;
NullCheck(L_82);
int32_t L_83 = 5;
uint16_t L_84 = (uint16_t)(L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
int32_t L_85 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_84, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_86 = ___hexChars0;
NullCheck(L_86);
int32_t L_87 = 6;
uint16_t L_88 = (uint16_t)(L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_87));
int32_t L_89 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_88, /*hidden argument*/NULL);
V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)((int32_t)16))), (int32_t)L_89)))));
uint8_t L_90 = V_5;
uint8_t L_91 = V_6;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_92;
memset(&L_92, 0, sizeof(L_92));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_92), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_69, (int32_t)((int32_t)16))), (int32_t)L_73))))), L_90, L_91, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
return L_92;
}
IL_0122:
{
int32_t L_93 = ___tagCount1;
if ((!(((uint32_t)L_93) == ((uint32_t)((int32_t)9)))))
{
goto IL_0195;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = ___hexChars0;
NullCheck(L_94);
int32_t L_95 = 1;
uint16_t L_96 = (uint16_t)(L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_95));
int32_t L_97 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_96, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_98 = ___hexChars0;
NullCheck(L_98);
int32_t L_99 = 2;
uint16_t L_100 = (uint16_t)(L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
int32_t L_101 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_100, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = ___hexChars0;
NullCheck(L_102);
int32_t L_103 = 3;
uint16_t L_104 = (uint16_t)(L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
int32_t L_105 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_104, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_106 = ___hexChars0;
NullCheck(L_106);
int32_t L_107 = 4;
uint16_t L_108 = (uint16_t)(L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
int32_t L_109 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_108, /*hidden argument*/NULL);
V_7 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_105, (int32_t)((int32_t)16))), (int32_t)L_109)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_110 = ___hexChars0;
NullCheck(L_110);
int32_t L_111 = 5;
uint16_t L_112 = (uint16_t)(L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
int32_t L_113 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_112, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_114 = ___hexChars0;
NullCheck(L_114);
int32_t L_115 = 6;
uint16_t L_116 = (uint16_t)(L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_115));
int32_t L_117 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_116, /*hidden argument*/NULL);
V_8 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_113, (int32_t)((int32_t)16))), (int32_t)L_117)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_118 = ___hexChars0;
NullCheck(L_118);
int32_t L_119 = 7;
uint16_t L_120 = (uint16_t)(L_118)->GetAt(static_cast<il2cpp_array_size_t>(L_119));
int32_t L_121 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_120, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_122 = ___hexChars0;
NullCheck(L_122);
int32_t L_123 = 8;
uint16_t L_124 = (uint16_t)(L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
int32_t L_125 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_124, /*hidden argument*/NULL);
V_9 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_121, (int32_t)((int32_t)16))), (int32_t)L_125)))));
uint8_t L_126 = V_7;
uint8_t L_127 = V_8;
uint8_t L_128 = V_9;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_129;
memset(&L_129, 0, sizeof(L_129));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_129), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_97, (int32_t)((int32_t)16))), (int32_t)L_101))))), L_126, L_127, L_128, /*hidden argument*/NULL);
return L_129;
}
IL_0195:
{
int32_t L_130 = ___tagCount1;
if ((!(((uint32_t)L_130) == ((uint32_t)((int32_t)10)))))
{
goto IL_01f4;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_131 = ___hexChars0;
NullCheck(L_131);
int32_t L_132 = 7;
uint16_t L_133 = (uint16_t)(L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_132));
int32_t L_134 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_133, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = ___hexChars0;
NullCheck(L_135);
int32_t L_136 = 7;
uint16_t L_137 = (uint16_t)(L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_136));
int32_t L_138 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_137, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_139 = ___hexChars0;
NullCheck(L_139);
int32_t L_140 = 8;
uint16_t L_141 = (uint16_t)(L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
int32_t L_142 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_141, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_143 = ___hexChars0;
NullCheck(L_143);
int32_t L_144 = 8;
uint16_t L_145 = (uint16_t)(L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_144));
int32_t L_146 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_145, /*hidden argument*/NULL);
V_10 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_142, (int32_t)((int32_t)16))), (int32_t)L_146)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = ___hexChars0;
NullCheck(L_147);
int32_t L_148 = ((int32_t)9);
uint16_t L_149 = (uint16_t)(L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_148));
int32_t L_150 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_149, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_151 = ___hexChars0;
NullCheck(L_151);
int32_t L_152 = ((int32_t)9);
uint16_t L_153 = (uint16_t)(L_151)->GetAt(static_cast<il2cpp_array_size_t>(L_152));
int32_t L_154 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_153, /*hidden argument*/NULL);
V_11 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_150, (int32_t)((int32_t)16))), (int32_t)L_154)))));
uint8_t L_155 = V_10;
uint8_t L_156 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_157;
memset(&L_157, 0, sizeof(L_157));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_157), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_134, (int32_t)((int32_t)16))), (int32_t)L_138))))), L_155, L_156, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
return L_157;
}
IL_01f4:
{
int32_t L_158 = ___tagCount1;
if ((!(((uint32_t)L_158) == ((uint32_t)((int32_t)11)))))
{
goto IL_026b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_159 = ___hexChars0;
NullCheck(L_159);
int32_t L_160 = 7;
uint16_t L_161 = (uint16_t)(L_159)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
int32_t L_162 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_161, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_163 = ___hexChars0;
NullCheck(L_163);
int32_t L_164 = 7;
uint16_t L_165 = (uint16_t)(L_163)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
int32_t L_166 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_165, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_167 = ___hexChars0;
NullCheck(L_167);
int32_t L_168 = 8;
uint16_t L_169 = (uint16_t)(L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
int32_t L_170 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_169, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_171 = ___hexChars0;
NullCheck(L_171);
int32_t L_172 = 8;
uint16_t L_173 = (uint16_t)(L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_172));
int32_t L_174 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_173, /*hidden argument*/NULL);
V_12 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_170, (int32_t)((int32_t)16))), (int32_t)L_174)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_175 = ___hexChars0;
NullCheck(L_175);
int32_t L_176 = ((int32_t)9);
uint16_t L_177 = (uint16_t)(L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_176));
int32_t L_178 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_177, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_179 = ___hexChars0;
NullCheck(L_179);
int32_t L_180 = ((int32_t)9);
uint16_t L_181 = (uint16_t)(L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
int32_t L_182 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_181, /*hidden argument*/NULL);
V_13 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_178, (int32_t)((int32_t)16))), (int32_t)L_182)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_183 = ___hexChars0;
NullCheck(L_183);
int32_t L_184 = ((int32_t)10);
uint16_t L_185 = (uint16_t)(L_183)->GetAt(static_cast<il2cpp_array_size_t>(L_184));
int32_t L_186 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_185, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_187 = ___hexChars0;
NullCheck(L_187);
int32_t L_188 = ((int32_t)10);
uint16_t L_189 = (uint16_t)(L_187)->GetAt(static_cast<il2cpp_array_size_t>(L_188));
int32_t L_190 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_189, /*hidden argument*/NULL);
V_14 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_186, (int32_t)((int32_t)16))), (int32_t)L_190)))));
uint8_t L_191 = V_12;
uint8_t L_192 = V_13;
uint8_t L_193 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_194;
memset(&L_194, 0, sizeof(L_194));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_194), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_162, (int32_t)((int32_t)16))), (int32_t)L_166))))), L_191, L_192, L_193, /*hidden argument*/NULL);
return L_194;
}
IL_026b:
{
int32_t L_195 = ___tagCount1;
if ((!(((uint32_t)L_195) == ((uint32_t)((int32_t)13)))))
{
goto IL_02cc;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_196 = ___hexChars0;
NullCheck(L_196);
int32_t L_197 = 7;
uint16_t L_198 = (uint16_t)(L_196)->GetAt(static_cast<il2cpp_array_size_t>(L_197));
int32_t L_199 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_198, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_200 = ___hexChars0;
NullCheck(L_200);
int32_t L_201 = 8;
uint16_t L_202 = (uint16_t)(L_200)->GetAt(static_cast<il2cpp_array_size_t>(L_201));
int32_t L_203 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_202, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_204 = ___hexChars0;
NullCheck(L_204);
int32_t L_205 = ((int32_t)9);
uint16_t L_206 = (uint16_t)(L_204)->GetAt(static_cast<il2cpp_array_size_t>(L_205));
int32_t L_207 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_206, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_208 = ___hexChars0;
NullCheck(L_208);
int32_t L_209 = ((int32_t)10);
uint16_t L_210 = (uint16_t)(L_208)->GetAt(static_cast<il2cpp_array_size_t>(L_209));
int32_t L_211 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_210, /*hidden argument*/NULL);
V_15 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_207, (int32_t)((int32_t)16))), (int32_t)L_211)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_212 = ___hexChars0;
NullCheck(L_212);
int32_t L_213 = ((int32_t)11);
uint16_t L_214 = (uint16_t)(L_212)->GetAt(static_cast<il2cpp_array_size_t>(L_213));
int32_t L_215 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_214, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_216 = ___hexChars0;
NullCheck(L_216);
int32_t L_217 = ((int32_t)12);
uint16_t L_218 = (uint16_t)(L_216)->GetAt(static_cast<il2cpp_array_size_t>(L_217));
int32_t L_219 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_218, /*hidden argument*/NULL);
V_16 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_215, (int32_t)((int32_t)16))), (int32_t)L_219)))));
uint8_t L_220 = V_15;
uint8_t L_221 = V_16;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_222;
memset(&L_222, 0, sizeof(L_222));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_222), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_199, (int32_t)((int32_t)16))), (int32_t)L_203))))), L_220, L_221, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
return L_222;
}
IL_02cc:
{
int32_t L_223 = ___tagCount1;
if ((!(((uint32_t)L_223) == ((uint32_t)((int32_t)15)))))
{
goto IL_0345;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_224 = ___hexChars0;
NullCheck(L_224);
int32_t L_225 = 7;
uint16_t L_226 = (uint16_t)(L_224)->GetAt(static_cast<il2cpp_array_size_t>(L_225));
int32_t L_227 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_226, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_228 = ___hexChars0;
NullCheck(L_228);
int32_t L_229 = 8;
uint16_t L_230 = (uint16_t)(L_228)->GetAt(static_cast<il2cpp_array_size_t>(L_229));
int32_t L_231 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_230, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_232 = ___hexChars0;
NullCheck(L_232);
int32_t L_233 = ((int32_t)9);
uint16_t L_234 = (uint16_t)(L_232)->GetAt(static_cast<il2cpp_array_size_t>(L_233));
int32_t L_235 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_234, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_236 = ___hexChars0;
NullCheck(L_236);
int32_t L_237 = ((int32_t)10);
uint16_t L_238 = (uint16_t)(L_236)->GetAt(static_cast<il2cpp_array_size_t>(L_237));
int32_t L_239 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_238, /*hidden argument*/NULL);
V_17 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_235, (int32_t)((int32_t)16))), (int32_t)L_239)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_240 = ___hexChars0;
NullCheck(L_240);
int32_t L_241 = ((int32_t)11);
uint16_t L_242 = (uint16_t)(L_240)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
int32_t L_243 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_242, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_244 = ___hexChars0;
NullCheck(L_244);
int32_t L_245 = ((int32_t)12);
uint16_t L_246 = (uint16_t)(L_244)->GetAt(static_cast<il2cpp_array_size_t>(L_245));
int32_t L_247 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_246, /*hidden argument*/NULL);
V_18 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_243, (int32_t)((int32_t)16))), (int32_t)L_247)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_248 = ___hexChars0;
NullCheck(L_248);
int32_t L_249 = ((int32_t)13);
uint16_t L_250 = (uint16_t)(L_248)->GetAt(static_cast<il2cpp_array_size_t>(L_249));
int32_t L_251 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_250, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_252 = ___hexChars0;
NullCheck(L_252);
int32_t L_253 = ((int32_t)14);
uint16_t L_254 = (uint16_t)(L_252)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
int32_t L_255 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_254, /*hidden argument*/NULL);
V_19 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_251, (int32_t)((int32_t)16))), (int32_t)L_255)))));
uint8_t L_256 = V_17;
uint8_t L_257 = V_18;
uint8_t L_258 = V_19;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_259;
memset(&L_259, 0, sizeof(L_259));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_259), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_227, (int32_t)((int32_t)16))), (int32_t)L_231))))), L_256, L_257, L_258, /*hidden argument*/NULL);
return L_259;
}
IL_0345:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_260;
memset(&L_260, 0, sizeof(L_260));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_260), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
return L_260;
}
}
// UnityEngine.Color32 TMPro.TMP_Text::HexCharsToColor(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___hexChars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0x0;
uint8_t V_1 = 0x0;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
uint8_t V_4 = 0x0;
{
int32_t L_0 = ___length2;
if ((!(((uint32_t)L_0) == ((uint32_t)7))))
{
goto IL_0064;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___hexChars0;
int32_t L_2 = ___startIndex1;
NullCheck(L_1);
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
int32_t L_5 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_4, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___hexChars0;
int32_t L_7 = ___startIndex1;
NullCheck(L_6);
int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2));
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
int32_t L_10 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_9, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___hexChars0;
int32_t L_12 = ___startIndex1;
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3));
uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
int32_t L_15 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_14, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = ___hexChars0;
int32_t L_17 = ___startIndex1;
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)4));
uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
int32_t L_20 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_19, /*hidden argument*/NULL);
V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)16))), (int32_t)L_20)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___hexChars0;
int32_t L_22 = ___startIndex1;
NullCheck(L_21);
int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5));
uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
int32_t L_25 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_24, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = ___hexChars0;
int32_t L_27 = ___startIndex1;
NullCheck(L_26);
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)6));
uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
int32_t L_30 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_29, /*hidden argument*/NULL);
V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)((int32_t)16))), (int32_t)L_30)))));
uint8_t L_31 = V_0;
uint8_t L_32 = V_1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_33;
memset(&L_33, 0, sizeof(L_33));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_33), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)16))), (int32_t)L_10))))), L_31, L_32, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
return L_33;
}
IL_0064:
{
int32_t L_34 = ___length2;
if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)9)))))
{
goto IL_00e3;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = ___hexChars0;
int32_t L_36 = ___startIndex1;
NullCheck(L_35);
int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
int32_t L_39 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_38, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = ___hexChars0;
int32_t L_41 = ___startIndex1;
NullCheck(L_40);
int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2));
uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
int32_t L_44 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_43, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = ___hexChars0;
int32_t L_46 = ___startIndex1;
NullCheck(L_45);
int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3));
uint16_t L_48 = (uint16_t)(L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
int32_t L_49 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_48, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = ___hexChars0;
int32_t L_51 = ___startIndex1;
NullCheck(L_50);
int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)4));
uint16_t L_53 = (uint16_t)(L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
int32_t L_54 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_53, /*hidden argument*/NULL);
V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_49, (int32_t)((int32_t)16))), (int32_t)L_54)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = ___hexChars0;
int32_t L_56 = ___startIndex1;
NullCheck(L_55);
int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)5));
uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
int32_t L_59 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_58, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = ___hexChars0;
int32_t L_61 = ___startIndex1;
NullCheck(L_60);
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)6));
uint16_t L_63 = (uint16_t)(L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
int32_t L_64 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_63, /*hidden argument*/NULL);
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_59, (int32_t)((int32_t)16))), (int32_t)L_64)))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_65 = ___hexChars0;
int32_t L_66 = ___startIndex1;
NullCheck(L_65);
int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)7));
uint16_t L_68 = (uint16_t)(L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
int32_t L_69 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_68, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_70 = ___hexChars0;
int32_t L_71 = ___startIndex1;
NullCheck(L_70);
int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)8));
uint16_t L_73 = (uint16_t)(L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
int32_t L_74 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_73, /*hidden argument*/NULL);
V_4 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_69, (int32_t)((int32_t)16))), (int32_t)L_74)))));
uint8_t L_75 = V_2;
uint8_t L_76 = V_3;
uint8_t L_77 = V_4;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_78;
memset(&L_78, 0, sizeof(L_78));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_78), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_39, (int32_t)((int32_t)16))), (int32_t)L_44))))), L_75, L_76, L_77, /*hidden argument*/NULL);
return L_78;
}
IL_00e3:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_79 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_s_colorWhite_47();
return L_79;
}
}
// System.Int32 TMPro.TMP_Text::GetAttributeParameters(System.Char[],System.Int32,System.Int32,System.Single[]U26)
extern "C" IL2CPP_METHOD_ATTR int32_t TMP_Text_GetAttributeParameters_m1596FBF7E2CE0CAA36F80F64ACB4EE140592EA90 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startIndex1, int32_t ___length2, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** ___parameters3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___startIndex1;
V_0 = L_0;
V_1 = 0;
goto IL_0028;
}
IL_0006:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** L_1 = ___parameters3;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = *((SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5**)L_1);
int32_t L_3 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars0;
int32_t L_5 = ___startIndex1;
int32_t L_6 = ___length2;
float L_7 = TMP_Text_ConvertToFloat_mBFA8DA2CC3638E8547B43E03CD8FB2F17B32B208(__this, L_4, L_5, L_6, (int32_t*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (float)L_7);
int32_t L_8 = ___length2;
int32_t L_9 = V_0;
int32_t L_10 = ___startIndex1;
___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), (int32_t)1))));
int32_t L_11 = V_0;
___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0028:
{
int32_t L_13 = V_0;
int32_t L_14 = ___startIndex1;
int32_t L_15 = ___length2;
if ((((int32_t)L_13) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)))))
{
goto IL_0006;
}
}
{
int32_t L_16 = V_1;
return L_16;
}
}
// System.Single TMPro.TMP_Text::ConvertToFloat(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = ___length2;
float L_3 = TMP_Text_ConvertToFloat_mBFA8DA2CC3638E8547B43E03CD8FB2F17B32B208(__this, L_0, L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL);
return L_3;
}
}
// System.Single TMPro.TMP_Text::ConvertToFloat(System.Char[],System.Int32,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR float TMP_Text_ConvertToFloat_mBFA8DA2CC3638E8547B43E03CD8FB2F17B32B208 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startIndex1, int32_t ___length2, int32_t* ___lastIndex3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
float V_2 = 0.0f;
int32_t V_3 = 0;
float V_4 = 0.0f;
int32_t V_5 = 0;
uint32_t V_6 = 0;
{
int32_t L_0 = ___startIndex1;
if (L_0)
{
goto IL_000d;
}
}
{
int32_t* L_1 = ___lastIndex3;
*((int32_t*)L_1) = (int32_t)0;
return (-9999.0f);
}
IL_000d:
{
int32_t L_2 = ___startIndex1;
int32_t L_3 = ___length2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
V_1 = (bool)1;
V_2 = (0.0f);
V_3 = 1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars0;
int32_t L_5 = ___startIndex1;
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)43)))))
{
goto IL_002b;
}
}
{
V_3 = 1;
int32_t L_8 = ___startIndex1;
___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
goto IL_0039;
}
IL_002b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___chars0;
int32_t L_10 = ___startIndex1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)45)))))
{
goto IL_0039;
}
}
{
V_3 = (-1);
int32_t L_13 = ___startIndex1;
___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0039:
{
V_4 = (0.0f);
int32_t L_14 = ___startIndex1;
V_5 = L_14;
goto IL_00d3;
}
IL_0048:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___chars0;
int32_t L_16 = V_5;
NullCheck(L_15);
int32_t L_17 = L_16;
uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_6 = L_18;
uint32_t L_19 = V_6;
if ((!(((uint32_t)L_19) >= ((uint32_t)((int32_t)48)))))
{
goto IL_005a;
}
}
{
uint32_t L_20 = V_6;
if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)57)))))
{
goto IL_0060;
}
}
IL_005a:
{
uint32_t L_21 = V_6;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)46)))))
{
goto IL_00a5;
}
}
IL_0060:
{
uint32_t L_22 = V_6;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)46)))))
{
goto IL_0070;
}
}
{
V_1 = (bool)0;
V_2 = (0.1f);
goto IL_00cd;
}
IL_0070:
{
bool L_23 = V_1;
if (!L_23)
{
goto IL_008a;
}
}
{
float L_24 = V_4;
uint32_t L_25 = V_6;
int32_t L_26 = V_3;
V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_24, (float)(10.0f))), (float)(((float)((float)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)((int32_t)48))))))))), (int64_t)(((int64_t)((int64_t)L_26))))))))));
goto IL_00cd;
}
IL_008a:
{
float L_27 = V_4;
uint32_t L_28 = V_6;
float L_29 = V_2;
int32_t L_30 = V_3;
V_4 = ((float)il2cpp_codegen_add((float)L_27, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(((float)((float)(((double)((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)48))))))))), (float)L_29)), (float)(((float)((float)L_30)))))));
float L_31 = V_2;
V_2 = ((float)il2cpp_codegen_multiply((float)L_31, (float)(0.1f)));
goto IL_00cd;
}
IL_00a5:
{
uint32_t L_32 = V_6;
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)44)))))
{
goto IL_00cd;
}
}
{
int32_t L_33 = V_5;
int32_t L_34 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))) >= ((int32_t)L_34)))
{
goto IL_00c5;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = ___chars0;
int32_t L_36 = V_5;
NullCheck(L_35);
int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)32)))))
{
goto IL_00c5;
}
}
{
int32_t* L_39 = ___lastIndex3;
int32_t L_40 = V_5;
*((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
goto IL_00ca;
}
IL_00c5:
{
int32_t* L_41 = ___lastIndex3;
int32_t L_42 = V_5;
*((int32_t*)L_41) = (int32_t)L_42;
}
IL_00ca:
{
float L_43 = V_4;
return L_43;
}
IL_00cd:
{
int32_t L_44 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_00d3:
{
int32_t L_45 = V_5;
int32_t L_46 = V_0;
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_0048;
}
}
{
int32_t* L_47 = ___lastIndex3;
int32_t L_48 = V_0;
*((int32_t*)L_47) = (int32_t)L_48;
float L_49 = V_4;
return L_49;
}
}
// System.Boolean TMPro.TMP_Text::ValidateHtmlTag(System.Int32[],System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool TMP_Text_ValidateHtmlTag_mA1D35659E45CCB9527D6BF0A41B6F0C6BC546F77 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___chars0, int32_t ___startIndex1, int32_t* ___endIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text_ValidateHtmlTag_mA1D35659E45CCB9527D6BF0A41B6F0C6BC546F77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t V_1 = 0x0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
float V_8 = 0.0f;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * V_13 = NULL;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_14 = NULL;
int32_t V_15 = 0;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * V_16 = NULL;
int32_t V_17 = 0;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * V_18 = NULL;
int32_t V_19 = 0;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F V_20;
memset(&V_20, 0, sizeof(V_20));
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F V_21;
memset(&V_21, 0, sizeof(V_21));
int32_t V_22 = 0;
int32_t V_23 = 0;
int32_t V_24 = 0;
int32_t V_25 = 0;
int32_t V_26 = 0;
float V_27 = 0.0f;
int32_t V_28 = 0;
float V_29 = 0.0f;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B374_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B373_0 = NULL;
uint8_t G_B375_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B375_1 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B386_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B385_0 = NULL;
uint8_t G_B387_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B387_1 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B396_0 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B395_0 = NULL;
uint8_t G_B397_0 = 0x0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * G_B397_1 = NULL;
float G_B404_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B404_1 = NULL;
float G_B403_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B403_1 = NULL;
float G_B405_0 = 0.0f;
float G_B405_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B405_2 = NULL;
float G_B410_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B410_1 = NULL;
float G_B409_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B409_1 = NULL;
float G_B411_0 = 0.0f;
float G_B411_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B411_2 = NULL;
float G_B417_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B417_1 = NULL;
float G_B416_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B416_1 = NULL;
float G_B418_0 = 0.0f;
float G_B418_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B418_2 = NULL;
float G_B423_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B423_1 = NULL;
float G_B422_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B422_1 = NULL;
float G_B424_0 = 0.0f;
float G_B424_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B424_2 = NULL;
float G_B491_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B491_1 = NULL;
float G_B490_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B490_1 = NULL;
float G_B492_0 = 0.0f;
float G_B492_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B492_2 = NULL;
float G_B496_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B496_1 = NULL;
float G_B495_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B495_1 = NULL;
float G_B497_0 = 0.0f;
float G_B497_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B497_2 = NULL;
float G_B500_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B500_1 = NULL;
float G_B499_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B499_1 = NULL;
float G_B501_0 = 0.0f;
float G_B501_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B501_2 = NULL;
float G_B504_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B504_1 = NULL;
float G_B503_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B503_1 = NULL;
float G_B505_0 = 0.0f;
float G_B505_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B505_2 = NULL;
float G_B508_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B508_1 = NULL;
float G_B507_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B507_1 = NULL;
float G_B509_0 = 0.0f;
float G_B509_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B509_2 = NULL;
float G_B513_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B513_1 = NULL;
float G_B512_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B512_1 = NULL;
float G_B514_0 = 0.0f;
float G_B514_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B514_2 = NULL;
float G_B519_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B519_1 = NULL;
float G_B518_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B518_1 = NULL;
float G_B520_0 = 0.0f;
float G_B520_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B520_2 = NULL;
float G_B538_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B538_1 = NULL;
float G_B537_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B537_1 = NULL;
float G_B539_0 = 0.0f;
float G_B539_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B539_2 = NULL;
float G_B542_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B542_1 = NULL;
float G_B541_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B541_1 = NULL;
float G_B543_0 = 0.0f;
float G_B543_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B543_2 = NULL;
float G_B775_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B775_1 = NULL;
float G_B774_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B774_1 = NULL;
float G_B776_0 = 0.0f;
float G_B776_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B776_2 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B779_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B778_0 = NULL;
float G_B780_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B780_1 = NULL;
float G_B789_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B789_1 = NULL;
float G_B788_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B788_1 = NULL;
float G_B790_0 = 0.0f;
float G_B790_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B790_2 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B793_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B792_0 = NULL;
float G_B794_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B794_1 = NULL;
float G_B802_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B802_1 = NULL;
float G_B801_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B801_1 = NULL;
float G_B803_0 = 0.0f;
float G_B803_1 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B803_2 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B806_0 = NULL;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B805_0 = NULL;
float G_B807_0 = 0.0f;
TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * G_B807_1 = NULL;
{
V_0 = 0;
V_1 = (uint8_t)0;
V_2 = 0;
V_3 = 0;
V_4 = 0;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_0 = __this->get_m_xmlAttribute_171();
int32_t L_1 = V_4;
NullCheck(L_0);
((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_2 = __this->get_m_xmlAttribute_171();
int32_t L_3 = V_4;
NullCheck(L_2);
((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->set_valueType_1(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_4 = __this->get_m_xmlAttribute_171();
int32_t L_5 = V_4;
NullCheck(L_4);
((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->set_valueHashCode_4(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_6 = __this->get_m_xmlAttribute_171();
int32_t L_7 = V_4;
NullCheck(L_6);
((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->set_valueStartIndex_2(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_8 = __this->get_m_xmlAttribute_171();
int32_t L_9 = V_4;
NullCheck(L_8);
((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->set_valueLength_3(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_10 = __this->get_m_xmlAttribute_171();
NullCheck(L_10);
((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_11 = __this->get_m_xmlAttribute_171();
NullCheck(L_11);
((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_12 = __this->get_m_xmlAttribute_171();
NullCheck(L_12);
((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_13 = __this->get_m_xmlAttribute_171();
NullCheck(L_13);
((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(4)))->set_nameHashCode_0(0);
int32_t* L_14 = ___endIndex2;
int32_t L_15 = ___startIndex1;
*((int32_t*)L_14) = (int32_t)L_15;
V_5 = (bool)0;
V_6 = (bool)0;
int32_t L_16 = ___startIndex1;
V_7 = L_16;
goto IL_058e;
}
IL_00c3:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___chars0;
int32_t L_18 = V_7;
NullCheck(L_17);
int32_t L_19 = L_18;
int32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)62)))))
{
goto IL_00e0;
}
}
{
V_6 = (bool)1;
int32_t* L_21 = ___endIndex2;
int32_t L_22 = V_7;
*((int32_t*)L_21) = (int32_t)L_22;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = __this->get_m_htmlTag_170();
int32_t L_24 = V_0;
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (Il2CppChar)0);
goto IL_05b1;
}
IL_00e0:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = __this->get_m_htmlTag_170();
int32_t L_26 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = ___chars0;
int32_t L_28 = V_7;
NullCheck(L_27);
int32_t L_29 = L_28;
int32_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (Il2CppChar)(((int32_t)((uint16_t)L_30))));
int32_t L_31 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
uint8_t L_32 = V_1;
if ((!(((uint32_t)L_32) == ((uint32_t)1))))
{
goto IL_04b2;
}
}
{
int32_t L_33 = V_3;
if (L_33)
{
goto IL_0273;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = ___chars0;
int32_t L_35 = V_7;
NullCheck(L_34);
int32_t L_36 = L_35;
int32_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
if ((((int32_t)L_37) == ((int32_t)((int32_t)43))))
{
goto IL_0126;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = ___chars0;
int32_t L_39 = V_7;
NullCheck(L_38);
int32_t L_40 = L_39;
int32_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
if ((((int32_t)L_41) == ((int32_t)((int32_t)45))))
{
goto IL_0126;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_42 = ___chars0;
int32_t L_43 = V_7;
NullCheck(L_42);
int32_t L_44 = L_43;
int32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
if ((((int32_t)L_45) == ((int32_t)((int32_t)46))))
{
goto IL_0126;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_46 = ___chars0;
int32_t L_47 = V_7;
NullCheck(L_46);
int32_t L_48 = L_47;
int32_t L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
if ((((int32_t)L_49) < ((int32_t)((int32_t)48))))
{
goto IL_016c;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_50 = ___chars0;
int32_t L_51 = V_7;
NullCheck(L_50);
int32_t L_52 = L_51;
int32_t L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
if ((((int32_t)L_53) > ((int32_t)((int32_t)57))))
{
goto IL_016c;
}
}
IL_0126:
{
V_3 = 1;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_54 = __this->get_m_xmlAttribute_171();
int32_t L_55 = V_4;
NullCheck(L_54);
((L_54)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_55)))->set_valueType_1(1);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_56 = __this->get_m_xmlAttribute_171();
int32_t L_57 = V_4;
NullCheck(L_56);
int32_t L_58 = V_0;
((L_56)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_57)))->set_valueStartIndex_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_59 = __this->get_m_xmlAttribute_171();
int32_t L_60 = V_4;
NullCheck(L_59);
int32_t* L_61 = ((L_59)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_60)))->get_address_of_valueLength_3();
int32_t* L_62 = L_61;
int32_t L_63 = *((int32_t*)L_62);
*((int32_t*)L_62) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1));
goto IL_04b2;
}
IL_016c:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_64 = ___chars0;
int32_t L_65 = V_7;
NullCheck(L_64);
int32_t L_66 = L_65;
int32_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)35)))))
{
goto IL_01ba;
}
}
{
V_3 = 4;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_68 = __this->get_m_xmlAttribute_171();
int32_t L_69 = V_4;
NullCheck(L_68);
((L_68)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_69)))->set_valueType_1(4);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_70 = __this->get_m_xmlAttribute_171();
int32_t L_71 = V_4;
NullCheck(L_70);
int32_t L_72 = V_0;
((L_70)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_71)))->set_valueStartIndex_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)1)));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_73 = __this->get_m_xmlAttribute_171();
int32_t L_74 = V_4;
NullCheck(L_73);
int32_t* L_75 = ((L_73)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_74)))->get_address_of_valueLength_3();
int32_t* L_76 = L_75;
int32_t L_77 = *((int32_t*)L_76);
*((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
goto IL_04b2;
}
IL_01ba:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_78 = ___chars0;
int32_t L_79 = V_7;
NullCheck(L_78);
int32_t L_80 = L_79;
int32_t L_81 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
if ((!(((uint32_t)L_81) == ((uint32_t)((int32_t)34)))))
{
goto IL_01ef;
}
}
{
V_3 = 2;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_82 = __this->get_m_xmlAttribute_171();
int32_t L_83 = V_4;
NullCheck(L_82);
((L_82)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_83)))->set_valueType_1(2);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_84 = __this->get_m_xmlAttribute_171();
int32_t L_85 = V_4;
NullCheck(L_84);
int32_t L_86 = V_0;
((L_84)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_85)))->set_valueStartIndex_2(L_86);
goto IL_04b2;
}
IL_01ef:
{
V_3 = 2;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_87 = __this->get_m_xmlAttribute_171();
int32_t L_88 = V_4;
NullCheck(L_87);
((L_87)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_88)))->set_valueType_1(2);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_89 = __this->get_m_xmlAttribute_171();
int32_t L_90 = V_4;
NullCheck(L_89);
int32_t L_91 = V_0;
((L_89)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_90)))->set_valueStartIndex_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_92 = __this->get_m_xmlAttribute_171();
int32_t L_93 = V_4;
NullCheck(L_92);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_94 = __this->get_m_xmlAttribute_171();
int32_t L_95 = V_4;
NullCheck(L_94);
int32_t L_96 = ((L_94)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_95)))->get_valueHashCode_4();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_97 = __this->get_m_xmlAttribute_171();
int32_t L_98 = V_4;
NullCheck(L_97);
int32_t L_99 = ((L_97)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_98)))->get_valueHashCode_4();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_100 = ___chars0;
int32_t L_101 = V_7;
NullCheck(L_100);
int32_t L_102 = L_101;
int32_t L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
((L_92)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_93)))->set_valueHashCode_4(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_96<<(int32_t)5)), (int32_t)L_99))^(int32_t)L_103)));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_104 = __this->get_m_xmlAttribute_171();
int32_t L_105 = V_4;
NullCheck(L_104);
int32_t* L_106 = ((L_104)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_105)))->get_address_of_valueLength_3();
int32_t* L_107 = L_106;
int32_t L_108 = *((int32_t*)L_107);
*((int32_t*)L_107) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
goto IL_04b2;
}
IL_0273:
{
int32_t L_109 = V_3;
if ((!(((uint32_t)L_109) == ((uint32_t)1))))
{
goto IL_034a;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_110 = ___chars0;
int32_t L_111 = V_7;
NullCheck(L_110);
int32_t L_112 = L_111;
int32_t L_113 = (L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_112));
if ((((int32_t)L_113) == ((int32_t)((int32_t)112))))
{
goto IL_029d;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_114 = ___chars0;
int32_t L_115 = V_7;
NullCheck(L_114);
int32_t L_116 = L_115;
int32_t L_117 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_116));
if ((((int32_t)L_117) == ((int32_t)((int32_t)101))))
{
goto IL_029d;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_118 = ___chars0;
int32_t L_119 = V_7;
NullCheck(L_118);
int32_t L_120 = L_119;
int32_t L_121 = (L_118)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
if ((((int32_t)L_121) == ((int32_t)((int32_t)37))))
{
goto IL_029d;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_122 = ___chars0;
int32_t L_123 = V_7;
NullCheck(L_122);
int32_t L_124 = L_123;
int32_t L_125 = (L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_124));
if ((!(((uint32_t)L_125) == ((uint32_t)((int32_t)32)))))
{
goto IL_0327;
}
}
IL_029d:
{
V_1 = (uint8_t)2;
V_3 = 0;
int32_t L_126 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_127 = __this->get_m_xmlAttribute_171();
int32_t L_128 = V_4;
NullCheck(L_127);
((L_127)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_128)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_129 = __this->get_m_xmlAttribute_171();
int32_t L_130 = V_4;
NullCheck(L_129);
((L_129)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_130)))->set_valueType_1(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_131 = __this->get_m_xmlAttribute_171();
int32_t L_132 = V_4;
NullCheck(L_131);
((L_131)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_132)))->set_valueHashCode_4(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_133 = __this->get_m_xmlAttribute_171();
int32_t L_134 = V_4;
NullCheck(L_133);
((L_133)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_134)))->set_valueStartIndex_2(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_135 = __this->get_m_xmlAttribute_171();
int32_t L_136 = V_4;
NullCheck(L_135);
((L_135)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_136)))->set_valueLength_3(0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_137 = ___chars0;
int32_t L_138 = V_7;
NullCheck(L_137);
int32_t L_139 = L_138;
int32_t L_140 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
if ((!(((uint32_t)L_140) == ((uint32_t)((int32_t)101)))))
{
goto IL_0315;
}
}
{
V_2 = 1;
goto IL_04b2;
}
IL_0315:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_141 = ___chars0;
int32_t L_142 = V_7;
NullCheck(L_141);
int32_t L_143 = L_142;
int32_t L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
if ((!(((uint32_t)L_144) == ((uint32_t)((int32_t)37)))))
{
goto IL_04b2;
}
}
{
V_2 = 2;
goto IL_04b2;
}
IL_0327:
{
uint8_t L_145 = V_1;
if ((((int32_t)L_145) == ((int32_t)2)))
{
goto IL_04b2;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_146 = __this->get_m_xmlAttribute_171();
int32_t L_147 = V_4;
NullCheck(L_146);
int32_t* L_148 = ((L_146)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_147)))->get_address_of_valueLength_3();
int32_t* L_149 = L_148;
int32_t L_150 = *((int32_t*)L_149);
*((int32_t*)L_149) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1));
goto IL_04b2;
}
IL_034a:
{
int32_t L_151 = V_3;
if ((!(((uint32_t)L_151) == ((uint32_t)4))))
{
goto IL_03e3;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_152 = ___chars0;
int32_t L_153 = V_7;
NullCheck(L_152);
int32_t L_154 = L_153;
int32_t L_155 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
if ((((int32_t)L_155) == ((int32_t)((int32_t)32))))
{
goto IL_0375;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_156 = __this->get_m_xmlAttribute_171();
int32_t L_157 = V_4;
NullCheck(L_156);
int32_t* L_158 = ((L_156)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_157)))->get_address_of_valueLength_3();
int32_t* L_159 = L_158;
int32_t L_160 = *((int32_t*)L_159);
*((int32_t*)L_159) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1));
goto IL_04b2;
}
IL_0375:
{
V_1 = (uint8_t)2;
V_3 = 0;
int32_t L_161 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_162 = __this->get_m_xmlAttribute_171();
int32_t L_163 = V_4;
NullCheck(L_162);
((L_162)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_163)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_164 = __this->get_m_xmlAttribute_171();
int32_t L_165 = V_4;
NullCheck(L_164);
((L_164)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_165)))->set_valueType_1(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_166 = __this->get_m_xmlAttribute_171();
int32_t L_167 = V_4;
NullCheck(L_166);
((L_166)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_167)))->set_valueHashCode_4(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_168 = __this->get_m_xmlAttribute_171();
int32_t L_169 = V_4;
NullCheck(L_168);
((L_168)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_169)))->set_valueStartIndex_2(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_170 = __this->get_m_xmlAttribute_171();
int32_t L_171 = V_4;
NullCheck(L_170);
((L_170)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_171)))->set_valueLength_3(0);
goto IL_04b2;
}
IL_03e3:
{
int32_t L_172 = V_3;
if ((!(((uint32_t)L_172) == ((uint32_t)2))))
{
goto IL_04b2;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_173 = ___chars0;
int32_t L_174 = V_7;
NullCheck(L_173);
int32_t L_175 = L_174;
int32_t L_176 = (L_173)->GetAt(static_cast<il2cpp_array_size_t>(L_175));
if ((((int32_t)L_176) == ((int32_t)((int32_t)34))))
{
goto IL_0449;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_177 = __this->get_m_xmlAttribute_171();
int32_t L_178 = V_4;
NullCheck(L_177);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_179 = __this->get_m_xmlAttribute_171();
int32_t L_180 = V_4;
NullCheck(L_179);
int32_t L_181 = ((L_179)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_180)))->get_valueHashCode_4();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_182 = __this->get_m_xmlAttribute_171();
int32_t L_183 = V_4;
NullCheck(L_182);
int32_t L_184 = ((L_182)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_183)))->get_valueHashCode_4();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_185 = ___chars0;
int32_t L_186 = V_7;
NullCheck(L_185);
int32_t L_187 = L_186;
int32_t L_188 = (L_185)->GetAt(static_cast<il2cpp_array_size_t>(L_187));
((L_177)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_178)))->set_valueHashCode_4(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_181<<(int32_t)5)), (int32_t)L_184))^(int32_t)L_188)));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_189 = __this->get_m_xmlAttribute_171();
int32_t L_190 = V_4;
NullCheck(L_189);
int32_t* L_191 = ((L_189)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_190)))->get_address_of_valueLength_3();
int32_t* L_192 = L_191;
int32_t L_193 = *((int32_t*)L_192);
*((int32_t*)L_192) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)1));
goto IL_04b2;
}
IL_0449:
{
V_1 = (uint8_t)2;
V_3 = 0;
int32_t L_194 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_194, (int32_t)1));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_195 = __this->get_m_xmlAttribute_171();
int32_t L_196 = V_4;
NullCheck(L_195);
((L_195)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_196)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_197 = __this->get_m_xmlAttribute_171();
int32_t L_198 = V_4;
NullCheck(L_197);
((L_197)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_198)))->set_valueType_1(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_199 = __this->get_m_xmlAttribute_171();
int32_t L_200 = V_4;
NullCheck(L_199);
((L_199)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_200)))->set_valueHashCode_4(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_201 = __this->get_m_xmlAttribute_171();
int32_t L_202 = V_4;
NullCheck(L_201);
((L_201)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_202)))->set_valueStartIndex_2(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_203 = __this->get_m_xmlAttribute_171();
int32_t L_204 = V_4;
NullCheck(L_203);
((L_203)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_204)))->set_valueLength_3(0);
}
IL_04b2:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_205 = ___chars0;
int32_t L_206 = V_7;
NullCheck(L_205);
int32_t L_207 = L_206;
int32_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
if ((!(((uint32_t)L_208) == ((uint32_t)((int32_t)61)))))
{
goto IL_04bc;
}
}
{
V_1 = (uint8_t)1;
}
IL_04bc:
{
uint8_t L_209 = V_1;
if (L_209)
{
goto IL_0539;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_210 = ___chars0;
int32_t L_211 = V_7;
NullCheck(L_210);
int32_t L_212 = L_211;
int32_t L_213 = (L_210)->GetAt(static_cast<il2cpp_array_size_t>(L_212));
if ((!(((uint32_t)L_213) == ((uint32_t)((int32_t)32)))))
{
goto IL_0539;
}
}
{
bool L_214 = V_5;
if (!L_214)
{
goto IL_04cd;
}
}
{
return (bool)0;
}
IL_04cd:
{
V_5 = (bool)1;
V_1 = (uint8_t)2;
V_3 = 0;
int32_t L_215 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_215, (int32_t)1));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_216 = __this->get_m_xmlAttribute_171();
int32_t L_217 = V_4;
NullCheck(L_216);
((L_216)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_217)))->set_nameHashCode_0(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_218 = __this->get_m_xmlAttribute_171();
int32_t L_219 = V_4;
NullCheck(L_218);
((L_218)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_219)))->set_valueType_1(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_220 = __this->get_m_xmlAttribute_171();
int32_t L_221 = V_4;
NullCheck(L_220);
((L_220)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_221)))->set_valueHashCode_4(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_222 = __this->get_m_xmlAttribute_171();
int32_t L_223 = V_4;
NullCheck(L_222);
((L_222)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_223)))->set_valueStartIndex_2(0);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_224 = __this->get_m_xmlAttribute_171();
int32_t L_225 = V_4;
NullCheck(L_224);
((L_224)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_225)))->set_valueLength_3(0);
}
IL_0539:
{
uint8_t L_226 = V_1;
if (L_226)
{
goto IL_057a;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_227 = __this->get_m_xmlAttribute_171();
int32_t L_228 = V_4;
NullCheck(L_227);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_229 = __this->get_m_xmlAttribute_171();
int32_t L_230 = V_4;
NullCheck(L_229);
int32_t L_231 = ((L_229)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_230)))->get_nameHashCode_0();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_232 = __this->get_m_xmlAttribute_171();
int32_t L_233 = V_4;
NullCheck(L_232);
int32_t L_234 = ((L_232)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_233)))->get_nameHashCode_0();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_235 = ___chars0;
int32_t L_236 = V_7;
NullCheck(L_235);
int32_t L_237 = L_236;
int32_t L_238 = (L_235)->GetAt(static_cast<il2cpp_array_size_t>(L_237));
((L_227)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_228)))->set_nameHashCode_0(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_231<<(int32_t)3)), (int32_t)L_234)), (int32_t)L_238)));
}
IL_057a:
{
uint8_t L_239 = V_1;
if ((!(((uint32_t)L_239) == ((uint32_t)2))))
{
goto IL_0588;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_240 = ___chars0;
int32_t L_241 = V_7;
NullCheck(L_240);
int32_t L_242 = L_241;
int32_t L_243 = (L_240)->GetAt(static_cast<il2cpp_array_size_t>(L_242));
if ((!(((uint32_t)L_243) == ((uint32_t)((int32_t)32)))))
{
goto IL_0588;
}
}
{
V_1 = (uint8_t)0;
}
IL_0588:
{
int32_t L_244 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)1));
}
IL_058e:
{
int32_t L_245 = V_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_246 = ___chars0;
NullCheck(L_246);
if ((((int32_t)L_245) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_246)->max_length)))))))
{
goto IL_05b1;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_247 = ___chars0;
int32_t L_248 = V_7;
NullCheck(L_247);
int32_t L_249 = L_248;
int32_t L_250 = (L_247)->GetAt(static_cast<il2cpp_array_size_t>(L_249));
if (!L_250)
{
goto IL_05b1;
}
}
{
int32_t L_251 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_252 = __this->get_m_htmlTag_170();
NullCheck(L_252);
if ((((int32_t)L_251) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_252)->max_length)))))))
{
goto IL_05b1;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_253 = ___chars0;
int32_t L_254 = V_7;
NullCheck(L_253);
int32_t L_255 = L_254;
int32_t L_256 = (L_253)->GetAt(static_cast<il2cpp_array_size_t>(L_255));
if ((!(((uint32_t)L_256) == ((uint32_t)((int32_t)60)))))
{
goto IL_00c3;
}
}
IL_05b1:
{
bool L_257 = V_6;
if (L_257)
{
goto IL_05b7;
}
}
{
return (bool)0;
}
IL_05b7:
{
bool L_258 = __this->get_tag_NoParsing_176();
if (!L_258)
{
goto IL_05f1;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_259 = __this->get_m_xmlAttribute_171();
NullCheck(L_259);
int32_t L_260 = ((L_259)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_nameHashCode_0();
if ((((int32_t)L_260) == ((int32_t)((int32_t)53822163))))
{
goto IL_05f1;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_261 = __this->get_m_xmlAttribute_171();
NullCheck(L_261);
int32_t L_262 = ((L_261)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_nameHashCode_0();
if ((((int32_t)L_262) == ((int32_t)((int32_t)49429939))))
{
goto IL_05f1;
}
}
{
return (bool)0;
}
IL_05f1:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_263 = __this->get_m_xmlAttribute_171();
NullCheck(L_263);
int32_t L_264 = ((L_263)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_nameHashCode_0();
if ((((int32_t)L_264) == ((int32_t)((int32_t)53822163))))
{
goto IL_0621;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_265 = __this->get_m_xmlAttribute_171();
NullCheck(L_265);
int32_t L_266 = ((L_265)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_nameHashCode_0();
if ((!(((uint32_t)L_266) == ((uint32_t)((int32_t)49429939)))))
{
goto IL_062a;
}
}
IL_0621:
{
__this->set_tag_NoParsing_176((bool)0);
return (bool)1;
}
IL_062a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_267 = __this->get_m_htmlTag_170();
NullCheck(L_267);
int32_t L_268 = 0;
uint16_t L_269 = (uint16_t)(L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
if ((!(((uint32_t)L_269) == ((uint32_t)((int32_t)35)))))
{
goto IL_0660;
}
}
{
int32_t L_270 = V_0;
if ((!(((uint32_t)L_270) == ((uint32_t)4))))
{
goto IL_0660;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_271 = __this->get_m_htmlTag_170();
int32_t L_272 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_273 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_271, L_272, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_273);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_274 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_275 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_274, L_275, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_0660:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_276 = __this->get_m_htmlTag_170();
NullCheck(L_276);
int32_t L_277 = 0;
uint16_t L_278 = (uint16_t)(L_276)->GetAt(static_cast<il2cpp_array_size_t>(L_277));
if ((!(((uint32_t)L_278) == ((uint32_t)((int32_t)35)))))
{
goto IL_0696;
}
}
{
int32_t L_279 = V_0;
if ((!(((uint32_t)L_279) == ((uint32_t)5))))
{
goto IL_0696;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_280 = __this->get_m_htmlTag_170();
int32_t L_281 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_282 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_280, L_281, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_282);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_283 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_284 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_283, L_284, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_0696:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_285 = __this->get_m_htmlTag_170();
NullCheck(L_285);
int32_t L_286 = 0;
uint16_t L_287 = (uint16_t)(L_285)->GetAt(static_cast<il2cpp_array_size_t>(L_286));
if ((!(((uint32_t)L_287) == ((uint32_t)((int32_t)35)))))
{
goto IL_06cc;
}
}
{
int32_t L_288 = V_0;
if ((!(((uint32_t)L_288) == ((uint32_t)7))))
{
goto IL_06cc;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_289 = __this->get_m_htmlTag_170();
int32_t L_290 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_291 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_289, L_290, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_291);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_292 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_293 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_292, L_293, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_06cc:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_294 = __this->get_m_htmlTag_170();
NullCheck(L_294);
int32_t L_295 = 0;
uint16_t L_296 = (uint16_t)(L_294)->GetAt(static_cast<il2cpp_array_size_t>(L_295));
if ((!(((uint32_t)L_296) == ((uint32_t)((int32_t)35)))))
{
goto IL_0703;
}
}
{
int32_t L_297 = V_0;
if ((!(((uint32_t)L_297) == ((uint32_t)((int32_t)9)))))
{
goto IL_0703;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_298 = __this->get_m_htmlTag_170();
int32_t L_299 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_300 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_298, L_299, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_300);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_301 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_302 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_301, L_302, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_0703:
{
V_8 = (0.0f);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_303 = __this->get_m_xmlAttribute_171();
NullCheck(L_303);
int32_t L_304 = ((L_303)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_nameHashCode_0();
V_9 = L_304;
int32_t L_305 = V_9;
if ((((int32_t)L_305) > ((int32_t)((int32_t)186622))))
{
goto IL_0c94;
}
}
{
int32_t L_306 = V_9;
if ((((int32_t)L_306) > ((int32_t)((int32_t)2963))))
{
goto IL_09d4;
}
}
{
int32_t L_307 = V_9;
if ((((int32_t)L_307) > ((int32_t)((int32_t)98))))
{
goto IL_0886;
}
}
{
int32_t L_308 = V_9;
if ((((int32_t)L_308) > ((int32_t)((int32_t)-855002522))))
{
goto IL_07f1;
}
}
{
int32_t L_309 = V_9;
if ((((int32_t)L_309) > ((int32_t)((int32_t)-1690034531))))
{
goto IL_07a2;
}
}
{
int32_t L_310 = V_9;
if ((((int32_t)L_310) > ((int32_t)((int32_t)-1883544150))))
{
goto IL_0779;
}
}
{
int32_t L_311 = V_9;
if ((((int32_t)L_311) == ((int32_t)((int32_t)-1885698441))))
{
goto IL_19ad;
}
}
{
int32_t L_312 = V_9;
if ((((int32_t)L_312) == ((int32_t)((int32_t)-1883544150))))
{
goto IL_3278;
}
}
{
goto IL_3a80;
}
IL_0779:
{
int32_t L_313 = V_9;
if ((((int32_t)L_313) == ((int32_t)((int32_t)-1847322671))))
{
goto IL_32f5;
}
}
{
int32_t L_314 = V_9;
if ((((int32_t)L_314) == ((int32_t)((int32_t)-1831660941))))
{
goto IL_32b6;
}
}
{
int32_t L_315 = V_9;
if ((((int32_t)L_315) == ((int32_t)((int32_t)-1690034531))))
{
goto IL_34f9;
}
}
{
goto IL_3a80;
}
IL_07a2:
{
int32_t L_316 = V_9;
if ((((int32_t)L_316) > ((int32_t)((int32_t)-1632103439))))
{
goto IL_07c8;
}
}
{
int32_t L_317 = V_9;
if ((((int32_t)L_317) == ((int32_t)((int32_t)-1668324918))))
{
goto IL_3278;
}
}
{
int32_t L_318 = V_9;
if ((((int32_t)L_318) == ((int32_t)((int32_t)-1632103439))))
{
goto IL_32f5;
}
}
{
goto IL_3a80;
}
IL_07c8:
{
int32_t L_319 = V_9;
if ((((int32_t)L_319) == ((int32_t)((int32_t)-1616441709))))
{
goto IL_32b6;
}
}
{
int32_t L_320 = V_9;
if ((((int32_t)L_320) == ((int32_t)((int32_t)-884817987))))
{
goto IL_34f9;
}
}
{
int32_t L_321 = V_9;
if ((((int32_t)L_321) == ((int32_t)((int32_t)-855002522))))
{
goto IL_3419;
}
}
{
goto IL_3a80;
}
IL_07f1:
{
int32_t L_322 = V_9;
if ((((int32_t)L_322) > ((int32_t)((int32_t)-330774850))))
{
goto IL_0849;
}
}
{
int32_t L_323 = V_9;
if ((((int32_t)L_323) > ((int32_t)((int32_t)-842656867))))
{
goto IL_0820;
}
}
{
int32_t L_324 = V_9;
if ((((int32_t)L_324) == ((int32_t)((int32_t)-842693512))))
{
goto IL_35d9;
}
}
{
int32_t L_325 = V_9;
if ((((int32_t)L_325) == ((int32_t)((int32_t)-842656867))))
{
goto IL_2cf3;
}
}
{
goto IL_3a80;
}
IL_0820:
{
int32_t L_326 = V_9;
if ((((int32_t)L_326) == ((int32_t)((int32_t)-445573839))))
{
goto IL_368b;
}
}
{
int32_t L_327 = V_9;
if ((((int32_t)L_327) == ((int32_t)((int32_t)-445537194))))
{
goto IL_2db1;
}
}
{
int32_t L_328 = V_9;
if ((((int32_t)L_328) == ((int32_t)((int32_t)-330774850))))
{
goto IL_1846;
}
}
{
goto IL_3a80;
}
IL_0849:
{
int32_t L_329 = V_9;
if ((((int32_t)L_329) > ((int32_t)((int32_t)73))))
{
goto IL_0866;
}
}
{
int32_t L_330 = V_9;
if ((((int32_t)L_330) == ((int32_t)((int32_t)66))))
{
goto IL_122c;
}
}
{
int32_t L_331 = V_9;
if ((((int32_t)L_331) == ((int32_t)((int32_t)73))))
{
goto IL_129f;
}
}
{
goto IL_3a80;
}
IL_0866:
{
int32_t L_332 = V_9;
if ((((int32_t)L_332) == ((int32_t)((int32_t)83))))
{
goto IL_12db;
}
}
{
int32_t L_333 = V_9;
if ((((int32_t)L_333) == ((int32_t)((int32_t)85))))
{
goto IL_13e5;
}
}
{
int32_t L_334 = V_9;
if ((((int32_t)L_334) == ((int32_t)((int32_t)98))))
{
goto IL_122c;
}
}
{
goto IL_3a80;
}
IL_0886:
{
int32_t L_335 = V_9;
if ((((int32_t)L_335) > ((int32_t)((int32_t)434))))
{
goto IL_092d;
}
}
{
int32_t L_336 = V_9;
if ((((int32_t)L_336) > ((int32_t)((int32_t)402))))
{
goto IL_08de;
}
}
{
int32_t L_337 = V_9;
if ((((int32_t)L_337) > ((int32_t)((int32_t)115))))
{
goto IL_08b8;
}
}
{
int32_t L_338 = V_9;
if ((((int32_t)L_338) == ((int32_t)((int32_t)105))))
{
goto IL_129f;
}
}
{
int32_t L_339 = V_9;
if ((((int32_t)L_339) == ((int32_t)((int32_t)115))))
{
goto IL_12db;
}
}
{
goto IL_3a80;
}
IL_08b8:
{
int32_t L_340 = V_9;
if ((((int32_t)L_340) == ((int32_t)((int32_t)117))))
{
goto IL_13e5;
}
}
{
int32_t L_341 = V_9;
if ((((int32_t)L_341) == ((int32_t)((int32_t)395))))
{
goto IL_1264;
}
}
{
int32_t L_342 = V_9;
if ((((int32_t)L_342) == ((int32_t)((int32_t)402))))
{
goto IL_12bc;
}
}
{
goto IL_3a80;
}
IL_08de:
{
int32_t L_343 = V_9;
if ((((int32_t)L_343) > ((int32_t)((int32_t)414))))
{
goto IL_0904;
}
}
{
int32_t L_344 = V_9;
if ((((int32_t)L_344) == ((int32_t)((int32_t)412))))
{
goto IL_13b8;
}
}
{
int32_t L_345 = V_9;
if ((((int32_t)L_345) == ((int32_t)((int32_t)414))))
{
goto IL_14c0;
}
}
{
goto IL_3a80;
}
IL_0904:
{
int32_t L_346 = V_9;
if ((((int32_t)L_346) == ((int32_t)((int32_t)426))))
{
goto IL_23d2;
}
}
{
int32_t L_347 = V_9;
if ((((int32_t)L_347) == ((int32_t)((int32_t)427))))
{
goto IL_1264;
}
}
{
int32_t L_348 = V_9;
if ((((int32_t)L_348) == ((int32_t)((int32_t)434))))
{
goto IL_12bc;
}
}
{
goto IL_3a80;
}
IL_092d:
{
int32_t L_349 = V_9;
if ((((int32_t)L_349) > ((int32_t)((int32_t)670))))
{
goto IL_0985;
}
}
{
int32_t L_350 = V_9;
if ((((int32_t)L_350) > ((int32_t)((int32_t)446))))
{
goto IL_095c;
}
}
{
int32_t L_351 = V_9;
if ((((int32_t)L_351) == ((int32_t)((int32_t)444))))
{
goto IL_13b8;
}
}
{
int32_t L_352 = V_9;
if ((((int32_t)L_352) == ((int32_t)((int32_t)446))))
{
goto IL_14c0;
}
}
{
goto IL_3a80;
}
IL_095c:
{
int32_t L_353 = V_9;
if ((((int32_t)L_353) == ((int32_t)((int32_t)656))))
{
goto IL_3906;
}
}
{
int32_t L_354 = V_9;
if ((((int32_t)L_354) == ((int32_t)((int32_t)660))))
{
goto IL_3902;
}
}
{
int32_t L_355 = V_9;
if ((((int32_t)L_355) == ((int32_t)((int32_t)670))))
{
goto IL_38fe;
}
}
{
goto IL_3a80;
}
IL_0985:
{
int32_t L_356 = V_9;
if ((((int32_t)L_356) > ((int32_t)((int32_t)916))))
{
goto IL_09ab;
}
}
{
int32_t L_357 = V_9;
if ((((int32_t)L_357) == ((int32_t)((int32_t)912))))
{
goto IL_3906;
}
}
{
int32_t L_358 = V_9;
if ((((int32_t)L_358) == ((int32_t)((int32_t)916))))
{
goto IL_3902;
}
}
{
goto IL_3a80;
}
IL_09ab:
{
int32_t L_359 = V_9;
if ((((int32_t)L_359) == ((int32_t)((int32_t)926))))
{
goto IL_38fe;
}
}
{
int32_t L_360 = V_9;
if ((((int32_t)L_360) == ((int32_t)((int32_t)2959))))
{
goto IL_3a7e;
}
}
{
int32_t L_361 = V_9;
if ((((int32_t)L_361) == ((int32_t)((int32_t)2963))))
{
goto IL_3904;
}
}
{
goto IL_3a80;
}
IL_09d4:
{
int32_t L_362 = V_9;
if ((((int32_t)L_362) > ((int32_t)((int32_t)31169))))
{
goto IL_0b3a;
}
}
{
int32_t L_363 = V_9;
if ((((int32_t)L_363) > ((int32_t)((int32_t)6566))))
{
goto IL_0a93;
}
}
{
int32_t L_364 = V_9;
if ((((int32_t)L_364) > ((int32_t)((int32_t)4556))))
{
goto IL_0a44;
}
}
{
int32_t L_365 = V_9;
if ((((int32_t)L_365) > ((int32_t)((int32_t)3215))))
{
goto IL_0a1b;
}
}
{
int32_t L_366 = V_9;
if ((((int32_t)L_366) == ((int32_t)((int32_t)2973))))
{
goto IL_3900;
}
}
{
int32_t L_367 = V_9;
if ((((int32_t)L_367) == ((int32_t)((int32_t)3215))))
{
goto IL_3a7e;
}
}
{
goto IL_3a80;
}
IL_0a1b:
{
int32_t L_368 = V_9;
if ((((int32_t)L_368) == ((int32_t)((int32_t)3219))))
{
goto IL_3904;
}
}
{
int32_t L_369 = V_9;
if ((((int32_t)L_369) == ((int32_t)((int32_t)3229))))
{
goto IL_3900;
}
}
{
int32_t L_370 = V_9;
if ((((int32_t)L_370) == ((int32_t)((int32_t)4556))))
{
goto IL_19dc;
}
}
{
goto IL_3a80;
}
IL_0a44:
{
int32_t L_371 = V_9;
if ((((int32_t)L_371) > ((int32_t)((int32_t)4742))))
{
goto IL_0a6a;
}
}
{
int32_t L_372 = V_9;
if ((((int32_t)L_372) == ((int32_t)((int32_t)4728))))
{
goto IL_15ea;
}
}
{
int32_t L_373 = V_9;
if ((((int32_t)L_373) == ((int32_t)((int32_t)4742))))
{
goto IL_1718;
}
}
{
goto IL_3a80;
}
IL_0a6a:
{
int32_t L_374 = V_9;
if ((((int32_t)L_374) == ((int32_t)((int32_t)6380))))
{
goto IL_19dc;
}
}
{
int32_t L_375 = V_9;
if ((((int32_t)L_375) == ((int32_t)((int32_t)6552))))
{
goto IL_15ea;
}
}
{
int32_t L_376 = V_9;
if ((((int32_t)L_376) == ((int32_t)((int32_t)6566))))
{
goto IL_1718;
}
}
{
goto IL_3a80;
}
IL_0a93:
{
int32_t L_377 = V_9;
if ((((int32_t)L_377) > ((int32_t)((int32_t)22673))))
{
goto IL_0aeb;
}
}
{
int32_t L_378 = V_9;
if ((((int32_t)L_378) > ((int32_t)((int32_t)20849))))
{
goto IL_0ac2;
}
}
{
int32_t L_379 = V_9;
if ((((int32_t)L_379) == ((int32_t)((int32_t)20677))))
{
goto IL_1a7d;
}
}
{
int32_t L_380 = V_9;
if ((((int32_t)L_380) == ((int32_t)((int32_t)20849))))
{
goto IL_1686;
}
}
{
goto IL_3a80;
}
IL_0ac2:
{
int32_t L_381 = V_9;
if ((((int32_t)L_381) == ((int32_t)((int32_t)20863))))
{
goto IL_17b4;
}
}
{
int32_t L_382 = V_9;
if ((((int32_t)L_382) == ((int32_t)((int32_t)22501))))
{
goto IL_1a7d;
}
}
{
int32_t L_383 = V_9;
if ((((int32_t)L_383) == ((int32_t)((int32_t)22673))))
{
goto IL_1686;
}
}
{
goto IL_3a80;
}
IL_0aeb:
{
int32_t L_384 = V_9;
if ((((int32_t)L_384) > ((int32_t)((int32_t)28511))))
{
goto IL_0b11;
}
}
{
int32_t L_385 = V_9;
if ((((int32_t)L_385) == ((int32_t)((int32_t)22687))))
{
goto IL_17b4;
}
}
{
int32_t L_386 = V_9;
if ((((int32_t)L_386) == ((int32_t)((int32_t)28511))))
{
goto IL_1e22;
}
}
{
goto IL_3a80;
}
IL_0b11:
{
int32_t L_387 = V_9;
if ((((int32_t)L_387) == ((int32_t)((int32_t)30245))))
{
goto IL_14fb;
}
}
{
int32_t L_388 = V_9;
if ((((int32_t)L_388) == ((int32_t)((int32_t)30266))))
{
goto IL_23d4;
}
}
{
int32_t L_389 = V_9;
if ((((int32_t)L_389) == ((int32_t)((int32_t)31169))))
{
goto IL_1b56;
}
}
{
goto IL_3a80;
}
IL_0b3a:
{
int32_t L_390 = V_9;
if ((((int32_t)L_390) > ((int32_t)((int32_t)143092))))
{
goto IL_0bed;
}
}
{
int32_t L_391 = V_9;
if ((((int32_t)L_391) > ((int32_t)((int32_t)43066))))
{
goto IL_0b9e;
}
}
{
int32_t L_392 = V_9;
if ((((int32_t)L_392) > ((int32_t)((int32_t)32745))))
{
goto IL_0b75;
}
}
{
int32_t L_393 = V_9;
if ((((int32_t)L_393) == ((int32_t)((int32_t)31191))))
{
goto IL_1b12;
}
}
{
int32_t L_394 = V_9;
if ((((int32_t)L_394) == ((int32_t)((int32_t)32745))))
{
goto IL_1b68;
}
}
{
goto IL_3a80;
}
IL_0b75:
{
int32_t L_395 = V_9;
if ((((int32_t)L_395) == ((int32_t)((int32_t)41311))))
{
goto IL_1e22;
}
}
{
int32_t L_396 = V_9;
if ((((int32_t)L_396) == ((int32_t)((int32_t)43045))))
{
goto IL_14fb;
}
}
{
int32_t L_397 = V_9;
if ((((int32_t)L_397) == ((int32_t)((int32_t)43066))))
{
goto IL_23d4;
}
}
{
goto IL_3a80;
}
IL_0b9e:
{
int32_t L_398 = V_9;
if ((((int32_t)L_398) > ((int32_t)((int32_t)43991))))
{
goto IL_0bc4;
}
}
{
int32_t L_399 = V_9;
if ((((int32_t)L_399) == ((int32_t)((int32_t)43969))))
{
goto IL_1b56;
}
}
{
int32_t L_400 = V_9;
if ((((int32_t)L_400) == ((int32_t)((int32_t)43991))))
{
goto IL_1b12;
}
}
{
goto IL_3a80;
}
IL_0bc4:
{
int32_t L_401 = V_9;
if ((((int32_t)L_401) == ((int32_t)((int32_t)45545))))
{
goto IL_1b68;
}
}
{
int32_t L_402 = V_9;
if ((((int32_t)L_402) == ((int32_t)((int32_t)141358))))
{
goto IL_2101;
}
}
{
int32_t L_403 = V_9;
if ((((int32_t)L_403) == ((int32_t)((int32_t)143092))))
{
goto IL_15a0;
}
}
{
goto IL_3a80;
}
IL_0bed:
{
int32_t L_404 = V_9;
if ((((int32_t)L_404) > ((int32_t)((int32_t)155892))))
{
goto IL_0c45;
}
}
{
int32_t L_405 = V_9;
if ((((int32_t)L_405) > ((int32_t)((int32_t)144016))))
{
goto IL_0c1c;
}
}
{
int32_t L_406 = V_9;
if ((((int32_t)L_406) == ((int32_t)((int32_t)143113))))
{
goto IL_250e;
}
}
{
int32_t L_407 = V_9;
if ((((int32_t)L_407) == ((int32_t)((int32_t)144016))))
{
goto IL_1b5f;
}
}
{
goto IL_3a80;
}
IL_0c1c:
{
int32_t L_408 = V_9;
if ((((int32_t)L_408) == ((int32_t)((int32_t)145592))))
{
goto IL_1dcc;
}
}
{
int32_t L_409 = V_9;
if ((((int32_t)L_409) == ((int32_t)((int32_t)154158))))
{
goto IL_2101;
}
}
{
int32_t L_410 = V_9;
if ((((int32_t)L_410) == ((int32_t)((int32_t)155892))))
{
goto IL_15a0;
}
}
{
goto IL_3a80;
}
IL_0c45:
{
int32_t L_411 = V_9;
if ((((int32_t)L_411) > ((int32_t)((int32_t)156816))))
{
goto IL_0c6b;
}
}
{
int32_t L_412 = V_9;
if ((((int32_t)L_412) == ((int32_t)((int32_t)155913))))
{
goto IL_250e;
}
}
{
int32_t L_413 = V_9;
if ((((int32_t)L_413) == ((int32_t)((int32_t)156816))))
{
goto IL_1b5f;
}
}
{
goto IL_3a80;
}
IL_0c6b:
{
int32_t L_414 = V_9;
if ((((int32_t)L_414) == ((int32_t)((int32_t)158392))))
{
goto IL_1dcc;
}
}
{
int32_t L_415 = V_9;
if ((((int32_t)L_415) == ((int32_t)((int32_t)186285))))
{
goto IL_2594;
}
}
{
int32_t L_416 = V_9;
if ((((int32_t)L_416) == ((int32_t)((int32_t)186622))))
{
goto IL_238c;
}
}
{
goto IL_3a80;
}
IL_0c94:
{
int32_t L_417 = V_9;
if ((((int32_t)L_417) > ((int32_t)((int32_t)6886018))))
{
goto IL_0f60;
}
}
{
int32_t L_418 = V_9;
if ((((int32_t)L_418) > ((int32_t)((int32_t)1071884))))
{
goto IL_0e06;
}
}
{
int32_t L_419 = V_9;
if ((((int32_t)L_419) > ((int32_t)((int32_t)315682))))
{
goto IL_0d5f;
}
}
{
int32_t L_420 = V_9;
if ((((int32_t)L_420) > ((int32_t)((int32_t)237918))))
{
goto IL_0d10;
}
}
{
int32_t L_421 = V_9;
if ((((int32_t)L_421) > ((int32_t)((int32_t)226050))))
{
goto IL_0ce7;
}
}
{
int32_t L_422 = V_9;
if ((((int32_t)L_422) == ((int32_t)((int32_t)192323))))
{
goto IL_2717;
}
}
{
int32_t L_423 = V_9;
if ((((int32_t)L_423) == ((int32_t)((int32_t)226050))))
{
goto IL_375c;
}
}
{
goto IL_3a80;
}
IL_0ce7:
{
int32_t L_424 = V_9;
if ((((int32_t)L_424) == ((int32_t)((int32_t)227814))))
{
goto IL_3842;
}
}
{
int32_t L_425 = V_9;
if ((((int32_t)L_425) == ((int32_t)((int32_t)230446))))
{
goto IL_22f2;
}
}
{
int32_t L_426 = V_9;
if ((((int32_t)L_426) == ((int32_t)((int32_t)237918))))
{
goto IL_2698;
}
}
{
goto IL_3a80;
}
IL_0d10:
{
int32_t L_427 = V_9;
if ((((int32_t)L_427) > ((int32_t)((int32_t)276254))))
{
goto IL_0d36;
}
}
{
int32_t L_428 = V_9;
if ((((int32_t)L_428) == ((int32_t)((int32_t)275917))))
{
goto IL_2594;
}
}
{
int32_t L_429 = V_9;
if ((((int32_t)L_429) == ((int32_t)((int32_t)276254))))
{
goto IL_238c;
}
}
{
goto IL_3a80;
}
IL_0d36:
{
int32_t L_430 = V_9;
if ((((int32_t)L_430) == ((int32_t)((int32_t)280416))))
{
goto IL_2c03;
}
}
{
int32_t L_431 = V_9;
if ((((int32_t)L_431) == ((int32_t)((int32_t)281955))))
{
goto IL_2717;
}
}
{
int32_t L_432 = V_9;
if ((((int32_t)L_432) == ((int32_t)((int32_t)315682))))
{
goto IL_375c;
}
}
{
goto IL_3a80;
}
IL_0d5f:
{
int32_t L_433 = V_9;
if ((((int32_t)L_433) > ((int32_t)((int32_t)982252))))
{
goto IL_0db7;
}
}
{
int32_t L_434 = V_9;
if ((((int32_t)L_434) > ((int32_t)((int32_t)320078))))
{
goto IL_0d8e;
}
}
{
int32_t L_435 = V_9;
if ((((int32_t)L_435) == ((int32_t)((int32_t)317446))))
{
goto IL_3842;
}
}
{
int32_t L_436 = V_9;
if ((((int32_t)L_436) == ((int32_t)((int32_t)320078))))
{
goto IL_22f2;
}
}
{
goto IL_3a80;
}
IL_0d8e:
{
int32_t L_437 = V_9;
if ((((int32_t)L_437) == ((int32_t)((int32_t)327550))))
{
goto IL_2698;
}
}
{
int32_t L_438 = V_9;
if ((((int32_t)L_438) == ((int32_t)((int32_t)976214))))
{
goto IL_2685;
}
}
{
int32_t L_439 = V_9;
if ((((int32_t)L_439) == ((int32_t)((int32_t)982252))))
{
goto IL_2c05;
}
}
{
goto IL_3a80;
}
IL_0db7:
{
int32_t L_440 = V_9;
if ((((int32_t)L_440) > ((int32_t)((int32_t)1017743))))
{
goto IL_0ddd;
}
}
{
int32_t L_441 = V_9;
if ((((int32_t)L_441) == ((int32_t)((int32_t)1015979))))
{
goto IL_37c6;
}
}
{
int32_t L_442 = V_9;
if ((((int32_t)L_442) == ((int32_t)((int32_t)1017743))))
{
goto IL_38fc;
}
}
{
goto IL_3a80;
}
IL_0ddd:
{
int32_t L_443 = V_9;
if ((((int32_t)L_443) == ((int32_t)((int32_t)1027847))))
{
goto IL_270a;
}
}
{
int32_t L_444 = V_9;
if ((((int32_t)L_444) == ((int32_t)((int32_t)1065846))))
{
goto IL_2685;
}
}
{
int32_t L_445 = V_9;
if ((((int32_t)L_445) == ((int32_t)((int32_t)1071884))))
{
goto IL_2c05;
}
}
{
goto IL_3a80;
}
IL_0e06:
{
int32_t L_446 = V_9;
if ((((int32_t)L_446) > ((int32_t)((int32_t)1619421))))
{
goto IL_0eb9;
}
}
{
int32_t L_447 = V_9;
if ((((int32_t)L_447) > ((int32_t)((int32_t)1356515))))
{
goto IL_0e6a;
}
}
{
int32_t L_448 = V_9;
if ((((int32_t)L_448) > ((int32_t)((int32_t)1107375))))
{
goto IL_0e41;
}
}
{
int32_t L_449 = V_9;
if ((((int32_t)L_449) == ((int32_t)((int32_t)1105611))))
{
goto IL_37c6;
}
}
{
int32_t L_450 = V_9;
if ((((int32_t)L_450) == ((int32_t)((int32_t)1107375))))
{
goto IL_38fc;
}
}
{
goto IL_3a80;
}
IL_0e41:
{
int32_t L_451 = V_9;
if ((((int32_t)L_451) == ((int32_t)((int32_t)1117479))))
{
goto IL_270a;
}
}
{
int32_t L_452 = V_9;
if ((((int32_t)L_452) == ((int32_t)((int32_t)1286342))))
{
goto IL_36a1;
}
}
{
int32_t L_453 = V_9;
if ((((int32_t)L_453) == ((int32_t)((int32_t)1356515))))
{
goto IL_2a70;
}
}
{
goto IL_3a80;
}
IL_0e6a:
{
int32_t L_454 = V_9;
if ((((int32_t)L_454) > ((int32_t)((int32_t)1482398))))
{
goto IL_0e90;
}
}
{
int32_t L_455 = V_9;
if ((((int32_t)L_455) == ((int32_t)((int32_t)1441524))))
{
goto IL_2c18;
}
}
{
int32_t L_456 = V_9;
if ((((int32_t)L_456) == ((int32_t)((int32_t)1482398))))
{
goto IL_3315;
}
}
{
goto IL_3a80;
}
IL_0e90:
{
int32_t L_457 = V_9;
if ((((int32_t)L_457) == ((int32_t)((int32_t)1524585))))
{
goto IL_2b5e;
}
}
{
int32_t L_458 = V_9;
if ((((int32_t)L_458) == ((int32_t)((int32_t)1600507))))
{
goto IL_37cf;
}
}
{
int32_t L_459 = V_9;
if ((((int32_t)L_459) == ((int32_t)((int32_t)1619421))))
{
goto IL_2dbe;
}
}
{
goto IL_3a80;
}
IL_0eb9:
{
int32_t L_460 = V_9;
if ((((int32_t)L_460) > ((int32_t)((int32_t)2109854))))
{
goto IL_0f11;
}
}
{
int32_t L_461 = V_9;
if ((((int32_t)L_461) > ((int32_t)((int32_t)1913798))))
{
goto IL_0ee8;
}
}
{
int32_t L_462 = V_9;
if ((((int32_t)L_462) == ((int32_t)((int32_t)1750458))))
{
goto IL_23d0;
}
}
{
int32_t L_463 = V_9;
if ((((int32_t)L_463) == ((int32_t)((int32_t)1913798))))
{
goto IL_36a1;
}
}
{
goto IL_3a80;
}
IL_0ee8:
{
int32_t L_464 = V_9;
if ((((int32_t)L_464) == ((int32_t)((int32_t)1983971))))
{
goto IL_2a70;
}
}
{
int32_t L_465 = V_9;
if ((((int32_t)L_465) == ((int32_t)((int32_t)2068980))))
{
goto IL_2c18;
}
}
{
int32_t L_466 = V_9;
if ((((int32_t)L_466) == ((int32_t)((int32_t)2109854))))
{
goto IL_3315;
}
}
{
goto IL_3a80;
}
IL_0f11:
{
int32_t L_467 = V_9;
if ((((int32_t)L_467) > ((int32_t)((int32_t)2227963))))
{
goto IL_0f37;
}
}
{
int32_t L_468 = V_9;
if ((((int32_t)L_468) == ((int32_t)((int32_t)2152041))))
{
goto IL_2b5e;
}
}
{
int32_t L_469 = V_9;
if ((((int32_t)L_469) == ((int32_t)((int32_t)2227963))))
{
goto IL_37cf;
}
}
{
goto IL_3a80;
}
IL_0f37:
{
int32_t L_470 = V_9;
if ((((int32_t)L_470) == ((int32_t)((int32_t)2246877))))
{
goto IL_2dbe;
}
}
{
int32_t L_471 = V_9;
if ((((int32_t)L_471) == ((int32_t)((int32_t)6815845))))
{
goto IL_3703;
}
}
{
int32_t L_472 = V_9;
if ((((int32_t)L_472) == ((int32_t)((int32_t)6886018))))
{
goto IL_2b08;
}
}
{
goto IL_3a80;
}
IL_0f60:
{
int32_t L_473 = V_9;
if ((((int32_t)L_473) > ((int32_t)((int32_t)54741026))))
{
goto IL_10c6;
}
}
{
int32_t L_474 = V_9;
if ((((int32_t)L_474) > ((int32_t)((int32_t)7757466))))
{
goto IL_101f;
}
}
{
int32_t L_475 = V_9;
if ((((int32_t)L_475) > ((int32_t)((int32_t)7443301))))
{
goto IL_0fd0;
}
}
{
int32_t L_476 = V_9;
if ((((int32_t)L_476) > ((int32_t)((int32_t)7011901))))
{
goto IL_0fa7;
}
}
{
int32_t L_477 = V_9;
if ((((int32_t)L_477) == ((int32_t)((int32_t)6971027))))
{
goto IL_2ce0;
}
}
{
int32_t L_478 = V_9;
if ((((int32_t)L_478) == ((int32_t)((int32_t)7011901))))
{
goto IL_3401;
}
}
{
goto IL_3a80;
}
IL_0fa7:
{
int32_t L_479 = V_9;
if ((((int32_t)L_479) == ((int32_t)((int32_t)7054088))))
{
goto IL_2bf6;
}
}
{
int32_t L_480 = V_9;
if ((((int32_t)L_480) == ((int32_t)((int32_t)7130010))))
{
goto IL_3839;
}
}
{
int32_t L_481 = V_9;
if ((((int32_t)L_481) == ((int32_t)((int32_t)7443301))))
{
goto IL_3703;
}
}
{
goto IL_3a80;
}
IL_0fd0:
{
int32_t L_482 = V_9;
if ((((int32_t)L_482) > ((int32_t)((int32_t)7598483))))
{
goto IL_0ff6;
}
}
{
int32_t L_483 = V_9;
if ((((int32_t)L_483) == ((int32_t)((int32_t)7513474))))
{
goto IL_2b08;
}
}
{
int32_t L_484 = V_9;
if ((((int32_t)L_484) == ((int32_t)((int32_t)7598483))))
{
goto IL_2ce0;
}
}
{
goto IL_3a80;
}
IL_0ff6:
{
int32_t L_485 = V_9;
if ((((int32_t)L_485) == ((int32_t)((int32_t)7639357))))
{
goto IL_3401;
}
}
{
int32_t L_486 = V_9;
if ((((int32_t)L_486) == ((int32_t)((int32_t)7681544))))
{
goto IL_2bf6;
}
}
{
int32_t L_487 = V_9;
if ((((int32_t)L_487) == ((int32_t)((int32_t)7757466))))
{
goto IL_3839;
}
}
{
goto IL_3a80;
}
IL_101f:
{
int32_t L_488 = V_9;
if ((((int32_t)L_488) > ((int32_t)((int32_t)15115642))))
{
goto IL_1077;
}
}
{
int32_t L_489 = V_9;
if ((((int32_t)L_489) > ((int32_t)((int32_t)10723418))))
{
goto IL_104e;
}
}
{
int32_t L_490 = V_9;
if ((((int32_t)L_490) == ((int32_t)((int32_t)9133802))))
{
goto IL_3297;
}
}
{
int32_t L_491 = V_9;
if ((((int32_t)L_491) == ((int32_t)((int32_t)10723418))))
{
goto IL_3698;
}
}
{
goto IL_3a80;
}
IL_104e:
{
int32_t L_492 = V_9;
if ((((int32_t)L_492) == ((int32_t)((int32_t)11642281))))
{
goto IL_1a86;
}
}
{
int32_t L_493 = V_9;
if ((((int32_t)L_493) == ((int32_t)((int32_t)13526026))))
{
goto IL_3297;
}
}
{
int32_t L_494 = V_9;
if ((((int32_t)L_494) == ((int32_t)((int32_t)15115642))))
{
goto IL_3698;
}
}
{
goto IL_3a80;
}
IL_1077:
{
int32_t L_495 = V_9;
if ((((int32_t)L_495) > ((int32_t)((int32_t)47840323))))
{
goto IL_109d;
}
}
{
int32_t L_496 = V_9;
if ((((int32_t)L_496) == ((int32_t)((int32_t)16034505))))
{
goto IL_1a86;
}
}
{
int32_t L_497 = V_9;
if ((((int32_t)L_497) == ((int32_t)((int32_t)47840323))))
{
goto IL_32b6;
}
}
{
goto IL_3a80;
}
IL_109d:
{
int32_t L_498 = V_9;
if ((((int32_t)L_498) == ((int32_t)((int32_t)50348802))))
{
goto IL_1b05;
}
}
{
int32_t L_499 = V_9;
if ((((int32_t)L_499) == ((int32_t)((int32_t)52232547))))
{
goto IL_32b6;
}
}
{
int32_t L_500 = V_9;
if ((((int32_t)L_500) == ((int32_t)((int32_t)54741026))))
{
goto IL_1b05;
}
}
{
goto IL_3a80;
}
IL_10c6:
{
int32_t L_501 = V_9;
if ((((int32_t)L_501) > ((int32_t)((int32_t)514803617))))
{
goto IL_1179;
}
}
{
int32_t L_502 = V_9;
if ((((int32_t)L_502) > ((int32_t)((int32_t)340349191))))
{
goto IL_112a;
}
}
{
int32_t L_503 = V_9;
if ((((int32_t)L_503) > ((int32_t)((int32_t)72669687))))
{
goto IL_1101;
}
}
{
int32_t L_504 = V_9;
if ((((int32_t)L_504) == ((int32_t)((int32_t)69403544))))
{
goto IL_29bd;
}
}
{
int32_t L_505 = V_9;
if ((((int32_t)L_505) == ((int32_t)((int32_t)72669687))))
{
goto IL_217a;
}
}
{
goto IL_3a80;
}
IL_1101:
{
int32_t L_506 = V_9;
if ((((int32_t)L_506) == ((int32_t)((int32_t)100149144))))
{
goto IL_29bd;
}
}
{
int32_t L_507 = V_9;
if ((((int32_t)L_507) == ((int32_t)((int32_t)103415287))))
{
goto IL_217a;
}
}
{
int32_t L_508 = V_9;
if ((((int32_t)L_508) == ((int32_t)((int32_t)340349191))))
{
goto IL_2a5d;
}
}
{
goto IL_3a80;
}
IL_112a:
{
int32_t L_509 = V_9;
if ((((int32_t)L_509) > ((int32_t)((int32_t)371094791))))
{
goto IL_1150;
}
}
{
int32_t L_510 = V_9;
if ((((int32_t)L_510) == ((int32_t)((int32_t)343615334))))
{
goto IL_22c9;
}
}
{
int32_t L_511 = V_9;
if ((((int32_t)L_511) == ((int32_t)((int32_t)371094791))))
{
goto IL_2a5d;
}
}
{
goto IL_3a80;
}
IL_1150:
{
int32_t L_512 = V_9;
if ((((int32_t)L_512) == ((int32_t)((int32_t)374360934))))
{
goto IL_22c9;
}
}
{
int32_t L_513 = V_9;
if ((((int32_t)L_513) == ((int32_t)((int32_t)457225591))))
{
goto IL_19ad;
}
}
{
int32_t L_514 = V_9;
if ((((int32_t)L_514) == ((int32_t)((int32_t)514803617))))
{
goto IL_325b;
}
}
{
goto IL_3a80;
}
IL_1179:
{
int32_t L_515 = V_9;
if ((((int32_t)L_515) > ((int32_t)((int32_t)781906058))))
{
goto IL_11d1;
}
}
{
int32_t L_516 = V_9;
if ((((int32_t)L_516) > ((int32_t)((int32_t)566686826))))
{
goto IL_11a8;
}
}
{
int32_t L_517 = V_9;
if ((((int32_t)L_517) == ((int32_t)((int32_t)551025096))))
{
goto IL_32d6;
}
}
{
int32_t L_518 = V_9;
if ((((int32_t)L_518) == ((int32_t)((int32_t)566686826))))
{
goto IL_3297;
}
}
{
goto IL_3a80;
}
IL_11a8:
{
int32_t L_519 = V_9;
if ((((int32_t)L_519) == ((int32_t)((int32_t)730022849))))
{
goto IL_325b;
}
}
{
int32_t L_520 = V_9;
if ((((int32_t)L_520) == ((int32_t)((int32_t)766244328))))
{
goto IL_32d6;
}
}
{
int32_t L_521 = V_9;
if ((((int32_t)L_521) == ((int32_t)((int32_t)781906058))))
{
goto IL_3297;
}
}
{
goto IL_3a80;
}
IL_11d1:
{
int32_t L_522 = V_9;
if ((((int32_t)L_522) > ((int32_t)((int32_t)1109386397))))
{
goto IL_1203;
}
}
{
int32_t L_523 = V_9;
if ((((int32_t)L_523) == ((int32_t)((int32_t)1100728678))))
{
goto IL_3419;
}
}
{
int32_t L_524 = V_9;
if ((((int32_t)L_524) == ((int32_t)((int32_t)1109349752))))
{
goto IL_35d9;
}
}
{
int32_t L_525 = V_9;
if ((((int32_t)L_525) == ((int32_t)((int32_t)1109386397))))
{
goto IL_2cf3;
}
}
{
goto IL_3a80;
}
IL_1203:
{
int32_t L_526 = V_9;
if ((((int32_t)L_526) == ((int32_t)((int32_t)1897350193))))
{
goto IL_368b;
}
}
{
int32_t L_527 = V_9;
if ((((int32_t)L_527) == ((int32_t)((int32_t)1897386838))))
{
goto IL_2db1;
}
}
{
int32_t L_528 = V_9;
if ((((int32_t)L_528) == ((int32_t)((int32_t)2012149182))))
{
goto IL_1846;
}
}
{
goto IL_3a80;
}
IL_122c:
{
int32_t L_529 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_529|(int32_t)1)));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_530 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_530, 1, /*hidden argument*/NULL);
__this->set_m_fontWeightInternal_68(((int32_t)700));
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_531 = __this->get_address_of_m_fontWeightStack_69();
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_531, ((int32_t)700), /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
return (bool)1;
}
IL_1264:
{
int32_t L_532 = __this->get_m_fontStyle_75();
if ((((int32_t)((int32_t)((int32_t)L_532&(int32_t)1))) == ((int32_t)1)))
{
goto IL_129d;
}
}
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_533 = __this->get_address_of_m_fontWeightStack_69();
int32_t L_534 = TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_533, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
__this->set_m_fontWeightInternal_68(L_534);
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_535 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_536 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_535, 1, /*hidden argument*/NULL);
if (L_536)
{
goto IL_129d;
}
}
{
int32_t L_537 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_537&(int32_t)((int32_t)-2))));
}
IL_129d:
{
return (bool)1;
}
IL_129f:
{
int32_t L_538 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_538|(int32_t)2)));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_539 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_539, 2, /*hidden argument*/NULL);
return (bool)1;
}
IL_12bc:
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_540 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_541 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_540, 2, /*hidden argument*/NULL);
if (L_541)
{
goto IL_12d9;
}
}
{
int32_t L_542 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_542&(int32_t)((int32_t)-3))));
}
IL_12d9:
{
return (bool)1;
}
IL_12db:
{
int32_t L_543 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_543|(int32_t)((int32_t)64))));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_544 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_544, ((int32_t)64), /*hidden argument*/NULL);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_545 = __this->get_m_xmlAttribute_171();
NullCheck(L_545);
int32_t L_546 = ((L_545)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_nameHashCode_0();
if ((((int32_t)L_546) == ((int32_t)((int32_t)281955))))
{
goto IL_1328;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_547 = __this->get_m_xmlAttribute_171();
NullCheck(L_547);
int32_t L_548 = ((L_547)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_nameHashCode_0();
if ((!(((uint32_t)L_548) == ((uint32_t)((int32_t)192323)))))
{
goto IL_1399;
}
}
IL_1328:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_549 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_550 = __this->get_m_xmlAttribute_171();
NullCheck(L_550);
int32_t L_551 = ((L_550)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_552 = __this->get_m_xmlAttribute_171();
NullCheck(L_552);
int32_t L_553 = ((L_552)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueLength_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_554 = TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030(__this, L_549, L_551, L_553, /*hidden argument*/NULL);
__this->set_m_strikethroughColor_49(L_554);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_555 = __this->get_address_of_m_strikethroughColor_49();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_556 = __this->get_address_of_m_htmlColor_203();
uint8_t L_557 = L_556->get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_558 = __this->get_address_of_m_strikethroughColor_49();
uint8_t L_559 = L_558->get_a_4();
G_B373_0 = L_555;
if ((((int32_t)L_557) < ((int32_t)L_559)))
{
G_B374_0 = L_555;
goto IL_1387;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_560 = __this->get_address_of_m_strikethroughColor_49();
uint8_t L_561 = L_560->get_a_4();
G_B375_0 = L_561;
G_B375_1 = G_B373_0;
goto IL_1392;
}
IL_1387:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_562 = __this->get_address_of_m_htmlColor_203();
uint8_t L_563 = L_562->get_a_4();
G_B375_0 = L_563;
G_B375_1 = G_B374_0;
}
IL_1392:
{
G_B375_1->set_a_4(G_B375_0);
goto IL_13a5;
}
IL_1399:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_564 = __this->get_m_htmlColor_203();
__this->set_m_strikethroughColor_49(L_564);
}
IL_13a5:
{
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_565 = __this->get_address_of_m_strikethroughColorStack_206();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_566 = __this->get_m_strikethroughColor_49();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_565, L_566, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_13b8:
{
int32_t L_567 = __this->get_m_fontStyle_75();
if ((((int32_t)((int32_t)((int32_t)L_567&(int32_t)((int32_t)64)))) == ((int32_t)((int32_t)64))))
{
goto IL_13e3;
}
}
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_568 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_569 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_568, ((int32_t)64), /*hidden argument*/NULL);
if (L_569)
{
goto IL_13e3;
}
}
{
int32_t L_570 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_570&(int32_t)((int32_t)-65))));
}
IL_13e3:
{
return (bool)1;
}
IL_13e5:
{
int32_t L_571 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_571|(int32_t)4)));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_572 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_572, 4, /*hidden argument*/NULL);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_573 = __this->get_m_xmlAttribute_171();
NullCheck(L_573);
int32_t L_574 = ((L_573)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_nameHashCode_0();
if ((((int32_t)L_574) == ((int32_t)((int32_t)281955))))
{
goto IL_1430;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_575 = __this->get_m_xmlAttribute_171();
NullCheck(L_575);
int32_t L_576 = ((L_575)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_nameHashCode_0();
if ((!(((uint32_t)L_576) == ((uint32_t)((int32_t)192323)))))
{
goto IL_14a1;
}
}
IL_1430:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_577 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_578 = __this->get_m_xmlAttribute_171();
NullCheck(L_578);
int32_t L_579 = ((L_578)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_580 = __this->get_m_xmlAttribute_171();
NullCheck(L_580);
int32_t L_581 = ((L_580)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueLength_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_582 = TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030(__this, L_577, L_579, L_581, /*hidden argument*/NULL);
__this->set_m_underlineColor_48(L_582);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_583 = __this->get_address_of_m_underlineColor_48();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_584 = __this->get_address_of_m_htmlColor_203();
uint8_t L_585 = L_584->get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_586 = __this->get_address_of_m_underlineColor_48();
uint8_t L_587 = L_586->get_a_4();
G_B385_0 = L_583;
if ((((int32_t)L_585) < ((int32_t)L_587)))
{
G_B386_0 = L_583;
goto IL_148f;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_588 = __this->get_address_of_m_underlineColor_48();
uint8_t L_589 = L_588->get_a_4();
G_B387_0 = L_589;
G_B387_1 = G_B385_0;
goto IL_149a;
}
IL_148f:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_590 = __this->get_address_of_m_htmlColor_203();
uint8_t L_591 = L_590->get_a_4();
G_B387_0 = L_591;
G_B387_1 = G_B386_0;
}
IL_149a:
{
G_B387_1->set_a_4(G_B387_0);
goto IL_14ad;
}
IL_14a1:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_592 = __this->get_m_htmlColor_203();
__this->set_m_underlineColor_48(L_592);
}
IL_14ad:
{
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_593 = __this->get_address_of_m_underlineColorStack_205();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_594 = __this->get_m_underlineColor_48();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_593, L_594, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_14c0:
{
int32_t L_595 = __this->get_m_fontStyle_75();
if ((((int32_t)((int32_t)((int32_t)L_595&(int32_t)4))) == ((int32_t)4)))
{
goto IL_14f9;
}
}
{
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_596 = __this->get_address_of_m_underlineColorStack_205();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_597 = TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_596, /*hidden argument*/TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_RuntimeMethod_var);
__this->set_m_underlineColor_48(L_597);
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_598 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_599 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_598, 4, /*hidden argument*/NULL);
if (L_599)
{
goto IL_14f9;
}
}
{
int32_t L_600 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_600&(int32_t)((int32_t)-5))));
}
IL_14f9:
{
return (bool)1;
}
IL_14fb:
{
int32_t L_601 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_601|(int32_t)((int32_t)512))));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_602 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_602, ((int32_t)512), /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_603 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_604 = __this->get_m_xmlAttribute_171();
NullCheck(L_604);
int32_t L_605 = ((L_604)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_606 = __this->get_m_xmlAttribute_171();
NullCheck(L_606);
int32_t L_607 = ((L_606)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_608 = TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030(__this, L_603, L_605, L_607, /*hidden argument*/NULL);
__this->set_m_highlightColor_50(L_608);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_609 = __this->get_address_of_m_highlightColor_50();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_610 = __this->get_address_of_m_htmlColor_203();
uint8_t L_611 = L_610->get_a_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_612 = __this->get_address_of_m_highlightColor_50();
uint8_t L_613 = L_612->get_a_4();
G_B395_0 = L_609;
if ((((int32_t)L_611) < ((int32_t)L_613)))
{
G_B396_0 = L_609;
goto IL_157d;
}
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_614 = __this->get_address_of_m_highlightColor_50();
uint8_t L_615 = L_614->get_a_4();
G_B397_0 = L_615;
G_B397_1 = G_B395_0;
goto IL_1588;
}
IL_157d:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_616 = __this->get_address_of_m_htmlColor_203();
uint8_t L_617 = L_616->get_a_4();
G_B397_0 = L_617;
G_B397_1 = G_B396_0;
}
IL_1588:
{
G_B397_1->set_a_4(G_B397_0);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_618 = __this->get_address_of_m_highlightColorStack_207();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_619 = __this->get_m_highlightColor_50();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_618, L_619, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_15a0:
{
int32_t L_620 = __this->get_m_fontStyle_75();
if ((((int32_t)((int32_t)((int32_t)L_620&(int32_t)((int32_t)512)))) == ((int32_t)((int32_t)512))))
{
goto IL_15e8;
}
}
{
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_621 = __this->get_address_of_m_highlightColorStack_207();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_622 = TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_621, /*hidden argument*/TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_RuntimeMethod_var);
__this->set_m_highlightColor_50(L_622);
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_623 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_624 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_623, ((int32_t)512), /*hidden argument*/NULL);
if (L_624)
{
goto IL_15e8;
}
}
{
int32_t L_625 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_625&(int32_t)((int32_t)-513))));
}
IL_15e8:
{
return (bool)1;
}
IL_15ea:
{
float L_626 = __this->get_m_fontScaleMultiplier_169();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_627 = __this->get_m_currentFontAsset_33();
NullCheck(L_627);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_628 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_627, /*hidden argument*/NULL);
NullCheck(L_628);
float L_629 = L_628->get_SubSize_12();
G_B403_0 = L_626;
G_B403_1 = __this;
if ((((float)L_629) > ((float)(0.0f))))
{
G_B404_0 = L_626;
G_B404_1 = __this;
goto IL_160f;
}
}
{
G_B405_0 = (1.0f);
G_B405_1 = G_B403_0;
G_B405_2 = G_B403_1;
goto IL_161f;
}
IL_160f:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_630 = __this->get_m_currentFontAsset_33();
NullCheck(L_630);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_631 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_630, /*hidden argument*/NULL);
NullCheck(L_631);
float L_632 = L_631->get_SubSize_12();
G_B405_0 = L_632;
G_B405_1 = G_B404_0;
G_B405_2 = G_B404_1;
}
IL_161f:
{
NullCheck(G_B405_2);
G_B405_2->set_m_fontScaleMultiplier_169(((float)il2cpp_codegen_multiply((float)G_B405_1, (float)G_B405_0)));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_633 = __this->get_address_of_m_baselineOffsetStack_216();
float L_634 = __this->get_m_baselineOffset_215();
TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_633, L_634, /*hidden argument*/TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2_RuntimeMethod_var);
float L_635 = __this->get_m_baselineOffset_215();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_636 = __this->get_m_currentFontAsset_33();
NullCheck(L_636);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_637 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_636, /*hidden argument*/NULL);
NullCheck(L_637);
float L_638 = L_637->get_SubscriptOffset_11();
float L_639 = __this->get_m_fontScale_168();
float L_640 = __this->get_m_fontScaleMultiplier_169();
__this->set_m_baselineOffset_215(((float)il2cpp_codegen_add((float)L_635, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_638, (float)L_639)), (float)L_640)))));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_641 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_641, ((int32_t)256), /*hidden argument*/NULL);
int32_t L_642 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_642|(int32_t)((int32_t)256))));
return (bool)1;
}
IL_1686:
{
int32_t L_643 = __this->get_m_style_76();
if ((!(((uint32_t)((int32_t)((int32_t)L_643&(int32_t)((int32_t)256)))) == ((uint32_t)((int32_t)256)))))
{
goto IL_1716;
}
}
{
float L_644 = __this->get_m_fontScaleMultiplier_169();
if ((!(((float)L_644) < ((float)(1.0f)))))
{
goto IL_16f2;
}
}
{
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_645 = __this->get_address_of_m_baselineOffsetStack_216();
float L_646 = TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_645, /*hidden argument*/TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72_RuntimeMethod_var);
__this->set_m_baselineOffset_215(L_646);
float L_647 = __this->get_m_fontScaleMultiplier_169();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_648 = __this->get_m_currentFontAsset_33();
NullCheck(L_648);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_649 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_648, /*hidden argument*/NULL);
NullCheck(L_649);
float L_650 = L_649->get_SubSize_12();
G_B409_0 = L_647;
G_B409_1 = __this;
if ((((float)L_650) > ((float)(0.0f))))
{
G_B410_0 = L_647;
G_B410_1 = __this;
goto IL_16dc;
}
}
{
G_B411_0 = (1.0f);
G_B411_1 = G_B409_0;
G_B411_2 = G_B409_1;
goto IL_16ec;
}
IL_16dc:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_651 = __this->get_m_currentFontAsset_33();
NullCheck(L_651);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_652 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_651, /*hidden argument*/NULL);
NullCheck(L_652);
float L_653 = L_652->get_SubSize_12();
G_B411_0 = L_653;
G_B411_1 = G_B410_0;
G_B411_2 = G_B410_1;
}
IL_16ec:
{
NullCheck(G_B411_2);
G_B411_2->set_m_fontScaleMultiplier_169(((float)((float)G_B411_1/(float)G_B411_0)));
}
IL_16f2:
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_654 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_655 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_654, ((int32_t)256), /*hidden argument*/NULL);
if (L_655)
{
goto IL_1716;
}
}
{
int32_t L_656 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_656&(int32_t)((int32_t)-257))));
}
IL_1716:
{
return (bool)1;
}
IL_1718:
{
float L_657 = __this->get_m_fontScaleMultiplier_169();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_658 = __this->get_m_currentFontAsset_33();
NullCheck(L_658);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_659 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_658, /*hidden argument*/NULL);
NullCheck(L_659);
float L_660 = L_659->get_SubSize_12();
G_B416_0 = L_657;
G_B416_1 = __this;
if ((((float)L_660) > ((float)(0.0f))))
{
G_B417_0 = L_657;
G_B417_1 = __this;
goto IL_173d;
}
}
{
G_B418_0 = (1.0f);
G_B418_1 = G_B416_0;
G_B418_2 = G_B416_1;
goto IL_174d;
}
IL_173d:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_661 = __this->get_m_currentFontAsset_33();
NullCheck(L_661);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_662 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_661, /*hidden argument*/NULL);
NullCheck(L_662);
float L_663 = L_662->get_SubSize_12();
G_B418_0 = L_663;
G_B418_1 = G_B417_0;
G_B418_2 = G_B417_1;
}
IL_174d:
{
NullCheck(G_B418_2);
G_B418_2->set_m_fontScaleMultiplier_169(((float)il2cpp_codegen_multiply((float)G_B418_1, (float)G_B418_0)));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_664 = __this->get_address_of_m_baselineOffsetStack_216();
float L_665 = __this->get_m_baselineOffset_215();
TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_664, L_665, /*hidden argument*/TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2_RuntimeMethod_var);
float L_666 = __this->get_m_baselineOffset_215();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_667 = __this->get_m_currentFontAsset_33();
NullCheck(L_667);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_668 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_667, /*hidden argument*/NULL);
NullCheck(L_668);
float L_669 = L_668->get_SuperscriptOffset_10();
float L_670 = __this->get_m_fontScale_168();
float L_671 = __this->get_m_fontScaleMultiplier_169();
__this->set_m_baselineOffset_215(((float)il2cpp_codegen_add((float)L_666, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_669, (float)L_670)), (float)L_671)))));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_672 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_672, ((int32_t)128), /*hidden argument*/NULL);
int32_t L_673 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_673|(int32_t)((int32_t)128))));
return (bool)1;
}
IL_17b4:
{
int32_t L_674 = __this->get_m_style_76();
if ((!(((uint32_t)((int32_t)((int32_t)L_674&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
{
goto IL_1844;
}
}
{
float L_675 = __this->get_m_fontScaleMultiplier_169();
if ((!(((float)L_675) < ((float)(1.0f)))))
{
goto IL_1820;
}
}
{
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_676 = __this->get_address_of_m_baselineOffsetStack_216();
float L_677 = TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_676, /*hidden argument*/TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72_RuntimeMethod_var);
__this->set_m_baselineOffset_215(L_677);
float L_678 = __this->get_m_fontScaleMultiplier_169();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_679 = __this->get_m_currentFontAsset_33();
NullCheck(L_679);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_680 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_679, /*hidden argument*/NULL);
NullCheck(L_680);
float L_681 = L_680->get_SubSize_12();
G_B422_0 = L_678;
G_B422_1 = __this;
if ((((float)L_681) > ((float)(0.0f))))
{
G_B423_0 = L_678;
G_B423_1 = __this;
goto IL_180a;
}
}
{
G_B424_0 = (1.0f);
G_B424_1 = G_B422_0;
G_B424_2 = G_B422_1;
goto IL_181a;
}
IL_180a:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_682 = __this->get_m_currentFontAsset_33();
NullCheck(L_682);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_683 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_682, /*hidden argument*/NULL);
NullCheck(L_683);
float L_684 = L_683->get_SubSize_12();
G_B424_0 = L_684;
G_B424_1 = G_B423_0;
G_B424_2 = G_B423_1;
}
IL_181a:
{
NullCheck(G_B424_2);
G_B424_2->set_m_fontScaleMultiplier_169(((float)((float)G_B424_1/(float)G_B424_0)));
}
IL_1820:
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_685 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_686 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_685, ((int32_t)128), /*hidden argument*/NULL);
if (L_686)
{
goto IL_1844;
}
}
{
int32_t L_687 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_687&(int32_t)((int32_t)-129))));
}
IL_1844:
{
return (bool)1;
}
IL_1846:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_688 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_689 = __this->get_m_xmlAttribute_171();
NullCheck(L_689);
int32_t L_690 = ((L_689)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_691 = __this->get_m_xmlAttribute_171();
NullCheck(L_691);
int32_t L_692 = ((L_691)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_693 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_688, L_690, L_692, /*hidden argument*/NULL);
V_8 = L_693;
float L_694 = V_8;
if ((!(((float)L_694) == ((float)(-9999.0f)))))
{
goto IL_1881;
}
}
{
return (bool)0;
}
IL_1881:
{
int32_t L_695 = __this->get_m_fontStyle_75();
if ((!(((uint32_t)((int32_t)((int32_t)L_695&(int32_t)1))) == ((uint32_t)1))))
{
goto IL_188e;
}
}
{
return (bool)1;
}
IL_188e:
{
int32_t L_696 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_696&(int32_t)((int32_t)-2))));
float L_697 = V_8;
V_9 = (((int32_t)((int32_t)L_697)));
int32_t L_698 = V_9;
if ((((int32_t)L_698) > ((int32_t)((int32_t)400))))
{
goto IL_18df;
}
}
{
int32_t L_699 = V_9;
if ((((int32_t)L_699) > ((int32_t)((int32_t)200))))
{
goto IL_18c8;
}
}
{
int32_t L_700 = V_9;
if ((((int32_t)L_700) == ((int32_t)((int32_t)100))))
{
goto IL_191c;
}
}
{
int32_t L_701 = V_9;
if ((((int32_t)L_701) == ((int32_t)((int32_t)200))))
{
goto IL_1926;
}
}
{
goto IL_199a;
}
IL_18c8:
{
int32_t L_702 = V_9;
if ((((int32_t)L_702) == ((int32_t)((int32_t)300))))
{
goto IL_1933;
}
}
{
int32_t L_703 = V_9;
if ((((int32_t)L_703) == ((int32_t)((int32_t)400))))
{
goto IL_1940;
}
}
{
goto IL_199a;
}
IL_18df:
{
int32_t L_704 = V_9;
if ((((int32_t)L_704) > ((int32_t)((int32_t)600))))
{
goto IL_18ff;
}
}
{
int32_t L_705 = V_9;
if ((((int32_t)L_705) == ((int32_t)((int32_t)500))))
{
goto IL_194d;
}
}
{
int32_t L_706 = V_9;
if ((((int32_t)L_706) == ((int32_t)((int32_t)600))))
{
goto IL_195a;
}
}
{
goto IL_199a;
}
IL_18ff:
{
int32_t L_707 = V_9;
if ((((int32_t)L_707) == ((int32_t)((int32_t)700))))
{
goto IL_1967;
}
}
{
int32_t L_708 = V_9;
if ((((int32_t)L_708) == ((int32_t)((int32_t)800))))
{
goto IL_1982;
}
}
{
int32_t L_709 = V_9;
if ((((int32_t)L_709) == ((int32_t)((int32_t)900))))
{
goto IL_198f;
}
}
{
goto IL_199a;
}
IL_191c:
{
__this->set_m_fontWeightInternal_68(((int32_t)100));
goto IL_199a;
}
IL_1926:
{
__this->set_m_fontWeightInternal_68(((int32_t)200));
goto IL_199a;
}
IL_1933:
{
__this->set_m_fontWeightInternal_68(((int32_t)300));
goto IL_199a;
}
IL_1940:
{
__this->set_m_fontWeightInternal_68(((int32_t)400));
goto IL_199a;
}
IL_194d:
{
__this->set_m_fontWeightInternal_68(((int32_t)500));
goto IL_199a;
}
IL_195a:
{
__this->set_m_fontWeightInternal_68(((int32_t)600));
goto IL_199a;
}
IL_1967:
{
__this->set_m_fontWeightInternal_68(((int32_t)700));
int32_t L_710 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_710|(int32_t)1)));
goto IL_199a;
}
IL_1982:
{
__this->set_m_fontWeightInternal_68(((int32_t)800));
goto IL_199a;
}
IL_198f:
{
__this->set_m_fontWeightInternal_68(((int32_t)900));
}
IL_199a:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_711 = __this->get_address_of_m_fontWeightStack_69();
int32_t L_712 = __this->get_m_fontWeightInternal_68();
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_711, L_712, /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
return (bool)1;
}
IL_19ad:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_713 = __this->get_address_of_m_fontWeightStack_69();
int32_t L_714 = TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_713, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
__this->set_m_fontWeightInternal_68(L_714);
int32_t L_715 = __this->get_m_fontWeightInternal_68();
if ((!(((uint32_t)L_715) == ((uint32_t)((int32_t)400)))))
{
goto IL_19da;
}
}
{
int32_t L_716 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_716&(int32_t)((int32_t)-2))));
}
IL_19da:
{
return (bool)1;
}
IL_19dc:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_717 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_718 = __this->get_m_xmlAttribute_171();
NullCheck(L_718);
int32_t L_719 = ((L_718)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_720 = __this->get_m_xmlAttribute_171();
NullCheck(L_720);
int32_t L_721 = ((L_720)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_722 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_717, L_719, L_721, /*hidden argument*/NULL);
V_8 = L_722;
float L_723 = V_8;
if ((!(((float)L_723) == ((float)(-9999.0f)))))
{
goto IL_1a17;
}
}
{
return (bool)0;
}
IL_1a17:
{
int32_t L_724 = V_2;
switch (L_724)
{
case 0:
{
goto IL_1a2b;
}
case 1:
{
goto IL_1a35;
}
case 2:
{
goto IL_1a64;
}
}
}
{
goto IL_1a7b;
}
IL_1a2b:
{
float L_725 = V_8;
__this->set_m_xAdvance_217(L_725);
return (bool)1;
}
IL_1a35:
{
float L_726 = V_8;
float L_727 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_728 = __this->get_m_fontAsset_32();
NullCheck(L_728);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_729 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_728, /*hidden argument*/NULL);
NullCheck(L_729);
float L_730 = L_729->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_731 = __this->get_m_fontAsset_32();
NullCheck(L_731);
uint8_t L_732 = L_731->get_tabSize_25();
__this->set_m_xAdvance_217(((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_726, (float)L_727)), (float)L_730))/(float)(((float)((float)L_732))))));
return (bool)1;
}
IL_1a64:
{
float L_733 = __this->get_m_marginWidth_130();
float L_734 = V_8;
__this->set_m_xAdvance_217(((float)((float)((float)il2cpp_codegen_multiply((float)L_733, (float)L_734))/(float)(100.0f))));
return (bool)1;
}
IL_1a7b:
{
return (bool)0;
}
IL_1a7d:
{
__this->set_m_isIgnoringAlignment_98((bool)0);
return (bool)1;
}
IL_1a86:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_735 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_736 = __this->get_m_xmlAttribute_171();
NullCheck(L_736);
int32_t L_737 = ((L_736)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_738 = __this->get_m_xmlAttribute_171();
NullCheck(L_738);
int32_t L_739 = ((L_738)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_740 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_735, L_737, L_739, /*hidden argument*/NULL);
V_8 = L_740;
float L_741 = V_8;
if ((!(((float)L_741) == ((float)(-9999.0f)))))
{
goto IL_1ac1;
}
}
{
return (bool)0;
}
IL_1ac1:
{
int32_t L_742 = V_2;
switch (L_742)
{
case 0:
{
goto IL_1ad5;
}
case 1:
{
goto IL_1adf;
}
case 2:
{
goto IL_1b01;
}
}
}
{
goto IL_1b03;
}
IL_1ad5:
{
float L_743 = V_8;
__this->set_m_baselineOffset_215(L_743);
return (bool)1;
}
IL_1adf:
{
float L_744 = V_8;
float L_745 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_746 = __this->get_m_fontAsset_32();
NullCheck(L_746);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_747 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_746, /*hidden argument*/NULL);
NullCheck(L_747);
float L_748 = L_747->get_Ascender_6();
__this->set_m_baselineOffset_215(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_744, (float)L_745)), (float)L_748)));
return (bool)1;
}
IL_1b01:
{
return (bool)0;
}
IL_1b03:
{
return (bool)0;
}
IL_1b05:
{
__this->set_m_baselineOffset_215((0.0f));
return (bool)1;
}
IL_1b12:
{
int32_t L_749 = __this->get_m_overflowMode_100();
if ((!(((uint32_t)L_749) == ((uint32_t)5))))
{
goto IL_1b54;
}
}
{
float L_750 = __this->get_tag_LineIndent_173();
float L_751 = __this->get_tag_Indent_174();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.0f), (float)L_750)), (float)L_751)));
__this->set_m_lineOffset_201((0.0f));
int32_t L_752 = __this->get_m_pageNumber_194();
__this->set_m_pageNumber_194(((int32_t)il2cpp_codegen_add((int32_t)L_752, (int32_t)1)));
__this->set_m_isNewPage_126((bool)1);
}
IL_1b54:
{
return (bool)1;
}
IL_1b56:
{
__this->set_m_isNonBreakingSpace_97((bool)1);
return (bool)1;
}
IL_1b5f:
{
__this->set_m_isNonBreakingSpace_97((bool)0);
return (bool)1;
}
IL_1b68:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_753 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_754 = __this->get_m_xmlAttribute_171();
NullCheck(L_754);
int32_t L_755 = ((L_754)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_756 = __this->get_m_xmlAttribute_171();
NullCheck(L_756);
int32_t L_757 = ((L_756)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_758 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_753, L_755, L_757, /*hidden argument*/NULL);
V_8 = L_758;
float L_759 = V_8;
if ((!(((float)L_759) == ((float)(-9999.0f)))))
{
goto IL_1ba3;
}
}
{
return (bool)0;
}
IL_1ba3:
{
int32_t L_760 = V_2;
switch (L_760)
{
case 0:
{
goto IL_1bba;
}
case 1:
{
goto IL_1cfa;
}
case 2:
{
goto IL_1d5f;
}
}
}
{
goto IL_1dca;
}
IL_1bba:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_761 = __this->get_m_htmlTag_170();
NullCheck(L_761);
int32_t L_762 = 5;
uint16_t L_763 = (uint16_t)(L_761)->GetAt(static_cast<il2cpp_array_size_t>(L_762));
if ((!(((uint32_t)L_763) == ((uint32_t)((int32_t)43)))))
{
goto IL_1c2b;
}
}
{
float L_764 = __this->get_m_fontSize_63();
float L_765 = V_8;
__this->set_m_currentFontSize_64(((float)il2cpp_codegen_add((float)L_764, (float)L_765)));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_766 = __this->get_address_of_m_sizeStack_66();
float L_767 = __this->get_m_currentFontSize_64();
TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_766, L_767, /*hidden argument*/TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var);
float L_768 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_769 = __this->get_m_currentFontAsset_33();
NullCheck(L_769);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_770 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_769, /*hidden argument*/NULL);
NullCheck(L_770);
float L_771 = L_770->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_772 = __this->get_m_currentFontAsset_33();
NullCheck(L_772);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_773 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_772, /*hidden argument*/NULL);
NullCheck(L_773);
float L_774 = L_773->get_Scale_2();
bool L_775 = __this->get_m_isOrthographic_111();
G_B490_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_768/(float)L_771)), (float)L_774));
G_B490_1 = __this;
if (L_775)
{
G_B491_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_768/(float)L_771)), (float)L_774));
G_B491_1 = __this;
goto IL_1c1e;
}
}
{
G_B492_0 = (0.1f);
G_B492_1 = G_B490_0;
G_B492_2 = G_B490_1;
goto IL_1c23;
}
IL_1c1e:
{
G_B492_0 = (1.0f);
G_B492_1 = G_B491_0;
G_B492_2 = G_B491_1;
}
IL_1c23:
{
NullCheck(G_B492_2);
G_B492_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B492_1, (float)G_B492_0)));
return (bool)1;
}
IL_1c2b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_776 = __this->get_m_htmlTag_170();
NullCheck(L_776);
int32_t L_777 = 5;
uint16_t L_778 = (uint16_t)(L_776)->GetAt(static_cast<il2cpp_array_size_t>(L_777));
if ((!(((uint32_t)L_778) == ((uint32_t)((int32_t)45)))))
{
goto IL_1c9c;
}
}
{
float L_779 = __this->get_m_fontSize_63();
float L_780 = V_8;
__this->set_m_currentFontSize_64(((float)il2cpp_codegen_add((float)L_779, (float)L_780)));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_781 = __this->get_address_of_m_sizeStack_66();
float L_782 = __this->get_m_currentFontSize_64();
TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_781, L_782, /*hidden argument*/TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var);
float L_783 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_784 = __this->get_m_currentFontAsset_33();
NullCheck(L_784);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_785 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_784, /*hidden argument*/NULL);
NullCheck(L_785);
float L_786 = L_785->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_787 = __this->get_m_currentFontAsset_33();
NullCheck(L_787);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_788 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_787, /*hidden argument*/NULL);
NullCheck(L_788);
float L_789 = L_788->get_Scale_2();
bool L_790 = __this->get_m_isOrthographic_111();
G_B495_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_783/(float)L_786)), (float)L_789));
G_B495_1 = __this;
if (L_790)
{
G_B496_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_783/(float)L_786)), (float)L_789));
G_B496_1 = __this;
goto IL_1c8f;
}
}
{
G_B497_0 = (0.1f);
G_B497_1 = G_B495_0;
G_B497_2 = G_B495_1;
goto IL_1c94;
}
IL_1c8f:
{
G_B497_0 = (1.0f);
G_B497_1 = G_B496_0;
G_B497_2 = G_B496_1;
}
IL_1c94:
{
NullCheck(G_B497_2);
G_B497_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B497_1, (float)G_B497_0)));
return (bool)1;
}
IL_1c9c:
{
float L_791 = V_8;
__this->set_m_currentFontSize_64(L_791);
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_792 = __this->get_address_of_m_sizeStack_66();
float L_793 = __this->get_m_currentFontSize_64();
TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_792, L_793, /*hidden argument*/TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var);
float L_794 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_795 = __this->get_m_currentFontAsset_33();
NullCheck(L_795);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_796 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_795, /*hidden argument*/NULL);
NullCheck(L_796);
float L_797 = L_796->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_798 = __this->get_m_currentFontAsset_33();
NullCheck(L_798);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_799 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_798, /*hidden argument*/NULL);
NullCheck(L_799);
float L_800 = L_799->get_Scale_2();
bool L_801 = __this->get_m_isOrthographic_111();
G_B499_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_794/(float)L_797)), (float)L_800));
G_B499_1 = __this;
if (L_801)
{
G_B500_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_794/(float)L_797)), (float)L_800));
G_B500_1 = __this;
goto IL_1ced;
}
}
{
G_B501_0 = (0.1f);
G_B501_1 = G_B499_0;
G_B501_2 = G_B499_1;
goto IL_1cf2;
}
IL_1ced:
{
G_B501_0 = (1.0f);
G_B501_1 = G_B500_0;
G_B501_2 = G_B500_1;
}
IL_1cf2:
{
NullCheck(G_B501_2);
G_B501_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B501_1, (float)G_B501_0)));
return (bool)1;
}
IL_1cfa:
{
float L_802 = __this->get_m_fontSize_63();
float L_803 = V_8;
__this->set_m_currentFontSize_64(((float)il2cpp_codegen_multiply((float)L_802, (float)L_803)));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_804 = __this->get_address_of_m_sizeStack_66();
float L_805 = __this->get_m_currentFontSize_64();
TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_804, L_805, /*hidden argument*/TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var);
float L_806 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_807 = __this->get_m_currentFontAsset_33();
NullCheck(L_807);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_808 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_807, /*hidden argument*/NULL);
NullCheck(L_808);
float L_809 = L_808->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_810 = __this->get_m_currentFontAsset_33();
NullCheck(L_810);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_811 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_810, /*hidden argument*/NULL);
NullCheck(L_811);
float L_812 = L_811->get_Scale_2();
bool L_813 = __this->get_m_isOrthographic_111();
G_B503_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_806/(float)L_809)), (float)L_812));
G_B503_1 = __this;
if (L_813)
{
G_B504_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_806/(float)L_809)), (float)L_812));
G_B504_1 = __this;
goto IL_1d52;
}
}
{
G_B505_0 = (0.1f);
G_B505_1 = G_B503_0;
G_B505_2 = G_B503_1;
goto IL_1d57;
}
IL_1d52:
{
G_B505_0 = (1.0f);
G_B505_1 = G_B504_0;
G_B505_2 = G_B504_1;
}
IL_1d57:
{
NullCheck(G_B505_2);
G_B505_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B505_1, (float)G_B505_0)));
return (bool)1;
}
IL_1d5f:
{
float L_814 = __this->get_m_fontSize_63();
float L_815 = V_8;
__this->set_m_currentFontSize_64(((float)((float)((float)il2cpp_codegen_multiply((float)L_814, (float)L_815))/(float)(100.0f))));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_816 = __this->get_address_of_m_sizeStack_66();
float L_817 = __this->get_m_currentFontSize_64();
TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_816, L_817, /*hidden argument*/TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var);
float L_818 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_819 = __this->get_m_currentFontAsset_33();
NullCheck(L_819);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_820 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_819, /*hidden argument*/NULL);
NullCheck(L_820);
float L_821 = L_820->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_822 = __this->get_m_currentFontAsset_33();
NullCheck(L_822);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_823 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_822, /*hidden argument*/NULL);
NullCheck(L_823);
float L_824 = L_823->get_Scale_2();
bool L_825 = __this->get_m_isOrthographic_111();
G_B507_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_818/(float)L_821)), (float)L_824));
G_B507_1 = __this;
if (L_825)
{
G_B508_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_818/(float)L_821)), (float)L_824));
G_B508_1 = __this;
goto IL_1dbd;
}
}
{
G_B509_0 = (0.1f);
G_B509_1 = G_B507_0;
G_B509_2 = G_B507_1;
goto IL_1dc2;
}
IL_1dbd:
{
G_B509_0 = (1.0f);
G_B509_1 = G_B508_0;
G_B509_2 = G_B508_1;
}
IL_1dc2:
{
NullCheck(G_B509_2);
G_B509_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B509_1, (float)G_B509_0)));
return (bool)1;
}
IL_1dca:
{
return (bool)0;
}
IL_1dcc:
{
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_826 = __this->get_address_of_m_sizeStack_66();
float L_827 = TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_826, /*hidden argument*/TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595_RuntimeMethod_var);
__this->set_m_currentFontSize_64(L_827);
float L_828 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_829 = __this->get_m_currentFontAsset_33();
NullCheck(L_829);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_830 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_829, /*hidden argument*/NULL);
NullCheck(L_830);
float L_831 = L_830->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_832 = __this->get_m_currentFontAsset_33();
NullCheck(L_832);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_833 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_832, /*hidden argument*/NULL);
NullCheck(L_833);
float L_834 = L_833->get_Scale_2();
bool L_835 = __this->get_m_isOrthographic_111();
G_B512_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_828/(float)L_831)), (float)L_834));
G_B512_1 = __this;
if (L_835)
{
G_B513_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_828/(float)L_831)), (float)L_834));
G_B513_1 = __this;
goto IL_1e15;
}
}
{
G_B514_0 = (0.1f);
G_B514_1 = G_B512_0;
G_B514_2 = G_B512_1;
goto IL_1e1a;
}
IL_1e15:
{
G_B514_0 = (1.0f);
G_B514_1 = G_B513_0;
G_B514_2 = G_B513_1;
}
IL_1e1a:
{
NullCheck(G_B514_2);
G_B514_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B514_1, (float)G_B514_0)));
return (bool)1;
}
IL_1e22:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_836 = __this->get_m_xmlAttribute_171();
NullCheck(L_836);
int32_t L_837 = ((L_836)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_10 = L_837;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_838 = __this->get_m_xmlAttribute_171();
NullCheck(L_838);
int32_t L_839 = ((L_838)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_nameHashCode_0();
V_11 = L_839;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_840 = __this->get_m_xmlAttribute_171();
NullCheck(L_840);
int32_t L_841 = ((L_840)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueHashCode_4();
V_12 = L_841;
int32_t L_842 = V_10;
if ((((int32_t)L_842) == ((int32_t)((int32_t)764638571))))
{
goto IL_1e70;
}
}
{
int32_t L_843 = V_10;
if ((!(((uint32_t)L_843) == ((uint32_t)((int32_t)523367755)))))
{
goto IL_1f01;
}
}
IL_1e70:
{
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_844 = __this->get_m_materialReferences_37();
NullCheck(L_844);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_845 = ((L_844)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_fontAsset_1();
__this->set_m_currentFontAsset_33(L_845);
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_846 = __this->get_m_materialReferences_37();
NullCheck(L_846);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_847 = ((L_846)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_material_3();
__this->set_m_currentMaterial_36(L_847);
__this->set_m_currentMaterialIndex_40(0);
float L_848 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_849 = __this->get_m_currentFontAsset_33();
NullCheck(L_849);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_850 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_849, /*hidden argument*/NULL);
NullCheck(L_850);
float L_851 = L_850->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_852 = __this->get_m_currentFontAsset_33();
NullCheck(L_852);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_853 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_852, /*hidden argument*/NULL);
NullCheck(L_853);
float L_854 = L_853->get_Scale_2();
bool L_855 = __this->get_m_isOrthographic_111();
G_B518_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_848/(float)L_851)), (float)L_854));
G_B518_1 = __this;
if (L_855)
{
G_B519_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_848/(float)L_851)), (float)L_854));
G_B519_1 = __this;
goto IL_1edd;
}
}
{
G_B520_0 = (0.1f);
G_B520_1 = G_B518_0;
G_B520_2 = G_B518_1;
goto IL_1ee2;
}
IL_1edd:
{
G_B520_0 = (1.0f);
G_B520_1 = G_B519_0;
G_B520_2 = G_B519_1;
}
IL_1ee2:
{
NullCheck(G_B520_2);
G_B520_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B520_1, (float)G_B520_0)));
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_856 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_857 = __this->get_m_materialReferences_37();
NullCheck(L_857);
int32_t L_858 = 0;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_859 = (L_857)->GetAt(static_cast<il2cpp_array_size_t>(L_858));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_856, L_859, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
return (bool)1;
}
IL_1f01:
{
int32_t L_860 = V_10;
bool L_861 = MaterialReferenceManager_TryGetFontAsset_m8A4BFE32C63385C04CAEDBD120A9306EEC3D078B(L_860, (TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C **)(&V_13), /*hidden argument*/NULL);
if (L_861)
{
goto IL_1f5d;
}
}
{
String_t* L_862 = TMP_Settings_get_defaultFontAssetPath_m858864B72725D1DB3EA505EA807DC94AF7DE3F7C(/*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_863 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_864 = __this->get_m_xmlAttribute_171();
NullCheck(L_864);
int32_t L_865 = ((L_864)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_866 = __this->get_m_xmlAttribute_171();
NullCheck(L_866);
int32_t L_867 = ((L_866)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
String_t* L_868 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_863, L_865, L_867, /*hidden argument*/NULL);
String_t* L_869 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_862, L_868, /*hidden argument*/NULL);
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_870 = Resources_Load_TisTMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_m7FFD9402FE658F2ACA2B8DC4F8D6E70292984F62(L_869, /*hidden argument*/Resources_Load_TisTMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_m7FFD9402FE658F2ACA2B8DC4F8D6E70292984F62_RuntimeMethod_var);
V_13 = L_870;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_871 = V_13;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_872 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_871, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_872)
{
goto IL_1f56;
}
}
{
return (bool)0;
}
IL_1f56:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_873 = V_13;
MaterialReferenceManager_AddFontAsset_m0F2A70F54C6F13741B31158FCF52FBFE3C7E1D2A(L_873, /*hidden argument*/NULL);
}
IL_1f5d:
{
int32_t L_874 = V_11;
if (L_874)
{
goto IL_1fb2;
}
}
{
int32_t L_875 = V_12;
if (L_875)
{
goto IL_1fb2;
}
}
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_876 = V_13;
NullCheck(L_876);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_877 = ((TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D *)L_876)->get_material_5();
__this->set_m_currentMaterial_36(L_877);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_878 = __this->get_m_currentMaterial_36();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_879 = V_13;
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_880 = __this->get_m_materialReferences_37();
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_881 = __this->get_m_materialReferenceIndexLookup_38();
int32_t L_882 = MaterialReference_AddMaterialReference_mBCED916099107D859312D06F12044E007C0BC9E2(L_878, L_879, L_880, L_881, /*hidden argument*/NULL);
__this->set_m_currentMaterialIndex_40(L_882);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_883 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_884 = __this->get_m_materialReferences_37();
int32_t L_885 = __this->get_m_currentMaterialIndex_40();
NullCheck(L_884);
int32_t L_886 = L_885;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_887 = (L_884)->GetAt(static_cast<il2cpp_array_size_t>(L_886));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_883, L_887, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
goto IL_20b4;
}
IL_1fb2:
{
int32_t L_888 = V_11;
if ((((int32_t)L_888) == ((int32_t)((int32_t)103415287))))
{
goto IL_1fc7;
}
}
{
int32_t L_889 = V_11;
if ((!(((uint32_t)L_889) == ((uint32_t)((int32_t)72669687)))))
{
goto IL_20b2;
}
}
IL_1fc7:
{
int32_t L_890 = V_12;
bool L_891 = MaterialReferenceManager_TryGetMaterial_m8A2153D05BE784E4C9D4016FCA3935484EF7F122(L_890, (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 **)(&V_14), /*hidden argument*/NULL);
if (!L_891)
{
goto IL_201a;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_892 = V_14;
__this->set_m_currentMaterial_36(L_892);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_893 = __this->get_m_currentMaterial_36();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_894 = V_13;
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_895 = __this->get_m_materialReferences_37();
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_896 = __this->get_m_materialReferenceIndexLookup_38();
int32_t L_897 = MaterialReference_AddMaterialReference_mBCED916099107D859312D06F12044E007C0BC9E2(L_893, L_894, L_895, L_896, /*hidden argument*/NULL);
__this->set_m_currentMaterialIndex_40(L_897);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_898 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_899 = __this->get_m_materialReferences_37();
int32_t L_900 = __this->get_m_currentMaterialIndex_40();
NullCheck(L_899);
int32_t L_901 = L_900;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_902 = (L_899)->GetAt(static_cast<il2cpp_array_size_t>(L_901));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_898, L_902, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
goto IL_20b4;
}
IL_201a:
{
String_t* L_903 = TMP_Settings_get_defaultFontAssetPath_m858864B72725D1DB3EA505EA807DC94AF7DE3F7C(/*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_904 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_905 = __this->get_m_xmlAttribute_171();
NullCheck(L_905);
int32_t L_906 = ((L_905)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_907 = __this->get_m_xmlAttribute_171();
NullCheck(L_907);
int32_t L_908 = ((L_907)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueLength_3();
String_t* L_909 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_904, L_906, L_908, /*hidden argument*/NULL);
String_t* L_910 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_903, L_909, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_911 = Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F(L_910, /*hidden argument*/Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F_RuntimeMethod_var);
V_14 = L_911;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_912 = V_14;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_913 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_912, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_913)
{
goto IL_2064;
}
}
{
return (bool)0;
}
IL_2064:
{
int32_t L_914 = V_12;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_915 = V_14;
MaterialReferenceManager_AddFontMaterial_m2468B2695BF3AC8E81FA1A1EC19E259A33DDC17B(L_914, L_915, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_916 = V_14;
__this->set_m_currentMaterial_36(L_916);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_917 = __this->get_m_currentMaterial_36();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_918 = V_13;
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_919 = __this->get_m_materialReferences_37();
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_920 = __this->get_m_materialReferenceIndexLookup_38();
int32_t L_921 = MaterialReference_AddMaterialReference_mBCED916099107D859312D06F12044E007C0BC9E2(L_917, L_918, L_919, L_920, /*hidden argument*/NULL);
__this->set_m_currentMaterialIndex_40(L_921);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_922 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_923 = __this->get_m_materialReferences_37();
int32_t L_924 = __this->get_m_currentMaterialIndex_40();
NullCheck(L_923);
int32_t L_925 = L_924;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_926 = (L_923)->GetAt(static_cast<il2cpp_array_size_t>(L_925));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_922, L_926, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
goto IL_20b4;
}
IL_20b2:
{
return (bool)0;
}
IL_20b4:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_927 = V_13;
__this->set_m_currentFontAsset_33(L_927);
float L_928 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_929 = __this->get_m_currentFontAsset_33();
NullCheck(L_929);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_930 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_929, /*hidden argument*/NULL);
NullCheck(L_930);
float L_931 = L_930->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_932 = __this->get_m_currentFontAsset_33();
NullCheck(L_932);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_933 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_932, /*hidden argument*/NULL);
NullCheck(L_933);
float L_934 = L_933->get_Scale_2();
bool L_935 = __this->get_m_isOrthographic_111();
G_B537_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_928/(float)L_931)), (float)L_934));
G_B537_1 = __this;
if (L_935)
{
G_B538_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_928/(float)L_931)), (float)L_934));
G_B538_1 = __this;
goto IL_20f4;
}
}
{
G_B539_0 = (0.1f);
G_B539_1 = G_B537_0;
G_B539_2 = G_B537_1;
goto IL_20f9;
}
IL_20f4:
{
G_B539_0 = (1.0f);
G_B539_1 = G_B538_0;
G_B539_2 = G_B538_1;
}
IL_20f9:
{
NullCheck(G_B539_2);
G_B539_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B539_1, (float)G_B539_0)));
return (bool)1;
}
IL_2101:
{
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_936 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_937 = TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_936, /*hidden argument*/TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413_RuntimeMethod_var);
V_20 = L_937;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_938 = V_20;
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_939 = L_938.get_fontAsset_1();
__this->set_m_currentFontAsset_33(L_939);
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_940 = V_20;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_941 = L_940.get_material_3();
__this->set_m_currentMaterial_36(L_941);
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_942 = V_20;
int32_t L_943 = L_942.get_index_0();
__this->set_m_currentMaterialIndex_40(L_943);
float L_944 = __this->get_m_currentFontSize_64();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_945 = __this->get_m_currentFontAsset_33();
NullCheck(L_945);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_946 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_945, /*hidden argument*/NULL);
NullCheck(L_946);
float L_947 = L_946->get_PointSize_1();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_948 = __this->get_m_currentFontAsset_33();
NullCheck(L_948);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_949 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_948, /*hidden argument*/NULL);
NullCheck(L_949);
float L_950 = L_949->get_Scale_2();
bool L_951 = __this->get_m_isOrthographic_111();
G_B541_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_944/(float)L_947)), (float)L_950));
G_B541_1 = __this;
if (L_951)
{
G_B542_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_944/(float)L_947)), (float)L_950));
G_B542_1 = __this;
goto IL_216d;
}
}
{
G_B543_0 = (0.1f);
G_B543_1 = G_B541_0;
G_B543_2 = G_B541_1;
goto IL_2172;
}
IL_216d:
{
G_B543_0 = (1.0f);
G_B543_1 = G_B542_0;
G_B543_2 = G_B542_1;
}
IL_2172:
{
NullCheck(G_B543_2);
G_B543_2->set_m_fontScale_168(((float)il2cpp_codegen_multiply((float)G_B543_1, (float)G_B543_0)));
return (bool)1;
}
IL_217a:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_952 = __this->get_m_xmlAttribute_171();
NullCheck(L_952);
int32_t L_953 = ((L_952)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_12 = L_953;
int32_t L_954 = V_12;
if ((((int32_t)L_954) == ((int32_t)((int32_t)764638571))))
{
goto IL_219f;
}
}
{
int32_t L_955 = V_12;
if ((!(((uint32_t)L_955) == ((uint32_t)((int32_t)523367755)))))
{
goto IL_21d6;
}
}
IL_219f:
{
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_956 = __this->get_m_materialReferences_37();
NullCheck(L_956);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_957 = ((L_956)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_material_3();
__this->set_m_currentMaterial_36(L_957);
__this->set_m_currentMaterialIndex_40(0);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_958 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_959 = __this->get_m_materialReferences_37();
NullCheck(L_959);
int32_t L_960 = 0;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_961 = (L_959)->GetAt(static_cast<il2cpp_array_size_t>(L_960));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_958, L_961, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
return (bool)1;
}
IL_21d6:
{
int32_t L_962 = V_12;
bool L_963 = MaterialReferenceManager_TryGetMaterial_m8A2153D05BE784E4C9D4016FCA3935484EF7F122(L_962, (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 **)(&V_14), /*hidden argument*/NULL);
if (!L_963)
{
goto IL_222d;
}
}
{
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_964 = V_14;
__this->set_m_currentMaterial_36(L_964);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_965 = __this->get_m_currentMaterial_36();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_966 = __this->get_m_currentFontAsset_33();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_967 = __this->get_m_materialReferences_37();
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_968 = __this->get_m_materialReferenceIndexLookup_38();
int32_t L_969 = MaterialReference_AddMaterialReference_mBCED916099107D859312D06F12044E007C0BC9E2(L_965, L_966, L_967, L_968, /*hidden argument*/NULL);
__this->set_m_currentMaterialIndex_40(L_969);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_970 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_971 = __this->get_m_materialReferences_37();
int32_t L_972 = __this->get_m_currentMaterialIndex_40();
NullCheck(L_971);
int32_t L_973 = L_972;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_974 = (L_971)->GetAt(static_cast<il2cpp_array_size_t>(L_973));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_970, L_974, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
goto IL_22c7;
}
IL_222d:
{
String_t* L_975 = TMP_Settings_get_defaultFontAssetPath_m858864B72725D1DB3EA505EA807DC94AF7DE3F7C(/*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_976 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_977 = __this->get_m_xmlAttribute_171();
NullCheck(L_977);
int32_t L_978 = ((L_977)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_979 = __this->get_m_xmlAttribute_171();
NullCheck(L_979);
int32_t L_980 = ((L_979)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
String_t* L_981 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_976, L_978, L_980, /*hidden argument*/NULL);
String_t* L_982 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_975, L_981, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_983 = Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F(L_982, /*hidden argument*/Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F_RuntimeMethod_var);
V_14 = L_983;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_984 = V_14;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_985 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_984, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_985)
{
goto IL_2277;
}
}
{
return (bool)0;
}
IL_2277:
{
int32_t L_986 = V_12;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_987 = V_14;
MaterialReferenceManager_AddFontMaterial_m2468B2695BF3AC8E81FA1A1EC19E259A33DDC17B(L_986, L_987, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_988 = V_14;
__this->set_m_currentMaterial_36(L_988);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_989 = __this->get_m_currentMaterial_36();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_990 = __this->get_m_currentFontAsset_33();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_991 = __this->get_m_materialReferences_37();
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_992 = __this->get_m_materialReferenceIndexLookup_38();
int32_t L_993 = MaterialReference_AddMaterialReference_mBCED916099107D859312D06F12044E007C0BC9E2(L_989, L_990, L_991, L_992, /*hidden argument*/NULL);
__this->set_m_currentMaterialIndex_40(L_993);
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_994 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_995 = __this->get_m_materialReferences_37();
int32_t L_996 = __this->get_m_currentMaterialIndex_40();
NullCheck(L_995);
int32_t L_997 = L_996;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_998 = (L_995)->GetAt(static_cast<il2cpp_array_size_t>(L_997));
TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_994, L_998, /*hidden argument*/TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var);
}
IL_22c7:
{
return (bool)1;
}
IL_22c9:
{
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 * L_999 = __this->get_address_of_m_materialReferenceStack_39();
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_1000 = TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413((TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 *)L_999, /*hidden argument*/TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413_RuntimeMethod_var);
V_21 = L_1000;
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_1001 = V_21;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1002 = L_1001.get_material_3();
__this->set_m_currentMaterial_36(L_1002);
MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F L_1003 = V_21;
int32_t L_1004 = L_1003.get_index_0();
__this->set_m_currentMaterialIndex_40(L_1004);
return (bool)1;
}
IL_22f2:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1005 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1006 = __this->get_m_xmlAttribute_171();
NullCheck(L_1006);
int32_t L_1007 = ((L_1006)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1008 = __this->get_m_xmlAttribute_171();
NullCheck(L_1008);
int32_t L_1009 = ((L_1008)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1010 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1005, L_1007, L_1009, /*hidden argument*/NULL);
V_8 = L_1010;
float L_1011 = V_8;
if ((!(((float)L_1011) == ((float)(-9999.0f)))))
{
goto IL_232d;
}
}
{
return (bool)0;
}
IL_232d:
{
int32_t L_1012 = V_2;
switch (L_1012)
{
case 0:
{
goto IL_2341;
}
case 1:
{
goto IL_2352;
}
case 2:
{
goto IL_2388;
}
}
}
{
goto IL_238a;
}
IL_2341:
{
float L_1013 = __this->get_m_xAdvance_217();
float L_1014 = V_8;
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_1013, (float)L_1014)));
return (bool)1;
}
IL_2352:
{
float L_1015 = __this->get_m_xAdvance_217();
float L_1016 = V_8;
float L_1017 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1018 = __this->get_m_fontAsset_32();
NullCheck(L_1018);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1019 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1018, /*hidden argument*/NULL);
NullCheck(L_1019);
float L_1020 = L_1019->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1021 = __this->get_m_fontAsset_32();
NullCheck(L_1021);
uint8_t L_1022 = L_1021->get_tabSize_25();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_1015, (float)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_1016, (float)L_1017)), (float)L_1020))/(float)(((float)((float)L_1022))))))));
return (bool)1;
}
IL_2388:
{
return (bool)0;
}
IL_238a:
{
return (bool)0;
}
IL_238c:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1023 = __this->get_m_xmlAttribute_171();
NullCheck(L_1023);
int32_t L_1024 = ((L_1023)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
if ((((int32_t)L_1024) == ((int32_t)3)))
{
goto IL_23a2;
}
}
{
return (bool)0;
}
IL_23a2:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * L_1025 = __this->get_address_of_m_htmlColor_203();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1026 = __this->get_m_htmlTag_170();
NullCheck(L_1026);
int32_t L_1027 = 7;
uint16_t L_1028 = (uint16_t)(L_1026)->GetAt(static_cast<il2cpp_array_size_t>(L_1027));
int32_t L_1029 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_1028, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1030 = __this->get_m_htmlTag_170();
NullCheck(L_1030);
int32_t L_1031 = 8;
uint16_t L_1032 = (uint16_t)(L_1030)->GetAt(static_cast<il2cpp_array_size_t>(L_1031));
int32_t L_1033 = TMP_Text_HexToInt_mF09CB73323A39CABCC83FBD34EA69DF80E8EE3B8(__this, L_1032, /*hidden argument*/NULL);
L_1025->set_a_4((uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1029, (int32_t)((int32_t)16))), (int32_t)L_1033))))));
return (bool)1;
}
IL_23d0:
{
return (bool)0;
}
IL_23d2:
{
return (bool)1;
}
IL_23d4:
{
bool L_1034 = __this->get_m_isParsingText_177();
if (!L_1034)
{
goto IL_250c;
}
}
{
bool L_1035 = __this->get_m_isCalculatingPreferredValues_156();
if (L_1035)
{
goto IL_250c;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1036 = __this->get_m_textInfo_133();
NullCheck(L_1036);
int32_t L_1037 = L_1036->get_linkCount_7();
V_22 = L_1037;
int32_t L_1038 = V_22;
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1039 = __this->get_m_textInfo_133();
NullCheck(L_1039);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1040 = L_1039->get_linkInfo_13();
NullCheck(L_1040);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1038, (int32_t)1))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1040)->max_length)))))))
{
goto IL_241e;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1041 = __this->get_m_textInfo_133();
NullCheck(L_1041);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D** L_1042 = L_1041->get_address_of_linkInfo_13();
int32_t L_1043 = V_22;
IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_il2cpp_TypeInfo_var);
TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15((TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D**)L_1042, ((int32_t)il2cpp_codegen_add((int32_t)L_1043, (int32_t)1)), /*hidden argument*/TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15_RuntimeMethod_var);
}
IL_241e:
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1044 = __this->get_m_textInfo_133();
NullCheck(L_1044);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1045 = L_1044->get_linkInfo_13();
int32_t L_1046 = V_22;
NullCheck(L_1045);
((L_1045)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1046)))->set_textComponent_0(__this);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1047 = __this->get_m_textInfo_133();
NullCheck(L_1047);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1048 = L_1047->get_linkInfo_13();
int32_t L_1049 = V_22;
NullCheck(L_1048);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1050 = __this->get_m_xmlAttribute_171();
NullCheck(L_1050);
int32_t L_1051 = ((L_1050)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
((L_1048)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1049)))->set_hashCode_1(L_1051);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1052 = __this->get_m_textInfo_133();
NullCheck(L_1052);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1053 = L_1052->get_linkInfo_13();
int32_t L_1054 = V_22;
NullCheck(L_1053);
int32_t L_1055 = __this->get_m_characterCount_187();
((L_1053)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1054)))->set_linkTextfirstCharacterIndex_4(L_1055);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1056 = __this->get_m_textInfo_133();
NullCheck(L_1056);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1057 = L_1056->get_linkInfo_13();
int32_t L_1058 = V_22;
NullCheck(L_1057);
int32_t L_1059 = ___startIndex1;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1060 = __this->get_m_xmlAttribute_171();
NullCheck(L_1060);
int32_t L_1061 = ((L_1060)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
((L_1057)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1058)))->set_linkIdFirstCharacterIndex_2(((int32_t)il2cpp_codegen_add((int32_t)L_1059, (int32_t)L_1061)));
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1062 = __this->get_m_textInfo_133();
NullCheck(L_1062);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1063 = L_1062->get_linkInfo_13();
int32_t L_1064 = V_22;
NullCheck(L_1063);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1065 = __this->get_m_xmlAttribute_171();
NullCheck(L_1065);
int32_t L_1066 = ((L_1065)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
((L_1063)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1064)))->set_linkIdLength_3(L_1066);
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1067 = __this->get_m_textInfo_133();
NullCheck(L_1067);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1068 = L_1067->get_linkInfo_13();
int32_t L_1069 = V_22;
NullCheck(L_1068);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1070 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1071 = __this->get_m_xmlAttribute_171();
NullCheck(L_1071);
int32_t L_1072 = ((L_1071)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1073 = __this->get_m_xmlAttribute_171();
NullCheck(L_1073);
int32_t L_1074 = ((L_1073)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05((TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 *)((L_1068)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1069))), L_1070, L_1072, L_1074, /*hidden argument*/NULL);
}
IL_250c:
{
return (bool)1;
}
IL_250e:
{
bool L_1075 = __this->get_m_isParsingText_177();
if (!L_1075)
{
goto IL_2592;
}
}
{
bool L_1076 = __this->get_m_isCalculatingPreferredValues_156();
if (L_1076)
{
goto IL_2592;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1077 = __this->get_m_textInfo_133();
NullCheck(L_1077);
int32_t L_1078 = L_1077->get_linkCount_7();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1079 = __this->get_m_textInfo_133();
NullCheck(L_1079);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1080 = L_1079->get_linkInfo_13();
NullCheck(L_1080);
if ((((int32_t)L_1078) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1080)->max_length)))))))
{
goto IL_2592;
}
}
{
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1081 = __this->get_m_textInfo_133();
NullCheck(L_1081);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1082 = L_1081->get_linkInfo_13();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1083 = __this->get_m_textInfo_133();
NullCheck(L_1083);
int32_t L_1084 = L_1083->get_linkCount_7();
NullCheck(L_1082);
int32_t L_1085 = __this->get_m_characterCount_187();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1086 = __this->get_m_textInfo_133();
NullCheck(L_1086);
TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* L_1087 = L_1086->get_linkInfo_13();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1088 = __this->get_m_textInfo_133();
NullCheck(L_1088);
int32_t L_1089 = L_1088->get_linkCount_7();
NullCheck(L_1087);
int32_t L_1090 = ((L_1087)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1089)))->get_linkTextfirstCharacterIndex_4();
((L_1082)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1084)))->set_linkTextLength_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_1085, (int32_t)L_1090)));
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1091 = __this->get_m_textInfo_133();
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1092 = L_1091;
NullCheck(L_1092);
int32_t L_1093 = L_1092->get_linkCount_7();
NullCheck(L_1092);
L_1092->set_linkCount_7(((int32_t)il2cpp_codegen_add((int32_t)L_1093, (int32_t)1)));
}
IL_2592:
{
return (bool)1;
}
IL_2594:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1094 = __this->get_m_xmlAttribute_171();
NullCheck(L_1094);
int32_t L_1095 = ((L_1094)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_9 = L_1095;
int32_t L_1096 = V_9;
if ((((int32_t)L_1096) > ((int32_t)((int32_t)-458210101))))
{
goto IL_25ca;
}
}
{
int32_t L_1097 = V_9;
if ((((int32_t)L_1097) == ((int32_t)((int32_t)-523808257))))
{
goto IL_2647;
}
}
{
int32_t L_1098 = V_9;
if ((((int32_t)L_1098) == ((int32_t)((int32_t)-458210101))))
{
goto IL_2629;
}
}
{
goto IL_2683;
}
IL_25ca:
{
int32_t L_1099 = V_9;
if ((((int32_t)L_1099) == ((int32_t)((int32_t)3774683))))
{
goto IL_25ed;
}
}
{
int32_t L_1100 = V_9;
if ((((int32_t)L_1100) == ((int32_t)((int32_t)122383428))))
{
goto IL_2665;
}
}
{
int32_t L_1101 = V_9;
if ((((int32_t)L_1101) == ((int32_t)((int32_t)136703040))))
{
goto IL_260b;
}
}
{
goto IL_2683;
}
IL_25ed:
{
__this->set_m_lineJustification_80(((int32_t)513));
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_1102 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_1103 = __this->get_m_lineJustification_80();
TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_1102, L_1103, /*hidden argument*/TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var);
return (bool)1;
}
IL_260b:
{
__this->set_m_lineJustification_80(((int32_t)516));
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_1104 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_1105 = __this->get_m_lineJustification_80();
TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_1104, L_1105, /*hidden argument*/TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var);
return (bool)1;
}
IL_2629:
{
__this->set_m_lineJustification_80(((int32_t)514));
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_1106 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_1107 = __this->get_m_lineJustification_80();
TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_1106, L_1107, /*hidden argument*/TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var);
return (bool)1;
}
IL_2647:
{
__this->set_m_lineJustification_80(((int32_t)520));
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_1108 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_1109 = __this->get_m_lineJustification_80();
TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_1108, L_1109, /*hidden argument*/TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var);
return (bool)1;
}
IL_2665:
{
__this->set_m_lineJustification_80(((int32_t)528));
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_1110 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_1111 = __this->get_m_lineJustification_80();
TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_1110, L_1111, /*hidden argument*/TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var);
return (bool)1;
}
IL_2683:
{
return (bool)0;
}
IL_2685:
{
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C * L_1112 = __this->get_address_of_m_lineJustificationStack_81();
int32_t L_1113 = TMP_XmlTagStack_1_Remove_mCA6262745A99717F0A32A777F87949ABB39A1896((TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C *)L_1112, /*hidden argument*/TMP_XmlTagStack_1_Remove_mCA6262745A99717F0A32A777F87949ABB39A1896_RuntimeMethod_var);
__this->set_m_lineJustification_80(L_1113);
return (bool)1;
}
IL_2698:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1114 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1115 = __this->get_m_xmlAttribute_171();
NullCheck(L_1115);
int32_t L_1116 = ((L_1115)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1117 = __this->get_m_xmlAttribute_171();
NullCheck(L_1117);
int32_t L_1118 = ((L_1117)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1119 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1114, L_1116, L_1118, /*hidden argument*/NULL);
V_8 = L_1119;
float L_1120 = V_8;
if ((!(((float)L_1120) == ((float)(-9999.0f)))))
{
goto IL_26d3;
}
}
{
return (bool)0;
}
IL_26d3:
{
int32_t L_1121 = V_2;
switch (L_1121)
{
case 0:
{
goto IL_26e7;
}
case 1:
{
goto IL_26f1;
}
case 2:
{
goto IL_26f3;
}
}
}
{
goto IL_2708;
}
IL_26e7:
{
float L_1122 = V_8;
__this->set_m_width_132(L_1122);
goto IL_2708;
}
IL_26f1:
{
return (bool)0;
}
IL_26f3:
{
float L_1123 = __this->get_m_marginWidth_130();
float L_1124 = V_8;
__this->set_m_width_132(((float)((float)((float)il2cpp_codegen_multiply((float)L_1123, (float)L_1124))/(float)(100.0f))));
}
IL_2708:
{
return (bool)1;
}
IL_270a:
{
__this->set_m_width_132((-1.0f));
return (bool)1;
}
IL_2717:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1125 = __this->get_m_htmlTag_170();
NullCheck(L_1125);
int32_t L_1126 = 6;
uint16_t L_1127 = (uint16_t)(L_1125)->GetAt(static_cast<il2cpp_array_size_t>(L_1126));
if ((!(((uint32_t)L_1127) == ((uint32_t)((int32_t)35)))))
{
goto IL_274e;
}
}
{
int32_t L_1128 = V_0;
if ((!(((uint32_t)L_1128) == ((uint32_t)((int32_t)10)))))
{
goto IL_274e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1129 = __this->get_m_htmlTag_170();
int32_t L_1130 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1131 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_1129, L_1130, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1131);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1132 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1133 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1132, L_1133, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_274e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1134 = __this->get_m_htmlTag_170();
NullCheck(L_1134);
int32_t L_1135 = 6;
uint16_t L_1136 = (uint16_t)(L_1134)->GetAt(static_cast<il2cpp_array_size_t>(L_1135));
if ((!(((uint32_t)L_1136) == ((uint32_t)((int32_t)35)))))
{
goto IL_2785;
}
}
{
int32_t L_1137 = V_0;
if ((!(((uint32_t)L_1137) == ((uint32_t)((int32_t)11)))))
{
goto IL_2785;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1138 = __this->get_m_htmlTag_170();
int32_t L_1139 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1140 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_1138, L_1139, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1140);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1141 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1142 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1141, L_1142, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_2785:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1143 = __this->get_m_htmlTag_170();
NullCheck(L_1143);
int32_t L_1144 = 6;
uint16_t L_1145 = (uint16_t)(L_1143)->GetAt(static_cast<il2cpp_array_size_t>(L_1144));
if ((!(((uint32_t)L_1145) == ((uint32_t)((int32_t)35)))))
{
goto IL_27bc;
}
}
{
int32_t L_1146 = V_0;
if ((!(((uint32_t)L_1146) == ((uint32_t)((int32_t)13)))))
{
goto IL_27bc;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1147 = __this->get_m_htmlTag_170();
int32_t L_1148 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1149 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_1147, L_1148, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1149);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1150 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1151 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1150, L_1151, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_27bc:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1152 = __this->get_m_htmlTag_170();
NullCheck(L_1152);
int32_t L_1153 = 6;
uint16_t L_1154 = (uint16_t)(L_1152)->GetAt(static_cast<il2cpp_array_size_t>(L_1153));
if ((!(((uint32_t)L_1154) == ((uint32_t)((int32_t)35)))))
{
goto IL_27f3;
}
}
{
int32_t L_1155 = V_0;
if ((!(((uint32_t)L_1155) == ((uint32_t)((int32_t)15)))))
{
goto IL_27f3;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1156 = __this->get_m_htmlTag_170();
int32_t L_1157 = V_0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1158 = TMP_Text_HexCharsToColor_m41FE6A82A09B68AFDCBD7E0613C008EC79003A99(__this, L_1156, L_1157, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1158);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1159 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1160 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1159, L_1160, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_27f3:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1161 = __this->get_m_xmlAttribute_171();
NullCheck(L_1161);
int32_t L_1162 = ((L_1161)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_9 = L_1162;
int32_t L_1163 = V_9;
if ((((int32_t)L_1163) > ((int32_t)((int32_t)26556144))))
{
goto IL_284c;
}
}
{
int32_t L_1164 = V_9;
if ((((int32_t)L_1164) > ((int32_t)((int32_t)125395))))
{
goto IL_2832;
}
}
{
int32_t L_1165 = V_9;
if ((((int32_t)L_1165) == ((int32_t)((int32_t)-36881330))))
{
goto IL_2969;
}
}
{
int32_t L_1166 = V_9;
if ((((int32_t)L_1166) == ((int32_t)((int32_t)125395))))
{
goto IL_288c;
}
}
{
goto IL_29bb;
}
IL_2832:
{
int32_t L_1167 = V_9;
if ((((int32_t)L_1167) == ((int32_t)((int32_t)3573310))))
{
goto IL_28af;
}
}
{
int32_t L_1168 = V_9;
if ((((int32_t)L_1168) == ((int32_t)((int32_t)26556144))))
{
goto IL_293b;
}
}
{
goto IL_29bb;
}
IL_284c:
{
int32_t L_1169 = V_9;
if ((((int32_t)L_1169) > ((int32_t)((int32_t)121463835))))
{
goto IL_286f;
}
}
{
int32_t L_1170 = V_9;
if ((((int32_t)L_1170) == ((int32_t)((int32_t)117905991))))
{
goto IL_28d2;
}
}
{
int32_t L_1171 = V_9;
if ((((int32_t)L_1171) == ((int32_t)((int32_t)121463835))))
{
goto IL_28f5;
}
}
{
goto IL_29bb;
}
IL_286f:
{
int32_t L_1172 = V_9;
if ((((int32_t)L_1172) == ((int32_t)((int32_t)140357351))))
{
goto IL_2918;
}
}
{
int32_t L_1173 = V_9;
if ((((int32_t)L_1173) == ((int32_t)((int32_t)554054276))))
{
goto IL_2998;
}
}
{
goto IL_29bb;
}
IL_288c:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1174 = Color_get_red_m5562DD438931CF0D1FBBBB29BF7F8B752AF38957(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1175 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_1174, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1175);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1176 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1177 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1176, L_1177, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_28af:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1178 = Color_get_blue_m5449DCBB31EEB2324489989754C00123982EBABA(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1179 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_1178, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1179);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1180 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1181 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1180, L_1181, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_28d2:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1182 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1183 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_1182, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1183);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1184 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1185 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1184, L_1185, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_28f5:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1186 = Color_get_green_mD53D8F980E92A0755759FBB2981E3DDEFCD084C0(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1187 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_1186, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1187);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1188 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1189 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1188, L_1189, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_2918:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1190 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1191 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_1190, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1191);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1192 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1193 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1192, L_1193, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_293b:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1194;
memset(&L_1194, 0, sizeof(L_1194));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_1194), (uint8_t)((int32_t)255), (uint8_t)((int32_t)128), (uint8_t)0, (uint8_t)((int32_t)255), /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1194);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1195 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1196 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1195, L_1196, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_2969:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1197;
memset(&L_1197, 0, sizeof(L_1197));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_1197), (uint8_t)((int32_t)160), (uint8_t)((int32_t)32), (uint8_t)((int32_t)240), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1197);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1198 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1199 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1198, L_1199, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_2998:
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1200 = Color_get_yellow_mC8BD62CCC364EA5FC4273D4C2E116D0E2DE135AE(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1201 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_1200, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_1201);
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1202 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1203 = __this->get_m_htmlColor_203();
TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1202, L_1203, /*hidden argument*/TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var);
return (bool)1;
}
IL_29bb:
{
return (bool)0;
}
IL_29bd:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1204 = __this->get_m_xmlAttribute_171();
NullCheck(L_1204);
int32_t L_1205 = ((L_1204)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_15 = L_1205;
int32_t L_1206 = V_15;
bool L_1207 = MaterialReferenceManager_TryGetColorGradientPreset_mD1D419EF99846FCB3D2BA48E3269260B753C6F45(L_1206, (TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 **)(&V_16), /*hidden argument*/NULL);
if (!L_1207)
{
goto IL_29e5;
}
}
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1208 = V_16;
__this->set_m_colorGradientPreset_208(L_1208);
goto IL_2a4a;
}
IL_29e5:
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1209 = V_16;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1210 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1209, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1210)
{
goto IL_2a2d;
}
}
{
String_t* L_1211 = TMP_Settings_get_defaultColorGradientPresetsPath_mB3BF577767BE347DFE07EA425374884DC5C56447(/*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1212 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1213 = __this->get_m_xmlAttribute_171();
NullCheck(L_1213);
int32_t L_1214 = ((L_1213)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1215 = __this->get_m_xmlAttribute_171();
NullCheck(L_1215);
int32_t L_1216 = ((L_1215)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
String_t* L_1217 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_1212, L_1214, L_1216, /*hidden argument*/NULL);
String_t* L_1218 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1211, L_1217, /*hidden argument*/NULL);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1219 = Resources_Load_TisTMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_m036F6CFD0FF4EC2C939374E820155958D8B6AE27(L_1218, /*hidden argument*/Resources_Load_TisTMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_m036F6CFD0FF4EC2C939374E820155958D8B6AE27_RuntimeMethod_var);
V_16 = L_1219;
}
IL_2a2d:
{
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1220 = V_16;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1221 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1220, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1221)
{
goto IL_2a39;
}
}
{
return (bool)0;
}
IL_2a39:
{
int32_t L_1222 = V_15;
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1223 = V_16;
MaterialReferenceManager_AddColorGradientPreset_mDE80EFAABB2A14BD95FD46319F69AB96A2393E35(L_1222, L_1223, /*hidden argument*/NULL);
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1224 = V_16;
__this->set_m_colorGradientPreset_208(L_1224);
}
IL_2a4a:
{
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * L_1225 = __this->get_address_of_m_colorGradientStack_209();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1226 = __this->get_m_colorGradientPreset_208();
TMP_XmlTagStack_1_Add_m7964E658BBB72B97E4EB505FCF67A8ABB851DF9C((TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 *)L_1225, L_1226, /*hidden argument*/TMP_XmlTagStack_1_Add_m7964E658BBB72B97E4EB505FCF67A8ABB851DF9C_RuntimeMethod_var);
return (bool)1;
}
IL_2a5d:
{
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 * L_1227 = __this->get_address_of_m_colorGradientStack_209();
TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * L_1228 = TMP_XmlTagStack_1_Remove_mBD61FA4538DF8537C363244B61E7C0190AF0139D((TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 *)L_1227, /*hidden argument*/TMP_XmlTagStack_1_Remove_mBD61FA4538DF8537C363244B61E7C0190AF0139D_RuntimeMethod_var);
__this->set_m_colorGradientPreset_208(L_1228);
return (bool)1;
}
IL_2a70:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1229 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1230 = __this->get_m_xmlAttribute_171();
NullCheck(L_1230);
int32_t L_1231 = ((L_1230)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1232 = __this->get_m_xmlAttribute_171();
NullCheck(L_1232);
int32_t L_1233 = ((L_1232)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1234 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1229, L_1231, L_1233, /*hidden argument*/NULL);
V_8 = L_1234;
float L_1235 = V_8;
if ((!(((float)L_1235) == ((float)(-9999.0f)))))
{
goto IL_2aab;
}
}
{
return (bool)0;
}
IL_2aab:
{
int32_t L_1236 = V_2;
switch (L_1236)
{
case 0:
{
goto IL_2abf;
}
case 1:
{
goto IL_2ac9;
}
case 2:
{
goto IL_2b04;
}
}
}
{
goto IL_2b06;
}
IL_2abf:
{
float L_1237 = V_8;
__this->set_m_cSpacing_85(L_1237);
goto IL_2b06;
}
IL_2ac9:
{
float L_1238 = V_8;
__this->set_m_cSpacing_85(L_1238);
float L_1239 = __this->get_m_cSpacing_85();
float L_1240 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1241 = __this->get_m_fontAsset_32();
NullCheck(L_1241);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1242 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1241, /*hidden argument*/NULL);
NullCheck(L_1242);
float L_1243 = L_1242->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1244 = __this->get_m_fontAsset_32();
NullCheck(L_1244);
uint8_t L_1245 = L_1244->get_tabSize_25();
__this->set_m_cSpacing_85(((float)il2cpp_codegen_multiply((float)L_1239, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1240, (float)L_1243))/(float)(((float)((float)L_1245))))))));
goto IL_2b06;
}
IL_2b04:
{
return (bool)0;
}
IL_2b06:
{
return (bool)1;
}
IL_2b08:
{
bool L_1246 = __this->get_m_isParsingText_177();
if (L_1246)
{
goto IL_2b12;
}
}
{
return (bool)1;
}
IL_2b12:
{
int32_t L_1247 = __this->get_m_characterCount_187();
if ((((int32_t)L_1247) <= ((int32_t)0)))
{
goto IL_2b51;
}
}
{
float L_1248 = __this->get_m_xAdvance_217();
float L_1249 = __this->get_m_cSpacing_85();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_subtract((float)L_1248, (float)L_1249)));
TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 * L_1250 = __this->get_m_textInfo_133();
NullCheck(L_1250);
TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* L_1251 = L_1250->get_characterInfo_11();
int32_t L_1252 = __this->get_m_characterCount_187();
NullCheck(L_1251);
float L_1253 = __this->get_m_xAdvance_217();
((L_1251)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_1252, (int32_t)1)))))->set_xAdvance_26(L_1253);
}
IL_2b51:
{
__this->set_m_cSpacing_85((0.0f));
return (bool)1;
}
IL_2b5e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1254 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1255 = __this->get_m_xmlAttribute_171();
NullCheck(L_1255);
int32_t L_1256 = ((L_1255)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1257 = __this->get_m_xmlAttribute_171();
NullCheck(L_1257);
int32_t L_1258 = ((L_1257)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1259 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1254, L_1256, L_1258, /*hidden argument*/NULL);
V_8 = L_1259;
float L_1260 = V_8;
if ((!(((float)L_1260) == ((float)(-9999.0f)))))
{
goto IL_2b99;
}
}
{
return (bool)0;
}
IL_2b99:
{
int32_t L_1261 = V_2;
switch (L_1261)
{
case 0:
{
goto IL_2bad;
}
case 1:
{
goto IL_2bb7;
}
case 2:
{
goto IL_2bf2;
}
}
}
{
goto IL_2bf4;
}
IL_2bad:
{
float L_1262 = V_8;
__this->set_m_monoSpacing_86(L_1262);
goto IL_2bf4;
}
IL_2bb7:
{
float L_1263 = V_8;
__this->set_m_monoSpacing_86(L_1263);
float L_1264 = __this->get_m_monoSpacing_86();
float L_1265 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1266 = __this->get_m_fontAsset_32();
NullCheck(L_1266);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1267 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1266, /*hidden argument*/NULL);
NullCheck(L_1267);
float L_1268 = L_1267->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1269 = __this->get_m_fontAsset_32();
NullCheck(L_1269);
uint8_t L_1270 = L_1269->get_tabSize_25();
__this->set_m_monoSpacing_86(((float)il2cpp_codegen_multiply((float)L_1264, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1265, (float)L_1268))/(float)(((float)((float)L_1270))))))));
goto IL_2bf4;
}
IL_2bf2:
{
return (bool)0;
}
IL_2bf4:
{
return (bool)1;
}
IL_2bf6:
{
__this->set_m_monoSpacing_86((0.0f));
return (bool)1;
}
IL_2c03:
{
return (bool)0;
}
IL_2c05:
{
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 * L_1271 = __this->get_address_of_m_colorStack_204();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1272 = TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46((TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 *)L_1271, /*hidden argument*/TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_RuntimeMethod_var);
__this->set_m_htmlColor_203(L_1272);
return (bool)1;
}
IL_2c18:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1273 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1274 = __this->get_m_xmlAttribute_171();
NullCheck(L_1274);
int32_t L_1275 = ((L_1274)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1276 = __this->get_m_xmlAttribute_171();
NullCheck(L_1276);
int32_t L_1277 = ((L_1276)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1278 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1273, L_1275, L_1277, /*hidden argument*/NULL);
V_8 = L_1278;
float L_1279 = V_8;
if ((!(((float)L_1279) == ((float)(-9999.0f)))))
{
goto IL_2c53;
}
}
{
return (bool)0;
}
IL_2c53:
{
int32_t L_1280 = V_2;
switch (L_1280)
{
case 0:
{
goto IL_2c67;
}
case 1:
{
goto IL_2c71;
}
case 2:
{
goto IL_2cac;
}
}
}
{
goto IL_2cc1;
}
IL_2c67:
{
float L_1281 = V_8;
__this->set_tag_Indent_174(L_1281);
goto IL_2cc1;
}
IL_2c71:
{
float L_1282 = V_8;
__this->set_tag_Indent_174(L_1282);
float L_1283 = __this->get_tag_Indent_174();
float L_1284 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1285 = __this->get_m_fontAsset_32();
NullCheck(L_1285);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1286 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1285, /*hidden argument*/NULL);
NullCheck(L_1286);
float L_1287 = L_1286->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1288 = __this->get_m_fontAsset_32();
NullCheck(L_1288);
uint8_t L_1289 = L_1288->get_tabSize_25();
__this->set_tag_Indent_174(((float)il2cpp_codegen_multiply((float)L_1283, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1284, (float)L_1287))/(float)(((float)((float)L_1289))))))));
goto IL_2cc1;
}
IL_2cac:
{
float L_1290 = __this->get_m_marginWidth_130();
float L_1291 = V_8;
__this->set_tag_Indent_174(((float)((float)((float)il2cpp_codegen_multiply((float)L_1290, (float)L_1291))/(float)(100.0f))));
}
IL_2cc1:
{
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_1292 = __this->get_address_of_m_indentStack_175();
float L_1293 = __this->get_tag_Indent_174();
TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_1292, L_1293, /*hidden argument*/TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var);
float L_1294 = __this->get_tag_Indent_174();
__this->set_m_xAdvance_217(L_1294);
return (bool)1;
}
IL_2ce0:
{
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E * L_1295 = __this->get_address_of_m_indentStack_175();
float L_1296 = TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595((TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E *)L_1295, /*hidden argument*/TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595_RuntimeMethod_var);
__this->set_tag_Indent_174(L_1296);
return (bool)1;
}
IL_2cf3:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1297 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1298 = __this->get_m_xmlAttribute_171();
NullCheck(L_1298);
int32_t L_1299 = ((L_1298)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1300 = __this->get_m_xmlAttribute_171();
NullCheck(L_1300);
int32_t L_1301 = ((L_1300)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1302 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1297, L_1299, L_1301, /*hidden argument*/NULL);
V_8 = L_1302;
float L_1303 = V_8;
if ((!(((float)L_1303) == ((float)(-9999.0f)))))
{
goto IL_2d2e;
}
}
{
return (bool)0;
}
IL_2d2e:
{
int32_t L_1304 = V_2;
switch (L_1304)
{
case 0:
{
goto IL_2d42;
}
case 1:
{
goto IL_2d4c;
}
case 2:
{
goto IL_2d87;
}
}
}
{
goto IL_2d9c;
}
IL_2d42:
{
float L_1305 = V_8;
__this->set_tag_LineIndent_173(L_1305);
goto IL_2d9c;
}
IL_2d4c:
{
float L_1306 = V_8;
__this->set_tag_LineIndent_173(L_1306);
float L_1307 = __this->get_tag_LineIndent_173();
float L_1308 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1309 = __this->get_m_fontAsset_32();
NullCheck(L_1309);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1310 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1309, /*hidden argument*/NULL);
NullCheck(L_1310);
float L_1311 = L_1310->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1312 = __this->get_m_fontAsset_32();
NullCheck(L_1312);
uint8_t L_1313 = L_1312->get_tabSize_25();
__this->set_tag_LineIndent_173(((float)il2cpp_codegen_multiply((float)L_1307, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1308, (float)L_1311))/(float)(((float)((float)L_1313))))))));
goto IL_2d9c;
}
IL_2d87:
{
float L_1314 = __this->get_m_marginWidth_130();
float L_1315 = V_8;
__this->set_tag_LineIndent_173(((float)((float)((float)il2cpp_codegen_multiply((float)L_1314, (float)L_1315))/(float)(100.0f))));
}
IL_2d9c:
{
float L_1316 = __this->get_m_xAdvance_217();
float L_1317 = __this->get_tag_LineIndent_173();
__this->set_m_xAdvance_217(((float)il2cpp_codegen_add((float)L_1316, (float)L_1317)));
return (bool)1;
}
IL_2db1:
{
__this->set_tag_LineIndent_173((0.0f));
return (bool)1;
}
IL_2dbe:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1318 = __this->get_m_xmlAttribute_171();
NullCheck(L_1318);
int32_t L_1319 = ((L_1318)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_17 = L_1319;
__this->set_m_spriteIndex_225((-1));
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1320 = __this->get_m_xmlAttribute_171();
NullCheck(L_1320);
int32_t L_1321 = ((L_1320)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueType_1();
if (!L_1321)
{
goto IL_2e02;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1322 = __this->get_m_xmlAttribute_171();
NullCheck(L_1322);
int32_t L_1323 = ((L_1322)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueType_1();
if ((!(((uint32_t)L_1323) == ((uint32_t)1))))
{
goto IL_2e8e;
}
}
IL_2e02:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1324 = __this->get_m_spriteAsset_55();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1325 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1324, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1325)
{
goto IL_2e1e;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1326 = __this->get_m_spriteAsset_55();
__this->set_m_currentSpriteAsset_223(L_1326);
goto IL_2e7e;
}
IL_2e1e:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1327 = __this->get_m_defaultSpriteAsset_222();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1328 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1327, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1328)
{
goto IL_2e3a;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1329 = __this->get_m_defaultSpriteAsset_222();
__this->set_m_currentSpriteAsset_223(L_1329);
goto IL_2e7e;
}
IL_2e3a:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1330 = __this->get_m_defaultSpriteAsset_222();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1331 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1330, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1331)
{
goto IL_2e7e;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1332 = TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1333 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1332, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1333)
{
goto IL_2e62;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1334 = TMP_Settings_get_defaultSpriteAsset_m0B4889176371220F24AB38A0B153BA2B7FCBB411(/*hidden argument*/NULL);
__this->set_m_defaultSpriteAsset_222(L_1334);
goto IL_2e72;
}
IL_2e62:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1335 = Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5(_stringLiteral711BAA11E33707FB9304BD392064C8935EA2B30B, /*hidden argument*/Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5_RuntimeMethod_var);
__this->set_m_defaultSpriteAsset_222(L_1335);
}
IL_2e72:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1336 = __this->get_m_defaultSpriteAsset_222();
__this->set_m_currentSpriteAsset_223(L_1336);
}
IL_2e7e:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1337 = __this->get_m_currentSpriteAsset_223();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1338 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1337, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1338)
{
goto IL_2f08;
}
}
{
return (bool)0;
}
IL_2e8e:
{
int32_t L_1339 = V_17;
bool L_1340 = MaterialReferenceManager_TryGetSpriteAsset_mABBA3060114916A6B6F90F1AD9CA0C605E249329(L_1339, (TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 **)(&V_18), /*hidden argument*/NULL);
if (!L_1340)
{
goto IL_2ea3;
}
}
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1341 = V_18;
__this->set_m_currentSpriteAsset_223(L_1341);
goto IL_2f08;
}
IL_2ea3:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1342 = V_18;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1343 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1342, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1343)
{
goto IL_2eeb;
}
}
{
String_t* L_1344 = TMP_Settings_get_defaultSpriteAssetPath_m413E9F522D322D8541175128A471AA12665AC58F(/*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1345 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1346 = __this->get_m_xmlAttribute_171();
NullCheck(L_1346);
int32_t L_1347 = ((L_1346)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1348 = __this->get_m_xmlAttribute_171();
NullCheck(L_1348);
int32_t L_1349 = ((L_1348)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
String_t* L_1350 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_1345, L_1347, L_1349, /*hidden argument*/NULL);
String_t* L_1351 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1344, L_1350, /*hidden argument*/NULL);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1352 = Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5(L_1351, /*hidden argument*/Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5_RuntimeMethod_var);
V_18 = L_1352;
}
IL_2eeb:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1353 = V_18;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1354 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1353, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1354)
{
goto IL_2ef7;
}
}
{
return (bool)0;
}
IL_2ef7:
{
int32_t L_1355 = V_17;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1356 = V_18;
MaterialReferenceManager_AddSpriteAsset_mE81D1F44050D42C2EC659DC95F8CA2B4836C10B2(L_1355, L_1356, /*hidden argument*/NULL);
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1357 = V_18;
__this->set_m_currentSpriteAsset_223(L_1357);
}
IL_2f08:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1358 = __this->get_m_xmlAttribute_171();
NullCheck(L_1358);
int32_t L_1359 = ((L_1358)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueType_1();
if ((!(((uint32_t)L_1359) == ((uint32_t)1))))
{
goto IL_2f78;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1360 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1361 = __this->get_m_xmlAttribute_171();
NullCheck(L_1361);
int32_t L_1362 = ((L_1361)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1363 = __this->get_m_xmlAttribute_171();
NullCheck(L_1363);
int32_t L_1364 = ((L_1363)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1365 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1360, L_1362, L_1364, /*hidden argument*/NULL);
V_23 = (((int32_t)((int32_t)L_1365)));
int32_t L_1366 = V_23;
if ((!(((uint32_t)L_1366) == ((uint32_t)((int32_t)-9999)))))
{
goto IL_2f58;
}
}
{
return (bool)0;
}
IL_2f58:
{
int32_t L_1367 = V_23;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1368 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_1368);
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_1369 = L_1368->get_spriteInfoList_11();
NullCheck(L_1369);
int32_t L_1370 = List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4(L_1369, /*hidden argument*/List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var);
if ((((int32_t)L_1367) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1370, (int32_t)1)))))
{
goto IL_2f70;
}
}
{
return (bool)0;
}
IL_2f70:
{
int32_t L_1371 = V_23;
__this->set_m_spriteIndex_225(L_1371);
}
IL_2f78:
{
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1372 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_s_colorWhite_47();
__this->set_m_spriteColor_58(L_1372);
__this->set_m_tintSprite_57((bool)0);
V_24 = 0;
goto IL_31fc;
}
IL_2f92:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1373 = __this->get_m_xmlAttribute_171();
int32_t L_1374 = V_24;
NullCheck(L_1373);
int32_t L_1375 = ((L_1373)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1374)))->get_nameHashCode_0();
V_25 = L_1375;
V_26 = 0;
int32_t L_1376 = V_25;
if ((((int32_t)L_1376) > ((int32_t)((int32_t)43347))))
{
goto IL_2ffb;
}
}
{
int32_t L_1377 = V_25;
if ((((int32_t)L_1377) > ((int32_t)((int32_t)30547))))
{
goto IL_2fd5;
}
}
{
int32_t L_1378 = V_25;
if ((((int32_t)L_1378) == ((int32_t)((int32_t)26705))))
{
goto IL_315f;
}
}
{
int32_t L_1379 = V_25;
if ((((int32_t)L_1379) == ((int32_t)((int32_t)30547))))
{
goto IL_3044;
}
}
{
goto IL_31e2;
}
IL_2fd5:
{
int32_t L_1380 = V_25;
if ((((int32_t)L_1380) == ((int32_t)((int32_t)33019))))
{
goto IL_30df;
}
}
{
int32_t L_1381 = V_25;
if ((((int32_t)L_1381) == ((int32_t)((int32_t)39505))))
{
goto IL_315f;
}
}
{
int32_t L_1382 = V_25;
if ((((int32_t)L_1382) == ((int32_t)((int32_t)43347))))
{
goto IL_3044;
}
}
{
goto IL_31e2;
}
IL_2ffb:
{
int32_t L_1383 = V_25;
if ((((int32_t)L_1383) > ((int32_t)((int32_t)192323))))
{
goto IL_3021;
}
}
{
int32_t L_1384 = V_25;
if ((((int32_t)L_1384) == ((int32_t)((int32_t)45819))))
{
goto IL_30df;
}
}
{
int32_t L_1385 = V_25;
if ((((int32_t)L_1385) == ((int32_t)((int32_t)192323))))
{
goto IL_3124;
}
}
{
goto IL_31e2;
}
IL_3021:
{
int32_t L_1386 = V_25;
if ((((int32_t)L_1386) == ((int32_t)((int32_t)205930))))
{
goto IL_307e;
}
}
{
int32_t L_1387 = V_25;
if ((((int32_t)L_1387) == ((int32_t)((int32_t)281955))))
{
goto IL_3124;
}
}
{
int32_t L_1388 = V_25;
if ((((int32_t)L_1388) == ((int32_t)((int32_t)295562))))
{
goto IL_307e;
}
}
{
goto IL_31e2;
}
IL_3044:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1389 = __this->get_m_currentSpriteAsset_223();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1390 = __this->get_m_xmlAttribute_171();
int32_t L_1391 = V_24;
NullCheck(L_1390);
int32_t L_1392 = ((L_1390)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1391)))->get_valueHashCode_4();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1393 = TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206(L_1389, L_1392, (bool)1, (int32_t*)(&V_26), /*hidden argument*/NULL);
__this->set_m_currentSpriteAsset_223(L_1393);
int32_t L_1394 = V_26;
if ((!(((uint32_t)L_1394) == ((uint32_t)(-1)))))
{
goto IL_3071;
}
}
{
return (bool)0;
}
IL_3071:
{
int32_t L_1395 = V_26;
__this->set_m_spriteIndex_225(L_1395);
goto IL_31f6;
}
IL_307e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1396 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1397 = __this->get_m_xmlAttribute_171();
NullCheck(L_1397);
int32_t L_1398 = ((L_1397)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1399 = __this->get_m_xmlAttribute_171();
NullCheck(L_1399);
int32_t L_1400 = ((L_1399)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueLength_3();
float L_1401 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1396, L_1398, L_1400, /*hidden argument*/NULL);
V_26 = (((int32_t)((int32_t)L_1401)));
int32_t L_1402 = V_26;
if ((!(((uint32_t)L_1402) == ((uint32_t)((int32_t)-9999)))))
{
goto IL_30ba;
}
}
{
return (bool)0;
}
IL_30ba:
{
int32_t L_1403 = V_26;
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1404 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_1404);
List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 * L_1405 = L_1404->get_spriteInfoList_11();
NullCheck(L_1405);
int32_t L_1406 = List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4(L_1405, /*hidden argument*/List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var);
if ((((int32_t)L_1403) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1406, (int32_t)1)))))
{
goto IL_30d2;
}
}
{
return (bool)0;
}
IL_30d2:
{
int32_t L_1407 = V_26;
__this->set_m_spriteIndex_225(L_1407);
goto IL_31f6;
}
IL_30df:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1408 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1409 = __this->get_m_xmlAttribute_171();
int32_t L_1410 = V_24;
NullCheck(L_1409);
int32_t L_1411 = ((L_1409)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1410)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1412 = __this->get_m_xmlAttribute_171();
int32_t L_1413 = V_24;
NullCheck(L_1412);
int32_t L_1414 = ((L_1412)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1413)))->get_valueLength_3();
float L_1415 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1408, L_1411, L_1414, /*hidden argument*/NULL);
__this->set_m_tintSprite_57((bool)((((int32_t)((((float)L_1415) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0));
goto IL_31f6;
}
IL_3124:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1416 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1417 = __this->get_m_xmlAttribute_171();
int32_t L_1418 = V_24;
NullCheck(L_1417);
int32_t L_1419 = ((L_1417)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1418)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1420 = __this->get_m_xmlAttribute_171();
int32_t L_1421 = V_24;
NullCheck(L_1420);
int32_t L_1422 = ((L_1420)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1421)))->get_valueLength_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1423 = TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030(__this, L_1416, L_1419, L_1422, /*hidden argument*/NULL);
__this->set_m_spriteColor_58(L_1423);
goto IL_31f6;
}
IL_315f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1424 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1425 = __this->get_m_xmlAttribute_171();
int32_t L_1426 = V_24;
NullCheck(L_1425);
int32_t L_1427 = ((L_1425)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1426)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1428 = __this->get_m_xmlAttribute_171();
int32_t L_1429 = V_24;
NullCheck(L_1428);
int32_t L_1430 = ((L_1428)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1429)))->get_valueLength_3();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** L_1431 = __this->get_address_of_m_attributeParameterValues_172();
int32_t L_1432 = TMP_Text_GetAttributeParameters_m1596FBF7E2CE0CAA36F80F64ACB4EE140592EA90(__this, L_1424, L_1427, L_1430, (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5**)L_1431, /*hidden argument*/NULL);
if ((((int32_t)L_1432) == ((int32_t)3)))
{
goto IL_319a;
}
}
{
return (bool)0;
}
IL_319a:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1433 = __this->get_m_attributeParameterValues_172();
NullCheck(L_1433);
int32_t L_1434 = 0;
float L_1435 = (L_1433)->GetAt(static_cast<il2cpp_array_size_t>(L_1434));
__this->set_m_spriteIndex_225((((int32_t)((int32_t)L_1435))));
bool L_1436 = __this->get_m_isParsingText_177();
if (!L_1436)
{
goto IL_31f6;
}
}
{
TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17 * L_1437 = TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9(__this, /*hidden argument*/NULL);
int32_t L_1438 = __this->get_m_characterCount_187();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1439 = __this->get_m_currentSpriteAsset_223();
int32_t L_1440 = __this->get_m_spriteIndex_225();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1441 = __this->get_m_attributeParameterValues_172();
NullCheck(L_1441);
int32_t L_1442 = 1;
float L_1443 = (L_1441)->GetAt(static_cast<il2cpp_array_size_t>(L_1442));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1444 = __this->get_m_attributeParameterValues_172();
NullCheck(L_1444);
int32_t L_1445 = 2;
float L_1446 = (L_1444)->GetAt(static_cast<il2cpp_array_size_t>(L_1445));
NullCheck(L_1437);
TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315(L_1437, L_1438, L_1439, L_1440, (((int32_t)((int32_t)L_1443))), (((int32_t)((int32_t)L_1446))), /*hidden argument*/NULL);
goto IL_31f6;
}
IL_31e2:
{
int32_t L_1447 = V_25;
if ((((int32_t)L_1447) == ((int32_t)((int32_t)2246877))))
{
goto IL_31f6;
}
}
{
int32_t L_1448 = V_25;
if ((((int32_t)L_1448) == ((int32_t)((int32_t)1619421))))
{
goto IL_31f6;
}
}
{
return (bool)0;
}
IL_31f6:
{
int32_t L_1449 = V_24;
V_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_1449, (int32_t)1));
}
IL_31fc:
{
int32_t L_1450 = V_24;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1451 = __this->get_m_xmlAttribute_171();
NullCheck(L_1451);
if ((((int32_t)L_1450) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1451)->max_length)))))))
{
goto IL_321f;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1452 = __this->get_m_xmlAttribute_171();
int32_t L_1453 = V_24;
NullCheck(L_1452);
int32_t L_1454 = ((L_1452)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1453)))->get_nameHashCode_0();
if (L_1454)
{
goto IL_2f92;
}
}
IL_321f:
{
int32_t L_1455 = __this->get_m_spriteIndex_225();
if ((!(((uint32_t)L_1455) == ((uint32_t)(-1)))))
{
goto IL_322a;
}
}
{
return (bool)0;
}
IL_322a:
{
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1456 = __this->get_m_currentSpriteAsset_223();
NullCheck(L_1456);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_1457 = ((TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D *)L_1456)->get_material_5();
TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * L_1458 = __this->get_m_currentSpriteAsset_223();
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_1459 = __this->get_m_materialReferences_37();
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1460 = __this->get_m_materialReferenceIndexLookup_38();
int32_t L_1461 = MaterialReference_AddMaterialReference_mBEF97C70F89DFC05A18EC689BCF5FB368A6E72C1(L_1457, L_1458, L_1459, L_1460, /*hidden argument*/NULL);
__this->set_m_currentMaterialIndex_40(L_1461);
__this->set_m_textElementType_218(1);
return (bool)1;
}
IL_325b:
{
int32_t L_1462 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_1462|(int32_t)8)));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_1463 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_1463, 8, /*hidden argument*/NULL);
return (bool)1;
}
IL_3278:
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_1464 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_1465 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_1464, 8, /*hidden argument*/NULL);
if (L_1465)
{
goto IL_3295;
}
}
{
int32_t L_1466 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_1466&(int32_t)((int32_t)-9))));
}
IL_3295:
{
return (bool)1;
}
IL_3297:
{
int32_t L_1467 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_1467|(int32_t)((int32_t)16))));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_1468 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_1468, ((int32_t)16), /*hidden argument*/NULL);
return (bool)1;
}
IL_32b6:
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_1469 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_1470 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_1469, ((int32_t)16), /*hidden argument*/NULL);
if (L_1470)
{
goto IL_32d4;
}
}
{
int32_t L_1471 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_1471&(int32_t)((int32_t)-17))));
}
IL_32d4:
{
return (bool)1;
}
IL_32d6:
{
int32_t L_1472 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_1472|(int32_t)((int32_t)32))));
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_1473 = __this->get_address_of_m_fontStyleStack_77();
TMP_BasicXmlTagStack_Add_m46D9FC66649E1F1056E7AA48B4907F64C9EC10EC((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_1473, ((int32_t)32), /*hidden argument*/NULL);
return (bool)1;
}
IL_32f5:
{
TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 * L_1474 = __this->get_address_of_m_fontStyleStack_77();
uint8_t L_1475 = TMP_BasicXmlTagStack_Remove_mA0592190ECCBBC37E9793A7877C869D366285D0D((TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 *)L_1474, ((int32_t)32), /*hidden argument*/NULL);
if (L_1475)
{
goto IL_3313;
}
}
{
int32_t L_1476 = __this->get_m_style_76();
__this->set_m_style_76(((int32_t)((int32_t)L_1476&(int32_t)((int32_t)-33))));
}
IL_3313:
{
return (bool)1;
}
IL_3315:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1477 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1478 = __this->get_m_xmlAttribute_171();
NullCheck(L_1478);
int32_t L_1479 = ((L_1478)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1480 = __this->get_m_xmlAttribute_171();
NullCheck(L_1480);
int32_t L_1481 = ((L_1480)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1482 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1477, L_1479, L_1481, /*hidden argument*/NULL);
V_8 = L_1482;
float L_1483 = V_8;
if ((!(((float)L_1483) == ((float)(-9999.0f)))))
{
goto IL_3350;
}
}
{
return (bool)0;
}
IL_3350:
{
float L_1484 = V_8;
__this->set_m_marginLeft_128(L_1484);
int32_t L_1485 = V_2;
switch (L_1485)
{
case 0:
{
goto IL_33d3;
}
case 1:
{
goto IL_336c;
}
case 2:
{
goto IL_339f;
}
}
}
{
goto IL_33d3;
}
IL_336c:
{
float L_1486 = __this->get_m_marginLeft_128();
float L_1487 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1488 = __this->get_m_fontAsset_32();
NullCheck(L_1488);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1489 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1488, /*hidden argument*/NULL);
NullCheck(L_1489);
float L_1490 = L_1489->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1491 = __this->get_m_fontAsset_32();
NullCheck(L_1491);
uint8_t L_1492 = L_1491->get_tabSize_25();
__this->set_m_marginLeft_128(((float)il2cpp_codegen_multiply((float)L_1486, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1487, (float)L_1490))/(float)(((float)((float)L_1492))))))));
goto IL_33d3;
}
IL_339f:
{
float L_1493 = __this->get_m_marginWidth_130();
float L_1494 = __this->get_m_width_132();
G_B774_0 = L_1493;
G_B774_1 = __this;
if ((!(((float)L_1494) == ((float)(-1.0f)))))
{
G_B775_0 = L_1493;
G_B775_1 = __this;
goto IL_33ba;
}
}
{
G_B776_0 = (0.0f);
G_B776_1 = G_B774_0;
G_B776_2 = G_B774_1;
goto IL_33c0;
}
IL_33ba:
{
float L_1495 = __this->get_m_width_132();
G_B776_0 = L_1495;
G_B776_1 = G_B775_0;
G_B776_2 = G_B775_1;
}
IL_33c0:
{
float L_1496 = __this->get_m_marginLeft_128();
NullCheck(G_B776_2);
G_B776_2->set_m_marginLeft_128(((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B776_1, (float)G_B776_0)), (float)L_1496))/(float)(100.0f))));
}
IL_33d3:
{
float L_1497 = __this->get_m_marginLeft_128();
G_B778_0 = __this;
if ((((float)L_1497) >= ((float)(0.0f))))
{
G_B779_0 = __this;
goto IL_33e8;
}
}
{
G_B780_0 = (0.0f);
G_B780_1 = G_B778_0;
goto IL_33ee;
}
IL_33e8:
{
float L_1498 = __this->get_m_marginLeft_128();
G_B780_0 = L_1498;
G_B780_1 = G_B779_0;
}
IL_33ee:
{
NullCheck(G_B780_1);
G_B780_1->set_m_marginLeft_128(G_B780_0);
float L_1499 = __this->get_m_marginLeft_128();
__this->set_m_marginRight_129(L_1499);
return (bool)1;
}
IL_3401:
{
__this->set_m_marginLeft_128((0.0f));
__this->set_m_marginRight_129((0.0f));
return (bool)1;
}
IL_3419:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1500 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1501 = __this->get_m_xmlAttribute_171();
NullCheck(L_1501);
int32_t L_1502 = ((L_1501)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1503 = __this->get_m_xmlAttribute_171();
NullCheck(L_1503);
int32_t L_1504 = ((L_1503)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1505 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1500, L_1502, L_1504, /*hidden argument*/NULL);
V_8 = L_1505;
float L_1506 = V_8;
if ((!(((float)L_1506) == ((float)(-9999.0f)))))
{
goto IL_3454;
}
}
{
return (bool)0;
}
IL_3454:
{
float L_1507 = V_8;
__this->set_m_marginLeft_128(L_1507);
int32_t L_1508 = V_2;
switch (L_1508)
{
case 0:
{
goto IL_34d7;
}
case 1:
{
goto IL_3470;
}
case 2:
{
goto IL_34a3;
}
}
}
{
goto IL_34d7;
}
IL_3470:
{
float L_1509 = __this->get_m_marginLeft_128();
float L_1510 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1511 = __this->get_m_fontAsset_32();
NullCheck(L_1511);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1512 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1511, /*hidden argument*/NULL);
NullCheck(L_1512);
float L_1513 = L_1512->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1514 = __this->get_m_fontAsset_32();
NullCheck(L_1514);
uint8_t L_1515 = L_1514->get_tabSize_25();
__this->set_m_marginLeft_128(((float)il2cpp_codegen_multiply((float)L_1509, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1510, (float)L_1513))/(float)(((float)((float)L_1515))))))));
goto IL_34d7;
}
IL_34a3:
{
float L_1516 = __this->get_m_marginWidth_130();
float L_1517 = __this->get_m_width_132();
G_B788_0 = L_1516;
G_B788_1 = __this;
if ((!(((float)L_1517) == ((float)(-1.0f)))))
{
G_B789_0 = L_1516;
G_B789_1 = __this;
goto IL_34be;
}
}
{
G_B790_0 = (0.0f);
G_B790_1 = G_B788_0;
G_B790_2 = G_B788_1;
goto IL_34c4;
}
IL_34be:
{
float L_1518 = __this->get_m_width_132();
G_B790_0 = L_1518;
G_B790_1 = G_B789_0;
G_B790_2 = G_B789_1;
}
IL_34c4:
{
float L_1519 = __this->get_m_marginLeft_128();
NullCheck(G_B790_2);
G_B790_2->set_m_marginLeft_128(((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B790_1, (float)G_B790_0)), (float)L_1519))/(float)(100.0f))));
}
IL_34d7:
{
float L_1520 = __this->get_m_marginLeft_128();
G_B792_0 = __this;
if ((((float)L_1520) >= ((float)(0.0f))))
{
G_B793_0 = __this;
goto IL_34ec;
}
}
{
G_B794_0 = (0.0f);
G_B794_1 = G_B792_0;
goto IL_34f2;
}
IL_34ec:
{
float L_1521 = __this->get_m_marginLeft_128();
G_B794_0 = L_1521;
G_B794_1 = G_B793_0;
}
IL_34f2:
{
NullCheck(G_B794_1);
G_B794_1->set_m_marginLeft_128(G_B794_0);
return (bool)1;
}
IL_34f9:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1522 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1523 = __this->get_m_xmlAttribute_171();
NullCheck(L_1523);
int32_t L_1524 = ((L_1523)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1525 = __this->get_m_xmlAttribute_171();
NullCheck(L_1525);
int32_t L_1526 = ((L_1525)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1527 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1522, L_1524, L_1526, /*hidden argument*/NULL);
V_8 = L_1527;
float L_1528 = V_8;
if ((!(((float)L_1528) == ((float)(-9999.0f)))))
{
goto IL_3534;
}
}
{
return (bool)0;
}
IL_3534:
{
float L_1529 = V_8;
__this->set_m_marginRight_129(L_1529);
int32_t L_1530 = V_2;
switch (L_1530)
{
case 0:
{
goto IL_35b7;
}
case 1:
{
goto IL_3550;
}
case 2:
{
goto IL_3583;
}
}
}
{
goto IL_35b7;
}
IL_3550:
{
float L_1531 = __this->get_m_marginRight_129();
float L_1532 = __this->get_m_fontScale_168();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1533 = __this->get_m_fontAsset_32();
NullCheck(L_1533);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1534 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1533, /*hidden argument*/NULL);
NullCheck(L_1534);
float L_1535 = L_1534->get_TabWidth_17();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1536 = __this->get_m_fontAsset_32();
NullCheck(L_1536);
uint8_t L_1537 = L_1536->get_tabSize_25();
__this->set_m_marginRight_129(((float)il2cpp_codegen_multiply((float)L_1531, (float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1532, (float)L_1535))/(float)(((float)((float)L_1537))))))));
goto IL_35b7;
}
IL_3583:
{
float L_1538 = __this->get_m_marginWidth_130();
float L_1539 = __this->get_m_width_132();
G_B801_0 = L_1538;
G_B801_1 = __this;
if ((!(((float)L_1539) == ((float)(-1.0f)))))
{
G_B802_0 = L_1538;
G_B802_1 = __this;
goto IL_359e;
}
}
{
G_B803_0 = (0.0f);
G_B803_1 = G_B801_0;
G_B803_2 = G_B801_1;
goto IL_35a4;
}
IL_359e:
{
float L_1540 = __this->get_m_width_132();
G_B803_0 = L_1540;
G_B803_1 = G_B802_0;
G_B803_2 = G_B802_1;
}
IL_35a4:
{
float L_1541 = __this->get_m_marginRight_129();
NullCheck(G_B803_2);
G_B803_2->set_m_marginRight_129(((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)G_B803_1, (float)G_B803_0)), (float)L_1541))/(float)(100.0f))));
}
IL_35b7:
{
float L_1542 = __this->get_m_marginRight_129();
G_B805_0 = __this;
if ((((float)L_1542) >= ((float)(0.0f))))
{
G_B806_0 = __this;
goto IL_35cc;
}
}
{
G_B807_0 = (0.0f);
G_B807_1 = G_B805_0;
goto IL_35d2;
}
IL_35cc:
{
float L_1543 = __this->get_m_marginRight_129();
G_B807_0 = L_1543;
G_B807_1 = G_B806_0;
}
IL_35d2:
{
NullCheck(G_B807_1);
G_B807_1->set_m_marginRight_129(G_B807_0);
return (bool)1;
}
IL_35d9:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1544 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1545 = __this->get_m_xmlAttribute_171();
NullCheck(L_1545);
int32_t L_1546 = ((L_1545)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1547 = __this->get_m_xmlAttribute_171();
NullCheck(L_1547);
int32_t L_1548 = ((L_1547)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1549 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1544, L_1546, L_1548, /*hidden argument*/NULL);
V_8 = L_1549;
float L_1550 = V_8;
if ((((float)L_1550) == ((float)(-9999.0f))))
{
goto IL_361b;
}
}
{
float L_1551 = V_8;
if ((!(((float)L_1551) == ((float)(0.0f)))))
{
goto IL_361d;
}
}
IL_361b:
{
return (bool)0;
}
IL_361d:
{
float L_1552 = V_8;
__this->set_m_lineHeight_90(L_1552);
int32_t L_1553 = V_2;
switch (L_1553)
{
case 0:
{
goto IL_3689;
}
case 1:
{
goto IL_3639;
}
case 2:
{
goto IL_365f;
}
}
}
{
goto IL_3689;
}
IL_3639:
{
float L_1554 = __this->get_m_lineHeight_90();
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1555 = __this->get_m_fontAsset_32();
NullCheck(L_1555);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1556 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1555, /*hidden argument*/NULL);
NullCheck(L_1556);
float L_1557 = L_1556->get_LineHeight_4();
float L_1558 = __this->get_m_fontScale_168();
__this->set_m_lineHeight_90(((float)il2cpp_codegen_multiply((float)L_1554, (float)((float)il2cpp_codegen_multiply((float)L_1557, (float)L_1558)))));
goto IL_3689;
}
IL_365f:
{
TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * L_1559 = __this->get_m_fontAsset_32();
NullCheck(L_1559);
FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 * L_1560 = TMP_FontAsset_get_fontInfo_m6291FD122AD11BADF458AC8C37D133BA04BBA63F(L_1559, /*hidden argument*/NULL);
NullCheck(L_1560);
float L_1561 = L_1560->get_LineHeight_4();
float L_1562 = __this->get_m_lineHeight_90();
float L_1563 = __this->get_m_fontScale_168();
__this->set_m_lineHeight_90(((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_1561, (float)L_1562))/(float)(100.0f))), (float)L_1563)));
}
IL_3689:
{
return (bool)1;
}
IL_368b:
{
__this->set_m_lineHeight_90((-32767.0f));
return (bool)1;
}
IL_3698:
{
__this->set_tag_NoParsing_176((bool)1);
return (bool)1;
}
IL_36a1:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1564 = __this->get_m_xmlAttribute_171();
NullCheck(L_1564);
int32_t L_1565 = ((L_1564)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueHashCode_4();
V_19 = L_1565;
bool L_1566 = __this->get_m_isParsingText_177();
if (!L_1566)
{
goto IL_3701;
}
}
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_1567 = __this->get_address_of_m_actionStack_213();
int32_t L_1568 = V_19;
TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_1567, L_1568, /*hidden argument*/TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1569 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1570 = L_1569;
NullCheck(L_1570);
ArrayElementTypeCheck (L_1570, _stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC);
(L_1570)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1571 = L_1570;
int32_t L_1572 = V_19;
int32_t L_1573 = L_1572;
RuntimeObject * L_1574 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1573);
NullCheck(L_1571);
ArrayElementTypeCheck (L_1571, L_1574);
(L_1571)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_1574);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1575 = L_1571;
NullCheck(L_1575);
ArrayElementTypeCheck (L_1575, _stringLiteral5973848C6501D0CBD36E2FEC74C9661380E25EA5);
(L_1575)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral5973848C6501D0CBD36E2FEC74C9661380E25EA5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1576 = L_1575;
int32_t L_1577 = __this->get_m_characterCount_187();
int32_t L_1578 = L_1577;
RuntimeObject * L_1579 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1578);
NullCheck(L_1576);
ArrayElementTypeCheck (L_1576, L_1579);
(L_1576)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_1579);
String_t* L_1580 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_1576, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1580, /*hidden argument*/NULL);
}
IL_3701:
{
return (bool)1;
}
IL_3703:
{
bool L_1581 = __this->get_m_isParsingText_177();
if (!L_1581)
{
goto IL_374e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1582 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1583 = L_1582;
NullCheck(L_1583);
ArrayElementTypeCheck (L_1583, _stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC);
(L_1583)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1584 = L_1583;
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_1585 = __this->get_address_of_m_actionStack_213();
int32_t L_1586 = TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_1585, /*hidden argument*/TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var);
int32_t L_1587 = L_1586;
RuntimeObject * L_1588 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1587);
NullCheck(L_1584);
ArrayElementTypeCheck (L_1584, L_1588);
(L_1584)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_1588);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1589 = L_1584;
NullCheck(L_1589);
ArrayElementTypeCheck (L_1589, _stringLiteral5A004C1523F86794FE6F977B55097686E20D8304);
(L_1589)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral5A004C1523F86794FE6F977B55097686E20D8304);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1590 = L_1589;
int32_t L_1591 = __this->get_m_characterCount_187();
int32_t L_1592 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1591, (int32_t)1));
RuntimeObject * L_1593 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_1592);
NullCheck(L_1590);
ArrayElementTypeCheck (L_1590, L_1593);
(L_1590)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_1593);
String_t* L_1594 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_1590, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1594, /*hidden argument*/NULL);
}
IL_374e:
{
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 * L_1595 = __this->get_address_of_m_actionStack_213();
TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261((TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 *)L_1595, /*hidden argument*/TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var);
return (bool)1;
}
IL_375c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1596 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1597 = __this->get_m_xmlAttribute_171();
NullCheck(L_1597);
int32_t L_1598 = ((L_1597)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1599 = __this->get_m_xmlAttribute_171();
NullCheck(L_1599);
int32_t L_1600 = ((L_1599)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1601 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1596, L_1598, L_1600, /*hidden argument*/NULL);
V_8 = L_1601;
float L_1602 = V_8;
if ((!(((float)L_1602) == ((float)(-9999.0f)))))
{
goto IL_3797;
}
}
{
return (bool)0;
}
IL_3797:
{
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1603 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_1604 = Quaternion_get_identity_m548B37D80F2DEE60E41D1F09BF6889B557BE1A64(/*hidden argument*/NULL);
float L_1605 = V_8;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1606;
memset(&L_1606, 0, sizeof(L_1606));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_1606), L_1605, (1.0f), (1.0f), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_1607 = Matrix4x4_TRS_m5BB2EBA1152301BAC92FDC7F33ECA732BAE57990(L_1603, L_1604, L_1606, /*hidden argument*/NULL);
__this->set_m_FXMatrix_178(L_1607);
__this->set_m_isFXMatrixSet_179((bool)1);
return (bool)1;
}
IL_37c6:
{
__this->set_m_isFXMatrixSet_179((bool)0);
return (bool)1;
}
IL_37cf:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1608 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1609 = __this->get_m_xmlAttribute_171();
NullCheck(L_1609);
int32_t L_1610 = ((L_1609)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1611 = __this->get_m_xmlAttribute_171();
NullCheck(L_1611);
int32_t L_1612 = ((L_1611)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_valueLength_3();
float L_1613 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1608, L_1610, L_1612, /*hidden argument*/NULL);
V_8 = L_1613;
float L_1614 = V_8;
if ((!(((float)L_1614) == ((float)(-9999.0f)))))
{
goto IL_380a;
}
}
{
return (bool)0;
}
IL_380a:
{
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1615 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
float L_1616 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_1617 = Quaternion_Euler_m537DD6CEAE0AD4274D8A84414C24C30730427D05((0.0f), (0.0f), L_1616, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1618 = Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_1619 = Matrix4x4_TRS_m5BB2EBA1152301BAC92FDC7F33ECA732BAE57990(L_1615, L_1617, L_1618, /*hidden argument*/NULL);
__this->set_m_FXMatrix_178(L_1619);
__this->set_m_isFXMatrixSet_179((bool)1);
return (bool)1;
}
IL_3839:
{
__this->set_m_isFXMatrixSet_179((bool)0);
return (bool)1;
}
IL_3842:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1620 = __this->get_m_xmlAttribute_171();
NullCheck(L_1620);
int32_t L_1621 = ((L_1620)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_nameHashCode_0();
V_9 = L_1621;
int32_t L_1622 = V_9;
if ((!(((uint32_t)L_1622) == ((uint32_t)((int32_t)327550)))))
{
goto IL_38fa;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1623 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1624 = __this->get_m_xmlAttribute_171();
NullCheck(L_1624);
int32_t L_1625 = ((L_1624)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1626 = __this->get_m_xmlAttribute_171();
NullCheck(L_1626);
int32_t L_1627 = ((L_1626)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_valueLength_3();
float L_1628 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1623, L_1625, L_1627, /*hidden argument*/NULL);
V_27 = L_1628;
int32_t L_1629 = V_2;
switch (L_1629)
{
case 0:
{
goto IL_38a5;
}
case 1:
{
goto IL_38c2;
}
case 2:
{
goto IL_38df;
}
}
}
{
goto IL_38fa;
}
IL_38a5:
{
float L_1630 = V_27;
float L_1631 = L_1630;
RuntimeObject * L_1632 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1631);
String_t* L_1633 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1024E1471592DAB1461966285F71111E8C1610B0, L_1632, _stringLiteral6C79F40E9971EDE5D7898262E4346DE45737437F, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1633, /*hidden argument*/NULL);
goto IL_38fa;
}
IL_38c2:
{
float L_1634 = V_27;
float L_1635 = L_1634;
RuntimeObject * L_1636 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1635);
String_t* L_1637 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1024E1471592DAB1461966285F71111E8C1610B0, L_1636, _stringLiteralBB78933982803AE7A266E283B996C13B23E6ABF0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1637, /*hidden argument*/NULL);
goto IL_38fa;
}
IL_38df:
{
float L_1638 = V_27;
float L_1639 = L_1638;
RuntimeObject * L_1640 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1639);
String_t* L_1641 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1024E1471592DAB1461966285F71111E8C1610B0, L_1640, _stringLiteral4786DD42D98074830355B8C228EA1A9203083EAA, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1641, /*hidden argument*/NULL);
}
IL_38fa:
{
return (bool)1;
}
IL_38fc:
{
return (bool)1;
}
IL_38fe:
{
return (bool)1;
}
IL_3900:
{
return (bool)1;
}
IL_3902:
{
return (bool)1;
}
IL_3904:
{
return (bool)1;
}
IL_3906:
{
V_28 = 1;
goto IL_3a59;
}
IL_390e:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1642 = __this->get_m_xmlAttribute_171();
int32_t L_1643 = V_28;
NullCheck(L_1642);
int32_t L_1644 = ((L_1642)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1643)))->get_nameHashCode_0();
V_9 = L_1644;
int32_t L_1645 = V_9;
if ((((int32_t)L_1645) == ((int32_t)((int32_t)275917))))
{
goto IL_39e0;
}
}
{
int32_t L_1646 = V_9;
if ((!(((uint32_t)L_1646) == ((uint32_t)((int32_t)327550)))))
{
goto IL_3a53;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1647 = __this->get_m_htmlTag_170();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1648 = __this->get_m_xmlAttribute_171();
int32_t L_1649 = V_28;
NullCheck(L_1648);
int32_t L_1650 = ((L_1648)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1649)))->get_valueStartIndex_2();
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1651 = __this->get_m_xmlAttribute_171();
int32_t L_1652 = V_28;
NullCheck(L_1651);
int32_t L_1653 = ((L_1651)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1652)))->get_valueLength_3();
float L_1654 = TMP_Text_ConvertToFloat_mAA679590C43944D553726CB9540B0A7076F3132E(__this, L_1647, L_1650, L_1653, /*hidden argument*/NULL);
V_29 = L_1654;
int32_t L_1655 = V_2;
switch (L_1655)
{
case 0:
{
goto IL_3983;
}
case 1:
{
goto IL_39a3;
}
case 2:
{
goto IL_39c3;
}
}
}
{
goto IL_3a53;
}
IL_3983:
{
float L_1656 = V_29;
float L_1657 = L_1656;
RuntimeObject * L_1658 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1657);
String_t* L_1659 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1024E1471592DAB1461966285F71111E8C1610B0, L_1658, _stringLiteral6C79F40E9971EDE5D7898262E4346DE45737437F, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1659, /*hidden argument*/NULL);
goto IL_3a53;
}
IL_39a3:
{
float L_1660 = V_29;
float L_1661 = L_1660;
RuntimeObject * L_1662 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1661);
String_t* L_1663 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1024E1471592DAB1461966285F71111E8C1610B0, L_1662, _stringLiteralBB78933982803AE7A266E283B996C13B23E6ABF0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1663, /*hidden argument*/NULL);
goto IL_3a53;
}
IL_39c3:
{
float L_1664 = V_29;
float L_1665 = L_1664;
RuntimeObject * L_1666 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1665);
String_t* L_1667 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral1024E1471592DAB1461966285F71111E8C1610B0, L_1666, _stringLiteral4786DD42D98074830355B8C228EA1A9203083EAA, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_1667, /*hidden argument*/NULL);
goto IL_3a53;
}
IL_39e0:
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1668 = __this->get_m_xmlAttribute_171();
int32_t L_1669 = V_28;
NullCheck(L_1668);
int32_t L_1670 = ((L_1668)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1669)))->get_valueHashCode_4();
V_9 = L_1670;
int32_t L_1671 = V_9;
if ((((int32_t)L_1671) > ((int32_t)((int32_t)-458210101))))
{
goto IL_3a11;
}
}
{
int32_t L_1672 = V_9;
if ((((int32_t)L_1672) == ((int32_t)((int32_t)-523808257))))
{
goto IL_3a49;
}
}
{
int32_t L_1673 = V_9;
if ((((int32_t)L_1673) == ((int32_t)((int32_t)-458210101))))
{
goto IL_3a3d;
}
}
{
goto IL_3a53;
}
IL_3a11:
{
int32_t L_1674 = V_9;
if ((((int32_t)L_1674) == ((int32_t)((int32_t)3774683))))
{
goto IL_3a25;
}
}
{
int32_t L_1675 = V_9;
if ((((int32_t)L_1675) == ((int32_t)((int32_t)136703040))))
{
goto IL_3a31;
}
}
{
goto IL_3a53;
}
IL_3a25:
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteralD4FD7C003DF9191F4C17D92DE8F934497389F611, /*hidden argument*/NULL);
goto IL_3a53;
}
IL_3a31:
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral2D7C7BB591591B8BB038EB0A7C757AE36C863943, /*hidden argument*/NULL);
goto IL_3a53;
}
IL_3a3d:
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral6A56CCA260305ACFFA7E272F9409B168A5F0A579, /*hidden argument*/NULL);
goto IL_3a53;
}
IL_3a49:
{
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral991C128854695FAA88055DB7F154B1F82B87D68E, /*hidden argument*/NULL);
}
IL_3a53:
{
int32_t L_1676 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_1676, (int32_t)1));
}
IL_3a59:
{
int32_t L_1677 = V_28;
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1678 = __this->get_m_xmlAttribute_171();
NullCheck(L_1678);
if ((((int32_t)L_1677) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1678)->max_length)))))))
{
goto IL_3a7c;
}
}
{
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_1679 = __this->get_m_xmlAttribute_171();
int32_t L_1680 = V_28;
NullCheck(L_1679);
int32_t L_1681 = ((L_1679)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1680)))->get_nameHashCode_0();
if (L_1681)
{
goto IL_390e;
}
}
IL_3a7c:
{
return (bool)1;
}
IL_3a7e:
{
return (bool)1;
}
IL_3a80:
{
return (bool)0;
}
}
// System.Void TMPro.TMP_Text::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text__ctor_m6444C2C1FB1948F2597F8A1AB77FB239A81E5CA2 (TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text__ctor_m6444C2C1FB1948F2597F8A1AB77FB239A81E5CA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_0 = (MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B*)SZArrayNew(MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->set_m_materialReferences_37(L_0);
Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 * L_1 = (Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 *)il2cpp_codegen_object_new(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161(L_1, /*hidden argument*/Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_RuntimeMethod_var);
__this->set_m_materialReferenceIndexLookup_38(L_1);
MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* L_2 = (MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B*)SZArrayNew(MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 L_3;
memset(&L_3, 0, sizeof(L_3));
TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856((&L_3), L_2, /*hidden argument*/TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856_RuntimeMethod_var);
__this->set_m_materialReferenceStack_39(L_3);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_5 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_4, /*hidden argument*/NULL);
__this->set_m_fontColor32_45(L_5);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
__this->set_m_fontColor_46(L_6);
IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_7 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_s_colorWhite_47();
__this->set_m_underlineColor_48(L_7);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_8 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_s_colorWhite_47();
__this->set_m_strikethroughColor_49(L_8);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_9 = ((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->get_s_colorWhite_47();
__this->set_m_highlightColor_50(L_9);
__this->set_m_colorMode_52(3);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A L_11;
memset(&L_11, 0, sizeof(L_11));
VertexGradient__ctor_m8EF36DB1F57E99DEDCEA45F3669BA6830F7D5677((&L_11), L_10, /*hidden argument*/NULL);
__this->set_m_fontColorGradient_53(L_11);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_13 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_12, /*hidden argument*/NULL);
__this->set_m_faceColor_60(L_13);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_14 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_15 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_14, /*hidden argument*/NULL);
__this->set_m_outlineColor_61(L_15);
__this->set_m_fontSize_63((36.0f));
__this->set_m_fontSizeBase_65((36.0f));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_16 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_17;
memset(&L_17, 0, sizeof(L_17));
TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73((&L_17), L_16, /*hidden argument*/TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_RuntimeMethod_var);
__this->set_m_sizeStack_66(L_17);
__this->set_m_fontWeight_67(((int32_t)400));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_19;
memset(&L_19, 0, sizeof(L_19));
TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE((&L_19), L_18, /*hidden argument*/TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_RuntimeMethod_var);
__this->set_m_fontWeightStack_69(L_19);
__this->set_m_textAlignment_79(((int32_t)257));
TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* L_20 = (TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B*)SZArrayNew(TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C L_21;
memset(&L_21, 0, sizeof(L_21));
TMP_XmlTagStack_1__ctor_m2617DF08A7863E6D29438DC310157023558E2CCC((&L_21), L_20, /*hidden argument*/TMP_XmlTagStack_1__ctor_m2617DF08A7863E6D29438DC310157023558E2CCC_RuntimeMethod_var);
__this->set_m_lineJustificationStack_81(L_21);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_22 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_m_textContainerLocalCorners_82(L_22);
__this->set_m_lineHeight_90((-32767.0f));
__this->set_m_wordWrappingRatios_99((0.4f));
__this->set_m_firstOverflowCharacterIndex_101((-1));
__this->set_m_isRichText_108((bool)1);
__this->set_m_parseCtrlCharacters_109((bool)1);
__this->set_m_ignoreCulling_114((bool)1);
__this->set_m_renderMode_118(((int32_t)255));
__this->set_m_maxVisibleCharacters_121(((int32_t)99999));
__this->set_m_maxVisibleWords_122(((int32_t)99999));
__this->set_m_maxVisibleLines_123(((int32_t)99999));
__this->set_m_useMaxVisibleDescender_124((bool)1);
__this->set_m_pageToDisplay_125(1);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_23;
memset(&L_23, 0, sizeof(L_23));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_23), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
__this->set_m_margin_127(L_23);
__this->set_m_width_132((-1.0f));
__this->set_m_flexibleHeight_143((-1.0f));
__this->set_m_flexibleWidth_144((-1.0f));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
__this->set_m_htmlTag_170(L_24);
XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B* L_25 = (XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B*)SZArrayNew(XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_xmlAttribute_171(L_25);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_26 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_m_attributeParameterValues_172(L_26);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_27 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_28;
memset(&L_28, 0, sizeof(L_28));
TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73((&L_28), L_27, /*hidden argument*/TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_RuntimeMethod_var);
__this->set_m_indentStack_175(L_28);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
__this->set_m_input_CharArray_182(L_29);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_30;
memset(&L_30, 0, sizeof(L_30));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_30), (255.0f), (255.0f), (255.0f), (128.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_31 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_30, /*hidden argument*/NULL);
__this->set_m_htmlColor_203(L_31);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_32 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_33;
memset(&L_33, 0, sizeof(L_33));
TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9((&L_33), L_32, /*hidden argument*/TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_RuntimeMethod_var);
__this->set_m_colorStack_204(L_33);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_34 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_35;
memset(&L_35, 0, sizeof(L_35));
TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9((&L_35), L_34, /*hidden argument*/TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_RuntimeMethod_var);
__this->set_m_underlineColorStack_205(L_35);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_36 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_37;
memset(&L_37, 0, sizeof(L_37));
TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9((&L_37), L_36, /*hidden argument*/TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_RuntimeMethod_var);
__this->set_m_strikethroughColorStack_206(L_37);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_38 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 L_39;
memset(&L_39, 0, sizeof(L_39));
TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9((&L_39), L_38, /*hidden argument*/TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_RuntimeMethod_var);
__this->set_m_highlightColorStack_207(L_39);
TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* L_40 = (TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C*)SZArrayNew(TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 L_41;
memset(&L_41, 0, sizeof(L_41));
TMP_XmlTagStack_1__ctor_mF28BB4403B4976794A2BF6A91CDC8CF12110E380((&L_41), L_40, /*hidden argument*/TMP_XmlTagStack_1__ctor_mF28BB4403B4976794A2BF6A91CDC8CF12110E380_RuntimeMethod_var);
__this->set_m_colorGradientStack_209(L_41);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_42 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_43;
memset(&L_43, 0, sizeof(L_43));
TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE((&L_43), L_42, /*hidden argument*/TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_RuntimeMethod_var);
__this->set_m_styleStack_212(L_43);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_44 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 L_45;
memset(&L_45, 0, sizeof(L_45));
TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE((&L_45), L_44, /*hidden argument*/TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_RuntimeMethod_var);
__this->set_m_actionStack_213(L_45);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_46 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E L_47;
memset(&L_47, 0, sizeof(L_47));
TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73((&L_47), L_46, /*hidden argument*/TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_RuntimeMethod_var);
__this->set_m_baselineOffsetStack_216(L_47);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_48 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_49 = L_48;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_50 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380____9E6378168821DBABB7EE3D0154346480FAC8AEF1_1_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_49, L_50, /*hidden argument*/NULL);
__this->set_k_Power_228(L_49);
MaskableGraphic__ctor_m083A4DEA182F691B7CF17AA47596314F1F02BF0F(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void TMPro.TMP_Text::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TMP_Text__cctor_m29A610CEFE37029538BFDD4B42DD53C36CF95390 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TMP_Text__cctor_m29A610CEFE37029538BFDD4B42DD53C36CF95390_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0;
memset(&L_0, 0, sizeof(L_0));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_0), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_s_colorWhite_47(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1;
memset(&L_1, 0, sizeof(L_1));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_1), (2.14748365E+09f), (2.14748365E+09f), /*hidden argument*/NULL);
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_k_LargePositiveVector2_229(L_1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2;
memset(&L_2, 0, sizeof(L_2));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_2), (-2.14748365E+09f), (-2.14748365E+09f), /*hidden argument*/NULL);
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_k_LargeNegativeVector2_230(L_2);
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_k_LargePositiveFloat_231((32767.0f));
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_k_LargeNegativeFloat_232((-32767.0f));
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_k_LargePositiveInt_233(((int32_t)2147483647LL));
((TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var))->set_k_LargeNegativeInt_234(((int32_t)-2147483647));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif