优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31884 行
1.6 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// System.Action`1<UnityEngine.Font>
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
// System.Action`1<System.Int32>
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
// System.Action`1<TMPro.TMP_TextInfo>
struct Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1;
// System.Action`2<System.Int32,System.Int32>
struct Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult>
struct Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC;
// System.Collections.Generic.Dictionary`2<System.Action`1<System.Boolean>,System.Collections.Generic.LinkedListNode`1<System.Action`1<System.Boolean>>>
struct Dictionary_2_tD54822E12FBBB5E788C7292513B6AEFC3DE5AFDE;
// System.Collections.Generic.Dictionary`2<System.Action`1<UnityEngine.Object>,System.Collections.Generic.LinkedListNode`1<System.Action`1<UnityEngine.Object>>>
struct Dictionary_2_t9FB13B661433DEEC78301CAC98E6FF103A9FF47E;
// System.Collections.Generic.Dictionary`2<System.Action`2<System.Boolean,UnityEngine.Material>,System.Collections.Generic.LinkedListNode`1<System.Action`2<System.Boolean,UnityEngine.Material>>>
struct Dictionary_2_t8091F626E5A7E204DAB23971D178D7D6AF84B6C1;
// System.Collections.Generic.Dictionary`2<System.Action`2<System.Boolean,UnityEngine.Object>,System.Collections.Generic.LinkedListNode`1<System.Action`2<System.Boolean,UnityEngine.Object>>>
struct Dictionary_2_t78BB4AB79147554FB4A3B1B71F8D2A3C8243E47A;
// System.Collections.Generic.Dictionary`2<System.Action`2<System.Object,TMPro.Compute_DT_EventArgs>,System.Collections.Generic.LinkedListNode`1<System.Action`2<System.Object,TMPro.Compute_DT_EventArgs>>>
struct Dictionary_2_t62AA46485660DD8DB8E7BBF0EAA8FC2737959ED2;
// System.Collections.Generic.Dictionary`2<System.Action`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>,System.Collections.Generic.LinkedListNode`1<System.Action`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>>>
struct Dictionary_2_t75FFE3F6BED7F70BBDC68DE11993DD314970C37C;
// System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>>
struct Dictionary_2_t256D834E777628043876023A6881E1448AFE7A4B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>
struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7;
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32>
struct Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4;
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>
struct Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>
struct Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>
struct Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteCharacter>
struct Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteGlyph>
struct Dictionary_2_tDE8FAF4CAC415F7871ED1DBA452249683C3C7C27;
// TMPro.FastAction`1<System.Boolean>
struct FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3;
// TMPro.FastAction`1<System.Object>
struct FastAction_1_t30779A2821DCE05CA702D5800B30CABF67687135;
// TMPro.FastAction`1<UnityEngine.Object>
struct FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Material>
struct FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A;
// TMPro.FastAction`2<System.Boolean,System.Object>
struct FastAction_2_tB6383A1F61B268A216D70581494359CB2D89B6E8;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Object>
struct FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B;
// TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>
struct FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D;
// TMPro.FastAction`2<System.Object,System.Object>
struct FastAction_2_tE77678B72BFE4C2B935D55A75FB130C861220939;
// TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>
struct FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77;
// TMPro.FastAction`3<System.Object,System.Object,System.Object>
struct FastAction_3_t341ACDB149DC6AD2E99A29F2C669B4F55DDB5B55;
// System.Func`2<UnityEngine.TextCore.Glyph,System.UInt32>
struct Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB;
// System.Func`2<System.Object,System.UInt32>
struct Func_2_tB86D019F1289E2D123C00796B373933613385952;
// System.Func`2<TMPro.TMP_Character,System.UInt32>
struct Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769;
// System.Func`3<System.Int32,System.String,TMPro.TMP_FontAsset>
struct Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C;
// System.Func`3<System.Int32,System.String,TMPro.TMP_SpriteAsset>
struct Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>
struct HashSet_1_tC2DD42EF8D44AC9B58E6A24D2D499C4A792620C9;
// System.Collections.Generic.HashSet`1<System.Int32>
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic>
struct HashSet_1_t7339109B23CAC1C7B695498778D7AC8166F04AF7;
// System.Collections.Generic.HashSet`1<System.UInt32>
struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A;
// System.Collections.Generic.IEnumerable`1<UnityEngine.TextCore.Glyph>
struct IEnumerable_1_t8EAA62AD6B07F46918563C8D20CFB154551D1F82;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<TMPro.TMP_Character>
struct IEnumerable_1_tC7F5D1AA1F971673BED924A7B763E7B3E4244124;
// System.Collections.Generic.IEnumerable`1<System.UInt32>
struct IEnumerable_1_tF78C5A55C1D093F0B8CD95E0247BA2EE703D9D55;
// System.Collections.Generic.IEnumerable`1<TMPro.TMP_Dropdown/OptionData>
struct IEnumerable_1_tA6A98529A099A09F113B700F78085F2959AE4BB6;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
// System.Collections.Generic.IEqualityComparer`1<System.UInt32>
struct IEqualityComparer_1_t0BB8211419723EB61BF19007AC9D62365E50500E;
// System.Linq.IOrderedEnumerable`1<UnityEngine.TextCore.Glyph>
struct IOrderedEnumerable_1_t554998B4972BCDF669DF6EE450C3577EE275C183;
// System.Linq.IOrderedEnumerable`1<System.Object>
struct IOrderedEnumerable_1_t0E680E8E1A4A676334F2A0C9A6F9B93135A65EAC;
// System.Linq.IOrderedEnumerable`1<TMPro.TMP_Character>
struct IOrderedEnumerable_1_t74D0DCEBA2AAEB7B4C527F6E618E6AF644BE07C7;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,UnityEngine.TextCore.Glyph>
struct KeyCollection_t7DFB54EEE9F73B96A1C6B50FFA50248E330F8F23;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,TMPro.TMP_Character>
struct KeyCollection_tC71FA11749E936C809A9B4EF81DF00FE54556509;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>
struct KeyCollection_tA8BC84D1186868F27E7DE472869DE9C55BD5782D;
// System.Collections.Generic.LinkedList`1<System.Action`1<System.Boolean>>
struct LinkedList_1_t6B8C3EF00DBDB844E612929DD352901D91E9A129;
// System.Collections.Generic.LinkedList`1<System.Action`1<UnityEngine.Object>>
struct LinkedList_1_tA75C78C76C8C00278F758EE6873486604C8C880C;
// System.Collections.Generic.LinkedList`1<System.Action`2<System.Boolean,UnityEngine.Material>>
struct LinkedList_1_tF00CA6AF00F56EA2BC03F2CAC976F6260312A999;
// System.Collections.Generic.LinkedList`1<System.Action`2<System.Boolean,UnityEngine.Object>>
struct LinkedList_1_t6D8E3A66092BFB3CC26027C99E471AE8CBD714DB;
// System.Collections.Generic.LinkedList`1<System.Action`2<System.Object,TMPro.Compute_DT_EventArgs>>
struct LinkedList_1_tDC32400C6F3F78972DC324DF5F454FD2032D824E;
// System.Collections.Generic.LinkedList`1<System.Action`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>>
struct LinkedList_1_tD7B0F42DD691F2EBEFC22F709A9C4ECCAA0A9496;
// System.Collections.Generic.LinkedList`1<System.Action>
struct LinkedList_1_t663B91895D7C0666693683BA6D8034329C97E04D;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>
struct List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F;
// System.Collections.Generic.List`1<UnityEngine.Canvas>
struct List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
// System.Collections.Generic.List`1<System.Char>
struct List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>
struct List_1_tF2FE88545EFEC788CAAE6C74EC2F78E937FCCAC3;
// System.Collections.Generic.List`1<UnityEngine.GameObject>
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B;
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>
struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C;
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>
struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B;
// System.Collections.Generic.List`1<UnityEngine.UI.Graphic>
struct List_1_tF6D13D87DD02D4EF3ECD7763371397BD6D1A2C0F;
// System.Collections.Generic.List`1<UnityEngine.UI.Image>
struct List_1_tE6BB71ABF15905EFA2BE92C38A2716547AEADB19;
// System.Collections.Generic.List`1<TMPro.KerningPair>
struct List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>
struct List_1_t099FA1DB61217A855A3732B3DCA8E909BB24E1AB;
// System.Collections.Generic.List`1<UnityEngine.Sprite>
struct List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<TMPro.TMP_Character>
struct List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset>
struct List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF;
// System.Collections.Generic.List`1<TMPro.TMP_Glyph>
struct List_1_tAB7976FADCF872E418770E60783056C23394843D;
// System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>
struct List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A;
// System.Collections.Generic.List`1<TMPro.TMP_Sprite>
struct List_1_tBF2191892DFB746CF83364BF93720BDBF5422853;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset>
struct List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteCharacter>
struct List_1_t2F39287A7FAAAD3D4A84C8C4EF6D748502C1DACC;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteGlyph>
struct List_1_t1ACC21967B12156F242D5D942EF3A71908550905;
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>
struct List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97;
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>
struct List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52;
// TMPro.TweenRunner`1<TMPro.FloatTween>
struct TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
// UnityEngine.Events.UnityAction`1<System.Boolean>
struct UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9;
// UnityEngine.Events.UnityAction`1<UnityEngine.Color>
struct UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F;
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90;
// UnityEngine.Events.UnityEvent`1<System.Boolean>
struct UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB;
// UnityEngine.Events.UnityEvent`1<UnityEngine.Color>
struct UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9;
// UnityEngine.Events.UnityEvent`1<System.Int32>
struct UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A;
// UnityEngine.Events.UnityEvent`1<System.Single>
struct UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,UnityEngine.TextCore.Glyph>
struct ValueCollection_t9D8F6C6B5687314A4B0B69B729B1DF24C2AE9AED;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,TMPro.TMP_Character>
struct ValueCollection_t8D5EC2FA30E455F3AC119716BB909FFA1CD59DBE;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>
struct ValueCollection_t39651256547A96154CD080EC10FF9E4A0A00C572;
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,UnityEngine.TextCore.Glyph>[]
struct EntryU5BU5D_t2B23F93FCF85B0BA4D4C152B1468476B33B470D1;
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,TMPro.TMP_Character>[]
struct EntryU5BU5D_t4F3493B13237D6830CBEDA6A37D57EEFEB165466;
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>[]
struct EntryU5BU5D_tD9625F8E3067C4376493E8C4069FD53F2E755C50;
// System.Collections.Generic.HashSet`1/Slot<System.Int32>[]
struct SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7;
// System.Collections.Generic.HashSet`1/Slot<System.UInt32>[]
struct SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6;
// TMPro.TMP_TextProcessingStack`1<System.Int32>[]
struct TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2;
// UnityEngine.EventSystems.BaseRaycaster[]
struct BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// UnityEngine.Canvas[]
struct CanvasU5BU5D_tE5C544063BDA76B67407EFED5FF893BBCDB74841;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// UnityEngine.Color[]
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
// UnityEngine.Color32[]
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
// System.Decimal[]
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// TMPro.FontWeight[]
struct FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA;
// UnityEngine.TextCore.Glyph[]
struct GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5;
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord[]
struct GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7;
// UnityEngine.TextCore.GlyphRect[]
struct GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70;
// TMPro.HighlightState[]
struct HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622;
// TMPro.HorizontalAlignmentOptions[]
struct HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// TMPro.KerningPair[]
struct KerningPairU5BU5D_tE32FE368326412A1A7114990D32488E0D6EF8425;
// UnityEngine.Material[]
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
// TMPro.MaterialReference[]
struct MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// TMPro.RichTextTagAttribute[]
struct RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D;
// UnityEngine.UI.Selectable[]
struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9;
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
// UnityEngine.Sprite[]
struct SpriteU5BU5D_tCEE379E10CAD9DBFA770B331480592548ED0EA1B;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// TMPro.TMP_Character[]
struct TMP_CharacterU5BU5D_tC0FE7802A3B867FC94F352EF3978AD82C258AA0F;
// TMPro.TMP_CharacterInfo[]
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99;
// TMPro.TMP_ColorGradient[]
struct TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A;
// TMPro.TMP_FontAsset[]
struct TMP_FontAssetU5BU5D_tC028E06B33643ABCED25C8BF7CB21A748E23BB83;
// TMPro.TMP_FontWeightPair[]
struct TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37;
// TMPro.TMP_Glyph[]
struct TMP_GlyphU5BU5D_tF889227FF4A6F9DEE83A698B66DE1539DE07FFE6;
// TMPro.TMP_GlyphPairAdjustmentRecord[]
struct TMP_GlyphPairAdjustmentRecordU5BU5D_t3BB4A5EE76A8B0B0080982C0C9CC1B9C2F020FEB;
// TMPro.TMP_LineInfo[]
struct TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E;
// TMPro.TMP_LinkInfo[]
struct TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E;
// TMPro.TMP_MeshInfo[]
struct TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7;
// TMPro.TMP_PageInfo[]
struct TMP_PageInfoU5BU5D_tE3DAAA8E2E9147F97C424A9034F677A516E8DAF9;
// TMPro.TMP_SubMeshUI[]
struct TMP_SubMeshUIU5BU5D_tC77B263183A59A75345C26152457207EAC3BBF29;
// TMPro.TMP_WordInfo[]
struct TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC;
// UnityEngine.Texture2D[]
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
// TMPro.WordWrapState[]
struct WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9;
// TMPro.TMP_Dropdown/DropdownItem[]
struct DropdownItemU5BU5D_tCEC8D0151E2387CE63ED9CF38106A837707DF0C3;
// TMPro.TMP_Dropdown/OptionData[]
struct OptionDataU5BU5D_tEB78063B7582A72D41E99569EB93D519AC75F615;
// TMPro.TMP_Text/UnicodeChar[]
struct UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5;
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F;
// UnityEngine.EventSystems.BaseInputModule
struct BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1;
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832;
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// UnityEngine.UI.Button
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098;
// UnityEngine.Canvas
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
// UnityEngine.CanvasGroup
struct CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094;
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
// TMPro.Compute_DT_EventArgs
struct Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4;
// UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// UnityEngine.Event
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707;
// TMPro.FaceInfo_Legacy
struct FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8;
// TMPro.FastAction
struct FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D;
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
// UnityEngine.TextCore.Glyph
struct Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F;
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931;
// UnityEngine.UI.GraphicRaycaster
struct GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B;
// UnityEngine.UI.ICanvasElement
struct ICanvasElement_t7F0ABB1280486B82E3267F9C26130FD4AAACAE91;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// UnityEngine.EventSystems.IScrollHandler
struct IScrollHandler_t762CB73017D561E11CF6759ED9FD8C9F24B3D13F;
// TMPro.ITextPreprocessor
struct ITextPreprocessor_tDBB49C8B68D7B80E8D233B9D9666C43981EFAAB9;
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82;
// UnityEngine.Events.InvokableCallList
struct InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382;
// TMPro.KerningPair
struct KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481;
// TMPro.KerningTable
struct KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B;
// UnityEngine.UI.LayoutElement
struct LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A;
// UnityEngine.UI.LayoutGroup
struct LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE;
// UnityEngine.UI.Mask
struct Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213;
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// UnityEngine.Mesh
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB;
// UnityEngine.UI.RectMask2D
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
// UnityEngine.UI.RectangularVertexClipper
struct RectangularVertexClipper_t55234A392C423FCC9A016503B2D1763D52E6605A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// UnityEngine.UI.ScrollRect
struct ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E;
// UnityEngine.UI.Scrollbar
struct Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3;
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// UnityEngine.Shader
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
// System.String
struct String_t;
// TMPro.TMP_Asset
struct TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969;
// TMPro.TMP_Character
struct TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35;
// TMPro.TMP_ColorGradient
struct TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB;
// TMPro.TMP_Dropdown
struct TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504;
// TMPro.TMP_FontAsset
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160;
// TMPro.TMP_FontFeatureTable
struct TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA;
// TMPro.TMP_Glyph
struct TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310;
// TMPro.TMP_GlyphPairAdjustmentRecord
struct TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F;
// TMPro.TMP_InputField
struct TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F;
// TMPro.TMP_InputValidator
struct TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98;
// TMPro.TMP_ScrollbarEventHandler
struct TMP_ScrollbarEventHandler_t84C389ED6800977DAEA8C025E18C9F3321888F4D;
// TMPro.TMP_SpriteAnimator
struct TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4;
// TMPro.TMP_SpriteAsset
struct TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39;
// TMPro.TMP_Style
struct TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C;
// TMPro.TMP_StyleSheet
struct TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859;
// TMPro.TMP_Text
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9;
// TMPro.TMP_TextElement
struct TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5;
// TMPro.TMP_TextInfo
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D;
// TMPro.TextMeshProUGUI
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957;
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
// UnityEngine.UI.Toggle
struct Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F;
// UnityEngine.UI.ToggleGroup
struct ToggleGroup_tF2E6FE7D4B17BDBF82462715CFB57C4FDE0A2A2C;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A;
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
// System.Type
struct Type_t;
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D;
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
// UnityEngine.Events.UnityEvent
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977;
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F;
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.WaitForSecondsRealtime
struct WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01;
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C;
// UnityEngine.Canvas/WillRenderCanvases
struct WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC;
// TMPro.ColorTween/ColorTweenCallback
struct ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53;
// TMPro.FloatTween/FloatTweenCallback
struct FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E;
// UnityEngine.Font/FontTextureRebuildCallback
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8;
// UnityEngine.RectTransform/ReapplyDrivenProperties
struct ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24;
// UnityEngine.UI.ScrollRect/ScrollRectEvent
struct ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26;
// UnityEngine.UI.Scrollbar/ScrollEvent
struct ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6;
// TMPro.TMP_Dropdown/<>c__DisplayClass69_0
struct U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A;
// TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81
struct U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409;
// TMPro.TMP_Dropdown/DropdownEvent
struct DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91;
// TMPro.TMP_Dropdown/DropdownItem
struct DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C;
// TMPro.TMP_Dropdown/OptionData
struct OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E;
// TMPro.TMP_Dropdown/OptionDataList
struct OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1;
// TMPro.TMP_InputField/OnChangeEvent
struct OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D;
// TMPro.TMP_InputField/OnValidateInput
struct OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530;
// TMPro.TMP_InputField/SelectionEvent
struct SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119;
// TMPro.TMP_InputField/SubmitEvent
struct SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500;
// TMPro.TMP_InputField/TextSelectionEvent
struct TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401;
// TMPro.TMP_InputField/TouchScreenKeyboardEvent
struct TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1;
// TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18
struct U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76;
// TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19
struct U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E;
// UnityEngine.UI.Toggle/ToggleEvent
struct ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02;
IL2CPP_EXTERN_C RuntimeClass* CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_ListPool_1_tA4DA336D6A1069422BB73BB4F945ECEAE3174F41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0018EB8F52C103DF8E1AA428B7FB8F3AC885C6A6;
IL2CPP_EXTERN_C String_t* _stringLiteral059054D23FFA87CA23918C56953BE598D561B182;
IL2CPP_EXTERN_C String_t* _stringLiteral0D19CF46F0A7E27123A528965054EDD67AF55062;
IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155;
IL2CPP_EXTERN_C String_t* _stringLiteral12F31559FF9061BA44865424A24F2D62E156A8E1;
IL2CPP_EXTERN_C String_t* _stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F;
IL2CPP_EXTERN_C String_t* _stringLiteral15F6EFCDBE17EFB279217A9B699852DE1E193450;
IL2CPP_EXTERN_C String_t* _stringLiteral17AEAD6B86236368E44E9297467458F1158CAF04;
IL2CPP_EXTERN_C String_t* _stringLiteral18240454291374391F0F4063FAF087648DEADF4B;
IL2CPP_EXTERN_C String_t* _stringLiteral19277F38D49C281FCC8D4E6C31D4B925DD5F1024;
IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9;
IL2CPP_EXTERN_C String_t* _stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07;
IL2CPP_EXTERN_C String_t* _stringLiteral207DBC49C9E90F6E29240FFE81B7444241682A0C;
IL2CPP_EXTERN_C String_t* _stringLiteral21C54BF860BF41F6CB5FA90618AD96345DB385CD;
IL2CPP_EXTERN_C String_t* _stringLiteral26DFE4AE4C457E5B0AC4C485CB50672FDFC5D2E4;
IL2CPP_EXTERN_C String_t* _stringLiteral27C7727EAAAD675C621F6257F2BD5190CE343979;
IL2CPP_EXTERN_C String_t* _stringLiteral2A1DAD349D289DFE9A4447F52B333DBDBBA4DE00;
IL2CPP_EXTERN_C String_t* _stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE;
IL2CPP_EXTERN_C String_t* _stringLiteral34A402B06B4DD47F7C958387025D73A087677D0B;
IL2CPP_EXTERN_C String_t* _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85;
IL2CPP_EXTERN_C String_t* _stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C;
IL2CPP_EXTERN_C String_t* _stringLiteral40F5431A5203B1B661E92C45EF446F7D326E2C50;
IL2CPP_EXTERN_C String_t* _stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C;
IL2CPP_EXTERN_C String_t* _stringLiteral4785A6047AC9A765F871F5060A876703682EB651;
IL2CPP_EXTERN_C String_t* _stringLiteral47A5B6A470F6113005195D6115F426DC36E8B65F;
IL2CPP_EXTERN_C String_t* _stringLiteral4A16B4A2C2D9EB1F12949EFE98359C718E0C20E7;
IL2CPP_EXTERN_C String_t* _stringLiteral67563F6AC142A868BA5A97EDDF6FCCF0D89546BB;
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
IL2CPP_EXTERN_C String_t* _stringLiteral799193501BD497017DFFA2FCCCA62FD038AC1166;
IL2CPP_EXTERN_C String_t* _stringLiteral7D8225885160DF642FAF3CB69CD9FE2F2CFD42F2;
IL2CPP_EXTERN_C String_t* _stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870;
IL2CPP_EXTERN_C String_t* _stringLiteral8024BCD7BCE8AD9C0B15A2EB49D7D466C58A6313;
IL2CPP_EXTERN_C String_t* _stringLiteral82D48168F49CD2661C0A6635CC33F03288F17E8E;
IL2CPP_EXTERN_C String_t* _stringLiteral8871F82DA08C9029B3CB5BAEC197673B3D77DD91;
IL2CPP_EXTERN_C String_t* _stringLiteral8BD8EF1899911835F0A6BA6F421319012697A9BA;
IL2CPP_EXTERN_C String_t* _stringLiteral923A43CB6BE68CE54681158C871A6A8C004C6AAD;
IL2CPP_EXTERN_C String_t* _stringLiteral936C42818F6B477EA4B88063D93F8ADEE06F664C;
IL2CPP_EXTERN_C String_t* _stringLiteral9385CEA2429DAB919D05811FB6F3AFF2887CAAB0;
IL2CPP_EXTERN_C String_t* _stringLiteral956C1CF65D7273BC5C50D09F685C31653E362414;
IL2CPP_EXTERN_C String_t* _stringLiteralA4582A638CE03C0A4829104323C440324BB1EE50;
IL2CPP_EXTERN_C String_t* _stringLiteralA6A4888D237A9893AAADD7E077408D94733C9C8E;
IL2CPP_EXTERN_C String_t* _stringLiteralA818D784EEE0EEB6AB11F62A9BF9EF44CF6146AC;
IL2CPP_EXTERN_C String_t* _stringLiteralABA4B0EF423AE8EF8E94BF8F8B6A69E900270F03;
IL2CPP_EXTERN_C String_t* _stringLiteralABB972F23A28701F80439694A9FBB921D4850539;
IL2CPP_EXTERN_C String_t* _stringLiteralAC514E95303D4CF5D3F9C2DC0898CC32630B145E;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB46DD8999A15A0609D38B88543C9A9AE687FA955;
IL2CPP_EXTERN_C String_t* _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58;
IL2CPP_EXTERN_C String_t* _stringLiteralB6F0795DD4F409C92875D0327F58FDEA357047F1;
IL2CPP_EXTERN_C String_t* _stringLiteralBA992181B27B557F33B153141C54C3FB4FDC6D33;
IL2CPP_EXTERN_C String_t* _stringLiteralBE85487689556D8DE56201A0CD308B4B5B114A4B;
IL2CPP_EXTERN_C String_t* _stringLiteralC084887FC479038DDA12E60E8FA1EEF449CA1A07;
IL2CPP_EXTERN_C String_t* _stringLiteralC170C47D61ACB6501ECAB1976683868074221397;
IL2CPP_EXTERN_C String_t* _stringLiteralCA2F55D5137EE571FEA1E64939D885CB38CAD277;
IL2CPP_EXTERN_C String_t* _stringLiteralCAF07FCB7FD52F00A3F38E8D87EC9B368CC5533A;
IL2CPP_EXTERN_C String_t* _stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6;
IL2CPP_EXTERN_C String_t* _stringLiteralD6BE6B2E5A690EFF2E8B884D0181501C571D8098;
IL2CPP_EXTERN_C String_t* _stringLiteralD84939E2D79CFDD313A99153DCBDE428E77B291C;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDBCB17464C7627D254C9F39C9B46B4C2AE0127DC;
IL2CPP_EXTERN_C String_t* _stringLiteralDD82B77D63A996CB341728DDE21870F57763B176;
IL2CPP_EXTERN_C String_t* _stringLiteralDF4A63A9B315563831CC8DAB87B5AC69E53D1994;
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F;
IL2CPP_EXTERN_C String_t* _stringLiteralEA3D8051D609CD3A970C42443D7238721864B8AF;
IL2CPP_EXTERN_C String_t* _stringLiteralF138C9898107C86118F7150966AF6DFAF1C498F0;
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
IL2CPP_EXTERN_C String_t* _stringLiteralFCACD6E82580FA7D8501A55B169943AD689E1187;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m90D2C4B376A07542F929EE9E44801C73D517332C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_m1DA97ED44C4215CEB0DB846CD58B0677896AFBFA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m888F61CD7CD1525FD6EEAA2390490218C7F1D7CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mA3D3FC8E3561F6885204CB1CC9E3AB82E4F649E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mC845CA26A09910DC6E06756ADA829C77C8C3FF63_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m30C3F5890A20AF5FA64A272E19CFC8750E0F9D16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF1183A3E6C104EFE8C0CDAFCCE547B93181B5923_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD9961E2C295BE3728216470DC1DA8FD30A178AD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m5CA35F20C4C9EE0C8E0E94BD27A8044F39E1F0F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_m487AE8133FC554B5C98AE0D4F8DEB545627F5D1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_m6EAD6EBB450D5E65405BA12761D30A2178DCFEC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2_Call_m56CFA4FF8A376A98769CFF92804E8623EEB997D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2_Call_mAF2E0A70D6CC9E749E9F0000879C346B743DD595_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2__ctor_m9124903814514E3696F5FAD253AD9B7ED11544C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2__ctor_mB0D904E3E24ACB06F737452C7CA935004FC29F3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_3_Call_m6F529E753E2AB4DA1BC801F7AEE5A373C1975A86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FastAction_3__ctor_m40A68362CBF957A8CADB57209A240FD21F2094D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mFFFE23AC67FADE2D4C0CAF3480D0F7F6F4F0F90B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMask_tE8E16C858EC6ECCE545C03802BD1399F7F406213_mAB9A7CE273F47DA107A278EEFEF3C1B61C08B303_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m13A9D8AFFFA3B7A823E98A8E1A39F51DF1B8ED4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m0A6459FD638F47691E8A770650040DADF297BC17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_m483D120AC715C1960421BC226FBA33E0DFC8FDDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_mF204EA557E861D7FAE149417A8745D2066DAAD70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m7634BD6E88C8C114467032957C547AC3D91FC675_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m0E1C6713C85CAAB22DE299872377285F55C106D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mAE6BC2DA3495396AAF82916C02A55E9F30182153_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_mE5A2711FA84F57F5EA0876DB106B1A146956CEFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mF12372E2716F1FC72A4AA2D6EEB7F9972A4D4437_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m48EDEF385CB00DF400A78ED1C005F703C87891F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m254BAF37C2F5619C561EE3FB9C6222545722BE69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB52F72A33AA2CBE5C277583C3DC2F3A92AC74735_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m138D6C1F125ACA90D9BC9BB66E655B5FE83DCF3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mA44AB10DF625F12EC59228E60B0A722ABFAE7C1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m40C6AFD4954A70E8D55431908EC16D197019C69C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC3E97399A9B39A6C90FA0DA9AE28137A77BE6AFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE3C7EA473286CAFBA29B58713C4851B9086D4DB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE80F02484ED836571C16C2A0C39181A5E707536B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4F55F26FA0DCE6A63DC159E6096F0C6B1324093E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF949A7522EA5DF1109EDAD6E4D8454EFDC54B63F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m453336130A1AC13A16C4BBAAE6D30A068A20491D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m791175EDC2897DC80CD0AA2345AC6F96E455C84C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m95F9D3D98504ED93586B4A5F2D06C8F0D39605D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9F1FC9C6704A2B80B7E5AD5B3A8C88FAF4D55354_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF8A47C6895CC245B6209D19283893E675FDAD4AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_m1578BF4A54E6768A3D7C5D9D73E43F9F112AE488_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_mC898F7E3D9541F17BD8B79579FDD431C0651E12D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_mCB0DC422A1BB083A83B410A4FEF734E29187F014_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_Dropdown_GetOrAddComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_mA39EACC2CDC2A46921FAC2B5F4E629FEEE393A7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_Dropdown_GetOrAddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m9914D86DE94D2E489EB9BA145590F53469B8D869_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_Dropdown_SetAlpha_m2AF7CD832E68BA385496F4F70D291219B3668ED7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Get_m88CF3C5315579006E60C477AAED6C4917B5D8453_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Release_mB87F7EA80FD75AD1059D1CF74AFDFCC9C3E2C375_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedDestroyDropdownListU3Ed__81_System_Collections_IEnumerator_Reset_mB0690A94BB4E305E068156253A5D0F9044C7A101_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedGraphicRebuildU3Ed__18_System_Collections_IEnumerator_Reset_m251AEA2015F485A8BA72E4B5ED787AE5224DC4DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedMaterialRebuildU3Ed__19_System_Collections_IEnumerator_Reset_m601E654D1F099331AA189E94AB46DE1A332A2559_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortCharacterTableU3Eb__124_0_m6AEE1B8840F16BB5E083850B57EAF42151BC2781_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortGlyphTableU3Eb__125_0_m19A43542E1087AC697E12E01BCD19D210B3C7E51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass69_0_U3CShowU3Eb__0_mE6A18CF6156B45C4052F1CBF0707DAB544ABA722_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_RuntimeMethod_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
struct ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E;
struct GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5;
struct GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7;
struct GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99;
struct TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37;
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>
struct Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t2B23F93FCF85B0BA4D4C152B1468476B33B470D1* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_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_t7DFB54EEE9F73B96A1C6B50FFA50248E330F8F23* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t9D8F6C6B5687314A4B0B69B729B1DF24C2AE9AED* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>
struct Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t4F3493B13237D6830CBEDA6A37D57EEFEB165466* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_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_tC71FA11749E936C809A9B4EF81DF00FE54556509* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t8D5EC2FA30E455F3AC119716BB909FFA1CD59DBE* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>
struct Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tD9625F8E3067C4376493E8C4069FD53F2E755C50* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_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_tA8BC84D1186868F27E7DE472869DE9C55BD5782D* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t39651256547A96154CD080EC10FF9E4A0A00C572* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// TMPro.FastAction`1<System.Boolean>
struct FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3 : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action`1<A>> TMPro.FastAction`1::delegates
LinkedList_1_t6B8C3EF00DBDB844E612929DD352901D91E9A129* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>> TMPro.FastAction`1::lookup
Dictionary_2_tD54822E12FBBB5E788C7292513B6AEFC3DE5AFDE* ___lookup_1;
};
// TMPro.FastAction`1<UnityEngine.Object>
struct FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005 : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action`1<A>> TMPro.FastAction`1::delegates
LinkedList_1_tA75C78C76C8C00278F758EE6873486604C8C880C* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action`1<A>,System.Collections.Generic.LinkedListNode`1<System.Action`1<A>>> TMPro.FastAction`1::lookup
Dictionary_2_t9FB13B661433DEEC78301CAC98E6FF103A9FF47E* ___lookup_1;
};
// TMPro.FastAction`2<System.Boolean,UnityEngine.Material>
struct FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action`2<A,B>> TMPro.FastAction`2::delegates
LinkedList_1_tF00CA6AF00F56EA2BC03F2CAC976F6260312A999* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>> TMPro.FastAction`2::lookup
Dictionary_2_t8091F626E5A7E204DAB23971D178D7D6AF84B6C1* ___lookup_1;
};
// TMPro.FastAction`2<System.Boolean,UnityEngine.Object>
struct FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action`2<A,B>> TMPro.FastAction`2::delegates
LinkedList_1_t6D8E3A66092BFB3CC26027C99E471AE8CBD714DB* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>> TMPro.FastAction`2::lookup
Dictionary_2_t78BB4AB79147554FB4A3B1B71F8D2A3C8243E47A* ___lookup_1;
};
// TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>
struct FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action`2<A,B>> TMPro.FastAction`2::delegates
LinkedList_1_tDC32400C6F3F78972DC324DF5F454FD2032D824E* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action`2<A,B>,System.Collections.Generic.LinkedListNode`1<System.Action`2<A,B>>> TMPro.FastAction`2::lookup
Dictionary_2_t62AA46485660DD8DB8E7BBF0EAA8FC2737959ED2* ___lookup_1;
};
// TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>
struct FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77 : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action`3<A,B,C>> TMPro.FastAction`3::delegates
LinkedList_1_tD7B0F42DD691F2EBEFC22F709A9C4ECCAA0A9496* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action`3<A,B,C>,System.Collections.Generic.LinkedListNode`1<System.Action`3<A,B,C>>> TMPro.FastAction`3::lookup
Dictionary_2_t75FFE3F6BED7F70BBDC68DE11993DD314970C37C* ___lookup_1;
};
// System.Collections.Generic.HashSet`1<System.Int32>
struct HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
SlotU5BU5D_tC4D7CD3E804DC835CCF2F990797BC1D9AE4330D7* ____slots_8;
// System.Int32 System.Collections.Generic.HashSet`1::_count
int32_t ____count_9;
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
int32_t ____lastIndex_10;
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
int32_t ____freeList_11;
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
RuntimeObject* ____comparer_12;
// System.Int32 System.Collections.Generic.HashSet`1::_version
int32_t ____version_13;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
};
// System.Collections.Generic.HashSet`1<System.UInt32>
struct HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
SlotU5BU5D_tBF418274114DA8D3D070D784415BF0500C1960C6* ____slots_8;
// System.Int32 System.Collections.Generic.HashSet`1::_count
int32_t ____count_9;
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
int32_t ____lastIndex_10;
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
int32_t ____freeList_11;
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
RuntimeObject* ____comparer_12;
// System.Int32 System.Collections.Generic.HashSet`1::_version
int32_t ____version_13;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
};
// System.Collections.Generic.List`1<UnityEngine.Canvas>
struct List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
CanvasU5BU5D_tE5C544063BDA76B67407EFED5FF893BBCDB74841* ____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;
};
struct List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
CanvasU5BU5D_tE5C544063BDA76B67407EFED5FF893BBCDB74841* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Char>
struct List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____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;
};
struct List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>
struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* ____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;
};
struct List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>
struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* ____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;
};
struct List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.KerningPair>
struct List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
KerningPairU5BU5D_tE32FE368326412A1A7114990D32488E0D6EF8425* ____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;
};
struct List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
KerningPairU5BU5D_tE32FE368326412A1A7114990D32488E0D6EF8425* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.Sprite>
struct List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
SpriteU5BU5D_tCEE379E10CAD9DBFA770B331480592548ED0EA1B* ____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;
};
struct List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
SpriteU5BU5D_tCEE379E10CAD9DBFA770B331480592548ED0EA1B* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____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;
};
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.TMP_Character>
struct List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TMP_CharacterU5BU5D_tC0FE7802A3B867FC94F352EF3978AD82C258AA0F* ____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;
};
struct List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TMP_CharacterU5BU5D_tC0FE7802A3B867FC94F352EF3978AD82C258AA0F* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset>
struct List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TMP_FontAssetU5BU5D_tC028E06B33643ABCED25C8BF7CB21A748E23BB83* ____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;
};
struct List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TMP_FontAssetU5BU5D_tC028E06B33643ABCED25C8BF7CB21A748E23BB83* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.TMP_Glyph>
struct List_1_tAB7976FADCF872E418770E60783056C23394843D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TMP_GlyphU5BU5D_tF889227FF4A6F9DEE83A698B66DE1539DE07FFE6* ____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;
};
struct List_1_tAB7976FADCF872E418770E60783056C23394843D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TMP_GlyphU5BU5D_tF889227FF4A6F9DEE83A698B66DE1539DE07FFE6* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>
struct List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
TMP_GlyphPairAdjustmentRecordU5BU5D_t3BB4A5EE76A8B0B0080982C0C9CC1B9C2F020FEB* ____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;
};
struct List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
TMP_GlyphPairAdjustmentRecordU5BU5D_t3BB4A5EE76A8B0B0080982C0C9CC1B9C2F020FEB* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____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;
};
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>
struct List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
DropdownItemU5BU5D_tCEC8D0151E2387CE63ED9CF38106A837707DF0C3* ____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;
};
struct List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
DropdownItemU5BU5D_tCEC8D0151E2387CE63ED9CF38106A837707DF0C3* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>
struct List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
OptionDataU5BU5D_tEB78063B7582A72D41E99569EB93D519AC75F615* ____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;
};
struct List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
OptionDataU5BU5D_tEB78063B7582A72D41E99569EB93D519AC75F615* ___s_emptyArray_5;
};
// TMPro.TweenRunner`1<TMPro.FloatTween>
struct TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E : public RuntimeObject
{
// UnityEngine.MonoBehaviour TMPro.TweenRunner`1::m_CoroutineContainer
MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* ___m_CoroutineContainer_0;
// System.Collections.IEnumerator TMPro.TweenRunner`1::m_Tween
RuntimeObject* ___m_Tween_1;
};
// UnityEngine.EventSystems.AbstractEventData
struct AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7 : public RuntimeObject
{
// System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used
bool ___m_Used_0;
};
struct Il2CppArrayBounds;
// UnityEngine.CustomYieldInstruction
struct CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617 : public RuntimeObject
{
};
// TMPro.FaceInfo_Legacy
struct FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8 : public RuntimeObject
{
// System.String TMPro.FaceInfo_Legacy::Name
String_t* ___Name_0;
// System.Single TMPro.FaceInfo_Legacy::PointSize
float ___PointSize_1;
// System.Single TMPro.FaceInfo_Legacy::Scale
float ___Scale_2;
// System.Int32 TMPro.FaceInfo_Legacy::CharacterCount
int32_t ___CharacterCount_3;
// System.Single TMPro.FaceInfo_Legacy::LineHeight
float ___LineHeight_4;
// System.Single TMPro.FaceInfo_Legacy::Baseline
float ___Baseline_5;
// System.Single TMPro.FaceInfo_Legacy::Ascender
float ___Ascender_6;
// System.Single TMPro.FaceInfo_Legacy::CapHeight
float ___CapHeight_7;
// System.Single TMPro.FaceInfo_Legacy::Descender
float ___Descender_8;
// System.Single TMPro.FaceInfo_Legacy::CenterLine
float ___CenterLine_9;
// System.Single TMPro.FaceInfo_Legacy::SuperscriptOffset
float ___SuperscriptOffset_10;
// System.Single TMPro.FaceInfo_Legacy::SubscriptOffset
float ___SubscriptOffset_11;
// System.Single TMPro.FaceInfo_Legacy::SubSize
float ___SubSize_12;
// System.Single TMPro.FaceInfo_Legacy::Underline
float ___Underline_13;
// System.Single TMPro.FaceInfo_Legacy::UnderlineThickness
float ___UnderlineThickness_14;
// System.Single TMPro.FaceInfo_Legacy::strikethrough
float ___strikethrough_15;
// System.Single TMPro.FaceInfo_Legacy::strikethroughThickness
float ___strikethroughThickness_16;
// System.Single TMPro.FaceInfo_Legacy::TabWidth
float ___TabWidth_17;
// System.Single TMPro.FaceInfo_Legacy::Padding
float ___Padding_18;
// System.Single TMPro.FaceInfo_Legacy::AtlasWidth
float ___AtlasWidth_19;
// System.Single TMPro.FaceInfo_Legacy::AtlasHeight
float ___AtlasHeight_20;
};
// TMPro.FastAction
struct FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<System.Action> TMPro.FastAction::delegates
LinkedList_1_t663B91895D7C0666693683BA6D8034329C97E04D* ___delegates_0;
// System.Collections.Generic.Dictionary`2<System.Action,System.Collections.Generic.LinkedListNode`1<System.Action>> TMPro.FastAction::lookup
Dictionary_2_t256D834E777628043876023A6881E1448AFE7A4B* ___lookup_1;
};
// TMPro.KerningTable
struct KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B : public RuntimeObject
{
// System.Collections.Generic.List`1<TMPro.KerningPair> TMPro.KerningTable::kerningPairs
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* ___kerningPairs_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// TMPro.ShaderUtilities
struct ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F : public RuntimeObject
{
};
struct ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields
{
// System.Int32 TMPro.ShaderUtilities::ID_MainTex
int32_t ___ID_MainTex_0;
// System.Int32 TMPro.ShaderUtilities::ID_FaceTex
int32_t ___ID_FaceTex_1;
// System.Int32 TMPro.ShaderUtilities::ID_FaceColor
int32_t ___ID_FaceColor_2;
// System.Int32 TMPro.ShaderUtilities::ID_FaceDilate
int32_t ___ID_FaceDilate_3;
// System.Int32 TMPro.ShaderUtilities::ID_Shininess
int32_t ___ID_Shininess_4;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayColor
int32_t ___ID_UnderlayColor_5;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffsetX
int32_t ___ID_UnderlayOffsetX_6;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffsetY
int32_t ___ID_UnderlayOffsetY_7;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayDilate
int32_t ___ID_UnderlayDilate_8;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlaySoftness
int32_t ___ID_UnderlaySoftness_9;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffset
int32_t ___ID_UnderlayOffset_10;
// System.Int32 TMPro.ShaderUtilities::ID_UnderlayIsoPerimeter
int32_t ___ID_UnderlayIsoPerimeter_11;
// System.Int32 TMPro.ShaderUtilities::ID_WeightNormal
int32_t ___ID_WeightNormal_12;
// System.Int32 TMPro.ShaderUtilities::ID_WeightBold
int32_t ___ID_WeightBold_13;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineTex
int32_t ___ID_OutlineTex_14;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineWidth
int32_t ___ID_OutlineWidth_15;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineSoftness
int32_t ___ID_OutlineSoftness_16;
// System.Int32 TMPro.ShaderUtilities::ID_OutlineColor
int32_t ___ID_OutlineColor_17;
// System.Int32 TMPro.ShaderUtilities::ID_Outline2Color
int32_t ___ID_Outline2Color_18;
// System.Int32 TMPro.ShaderUtilities::ID_Outline2Width
int32_t ___ID_Outline2Width_19;
// System.Int32 TMPro.ShaderUtilities::ID_Padding
int32_t ___ID_Padding_20;
// System.Int32 TMPro.ShaderUtilities::ID_GradientScale
int32_t ___ID_GradientScale_21;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleX
int32_t ___ID_ScaleX_22;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleY
int32_t ___ID_ScaleY_23;
// System.Int32 TMPro.ShaderUtilities::ID_PerspectiveFilter
int32_t ___ID_PerspectiveFilter_24;
// System.Int32 TMPro.ShaderUtilities::ID_Sharpness
int32_t ___ID_Sharpness_25;
// System.Int32 TMPro.ShaderUtilities::ID_TextureWidth
int32_t ___ID_TextureWidth_26;
// System.Int32 TMPro.ShaderUtilities::ID_TextureHeight
int32_t ___ID_TextureHeight_27;
// System.Int32 TMPro.ShaderUtilities::ID_BevelAmount
int32_t ___ID_BevelAmount_28;
// System.Int32 TMPro.ShaderUtilities::ID_GlowColor
int32_t ___ID_GlowColor_29;
// System.Int32 TMPro.ShaderUtilities::ID_GlowOffset
int32_t ___ID_GlowOffset_30;
// System.Int32 TMPro.ShaderUtilities::ID_GlowPower
int32_t ___ID_GlowPower_31;
// System.Int32 TMPro.ShaderUtilities::ID_GlowOuter
int32_t ___ID_GlowOuter_32;
// System.Int32 TMPro.ShaderUtilities::ID_GlowInner
int32_t ___ID_GlowInner_33;
// System.Int32 TMPro.ShaderUtilities::ID_LightAngle
int32_t ___ID_LightAngle_34;
// System.Int32 TMPro.ShaderUtilities::ID_EnvMap
int32_t ___ID_EnvMap_35;
// System.Int32 TMPro.ShaderUtilities::ID_EnvMatrix
int32_t ___ID_EnvMatrix_36;
// System.Int32 TMPro.ShaderUtilities::ID_EnvMatrixRotation
int32_t ___ID_EnvMatrixRotation_37;
// System.Int32 TMPro.ShaderUtilities::ID_MaskCoord
int32_t ___ID_MaskCoord_38;
// System.Int32 TMPro.ShaderUtilities::ID_ClipRect
int32_t ___ID_ClipRect_39;
// System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessX
int32_t ___ID_MaskSoftnessX_40;
// System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessY
int32_t ___ID_MaskSoftnessY_41;
// System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetX
int32_t ___ID_VertexOffsetX_42;
// System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetY
int32_t ___ID_VertexOffsetY_43;
// System.Int32 TMPro.ShaderUtilities::ID_UseClipRect
int32_t ___ID_UseClipRect_44;
// System.Int32 TMPro.ShaderUtilities::ID_StencilID
int32_t ___ID_StencilID_45;
// System.Int32 TMPro.ShaderUtilities::ID_StencilOp
int32_t ___ID_StencilOp_46;
// System.Int32 TMPro.ShaderUtilities::ID_StencilComp
int32_t ___ID_StencilComp_47;
// System.Int32 TMPro.ShaderUtilities::ID_StencilReadMask
int32_t ___ID_StencilReadMask_48;
// System.Int32 TMPro.ShaderUtilities::ID_StencilWriteMask
int32_t ___ID_StencilWriteMask_49;
// System.Int32 TMPro.ShaderUtilities::ID_ShaderFlags
int32_t ___ID_ShaderFlags_50;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_A
int32_t ___ID_ScaleRatio_A_51;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_B
int32_t ___ID_ScaleRatio_B_52;
// System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_C
int32_t ___ID_ScaleRatio_C_53;
// System.String TMPro.ShaderUtilities::Keyword_Bevel
String_t* ___Keyword_Bevel_54;
// System.String TMPro.ShaderUtilities::Keyword_Glow
String_t* ___Keyword_Glow_55;
// System.String TMPro.ShaderUtilities::Keyword_Underlay
String_t* ___Keyword_Underlay_56;
// System.String TMPro.ShaderUtilities::Keyword_Ratios
String_t* ___Keyword_Ratios_57;
// System.String TMPro.ShaderUtilities::Keyword_MASK_SOFT
String_t* ___Keyword_MASK_SOFT_58;
// System.String TMPro.ShaderUtilities::Keyword_MASK_HARD
String_t* ___Keyword_MASK_HARD_59;
// System.String TMPro.ShaderUtilities::Keyword_MASK_TEX
String_t* ___Keyword_MASK_TEX_60;
// System.String TMPro.ShaderUtilities::Keyword_Outline
String_t* ___Keyword_Outline_61;
// System.String TMPro.ShaderUtilities::ShaderTag_ZTestMode
String_t* ___ShaderTag_ZTestMode_62;
// System.String TMPro.ShaderUtilities::ShaderTag_CullMode
String_t* ___ShaderTag_CullMode_63;
// System.Single TMPro.ShaderUtilities::m_clamp
float ___m_clamp_64;
// System.Boolean TMPro.ShaderUtilities::isInitialized
bool ___isInitialized_65;
// UnityEngine.Shader TMPro.ShaderUtilities::k_ShaderRef_MobileSDF
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileSDF_66;
// UnityEngine.Shader TMPro.ShaderUtilities::k_ShaderRef_MobileBitmap
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileBitmap_67;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// TMPro.TMP_Compatibility
struct TMP_Compatibility_t3C3B67FA182508FD506E607C84B57F12682CC05C : public RuntimeObject
{
};
// TMPro.TMP_FontFeatureTable
struct TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA : public RuntimeObject
{
// System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord> TMPro.TMP_FontFeatureTable::m_GlyphPairAdjustmentRecords
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* ___m_GlyphPairAdjustmentRecords_0;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord> TMPro.TMP_FontFeatureTable::m_GlyphPairAdjustmentRecordLookupDictionary
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* ___m_GlyphPairAdjustmentRecordLookupDictionary_1;
};
// TMPro.TMP_TextElement_Legacy
struct TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A : public RuntimeObject
{
// System.Int32 TMPro.TMP_TextElement_Legacy::id
int32_t ___id_0;
// System.Single TMPro.TMP_TextElement_Legacy::x
float ___x_1;
// System.Single TMPro.TMP_TextElement_Legacy::y
float ___y_2;
// System.Single TMPro.TMP_TextElement_Legacy::width
float ___width_3;
// System.Single TMPro.TMP_TextElement_Legacy::height
float ___height_4;
// System.Single TMPro.TMP_TextElement_Legacy::xOffset
float ___xOffset_5;
// System.Single TMPro.TMP_TextElement_Legacy::yOffset
float ___yOffset_6;
// System.Single TMPro.TMP_TextElement_Legacy::xAdvance
float ___xAdvance_7;
// System.Single TMPro.TMP_TextElement_Legacy::scale
float ___scale_8;
};
// TMPro.TMPro_EventManager
struct TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9 : public RuntimeObject
{
};
struct TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields
{
// TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs> TMPro.TMPro_EventManager::COMPUTE_DT_EVENT
FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D* ___COMPUTE_DT_EVENT_0;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Material> TMPro.TMPro_EventManager::MATERIAL_PROPERTY_EVENT
FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A* ___MATERIAL_PROPERTY_EVENT_1;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Object> TMPro.TMPro_EventManager::FONT_PROPERTY_EVENT
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* ___FONT_PROPERTY_EVENT_2;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Object> TMPro.TMPro_EventManager::SPRITE_ASSET_PROPERTY_EVENT
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* ___SPRITE_ASSET_PROPERTY_EVENT_3;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Object> TMPro.TMPro_EventManager::TEXTMESHPRO_PROPERTY_EVENT
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* ___TEXTMESHPRO_PROPERTY_EVENT_4;
// TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material> TMPro.TMPro_EventManager::DRAG_AND_DROP_MATERIAL_EVENT
FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77* ___DRAG_AND_DROP_MATERIAL_EVENT_5;
// TMPro.FastAction`1<System.Boolean> TMPro.TMPro_EventManager::TEXT_STYLE_PROPERTY_EVENT
FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* ___TEXT_STYLE_PROPERTY_EVENT_6;
// TMPro.FastAction`1<UnityEngine.Object> TMPro.TMPro_EventManager::COLOR_GRADIENT_PROPERTY_EVENT
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* ___COLOR_GRADIENT_PROPERTY_EVENT_7;
// TMPro.FastAction TMPro.TMPro_EventManager::TMP_SETTINGS_PROPERTY_EVENT
FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* ___TMP_SETTINGS_PROPERTY_EVENT_8;
// TMPro.FastAction TMPro.TMPro_EventManager::RESOURCE_LOAD_EVENT
FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* ___RESOURCE_LOAD_EVENT_9;
// TMPro.FastAction`2<System.Boolean,UnityEngine.Object> TMPro.TMPro_EventManager::TEXTMESHPRO_UGUI_PROPERTY_EVENT
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* ___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10;
// TMPro.FastAction`1<UnityEngine.Object> TMPro.TMPro_EventManager::TEXT_CHANGED_EVENT
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* ___TEXT_CHANGED_EVENT_11;
};
// TMPro.TMPro_ExtensionMethods
struct TMPro_ExtensionMethods_t3819FC7768FE507D3553E9F093C74086C6ED99D6 : public RuntimeObject
{
};
// UnityEngine.Events.UnityEventBase
struct UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8 : public RuntimeObject
{
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382* ___m_Calls_0;
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25* ___m_PersistentCalls_1;
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
bool ___m_CallsDirty_2;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// UnityEngine.YieldInstruction
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
{
};
// TMPro.TMP_Dropdown/<>c__DisplayClass69_0
struct U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A : public RuntimeObject
{
// TMPro.TMP_Dropdown/DropdownItem TMPro.TMP_Dropdown/<>c__DisplayClass69_0::item
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___item_0;
// TMPro.TMP_Dropdown TMPro.TMP_Dropdown/<>c__DisplayClass69_0::<>4__this
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* ___U3CU3E4__this_1;
};
// TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81
struct U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409 : public RuntimeObject
{
// System.Int32 TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Single TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::delay
float ___delay_2;
// TMPro.TMP_Dropdown TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::<>4__this
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* ___U3CU3E4__this_3;
};
// TMPro.TMP_Dropdown/OptionData
struct OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E : public RuntimeObject
{
// System.String TMPro.TMP_Dropdown/OptionData::m_Text
String_t* ___m_Text_0;
// UnityEngine.Sprite TMPro.TMP_Dropdown/OptionData::m_Image
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Image_1;
};
// TMPro.TMP_Dropdown/OptionDataList
struct OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1 : public RuntimeObject
{
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData> TMPro.TMP_Dropdown/OptionDataList::m_Options
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* ___m_Options_0;
};
// TMPro.TMP_FontAsset/<>c
struct U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7 : public RuntimeObject
{
};
struct U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields
{
// TMPro.TMP_FontAsset/<>c TMPro.TMP_FontAsset/<>c::<>9
U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* ___U3CU3E9_0;
// System.Func`2<TMPro.TMP_Character,System.UInt32> TMPro.TMP_FontAsset/<>c::<>9__124_0
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* ___U3CU3E9__124_0_1;
// System.Func`2<UnityEngine.TextCore.Glyph,System.UInt32> TMPro.TMP_FontAsset/<>c::<>9__125_0
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* ___U3CU3E9__125_0_2;
};
// TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18
struct U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76 : public RuntimeObject
{
// System.Int32 TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// TMPro.TextMeshProUGUI TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::<>4__this
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___U3CU3E4__this_2;
};
// TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19
struct U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E : public RuntimeObject
{
// System.Int32 TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// TMPro.TextMeshProUGUI TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::<>4__this
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* ___U3CU3E4__this_2;
};
// TMPro.TMP_TextProcessingStack`1<System.Int32>
struct TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
int32_t ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.TMP_TextProcessingStack`1<System.Single>
struct TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
float ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient>
struct TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
TMP_ColorGradientU5BU5D_t2F65E8C42F268DFF33BB1392D94BCF5B5087308A* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// UnityEngine.Events.UnityEvent`1<System.Boolean>
struct UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Events.UnityEvent`1<UnityEngine.Color>
struct UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Events.UnityEvent`1<System.Int32>
struct UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Events.UnityEvent`1<System.Single>
struct UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F : public AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7
{
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___m_EventSystem_1;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// UnityEngine.Color
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
// 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;
};
// UnityEngine.Color32
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
{
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;
};
};
};
// UnityEngine.DrivenRectTransformTracker
struct DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1
{
union
{
struct
{
};
uint8_t DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1__padding[1];
};
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// UnityEngine.TextCore.FaceInfo
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756
{
// System.Int32 UnityEngine.TextCore.FaceInfo::m_FaceIndex
int32_t ___m_FaceIndex_0;
// System.String UnityEngine.TextCore.FaceInfo::m_FamilyName
String_t* ___m_FamilyName_1;
// System.String UnityEngine.TextCore.FaceInfo::m_StyleName
String_t* ___m_StyleName_2;
// System.Int32 UnityEngine.TextCore.FaceInfo::m_PointSize
int32_t ___m_PointSize_3;
// System.Single UnityEngine.TextCore.FaceInfo::m_Scale
float ___m_Scale_4;
// System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight
float ___m_LineHeight_5;
// System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine
float ___m_AscentLine_6;
// System.Single UnityEngine.TextCore.FaceInfo::m_CapLine
float ___m_CapLine_7;
// System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine
float ___m_MeanLine_8;
// System.Single UnityEngine.TextCore.FaceInfo::m_Baseline
float ___m_Baseline_9;
// System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine
float ___m_DescentLine_10;
// System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset
float ___m_SuperscriptOffset_11;
// System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize
float ___m_SuperscriptSize_12;
// System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset
float ___m_SubscriptOffset_13;
// System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize
float ___m_SubscriptSize_14;
// System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset
float ___m_UnderlineOffset_15;
// System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness
float ___m_UnderlineThickness_16;
// System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset
float ___m_StrikethroughOffset_17;
// System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness
float ___m_StrikethroughThickness_18;
// System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth
float ___m_TabWidth_19;
};
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.FaceInfo
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_pinvoke
{
int32_t ___m_FaceIndex_0;
char* ___m_FamilyName_1;
char* ___m_StyleName_2;
int32_t ___m_PointSize_3;
float ___m_Scale_4;
float ___m_LineHeight_5;
float ___m_AscentLine_6;
float ___m_CapLine_7;
float ___m_MeanLine_8;
float ___m_Baseline_9;
float ___m_DescentLine_10;
float ___m_SuperscriptOffset_11;
float ___m_SuperscriptSize_12;
float ___m_SubscriptOffset_13;
float ___m_SubscriptSize_14;
float ___m_UnderlineOffset_15;
float ___m_UnderlineThickness_16;
float ___m_StrikethroughOffset_17;
float ___m_StrikethroughThickness_18;
float ___m_TabWidth_19;
};
// Native definition for COM marshalling of UnityEngine.TextCore.FaceInfo
struct FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756_marshaled_com
{
int32_t ___m_FaceIndex_0;
Il2CppChar* ___m_FamilyName_1;
Il2CppChar* ___m_StyleName_2;
int32_t ___m_PointSize_3;
float ___m_Scale_4;
float ___m_LineHeight_5;
float ___m_AscentLine_6;
float ___m_CapLine_7;
float ___m_MeanLine_8;
float ___m_Baseline_9;
float ___m_DescentLine_10;
float ___m_SuperscriptOffset_11;
float ___m_SuperscriptSize_12;
float ___m_SubscriptOffset_13;
float ___m_SubscriptSize_14;
float ___m_UnderlineOffset_15;
float ___m_UnderlineThickness_16;
float ___m_StrikethroughOffset_17;
float ___m_StrikethroughThickness_18;
float ___m_TabWidth_19;
};
// TMPro.FloatTween
struct FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE
{
// TMPro.FloatTween/FloatTweenCallback TMPro.FloatTween::m_Target
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* ___m_Target_0;
// System.Single TMPro.FloatTween::m_StartValue
float ___m_StartValue_1;
// System.Single TMPro.FloatTween::m_TargetValue
float ___m_TargetValue_2;
// System.Single TMPro.FloatTween::m_Duration
float ___m_Duration_3;
// System.Boolean TMPro.FloatTween::m_IgnoreTimeScale
bool ___m_IgnoreTimeScale_4;
};
// Native definition for P/Invoke marshalling of TMPro.FloatTween
struct FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_pinvoke
{
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* ___m_Target_0;
float ___m_StartValue_1;
float ___m_TargetValue_2;
float ___m_Duration_3;
int32_t ___m_IgnoreTimeScale_4;
};
// Native definition for COM marshalling of TMPro.FloatTween
struct FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_com
{
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* ___m_Target_0;
float ___m_StartValue_1;
float ___m_TargetValue_2;
float ___m_Duration_3;
int32_t ___m_IgnoreTimeScale_4;
};
// TMPro.FontAssetCreationSettings
struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF
{
// 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;
};
// Native definition for P/Invoke marshalling of TMPro.FontAssetCreationSettings
struct FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF_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_t2B94078737A72F814E8BC2126F967B94231190DF_marshaled_com
{
Il2CppChar* ___sourceFontFileName_0;
Il2CppChar* ___sourceFontFileGUID_1;
int32_t ___pointSizeSamplingMode_2;
int32_t ___pointSize_3;
int32_t ___padding_4;
int32_t ___packingMode_5;
int32_t ___atlasWidth_6;
int32_t ___atlasHeight_7;
int32_t ___characterSetSelectionMode_8;
Il2CppChar* ___characterSequence_9;
Il2CppChar* ___referencedFontAssetGUID_10;
Il2CppChar* ___referencedTextAssetGUID_11;
int32_t ___fontStyle_12;
float ___fontStyleModifier_13;
int32_t ___renderMode_14;
int32_t ___includeFontFeatures_15;
};
// UnityEngine.TextCore.GlyphMetrics
struct GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A
{
// System.Single UnityEngine.TextCore.GlyphMetrics::m_Width
float ___m_Width_0;
// System.Single UnityEngine.TextCore.GlyphMetrics::m_Height
float ___m_Height_1;
// System.Single UnityEngine.TextCore.GlyphMetrics::m_HorizontalBearingX
float ___m_HorizontalBearingX_2;
// System.Single UnityEngine.TextCore.GlyphMetrics::m_HorizontalBearingY
float ___m_HorizontalBearingY_3;
// System.Single UnityEngine.TextCore.GlyphMetrics::m_HorizontalAdvance
float ___m_HorizontalAdvance_4;
};
// TMPro.GlyphPairKey
struct GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA
{
// System.UInt32 TMPro.GlyphPairKey::firstGlyphIndex
uint32_t ___firstGlyphIndex_0;
// System.UInt32 TMPro.GlyphPairKey::secondGlyphIndex
uint32_t ___secondGlyphIndex_1;
// System.UInt32 TMPro.GlyphPairKey::key
uint32_t ___key_2;
};
// UnityEngine.TextCore.GlyphRect
struct GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D
{
// System.Int32 UnityEngine.TextCore.GlyphRect::m_X
int32_t ___m_X_0;
// System.Int32 UnityEngine.TextCore.GlyphRect::m_Y
int32_t ___m_Y_1;
// System.Int32 UnityEngine.TextCore.GlyphRect::m_Width
int32_t ___m_Width_2;
// System.Int32 UnityEngine.TextCore.GlyphRect::m_Height
int32_t ___m_Height_3;
};
struct GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_StaticFields
{
// UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___s_ZeroGlyphRect_4;
};
// UnityEngine.TextCore.LowLevel.GlyphValueRecord
struct GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E
{
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_XPlacement
float ___m_XPlacement_0;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_YPlacement
float ___m_YPlacement_1;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_XAdvance
float ___m_XAdvance_2;
// System.Single UnityEngine.TextCore.LowLevel.GlyphValueRecord::m_YAdvance
float ___m_YAdvance_3;
};
// TMPro.GlyphValueRecord_Legacy
struct GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7
{
// System.Single TMPro.GlyphValueRecord_Legacy::xPlacement
float ___xPlacement_0;
// System.Single TMPro.GlyphValueRecord_Legacy::yPlacement
float ___yPlacement_1;
// System.Single TMPro.GlyphValueRecord_Legacy::xAdvance
float ___xAdvance_2;
// System.Single TMPro.GlyphValueRecord_Legacy::yAdvance
float ___yAdvance_3;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// UnityEngine.LayerMask
struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB
{
// System.Int32 UnityEngine.LayerMask::m_Mask
int32_t ___m_Mask_0;
};
// TMPro.MaterialReference
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B
{
// System.Int32 TMPro.MaterialReference::index
int32_t ___index_0;
// TMPro.TMP_FontAsset TMPro.MaterialReference::fontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
// TMPro.TMP_SpriteAsset TMPro.MaterialReference::spriteAsset
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
// UnityEngine.Material TMPro.MaterialReference::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
// System.Boolean TMPro.MaterialReference::isDefaultMaterial
bool ___isDefaultMaterial_4;
// System.Boolean TMPro.MaterialReference::isFallbackMaterial
bool ___isFallbackMaterial_5;
// UnityEngine.Material TMPro.MaterialReference::fallbackMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
// System.Single TMPro.MaterialReference::padding
float ___padding_7;
// System.Int32 TMPro.MaterialReference::referenceCount
int32_t ___referenceCount_8;
};
// Native definition for P/Invoke marshalling of TMPro.MaterialReference
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B_marshaled_pinvoke
{
int32_t ___index_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
int32_t ___isDefaultMaterial_4;
int32_t ___isFallbackMaterial_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
float ___padding_7;
int32_t ___referenceCount_8;
};
// Native definition for COM marshalling of TMPro.MaterialReference
struct MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B_marshaled_com
{
int32_t ___index_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
int32_t ___isDefaultMaterial_4;
int32_t ___isFallbackMaterial_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___fallbackMaterial_6;
float ___padding_7;
int32_t ___referenceCount_8;
};
// UnityEngine.Mathf
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
{
union
{
struct
{
};
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
};
};
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
{
// System.Single UnityEngine.Mathf::Epsilon
float ___Epsilon_0;
};
// UnityEngine.Matrix4x4
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
{
// 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;
};
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
{
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
};
// UnityEngine.Quaternion
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
{
// 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;
};
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
{
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
};
// UnityEngine.Rect
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
{
// 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;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// UnityEngine.UI.SpriteState
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD
{
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
};
// Native definition for COM marshalling of UnityEngine.UI.SpriteState
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
};
// TMPro.TMP_FontStyleStack
struct TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC
{
// System.Byte TMPro.TMP_FontStyleStack::bold
uint8_t ___bold_0;
// System.Byte TMPro.TMP_FontStyleStack::italic
uint8_t ___italic_1;
// System.Byte TMPro.TMP_FontStyleStack::underline
uint8_t ___underline_2;
// System.Byte TMPro.TMP_FontStyleStack::strikethrough
uint8_t ___strikethrough_3;
// System.Byte TMPro.TMP_FontStyleStack::highlight
uint8_t ___highlight_4;
// System.Byte TMPro.TMP_FontStyleStack::superscript
uint8_t ___superscript_5;
// System.Byte TMPro.TMP_FontStyleStack::subscript
uint8_t ___subscript_6;
// System.Byte TMPro.TMP_FontStyleStack::uppercase
uint8_t ___uppercase_7;
// System.Byte TMPro.TMP_FontStyleStack::lowercase
uint8_t ___lowercase_8;
// System.Byte TMPro.TMP_FontStyleStack::smallcaps
uint8_t ___smallcaps_9;
};
// TMPro.TMP_FontWeightPair
struct TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E
{
// TMPro.TMP_FontAsset TMPro.TMP_FontWeightPair::regularTypeface
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___regularTypeface_0;
// TMPro.TMP_FontAsset TMPro.TMP_FontWeightPair::italicTypeface
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___italicTypeface_1;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_FontWeightPair
struct TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_pinvoke
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___regularTypeface_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___italicTypeface_1;
};
// Native definition for COM marshalling of TMPro.TMP_FontWeightPair
struct TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E_marshaled_com
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___regularTypeface_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___italicTypeface_1;
};
// TMPro.TMP_Glyph
struct TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310 : public TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A
{
};
// TMPro.TMP_GlyphValueRecord
struct TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1
{
// System.Single TMPro.TMP_GlyphValueRecord::m_XPlacement
float ___m_XPlacement_0;
// System.Single TMPro.TMP_GlyphValueRecord::m_YPlacement
float ___m_YPlacement_1;
// System.Single TMPro.TMP_GlyphValueRecord::m_XAdvance
float ___m_XAdvance_2;
// System.Single TMPro.TMP_GlyphValueRecord::m_YAdvance
float ___m_YAdvance_3;
};
// TMPro.TMP_LinkInfo
struct TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6
{
// TMPro.TMP_Text TMPro.TMP_LinkInfo::textComponent
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___linkID_6;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_LinkInfo
struct TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_pinvoke
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___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_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_com
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
int32_t ___hashCode_1;
int32_t ___linkIdFirstCharacterIndex_2;
int32_t ___linkIdLength_3;
int32_t ___linkTextfirstCharacterIndex_4;
int32_t ___linkTextLength_5;
uint8_t* ___linkID_6;
};
// TMPro.TMP_Offset
struct TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6
{
// System.Single TMPro.TMP_Offset::m_Left
float ___m_Left_0;
// System.Single TMPro.TMP_Offset::m_Right
float ___m_Right_1;
// System.Single TMPro.TMP_Offset::m_Top
float ___m_Top_2;
// System.Single TMPro.TMP_Offset::m_Bottom
float ___m_Bottom_3;
};
struct TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_StaticFields
{
// TMPro.TMP_Offset TMPro.TMP_Offset::k_ZeroOffset
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___k_ZeroOffset_4;
};
// TMPro.TMP_PageInfo
struct TMP_PageInfo_t062E56948480FAB066C168E14DC79CC83CC369B4
{
// 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;
};
// TMPro.TMP_SpriteInfo
struct TMP_SpriteInfo_t3AC3F7B2DF0808E073BF53A37EEBAB11F729E818
{
// 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;
};
// TMPro.TMP_WordInfo
struct TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983
{
// TMPro.TMP_Text TMPro.TMP_WordInfo::textComponent
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
// System.Int32 TMPro.TMP_WordInfo::firstCharacterIndex
int32_t ___firstCharacterIndex_1;
// System.Int32 TMPro.TMP_WordInfo::lastCharacterIndex
int32_t ___lastCharacterIndex_2;
// System.Int32 TMPro.TMP_WordInfo::characterCount
int32_t ___characterCount_3;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_WordInfo
struct TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_pinvoke
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
int32_t ___firstCharacterIndex_1;
int32_t ___lastCharacterIndex_2;
int32_t ___characterCount_3;
};
// Native definition for COM marshalling of TMPro.TMP_WordInfo
struct TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_com
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___textComponent_0;
int32_t ___firstCharacterIndex_1;
int32_t ___lastCharacterIndex_2;
int32_t ___characterCount_3;
};
// TMPro.TagAttribute
struct TagAttribute_t18DC35BFAEB5766FDA6B253F78CECF0557EE1CF5
{
// System.Int32 TMPro.TagAttribute::startIndex
int32_t ___startIndex_0;
// System.Int32 TMPro.TagAttribute::length
int32_t ___length_1;
// System.Int32 TMPro.TagAttribute::hashCode
int32_t ___hashCode_2;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// UnityEngine.Events.UnityEvent
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
};
// UnityEngine.Vector2Int
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
{
// System.Int32 UnityEngine.Vector2Int::m_X
int32_t ___m_X_0;
// System.Int32 UnityEngine.Vector2Int::m_Y
int32_t ___m_Y_1;
};
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
{
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero_2;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One_3;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up_4;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down_5;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left_6;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right_7;
};
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
};
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
{
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
};
// UnityEngine.Vector4
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
// 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;
};
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
{
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.WaitForSecondsRealtime
struct WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01 : public CustomYieldInstruction_t6B81A50D5D210C1ACAAE247FB53B65CDFFEB7617
{
// System.Single UnityEngine.WaitForSecondsRealtime::<waitTime>k__BackingField
float ___U3CwaitTimeU3Ek__BackingField_0;
// System.Single UnityEngine.WaitForSecondsRealtime::m_WaitUntilTime
float ___m_WaitUntilTime_1;
};
// UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig
struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182
{
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::activeEventSystem
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0;
// System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::sendEvents
bool ___sendEvents_1;
// System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::createPanelGameObjectsOnStart
bool ___createPanelGameObjectsOnStart_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig
struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182_marshaled_pinvoke
{
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0;
int32_t ___sendEvents_1;
int32_t ___createPanelGameObjectsOnStart_2;
};
// Native definition for COM marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig
struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182_marshaled_com
{
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0;
int32_t ___sendEvents_1;
int32_t ___createPanelGameObjectsOnStart_2;
};
// TMPro.TMP_DefaultControls/Resources
struct Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B
{
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::standard
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___standard_0;
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::background
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___background_1;
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::inputField
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___inputField_2;
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::knob
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___knob_3;
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::checkmark
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___checkmark_4;
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::dropdown
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___dropdown_5;
// UnityEngine.Sprite TMPro.TMP_DefaultControls/Resources::mask
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___mask_6;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_DefaultControls/Resources
struct Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_pinvoke
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___standard_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___background_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___inputField_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___knob_3;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___checkmark_4;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___dropdown_5;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___mask_6;
};
// Native definition for COM marshalling of TMPro.TMP_DefaultControls/Resources
struct Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_com
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___standard_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___background_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___inputField_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___knob_3;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___checkmark_4;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___dropdown_5;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___mask_6;
};
// TMPro.TMP_Text/SpecialCharacter
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777
{
// TMPro.TMP_Character TMPro.TMP_Text/SpecialCharacter::character
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
// TMPro.TMP_FontAsset TMPro.TMP_Text/SpecialCharacter::fontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
// UnityEngine.Material TMPro.TMP_Text/SpecialCharacter::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
// System.Int32 TMPro.TMP_Text/SpecialCharacter::materialIndex
int32_t ___materialIndex_3;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_Text/SpecialCharacter
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777_marshaled_pinvoke
{
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
int32_t ___materialIndex_3;
};
// Native definition for COM marshalling of TMPro.TMP_Text/SpecialCharacter
struct SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777_marshaled_com
{
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
int32_t ___materialIndex_3;
};
// TMPro.TMP_Text/TextBackingContainer
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361
{
// System.UInt32[] TMPro.TMP_Text/TextBackingContainer::m_Array
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Array_0;
// System.Int32 TMPro.TMP_Text/TextBackingContainer::m_Count
int32_t ___m_Count_1;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_Text/TextBackingContainer
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ___m_Array_0;
int32_t ___m_Count_1;
};
// Native definition for COM marshalling of TMPro.TMP_Text/TextBackingContainer
struct TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361_marshaled_com
{
Il2CppSafeArray/*NONE*/* ___m_Array_0;
int32_t ___m_Count_1;
};
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32>
struct TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference>
struct TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
MaterialReference_tFD98FFFBBDF168028E637446C6676507186F4D0B ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.AtlasPopulationMode
struct AtlasPopulationMode_tBEF72CCC11BFA8D80FA4EEE9A10D49C406167C75
{
// System.Int32 TMPro.AtlasPopulationMode::value__
int32_t ___value___2;
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// UnityEngine.Bounds
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
{
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
};
// UnityEngine.UI.ColorBlock
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11
{
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_NormalColor_0;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HighlightedColor_1;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_PressedColor_2;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectedColor_3;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DisabledColor_4;
// System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier
float ___m_ColorMultiplier_5;
// System.Single UnityEngine.UI.ColorBlock::m_FadeDuration
float ___m_FadeDuration_6;
};
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11_StaticFields
{
// UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___defaultColorBlock_7;
};
// TMPro.ColorMode
struct ColorMode_tA7A815AAB9F175EFBA0AE0814E55728432A880BF
{
// System.Int32 TMPro.ColorMode::value__
int32_t ___value___2;
};
// TMPro.Compute_DistanceTransform_EventTypes
struct Compute_DistanceTransform_EventTypes_t2A9367AD8855190767E4883C7F33EE96D8A5B3DE
{
// System.Int32 TMPro.Compute_DistanceTransform_EventTypes::value__
int32_t ___value___2;
};
// UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
{
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// 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.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// TMPro.Extents
struct Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8
{
// UnityEngine.Vector2 TMPro.Extents::min
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min_2;
// UnityEngine.Vector2 TMPro.Extents::max
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max_3;
};
struct Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_StaticFields
{
// TMPro.Extents TMPro.Extents::zero
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___zero_0;
// TMPro.Extents TMPro.Extents::uninitialized
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___uninitialized_1;
};
// UnityEngine.TextCore.LowLevel.FontEngineError
struct FontEngineError_t10530F16DD874A1E0682E44AACD4A3BD05AA05CE
{
// System.Int32 UnityEngine.TextCore.LowLevel.FontEngineError::value__
int32_t ___value___2;
};
// TMPro.FontFeatureLookupFlags
struct FontFeatureLookupFlags_t5217FAF5D60FD608FAD31DC7C93BF6427F016886
{
// System.Int32 TMPro.FontFeatureLookupFlags::value__
int32_t ___value___2;
};
// UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags
struct FontFeatureLookupFlags_t2000121BA341A3CAE5E0D4FAC6AA4378FE14AE1B
{
// System.Int32 UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags::value__
int32_t ___value___2;
};
// TMPro.FontStyles
struct FontStyles_t9E611EE6BBE6E192A73EAFF7872596517C527FF5
{
// System.Int32 TMPro.FontStyles::value__
int32_t ___value___2;
};
// TMPro.FontWeight
struct FontWeight_tA2585C0A73B70D31CE71E7843149098A5E16BC80
{
// System.Int32 TMPro.FontWeight::value__
int32_t ___value___2;
};
// UnityEngine.TextCore.Glyph
struct Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F : public RuntimeObject
{
// System.UInt32 UnityEngine.TextCore.Glyph::m_Index
uint32_t ___m_Index_0;
// UnityEngine.TextCore.GlyphMetrics UnityEngine.TextCore.Glyph::m_Metrics
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A ___m_Metrics_1;
// UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.Glyph::m_GlyphRect
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___m_GlyphRect_2;
// System.Single UnityEngine.TextCore.Glyph::m_Scale
float ___m_Scale_3;
// System.Int32 UnityEngine.TextCore.Glyph::m_AtlasIndex
int32_t ___m_AtlasIndex_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Glyph
struct Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_marshaled_pinvoke
{
uint32_t ___m_Index_0;
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A ___m_Metrics_1;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___m_GlyphRect_2;
float ___m_Scale_3;
int32_t ___m_AtlasIndex_4;
};
// Native definition for COM marshalling of UnityEngine.TextCore.Glyph
struct Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_marshaled_com
{
uint32_t ___m_Index_0;
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A ___m_Metrics_1;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___m_GlyphRect_2;
float ___m_Scale_3;
int32_t ___m_AtlasIndex_4;
};
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord
struct GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7
{
// System.UInt32 UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord::m_GlyphIndex
uint32_t ___m_GlyphIndex_0;
// UnityEngine.TextCore.LowLevel.GlyphValueRecord UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord::m_GlyphValueRecord
GlyphValueRecord_t780927A39D46924E0D546A2AE5DDF1BB2B5A9C8E ___m_GlyphValueRecord_1;
};
// UnityEngine.TextCore.LowLevel.GlyphLoadFlags
struct GlyphLoadFlags_t0007C50C115E02DDE1F7490DA7BC17DE67CE780C
{
// System.Int32 UnityEngine.TextCore.LowLevel.GlyphLoadFlags::value__
int32_t ___value___2;
};
// UnityEngine.TextCore.LowLevel.GlyphPackingMode
struct GlyphPackingMode_t0DD4406D5D2B01F8045DD6B99C78E7FFDCCE225E
{
// System.Int32 UnityEngine.TextCore.LowLevel.GlyphPackingMode::value__
int32_t ___value___2;
};
// UnityEngine.TextCore.LowLevel.GlyphRenderMode
struct GlyphRenderMode_tE7FB60827750662A45E89D168932FE2D8AEB5281
{
// System.Int32 UnityEngine.TextCore.LowLevel.GlyphRenderMode::value__
int32_t ___value___2;
};
// TMPro.HighlightState
struct HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B
{
// UnityEngine.Color32 TMPro.HighlightState::color
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_0;
// TMPro.TMP_Offset TMPro.HighlightState::padding
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___padding_1;
};
// TMPro.HorizontalAlignmentOptions
struct HorizontalAlignmentOptions_tCC21260E9FBEC656BA7783643ED5F44AFF7955A1
{
// System.Int32 TMPro.HorizontalAlignmentOptions::value__
int32_t ___value___2;
};
// TMPro.KerningPair
struct KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481 : public RuntimeObject
{
// System.UInt32 TMPro.KerningPair::m_FirstGlyph
uint32_t ___m_FirstGlyph_0;
// TMPro.GlyphValueRecord_Legacy TMPro.KerningPair::m_FirstGlyphAdjustments
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___m_FirstGlyphAdjustments_1;
// System.UInt32 TMPro.KerningPair::m_SecondGlyph
uint32_t ___m_SecondGlyph_2;
// TMPro.GlyphValueRecord_Legacy TMPro.KerningPair::m_SecondGlyphAdjustments
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 ___m_SecondGlyphAdjustments_3;
// System.Single TMPro.KerningPair::xOffset
float ___xOffset_4;
// System.Boolean TMPro.KerningPair::m_IgnoreSpacingAdjustments
bool ___m_IgnoreSpacingAdjustments_6;
};
struct KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481_StaticFields
{
// TMPro.KerningPair TMPro.KerningPair::empty
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* ___empty_5;
};
// Unity.Profiling.LowLevel.MarkerFlags
struct MarkerFlags_t58228A99AC6567F565911ED792189DBBDFF83E30
{
// System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__
uint16_t ___value___2;
};
// TMPro.Mesh_Extents
struct Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B
{
// UnityEngine.Vector2 TMPro.Mesh_Extents::min
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min_0;
// UnityEngine.Vector2 TMPro.Mesh_Extents::max
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max_1;
};
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// Unity.Profiling.ProfilerMarker
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
{
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
intptr_t ___m_Ptr_0;
};
// UnityEngine.EventSystems.RaycastResult
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023
{
// UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___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_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_7;
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_8;
// UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_9;
// System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex
int32_t ___displayIndex_10;
};
// Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_pinvoke
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
float ___distance_2;
float ___index_3;
int32_t ___depth_4;
int32_t ___sortingLayer_5;
int32_t ___sortingOrder_6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_7;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_9;
int32_t ___displayIndex_10;
};
// Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_com
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
float ___distance_2;
float ___index_3;
int32_t ___depth_4;
int32_t ___sortingLayer_5;
int32_t ___sortingOrder_6;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_7;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_8;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_9;
int32_t ___displayIndex_10;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// TMPro.TMP_DefaultControls
struct TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B : public RuntimeObject
{
};
struct TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields
{
// UnityEngine.Vector2 TMPro.TMP_DefaultControls::s_TextElementSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_TextElementSize_3;
// UnityEngine.Vector2 TMPro.TMP_DefaultControls::s_ThickElementSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_ThickElementSize_4;
// UnityEngine.Vector2 TMPro.TMP_DefaultControls::s_ThinElementSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_ThinElementSize_5;
// UnityEngine.Color TMPro.TMP_DefaultControls::s_DefaultSelectableColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___s_DefaultSelectableColor_6;
// UnityEngine.Color TMPro.TMP_DefaultControls::s_TextColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___s_TextColor_7;
};
// TMPro.TMP_GlyphAdjustmentRecord
struct TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00
{
// System.UInt32 TMPro.TMP_GlyphAdjustmentRecord::m_GlyphIndex
uint32_t ___m_GlyphIndex_0;
// TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphAdjustmentRecord::m_GlyphValueRecord
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___m_GlyphValueRecord_1;
};
// TMPro.TMP_Math
struct TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52 : public RuntimeObject
{
};
struct TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_StaticFields
{
// UnityEngine.Vector2 TMPro.TMP_Math::MAX_16BIT
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___MAX_16BIT_6;
// UnityEngine.Vector2 TMPro.TMP_Math::MIN_16BIT
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___MIN_16BIT_7;
};
// TMPro.TMP_TextElementType
struct TMP_TextElementType_t51EE6662436732F22C6B599F5757B7F35F706342
{
// System.Int32 TMPro.TMP_TextElementType::value__
int32_t ___value___2;
};
// TMPro.TMP_TextInfo
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D : public RuntimeObject
{
// TMPro.TMP_Text TMPro.TMP_TextInfo::textComponent
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___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_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* ___characterInfo_11;
// TMPro.TMP_WordInfo[] TMPro.TMP_TextInfo::wordInfo
TMP_WordInfoU5BU5D_tD1759E5A84DCCCD42B718D79E953E72A432BB4DC* ___wordInfo_12;
// TMPro.TMP_LinkInfo[] TMPro.TMP_TextInfo::linkInfo
TMP_LinkInfoU5BU5D_tE11BE54A5923BD2148E716289F44EA465E06536E* ___linkInfo_13;
// TMPro.TMP_LineInfo[] TMPro.TMP_TextInfo::lineInfo
TMP_LineInfoU5BU5D_tE485ECF6A7A96441C72B53D75E7A5A5461A2CA0E* ___lineInfo_14;
// TMPro.TMP_PageInfo[] TMPro.TMP_TextInfo::pageInfo
TMP_PageInfoU5BU5D_tE3DAAA8E2E9147F97C424A9034F677A516E8DAF9* ___pageInfo_15;
// TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::meshInfo
TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7* ___meshInfo_16;
// TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::m_CachedMeshInfo
TMP_MeshInfoU5BU5D_t3549EA3B9F542558E0DB1EDFAB98C612FE4231D7* ___m_CachedMeshInfo_17;
};
struct TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D_StaticFields
{
// UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorPositive
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_InfinityVectorPositive_0;
// UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorNegative
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_InfinityVectorNegative_1;
};
// TMPro.TMP_Vertex
struct TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A
{
// UnityEngine.Vector3 TMPro.TMP_Vertex::position
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0;
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv_1;
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv2
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv2_2;
// UnityEngine.Vector2 TMPro.TMP_Vertex::uv4
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv4_3;
// UnityEngine.Color32 TMPro.TMP_Vertex::color
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_4;
};
struct TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_StaticFields
{
// TMPro.TMP_Vertex TMPro.TMP_Vertex::k_Zero
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___k_Zero_5;
};
// TMPro.TMP_VertexDataUpdateFlags
struct TMP_VertexDataUpdateFlags_tA91AFE49114B3EB1E83C8C6E7BFF2D5CE7991E19
{
// System.Int32 TMPro.TMP_VertexDataUpdateFlags::value__
int32_t ___value___2;
};
// TMPro.TagUnitType
struct TagUnitType_t474C73D5D3F1A2691F64E452E657A4849B2BEF8C
{
// System.Int32 TMPro.TagUnitType::value__
int32_t ___value___2;
};
// TMPro.TagValueType
struct TagValueType_tDB67CA3DFCA6CDE7E8F14EDD33B51D424BA3EF08
{
// System.Int32 TMPro.TagValueType::value__
int32_t ___value___2;
};
// TMPro.TextAlignmentOptions
struct TextAlignmentOptions_tF3FA9020F7E2AF1A48660044540254009A22EF01
{
// System.Int32 TMPro.TextAlignmentOptions::value__
int32_t ___value___2;
};
// TMPro.TextElementType
struct TextElementType_t14831C0A10EF00DCD9E4FC359795836A651B4ACB
{
// System.Byte TMPro.TextElementType::value__
uint8_t ___value___2;
};
// TMPro.TextOverflowModes
struct TextOverflowModes_t7DCCD00C16E3223CE50CDDCC53F785C0405BE203
{
// System.Int32 TMPro.TextOverflowModes::value__
int32_t ___value___2;
};
// TMPro.TextRenderFlags
struct TextRenderFlags_tE023FF398ECFE57A1DBC6FD2A1AF4AE9620F6E1C
{
// System.Int32 TMPro.TextRenderFlags::value__
int32_t ___value___2;
};
// UnityEngine.TextureFormat
struct TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D
{
// System.Int32 UnityEngine.TextureFormat::value__
int32_t ___value___2;
};
// TMPro.TextureMappingOptions
struct TextureMappingOptions_t0E1A47C529DEB45A875486256E7026E97C940DAE
{
// System.Int32 TMPro.TextureMappingOptions::value__
int32_t ___value___2;
};
// UnityEngine.TouchScreenKeyboardType
struct TouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1
{
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
int32_t ___value___2;
};
// TMPro.VertexGradient
struct VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F
{
// UnityEngine.Color TMPro.VertexGradient::topLeft
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topLeft_0;
// UnityEngine.Color TMPro.VertexGradient::topRight
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topRight_1;
// UnityEngine.Color TMPro.VertexGradient::bottomLeft
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomLeft_2;
// UnityEngine.Color TMPro.VertexGradient::bottomRight
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomRight_3;
};
// TMPro.VertexSortingOrder
struct VertexSortingOrder_t95B7AEDBDCAACC3459B6476E5CCC594A6422FFA8
{
// System.Int32 TMPro.VertexSortingOrder::value__
int32_t ___value___2;
};
// TMPro.VerticalAlignmentOptions
struct VerticalAlignmentOptions_tCEF70AF60282B71AEEE14D51253CE6A61E72D855
{
// System.Int32 TMPro.VerticalAlignmentOptions::value__
int32_t ___value___2;
};
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C : public UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977
{
};
// TMPro.ColorTween/ColorTweenCallback
struct ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53 : public UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9
{
};
// TMPro.ColorTween/ColorTweenMode
struct ColorTweenMode_t2FB56A4B8B7595F3E1330EBC015560E2DAE5F69A
{
// System.Int32 TMPro.ColorTween/ColorTweenMode::value__
int32_t ___value___2;
};
// TMPro.FloatTween/FloatTweenCallback
struct FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E : public UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4
{
};
// UnityEngine.UI.GraphicRaycaster/BlockingObjects
struct BlockingObjects_t102C088885358E52B8A917F94294644312B2AA79
{
// System.Int32 UnityEngine.UI.GraphicRaycaster/BlockingObjects::value__
int32_t ___value___2;
};
// UnityEngine.UI.Image/FillMethod
struct FillMethod_t36837ED12068DF1582CC20489D571B0BCAA7AD19
{
// System.Int32 UnityEngine.UI.Image/FillMethod::value__
int32_t ___value___2;
};
// UnityEngine.UI.Image/Type
struct Type_t81D6F138C2FC745112D5247CD91BD483EDFFC041
{
// System.Int32 UnityEngine.UI.Image/Type::value__
int32_t ___value___2;
};
// UnityEngine.UI.Navigation/Mode
struct Mode_t2D49D0E10E2FDA0026278C2400C16033888D0542
{
// System.Int32 UnityEngine.UI.Navigation/Mode::value__
int32_t ___value___2;
};
// UnityEngine.EventSystems.PointerEventData/InputButton
struct InputButton_t7F40241CC7C406EBD574D426F736CB744DE86CDA
{
// System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__
int32_t ___value___2;
};
// UnityEngine.UI.ScrollRect/MovementType
struct MovementType_t35B76DF2E479A4C67D7768854404EFB47BF1BBB6
{
// System.Int32 UnityEngine.UI.ScrollRect/MovementType::value__
int32_t ___value___2;
};
// UnityEngine.UI.ScrollRect/ScrollbarVisibility
struct ScrollbarVisibility_t04A8B197CECE292E71BBB9145B1CA95BD450383E
{
// System.Int32 UnityEngine.UI.ScrollRect/ScrollbarVisibility::value__
int32_t ___value___2;
};
// UnityEngine.UI.Scrollbar/Direction
struct Direction_t66B968909AA36972158FF8E756987AD7E12896DF
{
// System.Int32 UnityEngine.UI.Scrollbar/Direction::value__
int32_t ___value___2;
};
// UnityEngine.UI.Selectable/Transition
struct Transition_tF856A77C9FAC6D26EA3CA158CF68B739D35397B3
{
// System.Int32 UnityEngine.UI.Selectable/Transition::value__
int32_t ___value___2;
};
// TMPro.TMP_Compatibility/AnchorPositions
struct AnchorPositions_tBD60C8F198F8989C6D9EEAA0B19B6ED7B36B1D54
{
// System.Int32 TMPro.TMP_Compatibility/AnchorPositions::value__
int32_t ___value___2;
};
// TMPro.TMP_Dropdown/DropdownEvent
struct DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91 : public UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A
{
};
// TMPro.TMP_InputField/CharacterValidation
struct CharacterValidation_t14B82768014D219C74BC91657D6B013A0CAFF2B9
{
// System.Int32 TMPro.TMP_InputField/CharacterValidation::value__
int32_t ___value___2;
};
// TMPro.TMP_InputField/ContentType
struct ContentType_tC6315BB238AB8B34EEAC496ECDA3F92692694276
{
// System.Int32 TMPro.TMP_InputField/ContentType::value__
int32_t ___value___2;
};
// TMPro.TMP_InputField/InputType
struct InputType_tF2224DC7469AAC22BF653D00F6E29F8739175DA1
{
// System.Int32 TMPro.TMP_InputField/InputType::value__
int32_t ___value___2;
};
// TMPro.TMP_InputField/LineType
struct LineType_t004C9AD8E9A2D86ABDE2F2F55F09446F6E46AF6E
{
// System.Int32 TMPro.TMP_InputField/LineType::value__
int32_t ___value___2;
};
// TMPro.TMP_Text/TextInputSources
struct TextInputSources_t41387D6C9CB16E60390F47A15AEB8185BE966D26
{
// System.Int32 TMPro.TMP_Text/TextInputSources::value__
int32_t ___value___2;
};
// UnityEngine.UI.Toggle/ToggleEvent
struct ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02 : public UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB
{
};
// UnityEngine.UI.Toggle/ToggleTransition
struct ToggleTransition_tCE3F3757423A29F22112989C6B4D087850A13ED7
{
// System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__
int32_t ___value___2;
};
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight>
struct TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
FontWeightU5BU5D_t2A406B5BAB0DD0F06E7F1773DB062E4AF98067BA* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
int32_t ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState>
struct TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
HighlightStateU5BU5D_tA878A0AF1F4F52882ACD29515AADC277EE135622* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions>
struct TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
HorizontalAlignmentOptionsU5BU5D_t4D185662282BFB910D8B9A8199E91578E9422658* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
int32_t ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// TMPro.ColorTween
struct ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5
{
// TMPro.ColorTween/ColorTweenCallback TMPro.ColorTween::m_Target
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* ___m_Target_0;
// UnityEngine.Color TMPro.ColorTween::m_StartColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_StartColor_1;
// UnityEngine.Color TMPro.ColorTween::m_TargetColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_TargetColor_2;
// TMPro.ColorTween/ColorTweenMode TMPro.ColorTween::m_TweenMode
int32_t ___m_TweenMode_3;
// System.Single TMPro.ColorTween::m_Duration
float ___m_Duration_4;
// System.Boolean TMPro.ColorTween::m_IgnoreTimeScale
bool ___m_IgnoreTimeScale_5;
};
// Native definition for P/Invoke marshalling of TMPro.ColorTween
struct ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_pinvoke
{
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* ___m_Target_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_StartColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_TargetColor_2;
int32_t ___m_TweenMode_3;
float ___m_Duration_4;
int32_t ___m_IgnoreTimeScale_5;
};
// Native definition for COM marshalling of TMPro.ColorTween
struct ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_com
{
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* ___m_Target_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_StartColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_TargetColor_2;
int32_t ___m_TweenMode_3;
float ___m_Duration_4;
int32_t ___m_IgnoreTimeScale_5;
};
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// TMPro.Compute_DT_EventArgs
struct Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4 : public RuntimeObject
{
// TMPro.Compute_DistanceTransform_EventTypes TMPro.Compute_DT_EventArgs::EventType
int32_t ___EventType_0;
// System.Single TMPro.Compute_DT_EventArgs::ProgressPercentage
float ___ProgressPercentage_1;
// UnityEngine.Color[] TMPro.Compute_DT_EventArgs::Colors
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___Colors_2;
};
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
};
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
{
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
};
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord
struct GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E
{
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::m_FirstAdjustmentRecord
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___m_FirstAdjustmentRecord_0;
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::m_SecondAdjustmentRecord
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 ___m_SecondAdjustmentRecord_1;
// UnityEngine.TextCore.LowLevel.FontFeatureLookupFlags UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::m_FeatureLookupFlags
int32_t ___m_FeatureLookupFlags_2;
};
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// UnityEngine.UI.Navigation
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C
{
// UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode
int32_t ___m_Mode_0;
// System.Boolean UnityEngine.UI.Navigation::m_WrapAround
bool ___m_WrapAround_1;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_pinvoke
{
int32_t ___m_Mode_0;
int32_t ___m_WrapAround_1;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
};
// Native definition for COM marshalling of UnityEngine.UI.Navigation
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_com
{
int32_t ___m_Mode_0;
int32_t ___m_WrapAround_1;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
};
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB : public BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F
{
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerEnter>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerEnterU3Ek__BackingField_2;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PointerPress_3;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<lastPress>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3ClastPressU3Ek__BackingField_4;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<rawPointerPress>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CrawPointerPressU3Ek__BackingField_5;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerDrag>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerDragU3Ek__BackingField_6;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerClick>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerClickU3Ek__BackingField_7;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerCurrentRaycast>k__BackingField
RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___U3CpointerCurrentRaycastU3Ek__BackingField_8;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerPressRaycast>k__BackingField
RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___U3CpointerPressRaycastU3Ek__BackingField_9;
// System.Collections.Generic.List`1<UnityEngine.GameObject> UnityEngine.EventSystems.PointerEventData::hovered
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___hovered_10;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<eligibleForClick>k__BackingField
bool ___U3CeligibleForClickU3Ek__BackingField_11;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<pointerId>k__BackingField
int32_t ___U3CpointerIdU3Ek__BackingField_12;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<position>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpositionU3Ek__BackingField_13;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<delta>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CdeltaU3Ek__BackingField_14;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<pressPosition>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpressPositionU3Ek__BackingField_15;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldPosition>k__BackingField
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CworldPositionU3Ek__BackingField_16;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldNormal>k__BackingField
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CworldNormalU3Ek__BackingField_17;
// System.Single UnityEngine.EventSystems.PointerEventData::<clickTime>k__BackingField
float ___U3CclickTimeU3Ek__BackingField_18;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<clickCount>k__BackingField
int32_t ___U3CclickCountU3Ek__BackingField_19;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<scrollDelta>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscrollDeltaU3Ek__BackingField_20;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<useDragThreshold>k__BackingField
bool ___U3CuseDragThresholdU3Ek__BackingField_21;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<dragging>k__BackingField
bool ___U3CdraggingU3Ek__BackingField_22;
// UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_23;
// System.Single UnityEngine.EventSystems.PointerEventData::<pressure>k__BackingField
float ___U3CpressureU3Ek__BackingField_24;
// System.Single UnityEngine.EventSystems.PointerEventData::<tangentialPressure>k__BackingField
float ___U3CtangentialPressureU3Ek__BackingField_25;
// System.Single UnityEngine.EventSystems.PointerEventData::<altitudeAngle>k__BackingField
float ___U3CaltitudeAngleU3Ek__BackingField_26;
// System.Single UnityEngine.EventSystems.PointerEventData::<azimuthAngle>k__BackingField
float ___U3CazimuthAngleU3Ek__BackingField_27;
// System.Single UnityEngine.EventSystems.PointerEventData::<twist>k__BackingField
float ___U3CtwistU3Ek__BackingField_28;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<radius>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_29;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<radiusVariance>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_30;
};
// TMPro.RichTextTagAttribute
struct RichTextTagAttribute_t1BB51A8FD6C14746D177D8E84E281A4FD4A720E0
{
// System.Int32 TMPro.RichTextTagAttribute::nameHashCode
int32_t ___nameHashCode_0;
// System.Int32 TMPro.RichTextTagAttribute::valueHashCode
int32_t ___valueHashCode_1;
// TMPro.TagValueType TMPro.RichTextTagAttribute::valueType
int32_t ___valueType_2;
// System.Int32 TMPro.RichTextTagAttribute::valueStartIndex
int32_t ___valueStartIndex_3;
// System.Int32 TMPro.RichTextTagAttribute::valueLength
int32_t ___valueLength_4;
// TMPro.TagUnitType TMPro.RichTextTagAttribute::unitType
int32_t ___unitType_5;
};
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
// UnityEngine.Shader
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// TMPro.TMP_CharacterInfo
struct TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8
{
// System.Char TMPro.TMP_CharacterInfo::character
Il2CppChar ___character_0;
// System.Int32 TMPro.TMP_CharacterInfo::index
int32_t ___index_1;
// System.Int32 TMPro.TMP_CharacterInfo::stringLength
int32_t ___stringLength_2;
// TMPro.TMP_TextElementType TMPro.TMP_CharacterInfo::elementType
int32_t ___elementType_3;
// TMPro.TMP_TextElement TMPro.TMP_CharacterInfo::textElement
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___textElement_4;
// TMPro.TMP_FontAsset TMPro.TMP_CharacterInfo::fontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_5;
// TMPro.TMP_SpriteAsset TMPro.TMP_CharacterInfo::spriteAsset
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_6;
// System.Int32 TMPro.TMP_CharacterInfo::spriteIndex
int32_t ___spriteIndex_7;
// UnityEngine.Material TMPro.TMP_CharacterInfo::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
// System.Int32 TMPro.TMP_CharacterInfo::materialReferenceIndex
int32_t ___materialReferenceIndex_9;
// System.Boolean TMPro.TMP_CharacterInfo::isUsingAlternateTypeface
bool ___isUsingAlternateTypeface_10;
// System.Single TMPro.TMP_CharacterInfo::pointSize
float ___pointSize_11;
// System.Int32 TMPro.TMP_CharacterInfo::lineNumber
int32_t ___lineNumber_12;
// System.Int32 TMPro.TMP_CharacterInfo::pageNumber
int32_t ___pageNumber_13;
// System.Int32 TMPro.TMP_CharacterInfo::vertexIndex
int32_t ___vertexIndex_14;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BL
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BL_15;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TL
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TL_16;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TR
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TR_17;
// TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BR
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BR_18;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topLeft
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_19;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomLeft
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_20;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topRight
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_21;
// UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomRight
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_22;
// System.Single TMPro.TMP_CharacterInfo::origin
float ___origin_23;
// System.Single TMPro.TMP_CharacterInfo::xAdvance
float ___xAdvance_24;
// System.Single TMPro.TMP_CharacterInfo::ascender
float ___ascender_25;
// System.Single TMPro.TMP_CharacterInfo::baseLine
float ___baseLine_26;
// System.Single TMPro.TMP_CharacterInfo::descender
float ___descender_27;
// System.Single TMPro.TMP_CharacterInfo::adjustedAscender
float ___adjustedAscender_28;
// System.Single TMPro.TMP_CharacterInfo::adjustedDescender
float ___adjustedDescender_29;
// System.Single TMPro.TMP_CharacterInfo::aspectRatio
float ___aspectRatio_30;
// System.Single TMPro.TMP_CharacterInfo::scale
float ___scale_31;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::color
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_32;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::underlineColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_33;
// System.Int32 TMPro.TMP_CharacterInfo::underlineVertexIndex
int32_t ___underlineVertexIndex_34;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::strikethroughColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_35;
// System.Int32 TMPro.TMP_CharacterInfo::strikethroughVertexIndex
int32_t ___strikethroughVertexIndex_36;
// UnityEngine.Color32 TMPro.TMP_CharacterInfo::highlightColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_37;
// TMPro.HighlightState TMPro.TMP_CharacterInfo::highlightState
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___highlightState_38;
// TMPro.FontStyles TMPro.TMP_CharacterInfo::style
int32_t ___style_39;
// System.Boolean TMPro.TMP_CharacterInfo::isVisible
bool ___isVisible_40;
};
// Native definition for P/Invoke marshalling of TMPro.TMP_CharacterInfo
struct TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_pinvoke
{
uint8_t ___character_0;
int32_t ___index_1;
int32_t ___stringLength_2;
int32_t ___elementType_3;
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___textElement_4;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_5;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_6;
int32_t ___spriteIndex_7;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
int32_t ___materialReferenceIndex_9;
int32_t ___isUsingAlternateTypeface_10;
float ___pointSize_11;
int32_t ___lineNumber_12;
int32_t ___pageNumber_13;
int32_t ___vertexIndex_14;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BL_15;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TL_16;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TR_17;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BR_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_19;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_20;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_21;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_22;
float ___origin_23;
float ___xAdvance_24;
float ___ascender_25;
float ___baseLine_26;
float ___descender_27;
float ___adjustedAscender_28;
float ___adjustedDescender_29;
float ___aspectRatio_30;
float ___scale_31;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_32;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_33;
int32_t ___underlineVertexIndex_34;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_35;
int32_t ___strikethroughVertexIndex_36;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_37;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___highlightState_38;
int32_t ___style_39;
int32_t ___isVisible_40;
};
// Native definition for COM marshalling of TMPro.TMP_CharacterInfo
struct TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_com
{
uint8_t ___character_0;
int32_t ___index_1;
int32_t ___stringLength_2;
int32_t ___elementType_3;
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___textElement_4;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset_5;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___spriteAsset_6;
int32_t ___spriteIndex_7;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_8;
int32_t ___materialReferenceIndex_9;
int32_t ___isUsingAlternateTypeface_10;
float ___pointSize_11;
int32_t ___lineNumber_12;
int32_t ___pageNumber_13;
int32_t ___vertexIndex_14;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BL_15;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TL_16;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_TR_17;
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A ___vertex_BR_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topLeft_19;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomLeft_20;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___topRight_21;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___bottomRight_22;
float ___origin_23;
float ___xAdvance_24;
float ___ascender_25;
float ___baseLine_26;
float ___descender_27;
float ___adjustedAscender_28;
float ___adjustedDescender_29;
float ___aspectRatio_30;
float ___scale_31;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_32;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_33;
int32_t ___underlineVertexIndex_34;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_35;
int32_t ___strikethroughVertexIndex_36;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_37;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___highlightState_38;
int32_t ___style_39;
int32_t ___isVisible_40;
};
// TMPro.TMP_GlyphPairAdjustmentRecord
struct TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F : public RuntimeObject
{
// TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::m_FirstAdjustmentRecord
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 ___m_FirstAdjustmentRecord_0;
// TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::m_SecondAdjustmentRecord
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 ___m_SecondAdjustmentRecord_1;
// TMPro.FontFeatureLookupFlags TMPro.TMP_GlyphPairAdjustmentRecord::m_FeatureLookupFlags
int32_t ___m_FeatureLookupFlags_2;
};
// TMPro.TMP_LineInfo
struct TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3
{
// System.Int32 TMPro.TMP_LineInfo::controlCharacterCount
int32_t ___controlCharacterCount_0;
// System.Int32 TMPro.TMP_LineInfo::characterCount
int32_t ___characterCount_1;
// System.Int32 TMPro.TMP_LineInfo::visibleCharacterCount
int32_t ___visibleCharacterCount_2;
// System.Int32 TMPro.TMP_LineInfo::spaceCount
int32_t ___spaceCount_3;
// System.Int32 TMPro.TMP_LineInfo::wordCount
int32_t ___wordCount_4;
// System.Int32 TMPro.TMP_LineInfo::firstCharacterIndex
int32_t ___firstCharacterIndex_5;
// System.Int32 TMPro.TMP_LineInfo::firstVisibleCharacterIndex
int32_t ___firstVisibleCharacterIndex_6;
// System.Int32 TMPro.TMP_LineInfo::lastCharacterIndex
int32_t ___lastCharacterIndex_7;
// System.Int32 TMPro.TMP_LineInfo::lastVisibleCharacterIndex
int32_t ___lastVisibleCharacterIndex_8;
// System.Single TMPro.TMP_LineInfo::length
float ___length_9;
// System.Single TMPro.TMP_LineInfo::lineHeight
float ___lineHeight_10;
// System.Single TMPro.TMP_LineInfo::ascender
float ___ascender_11;
// System.Single TMPro.TMP_LineInfo::baseline
float ___baseline_12;
// System.Single TMPro.TMP_LineInfo::descender
float ___descender_13;
// System.Single TMPro.TMP_LineInfo::maxAdvance
float ___maxAdvance_14;
// System.Single TMPro.TMP_LineInfo::width
float ___width_15;
// System.Single TMPro.TMP_LineInfo::marginLeft
float ___marginLeft_16;
// System.Single TMPro.TMP_LineInfo::marginRight
float ___marginRight_17;
// TMPro.HorizontalAlignmentOptions TMPro.TMP_LineInfo::alignment
int32_t ___alignment_18;
// TMPro.Extents TMPro.TMP_LineInfo::lineExtents
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___lineExtents_19;
};
// TMPro.TMP_TextElement
struct TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5 : public RuntimeObject
{
// TMPro.TextElementType TMPro.TMP_TextElement::m_ElementType
uint8_t ___m_ElementType_0;
// System.UInt32 TMPro.TMP_TextElement::m_Unicode
uint32_t ___m_Unicode_1;
// TMPro.TMP_Asset TMPro.TMP_TextElement::m_TextAsset
TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* ___m_TextAsset_2;
// UnityEngine.TextCore.Glyph TMPro.TMP_TextElement::m_Glyph
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___m_Glyph_3;
// System.UInt32 TMPro.TMP_TextElement::m_GlyphIndex
uint32_t ___m_GlyphIndex_4;
// System.Single TMPro.TMP_TextElement::m_Scale
float ___m_Scale_5;
};
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Func`2<UnityEngine.TextCore.Glyph,System.UInt32>
struct Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB : public MulticastDelegate_t
{
};
// System.Func`2<TMPro.TMP_Character,System.UInt32>
struct Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769 : public MulticastDelegate_t
{
};
// UnityEngine.Events.UnityAction`1<System.Boolean>
struct UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9 : public MulticastDelegate_t
{
};
// UnityEngine.Events.UnityAction`1<UnityEngine.Color>
struct UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F : public MulticastDelegate_t
{
};
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90 : public MulticastDelegate_t
{
};
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// TMPro.TMP_Asset
struct TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// System.Int32 TMPro.TMP_Asset::m_InstanceID
int32_t ___m_InstanceID_4;
// System.Int32 TMPro.TMP_Asset::hashCode
int32_t ___hashCode_5;
// UnityEngine.Material TMPro.TMP_Asset::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
// System.Int32 TMPro.TMP_Asset::materialHashCode
int32_t ___materialHashCode_7;
};
// TMPro.TMP_Character
struct TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35 : public TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5
{
};
// TMPro.TMP_ColorGradient
struct TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// TMPro.ColorMode TMPro.TMP_ColorGradient::colorMode
int32_t ___colorMode_4;
// UnityEngine.Color TMPro.TMP_ColorGradient::topLeft
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topLeft_5;
// UnityEngine.Color TMPro.TMP_ColorGradient::topRight
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topRight_6;
// UnityEngine.Color TMPro.TMP_ColorGradient::bottomLeft
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomLeft_7;
// UnityEngine.Color TMPro.TMP_ColorGradient::bottomRight
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomRight_8;
};
struct TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_StaticFields
{
// UnityEngine.Color TMPro.TMP_ColorGradient::k_DefaultColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___k_DefaultColor_10;
};
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7 : public MulticastDelegate_t
{
};
// TMPro.WordWrapState
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A
{
// System.Int32 TMPro.WordWrapState::previous_WordBreak
int32_t ___previous_WordBreak_0;
// System.Int32 TMPro.WordWrapState::total_CharacterCount
int32_t ___total_CharacterCount_1;
// System.Int32 TMPro.WordWrapState::visible_CharacterCount
int32_t ___visible_CharacterCount_2;
// System.Int32 TMPro.WordWrapState::visible_SpriteCount
int32_t ___visible_SpriteCount_3;
// System.Int32 TMPro.WordWrapState::visible_LinkCount
int32_t ___visible_LinkCount_4;
// System.Int32 TMPro.WordWrapState::firstCharacterIndex
int32_t ___firstCharacterIndex_5;
// System.Int32 TMPro.WordWrapState::firstVisibleCharacterIndex
int32_t ___firstVisibleCharacterIndex_6;
// System.Int32 TMPro.WordWrapState::lastCharacterIndex
int32_t ___lastCharacterIndex_7;
// System.Int32 TMPro.WordWrapState::lastVisibleCharIndex
int32_t ___lastVisibleCharIndex_8;
// System.Int32 TMPro.WordWrapState::lineNumber
int32_t ___lineNumber_9;
// System.Single TMPro.WordWrapState::maxCapHeight
float ___maxCapHeight_10;
// System.Single TMPro.WordWrapState::maxAscender
float ___maxAscender_11;
// System.Single TMPro.WordWrapState::maxDescender
float ___maxDescender_12;
// System.Single TMPro.WordWrapState::startOfLineAscender
float ___startOfLineAscender_13;
// System.Single TMPro.WordWrapState::maxLineAscender
float ___maxLineAscender_14;
// System.Single TMPro.WordWrapState::maxLineDescender
float ___maxLineDescender_15;
// System.Single TMPro.WordWrapState::pageAscender
float ___pageAscender_16;
// TMPro.HorizontalAlignmentOptions TMPro.WordWrapState::horizontalAlignment
int32_t ___horizontalAlignment_17;
// System.Single TMPro.WordWrapState::marginLeft
float ___marginLeft_18;
// System.Single TMPro.WordWrapState::marginRight
float ___marginRight_19;
// System.Single TMPro.WordWrapState::xAdvance
float ___xAdvance_20;
// System.Single TMPro.WordWrapState::preferredWidth
float ___preferredWidth_21;
// System.Single TMPro.WordWrapState::preferredHeight
float ___preferredHeight_22;
// System.Single TMPro.WordWrapState::previousLineScale
float ___previousLineScale_23;
// System.Int32 TMPro.WordWrapState::wordCount
int32_t ___wordCount_24;
// TMPro.FontStyles TMPro.WordWrapState::fontStyle
int32_t ___fontStyle_25;
// System.Int32 TMPro.WordWrapState::italicAngle
int32_t ___italicAngle_26;
// System.Single TMPro.WordWrapState::fontScaleMultiplier
float ___fontScaleMultiplier_27;
// System.Single TMPro.WordWrapState::currentFontSize
float ___currentFontSize_28;
// System.Single TMPro.WordWrapState::baselineOffset
float ___baselineOffset_29;
// System.Single TMPro.WordWrapState::lineOffset
float ___lineOffset_30;
// System.Boolean TMPro.WordWrapState::isDrivenLineSpacing
bool ___isDrivenLineSpacing_31;
// System.Single TMPro.WordWrapState::glyphHorizontalAdvanceAdjustment
float ___glyphHorizontalAdvanceAdjustment_32;
// System.Single TMPro.WordWrapState::cSpace
float ___cSpace_33;
// System.Single TMPro.WordWrapState::mSpace
float ___mSpace_34;
// TMPro.TMP_TextInfo TMPro.WordWrapState::textInfo
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
// TMPro.TMP_LineInfo TMPro.WordWrapState::lineInfo
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
// UnityEngine.Color32 TMPro.WordWrapState::vertexColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
// UnityEngine.Color32 TMPro.WordWrapState::underlineColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
// UnityEngine.Color32 TMPro.WordWrapState::strikethroughColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
// UnityEngine.Color32 TMPro.WordWrapState::highlightColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
// TMPro.TMP_FontStyleStack TMPro.WordWrapState::basicStyleStack
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::italicAngleStack
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::colorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::underlineColorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::strikethroughColorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.WordWrapState::highlightColorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState> TMPro.WordWrapState::highlightStateStack
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient> TMPro.WordWrapState::colorGradientStack
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::sizeStack
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::indentStack
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight> TMPro.WordWrapState::fontWeightStack
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::styleStack
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.WordWrapState::baselineStack
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.WordWrapState::actionStack
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference> TMPro.WordWrapState::materialReferenceStack
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions> TMPro.WordWrapState::lineJustificationStack
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
// System.Int32 TMPro.WordWrapState::spriteAnimationID
int32_t ___spriteAnimationID_57;
// TMPro.TMP_FontAsset TMPro.WordWrapState::currentFontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
// TMPro.TMP_SpriteAsset TMPro.WordWrapState::currentSpriteAsset
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
// UnityEngine.Material TMPro.WordWrapState::currentMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
// System.Int32 TMPro.WordWrapState::currentMaterialIndex
int32_t ___currentMaterialIndex_61;
// TMPro.Extents TMPro.WordWrapState::meshExtents
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
// System.Boolean TMPro.WordWrapState::tagNoParsing
bool ___tagNoParsing_63;
// System.Boolean TMPro.WordWrapState::isNonBreakingSpace
bool ___isNonBreakingSpace_64;
};
// Native definition for P/Invoke marshalling of TMPro.WordWrapState
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_pinvoke
{
int32_t ___previous_WordBreak_0;
int32_t ___total_CharacterCount_1;
int32_t ___visible_CharacterCount_2;
int32_t ___visible_SpriteCount_3;
int32_t ___visible_LinkCount_4;
int32_t ___firstCharacterIndex_5;
int32_t ___firstVisibleCharacterIndex_6;
int32_t ___lastCharacterIndex_7;
int32_t ___lastVisibleCharIndex_8;
int32_t ___lineNumber_9;
float ___maxCapHeight_10;
float ___maxAscender_11;
float ___maxDescender_12;
float ___startOfLineAscender_13;
float ___maxLineAscender_14;
float ___maxLineDescender_15;
float ___pageAscender_16;
int32_t ___horizontalAlignment_17;
float ___marginLeft_18;
float ___marginRight_19;
float ___xAdvance_20;
float ___preferredWidth_21;
float ___preferredHeight_22;
float ___previousLineScale_23;
int32_t ___wordCount_24;
int32_t ___fontStyle_25;
int32_t ___italicAngle_26;
float ___fontScaleMultiplier_27;
float ___currentFontSize_28;
float ___baselineOffset_29;
float ___lineOffset_30;
int32_t ___isDrivenLineSpacing_31;
float ___glyphHorizontalAdvanceAdjustment_32;
float ___cSpace_33;
float ___mSpace_34;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
int32_t ___spriteAnimationID_57;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
int32_t ___currentMaterialIndex_61;
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
int32_t ___tagNoParsing_63;
int32_t ___isNonBreakingSpace_64;
};
// Native definition for COM marshalling of TMPro.WordWrapState
struct WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_com
{
int32_t ___previous_WordBreak_0;
int32_t ___total_CharacterCount_1;
int32_t ___visible_CharacterCount_2;
int32_t ___visible_SpriteCount_3;
int32_t ___visible_LinkCount_4;
int32_t ___firstCharacterIndex_5;
int32_t ___firstVisibleCharacterIndex_6;
int32_t ___lastCharacterIndex_7;
int32_t ___lastVisibleCharIndex_8;
int32_t ___lineNumber_9;
float ___maxCapHeight_10;
float ___maxAscender_11;
float ___maxDescender_12;
float ___startOfLineAscender_13;
float ___maxLineAscender_14;
float ___maxLineDescender_15;
float ___pageAscender_16;
int32_t ___horizontalAlignment_17;
float ___marginLeft_18;
float ___marginRight_19;
float ___xAdvance_20;
float ___preferredWidth_21;
float ___preferredHeight_22;
float ___previousLineScale_23;
int32_t ___wordCount_24;
int32_t ___fontStyle_25;
int32_t ___italicAngle_26;
float ___fontScaleMultiplier_27;
float ___currentFontSize_28;
float ___baselineOffset_29;
float ___lineOffset_30;
int32_t ___isDrivenLineSpacing_31;
float ___glyphHorizontalAdvanceAdjustment_32;
float ___cSpace_33;
float ___mSpace_34;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___textInfo_35;
TMP_LineInfo_tB75C1965B58DB7B3A046C8CA55AD6AB92B6B17B3 ___lineInfo_36;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___vertexColor_37;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___underlineColor_38;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___strikethroughColor_39;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___highlightColor_40;
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___basicStyleStack_41;
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___italicAngleStack_42;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___colorStack_43;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___underlineColorStack_44;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___strikethroughColorStack_45;
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___highlightColorStack_46;
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___highlightStateStack_47;
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___colorGradientStack_48;
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___sizeStack_49;
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___indentStack_50;
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___fontWeightStack_51;
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___styleStack_52;
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___baselineStack_53;
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___actionStack_54;
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___materialReferenceStack_55;
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___lineJustificationStack_56;
int32_t ___spriteAnimationID_57;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___currentFontAsset_58;
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___currentSpriteAsset_59;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial_60;
int32_t ___currentMaterialIndex_61;
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___meshExtents_62;
int32_t ___tagNoParsing_63;
int32_t ___isNonBreakingSpace_64;
};
// TMPro.TMP_TextProcessingStack`1<TMPro.WordWrapState>
struct TMP_TextProcessingStack_1_t2DDA00FFC64AF6E3AFD475AB2086D16C34787E0F
{
// T[] TMPro.TMP_TextProcessingStack`1::itemStack
WordWrapStateU5BU5D_t473D59C9DBCC949CE72EF1EB471CBA152A6CEAC9* ___itemStack_0;
// System.Int32 TMPro.TMP_TextProcessingStack`1::index
int32_t ___index_1;
// T TMPro.TMP_TextProcessingStack`1::m_DefaultItem
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_DefaultItem_2;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity
int32_t ___m_Capacity_3;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize
int32_t ___m_RolloverSize_4;
// System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count
int32_t ___m_Count_5;
};
// UnityEngine.Canvas
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_StaticFields
{
// UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases
WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC* ___preWillRenderCanvases_4;
// UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases
WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC* ___willRenderCanvases_5;
// System.Action`1<System.Int32> UnityEngine.Canvas::<externBeginRenderOverlays>k__BackingField
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6;
// System.Action`2<System.Int32,System.Int32> UnityEngine.Canvas::<externRenderOverlaysBefore>k__BackingField
Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8* ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7;
// System.Action`1<System.Int32> UnityEngine.Canvas::<externEndRenderOverlays>k__BackingField
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CexternEndRenderOverlaysU3Ek__BackingField_8;
};
// UnityEngine.CanvasGroup
struct CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5 : public Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1
{
};
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_StaticFields
{
// UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24* ___reapplyDrivenProperties_4;
};
// TMPro.TMP_FontAsset
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160 : public TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969
{
// System.String TMPro.TMP_FontAsset::m_Version
String_t* ___m_Version_8;
// System.String TMPro.TMP_FontAsset::m_SourceFontFileGUID
String_t* ___m_SourceFontFileGUID_9;
// UnityEngine.Font TMPro.TMP_FontAsset::m_SourceFontFile
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_SourceFontFile_10;
// TMPro.AtlasPopulationMode TMPro.TMP_FontAsset::m_AtlasPopulationMode
int32_t ___m_AtlasPopulationMode_11;
// UnityEngine.TextCore.FaceInfo TMPro.TMP_FontAsset::m_FaceInfo
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___m_FaceInfo_12;
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphTable
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphTable_13;
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphLookupDictionary
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* ___m_GlyphLookupDictionary_14;
// System.Collections.Generic.List`1<TMPro.TMP_Character> TMPro.TMP_FontAsset::m_CharacterTable
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* ___m_CharacterTable_15;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character> TMPro.TMP_FontAsset::m_CharacterLookupDictionary
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* ___m_CharacterLookupDictionary_16;
// UnityEngine.Texture2D TMPro.TMP_FontAsset::m_AtlasTexture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_AtlasTexture_17;
// UnityEngine.Texture2D[] TMPro.TMP_FontAsset::m_AtlasTextures
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_AtlasTextures_18;
// System.Int32 TMPro.TMP_FontAsset::m_AtlasTextureIndex
int32_t ___m_AtlasTextureIndex_19;
// System.Boolean TMPro.TMP_FontAsset::m_IsMultiAtlasTexturesEnabled
bool ___m_IsMultiAtlasTexturesEnabled_20;
// System.Boolean TMPro.TMP_FontAsset::m_ClearDynamicDataOnBuild
bool ___m_ClearDynamicDataOnBuild_21;
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> TMPro.TMP_FontAsset::m_UsedGlyphRects
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_UsedGlyphRects_22;
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> TMPro.TMP_FontAsset::m_FreeGlyphRects
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___m_FreeGlyphRects_23;
// TMPro.FaceInfo_Legacy TMPro.TMP_FontAsset::m_fontInfo
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* ___m_fontInfo_24;
// UnityEngine.Texture2D TMPro.TMP_FontAsset::atlas
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___atlas_25;
// System.Int32 TMPro.TMP_FontAsset::m_AtlasWidth
int32_t ___m_AtlasWidth_26;
// System.Int32 TMPro.TMP_FontAsset::m_AtlasHeight
int32_t ___m_AtlasHeight_27;
// System.Int32 TMPro.TMP_FontAsset::m_AtlasPadding
int32_t ___m_AtlasPadding_28;
// UnityEngine.TextCore.LowLevel.GlyphRenderMode TMPro.TMP_FontAsset::m_AtlasRenderMode
int32_t ___m_AtlasRenderMode_29;
// System.Collections.Generic.List`1<TMPro.TMP_Glyph> TMPro.TMP_FontAsset::m_glyphInfoList
List_1_tAB7976FADCF872E418770E60783056C23394843D* ___m_glyphInfoList_30;
// TMPro.KerningTable TMPro.TMP_FontAsset::m_KerningTable
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* ___m_KerningTable_31;
// TMPro.TMP_FontFeatureTable TMPro.TMP_FontAsset::m_FontFeatureTable
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* ___m_FontFeatureTable_32;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::fallbackFontAssets
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___fallbackFontAssets_33;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::m_FallbackFontAssetTable
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___m_FallbackFontAssetTable_34;
// TMPro.FontAssetCreationSettings TMPro.TMP_FontAsset::m_CreationSettings
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF ___m_CreationSettings_35;
// TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::m_FontWeightTable
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* ___m_FontWeightTable_36;
// TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::fontWeights
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* ___fontWeights_37;
// System.Single TMPro.TMP_FontAsset::normalStyle
float ___normalStyle_38;
// System.Single TMPro.TMP_FontAsset::normalSpacingOffset
float ___normalSpacingOffset_39;
// System.Single TMPro.TMP_FontAsset::boldStyle
float ___boldStyle_40;
// System.Single TMPro.TMP_FontAsset::boldSpacing
float ___boldSpacing_41;
// System.Byte TMPro.TMP_FontAsset::italicStyle
uint8_t ___italicStyle_42;
// System.Byte TMPro.TMP_FontAsset::tabSize
uint8_t ___tabSize_43;
// System.Boolean TMPro.TMP_FontAsset::IsFontAssetLookupTablesDirty
bool ___IsFontAssetLookupTablesDirty_44;
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::FallbackSearchQueryLookup
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___FallbackSearchQueryLookup_53;
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphsToRender
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsToRender_59;
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::m_GlyphsRendered
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___m_GlyphsRendered_60;
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphIndexList
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexList_61;
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphIndexListNewlyAdded
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphIndexListNewlyAdded_62;
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphsToAdd
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_GlyphsToAdd_63;
// System.Collections.Generic.HashSet`1<System.UInt32> TMPro.TMP_FontAsset::m_GlyphsToAddLookup
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_GlyphsToAddLookup_64;
// System.Collections.Generic.List`1<TMPro.TMP_Character> TMPro.TMP_FontAsset::m_CharactersToAdd
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* ___m_CharactersToAdd_65;
// System.Collections.Generic.HashSet`1<System.UInt32> TMPro.TMP_FontAsset::m_CharactersToAddLookup
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_CharactersToAddLookup_66;
// System.Collections.Generic.List`1<System.UInt32> TMPro.TMP_FontAsset::s_MissingCharacterList
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___s_MissingCharacterList_67;
// System.Collections.Generic.HashSet`1<System.UInt32> TMPro.TMP_FontAsset::m_MissingUnicodesFromFontFile
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* ___m_MissingUnicodesFromFontFile_68;
};
struct TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields
{
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_ReadFontAssetDefinitionMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ReadFontAssetDefinitionMarker_45;
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_AddSynthesizedCharactersMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_AddSynthesizedCharactersMarker_46;
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_TryAddCharacterMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharacterMarker_47;
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_TryAddCharactersMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_TryAddCharactersMarker_48;
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_UpdateGlyphAdjustmentRecordsMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateGlyphAdjustmentRecordsMarker_49;
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_ClearFontAssetDataMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ClearFontAssetDataMarker_50;
// Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_UpdateFontAssetDataMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_UpdateFontAssetDataMarker_51;
// System.String TMPro.TMP_FontAsset::s_DefaultMaterialSuffix
String_t* ___s_DefaultMaterialSuffix_52;
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::k_SearchedFontAssetLookup
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_SearchedFontAssetLookup_54;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::k_FontAssets_FontFeaturesUpdateQueue
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___k_FontAssets_FontFeaturesUpdateQueue_55;
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::k_FontAssets_FontFeaturesUpdateQueueLookup
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_FontFeaturesUpdateQueueLookup_56;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::k_FontAssets_AtlasTexturesUpdateQueue
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___k_FontAssets_AtlasTexturesUpdateQueue_57;
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_FontAsset::k_FontAssets_AtlasTexturesUpdateQueueLookup
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_FontAssets_AtlasTexturesUpdateQueueLookup_58;
// System.UInt32[] TMPro.TMP_FontAsset::k_GlyphIndexArray
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___k_GlyphIndexArray_69;
};
// TMPro.TMP_SpriteAsset
struct TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39 : public TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969
{
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_SpriteAsset::m_NameLookup
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_NameLookup_8;
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Int32> TMPro.TMP_SpriteAsset::m_GlyphIndexLookup
Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4* ___m_GlyphIndexLookup_9;
// System.String TMPro.TMP_SpriteAsset::m_Version
String_t* ___m_Version_10;
// UnityEngine.TextCore.FaceInfo TMPro.TMP_SpriteAsset::m_FaceInfo
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___m_FaceInfo_11;
// UnityEngine.Texture TMPro.TMP_SpriteAsset::spriteSheet
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___spriteSheet_12;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteCharacter> TMPro.TMP_SpriteAsset::m_SpriteCharacterTable
List_1_t2F39287A7FAAAD3D4A84C8C4EF6D748502C1DACC* ___m_SpriteCharacterTable_13;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteCharacter> TMPro.TMP_SpriteAsset::m_SpriteCharacterLookup
Dictionary_2_t2E5037179C9A1F1245F111C037CAFB47E3EB45ED* ___m_SpriteCharacterLookup_14;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteGlyph> TMPro.TMP_SpriteAsset::m_SpriteGlyphTable
List_1_t1ACC21967B12156F242D5D942EF3A71908550905* ___m_SpriteGlyphTable_15;
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_SpriteGlyph> TMPro.TMP_SpriteAsset::m_SpriteGlyphLookup
Dictionary_2_tDE8FAF4CAC415F7871ED1DBA452249683C3C7C27* ___m_SpriteGlyphLookup_16;
// System.Collections.Generic.List`1<TMPro.TMP_Sprite> TMPro.TMP_SpriteAsset::spriteInfoList
List_1_tBF2191892DFB746CF83364BF93720BDBF5422853* ___spriteInfoList_17;
// System.Collections.Generic.List`1<TMPro.TMP_SpriteAsset> TMPro.TMP_SpriteAsset::fallbackSpriteAssets
List_1_tB66B78FCD61EAA013319E93BE83B16C78143E868* ___fallbackSpriteAssets_18;
// System.Boolean TMPro.TMP_SpriteAsset::m_IsSpriteAssetLookupTablesDirty
bool ___m_IsSpriteAssetLookupTablesDirty_19;
};
struct TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39_StaticFields
{
// System.Collections.Generic.HashSet`1<System.Int32> TMPro.TMP_SpriteAsset::k_searchedSpriteAssets
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* ___k_searchedSpriteAssets_20;
};
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
};
// TMPro.TMP_Dropdown/DropdownItem
struct DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// TMPro.TMP_Text TMPro.TMP_Dropdown/DropdownItem::m_Text
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_Text_4;
// UnityEngine.UI.Image TMPro.TMP_Dropdown/DropdownItem::m_Image
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_Image_5;
// UnityEngine.RectTransform TMPro.TMP_Dropdown/DropdownItem::m_RectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_6;
// UnityEngine.UI.Toggle TMPro.TMP_Dropdown/DropdownItem::m_Toggle
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___m_Toggle_7;
};
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.BaseRaycaster::m_RootRaycaster
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___m_RootRaycaster_4;
};
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule> UnityEngine.EventSystems.EventSystem::m_SystemInputModules
List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F* ___m_SystemInputModules_4;
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule
BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* ___m_CurrentInputModule_5;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_FirstSelected_7;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents
bool ___m_sendNavigationEvents_8;
// System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold
int32_t ___m_DragThreshold_9;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_CurrentSelected_10;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus
bool ___m_HasFocus_11;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard
bool ___m_SelectionGuard_12;
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___m_DummyData_13;
};
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem> UnityEngine.EventSystems.EventSystem::m_EventSystems
List_1_tF2FE88545EFEC788CAAE6C74EC2F78E937FCCAC3* ___m_EventSystems_6;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult> UnityEngine.EventSystems.EventSystem::s_RaycastComparer
Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC* ___s_RaycastComparer_14;
// UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig UnityEngine.EventSystems.EventSystem::s_UIToolkitOverride
UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182 ___s_UIToolkitOverride_15;
};
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.Material UnityEngine.UI.Graphic::m_Material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material_6;
// UnityEngine.Color UnityEngine.UI.Graphic::m_Color
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Color_7;
// System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate
bool ___m_SkipLayoutUpdate_8;
// System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate
bool ___m_SkipMaterialUpdate_9;
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget
bool ___m_RaycastTarget_10;
// UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_RaycastPadding_11;
// UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_12;
// UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CanvasRenderer_13;
// UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_14;
// System.Boolean UnityEngine.UI.Graphic::m_VertsDirty
bool ___m_VertsDirty_15;
// System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty
bool ___m_MaterialDirty_16;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyLayoutCallback_17;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyVertsCallback_18;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyMaterialCallback_19;
// UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_CachedMesh_22;
// UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___m_CachedUvs_23;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween> UnityEngine.UI.Graphic::m_ColorTweenRunner
TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4* ___m_ColorTweenRunner_24;
// System.Boolean UnityEngine.UI.Graphic::<useLegacyMeshGeneration>k__BackingField
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25;
};
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultUI_4;
// UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_WhiteTexture_5;
// UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___s_Mesh_20;
// UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___s_VertexHelper_21;
};
// UnityEngine.UI.LayoutElement
struct LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// 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;
};
// UnityEngine.UI.Mask
struct Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.RectTransform UnityEngine.UI.Mask::m_RectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_4;
// System.Boolean UnityEngine.UI.Mask::m_ShowMaskGraphic
bool ___m_ShowMaskGraphic_5;
// UnityEngine.UI.Graphic UnityEngine.UI.Mask::m_Graphic
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_Graphic_6;
// UnityEngine.Material UnityEngine.UI.Mask::m_MaskMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_MaskMaterial_7;
// UnityEngine.Material UnityEngine.UI.Mask::m_UnmaskMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_UnmaskMaterial_8;
};
// UnityEngine.UI.RectMask2D
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.UI.RectangularVertexClipper UnityEngine.UI.RectMask2D::m_VertexClipper
RectangularVertexClipper_t55234A392C423FCC9A016503B2D1763D52E6605A* ___m_VertexClipper_4;
// UnityEngine.RectTransform UnityEngine.UI.RectMask2D::m_RectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_5;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic> UnityEngine.UI.RectMask2D::m_MaskableTargets
HashSet_1_t7339109B23CAC1C7B695498778D7AC8166F04AF7* ___m_MaskableTargets_6;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable> UnityEngine.UI.RectMask2D::m_ClipTargets
HashSet_1_tC2DD42EF8D44AC9B58E6A24D2D499C4A792620C9* ___m_ClipTargets_7;
// System.Boolean UnityEngine.UI.RectMask2D::m_ShouldRecalculateClipRects
bool ___m_ShouldRecalculateClipRects_8;
// System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D> UnityEngine.UI.RectMask2D::m_Clippers
List_1_t099FA1DB61217A855A3732B3DCA8E909BB24E1AB* ___m_Clippers_9;
// UnityEngine.Rect UnityEngine.UI.RectMask2D::m_LastClipRectCanvasSpace
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_LastClipRectCanvasSpace_10;
// System.Boolean UnityEngine.UI.RectMask2D::m_ForceClip
bool ___m_ForceClip_11;
// UnityEngine.Vector4 UnityEngine.UI.RectMask2D::m_Padding
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_Padding_12;
// UnityEngine.Vector2Int UnityEngine.UI.RectMask2D::m_Softness
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_Softness_13;
// UnityEngine.Canvas UnityEngine.UI.RectMask2D::m_Canvas
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_14;
// UnityEngine.Vector3[] UnityEngine.UI.RectMask2D::m_Corners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_15;
};
// UnityEngine.UI.ScrollRect
struct ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Content
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Content_4;
// System.Boolean UnityEngine.UI.ScrollRect::m_Horizontal
bool ___m_Horizontal_5;
// System.Boolean UnityEngine.UI.ScrollRect::m_Vertical
bool ___m_Vertical_6;
// UnityEngine.UI.ScrollRect/MovementType UnityEngine.UI.ScrollRect::m_MovementType
int32_t ___m_MovementType_7;
// System.Single UnityEngine.UI.ScrollRect::m_Elasticity
float ___m_Elasticity_8;
// System.Boolean UnityEngine.UI.ScrollRect::m_Inertia
bool ___m_Inertia_9;
// System.Single UnityEngine.UI.ScrollRect::m_DecelerationRate
float ___m_DecelerationRate_10;
// System.Single UnityEngine.UI.ScrollRect::m_ScrollSensitivity
float ___m_ScrollSensitivity_11;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Viewport
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Viewport_12;
// UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_HorizontalScrollbar
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___m_HorizontalScrollbar_13;
// UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_VerticalScrollbar
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___m_VerticalScrollbar_14;
// UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_HorizontalScrollbarVisibility
int32_t ___m_HorizontalScrollbarVisibility_15;
// UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_VerticalScrollbarVisibility
int32_t ___m_VerticalScrollbarVisibility_16;
// System.Single UnityEngine.UI.ScrollRect::m_HorizontalScrollbarSpacing
float ___m_HorizontalScrollbarSpacing_17;
// System.Single UnityEngine.UI.ScrollRect::m_VerticalScrollbarSpacing
float ___m_VerticalScrollbarSpacing_18;
// UnityEngine.UI.ScrollRect/ScrollRectEvent UnityEngine.UI.ScrollRect::m_OnValueChanged
ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26* ___m_OnValueChanged_19;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PointerStartLocalCursor
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PointerStartLocalCursor_20;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_ContentStartPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ContentStartPosition_21;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_ViewRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_ViewRect_22;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ContentBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_ContentBounds_23;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ViewBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_ViewBounds_24;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_Velocity
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Velocity_25;
// System.Boolean UnityEngine.UI.ScrollRect::m_Dragging
bool ___m_Dragging_26;
// System.Boolean UnityEngine.UI.ScrollRect::m_Scrolling
bool ___m_Scrolling_27;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PrevPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PrevPosition_28;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevContentBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_PrevContentBounds_29;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevViewBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_PrevViewBounds_30;
// System.Boolean UnityEngine.UI.ScrollRect::m_HasRebuiltLayout
bool ___m_HasRebuiltLayout_31;
// System.Boolean UnityEngine.UI.ScrollRect::m_HSliderExpand
bool ___m_HSliderExpand_32;
// System.Boolean UnityEngine.UI.ScrollRect::m_VSliderExpand
bool ___m_VSliderExpand_33;
// System.Single UnityEngine.UI.ScrollRect::m_HSliderHeight
float ___m_HSliderHeight_34;
// System.Single UnityEngine.UI.ScrollRect::m_VSliderWidth
float ___m_VSliderWidth_35;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Rect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Rect_36;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_HorizontalScrollbarRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HorizontalScrollbarRect_37;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_VerticalScrollbarRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_VerticalScrollbarRect_38;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ScrollRect::m_Tracker
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_39;
// UnityEngine.Vector3[] UnityEngine.UI.ScrollRect::m_Corners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_40;
};
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// System.Boolean UnityEngine.UI.Selectable::m_EnableCalled
bool ___m_EnableCalled_6;
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C ___m_Navigation_7;
// UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition
int32_t ___m_Transition_8;
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___m_Colors_9;
// UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState
SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD ___m_SpriteState_10;
// UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers
AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074* ___m_AnimationTriggers_11;
// System.Boolean UnityEngine.UI.Selectable::m_Interactable
bool ___m_Interactable_12;
// UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_TargetGraphic_13;
// System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction
bool ___m_GroupsAllowInteraction_14;
// System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex
int32_t ___m_CurrentIndex_15;
// System.Boolean UnityEngine.UI.Selectable::<isPointerInside>k__BackingField
bool ___U3CisPointerInsideU3Ek__BackingField_16;
// System.Boolean UnityEngine.UI.Selectable::<isPointerDown>k__BackingField
bool ___U3CisPointerDownU3Ek__BackingField_17;
// System.Boolean UnityEngine.UI.Selectable::<hasSelection>k__BackingField
bool ___U3ChasSelectionU3Ek__BackingField_18;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup> UnityEngine.UI.Selectable::m_CanvasGroupCache
List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35* ___m_CanvasGroupCache_19;
};
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_StaticFields
{
// UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables
SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9* ___s_Selectables_4;
// System.Int32 UnityEngine.UI.Selectable::s_SelectableCount
int32_t ___s_SelectableCount_5;
};
// UnityEngine.UI.Button
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* ___m_OnClick_20;
};
// UnityEngine.UI.GraphicRaycaster
struct GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B : public BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832
{
// System.Boolean UnityEngine.UI.GraphicRaycaster::m_IgnoreReversedGraphics
bool ___m_IgnoreReversedGraphics_6;
// UnityEngine.UI.GraphicRaycaster/BlockingObjects UnityEngine.UI.GraphicRaycaster::m_BlockingObjects
int32_t ___m_BlockingObjects_7;
// UnityEngine.LayerMask UnityEngine.UI.GraphicRaycaster::m_BlockingMask
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_BlockingMask_8;
// UnityEngine.Canvas UnityEngine.UI.GraphicRaycaster::m_Canvas
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_9;
// System.Collections.Generic.List`1<UnityEngine.UI.Graphic> UnityEngine.UI.GraphicRaycaster::m_RaycastResults
List_1_tF6D13D87DD02D4EF3ECD7763371397BD6D1A2C0F* ___m_RaycastResults_10;
};
struct GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.UI.Graphic> UnityEngine.UI.GraphicRaycaster::s_SortedGraphics
List_1_tF6D13D87DD02D4EF3ECD7763371397BD6D1A2C0F* ___s_SortedGraphics_11;
};
// UnityEngine.UI.MaskableGraphic
struct MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E : public Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931
{
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil
bool ___m_ShouldRecalculateStencil_26;
// UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_MaskMaterial_27;
// UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_ParentMask_28;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable
bool ___m_Maskable_29;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic
bool ___m_IsMaskingGraphic_30;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking
bool ___m_IncludeForMasking_31;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged
CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8* ___m_OnCullStateChanged_32;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate
bool ___m_ShouldRecalculate_33;
// System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue
int32_t ___m_StencilValue_34;
// UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_35;
};
// UnityEngine.UI.Scrollbar
struct Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.RectTransform UnityEngine.UI.Scrollbar::m_HandleRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HandleRect_20;
// UnityEngine.UI.Scrollbar/Direction UnityEngine.UI.Scrollbar::m_Direction
int32_t ___m_Direction_21;
// System.Single UnityEngine.UI.Scrollbar::m_Value
float ___m_Value_22;
// System.Single UnityEngine.UI.Scrollbar::m_Size
float ___m_Size_23;
// System.Int32 UnityEngine.UI.Scrollbar::m_NumberOfSteps
int32_t ___m_NumberOfSteps_24;
// UnityEngine.UI.Scrollbar/ScrollEvent UnityEngine.UI.Scrollbar::m_OnValueChanged
ScrollEvent_tDDBE21D44D65DF069C54FE3ACF7668D976E6BBB6* ___m_OnValueChanged_25;
// UnityEngine.RectTransform UnityEngine.UI.Scrollbar::m_ContainerRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_ContainerRect_26;
// UnityEngine.Vector2 UnityEngine.UI.Scrollbar::m_Offset
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Offset_27;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Scrollbar::m_Tracker
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_28;
// UnityEngine.Coroutine UnityEngine.UI.Scrollbar::m_PointerDownRepeat
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_PointerDownRepeat_29;
// System.Boolean UnityEngine.UI.Scrollbar::isPointerDownAndNotDragging
bool ___isPointerDownAndNotDragging_30;
// System.Boolean UnityEngine.UI.Scrollbar::m_DelayedUpdateVisuals
bool ___m_DelayedUpdateVisuals_31;
};
// TMPro.TMP_Dropdown
struct TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.RectTransform TMPro.TMP_Dropdown::m_Template
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Template_20;
// TMPro.TMP_Text TMPro.TMP_Dropdown::m_CaptionText
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_CaptionText_21;
// UnityEngine.UI.Image TMPro.TMP_Dropdown::m_CaptionImage
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_CaptionImage_22;
// UnityEngine.UI.Graphic TMPro.TMP_Dropdown::m_Placeholder
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_Placeholder_23;
// TMPro.TMP_Text TMPro.TMP_Dropdown::m_ItemText
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_ItemText_24;
// UnityEngine.UI.Image TMPro.TMP_Dropdown::m_ItemImage
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_ItemImage_25;
// System.Int32 TMPro.TMP_Dropdown::m_Value
int32_t ___m_Value_26;
// TMPro.TMP_Dropdown/OptionDataList TMPro.TMP_Dropdown::m_Options
OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* ___m_Options_27;
// TMPro.TMP_Dropdown/DropdownEvent TMPro.TMP_Dropdown::m_OnValueChanged
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* ___m_OnValueChanged_28;
// System.Single TMPro.TMP_Dropdown::m_AlphaFadeSpeed
float ___m_AlphaFadeSpeed_29;
// UnityEngine.GameObject TMPro.TMP_Dropdown::m_Dropdown
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Dropdown_30;
// UnityEngine.GameObject TMPro.TMP_Dropdown::m_Blocker
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Blocker_31;
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem> TMPro.TMP_Dropdown::m_Items
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* ___m_Items_32;
// TMPro.TweenRunner`1<TMPro.FloatTween> TMPro.TMP_Dropdown::m_AlphaTweenRunner
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* ___m_AlphaTweenRunner_33;
// System.Boolean TMPro.TMP_Dropdown::validTemplate
bool ___validTemplate_34;
// UnityEngine.Coroutine TMPro.TMP_Dropdown::m_Coroutine
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_Coroutine_35;
};
struct TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_StaticFields
{
// TMPro.TMP_Dropdown/OptionData TMPro.TMP_Dropdown::s_NoOptionData
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* ___s_NoOptionData_36;
};
// TMPro.TMP_InputField
struct TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.TouchScreenKeyboard TMPro.TMP_InputField::m_SoftKeyboard
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* ___m_SoftKeyboard_20;
// UnityEngine.RectTransform TMPro.TMP_InputField::m_RectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_22;
// UnityEngine.RectTransform TMPro.TMP_InputField::m_TextViewport
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_TextViewport_23;
// UnityEngine.UI.RectMask2D TMPro.TMP_InputField::m_TextComponentRectMask
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_TextComponentRectMask_24;
// UnityEngine.UI.RectMask2D TMPro.TMP_InputField::m_TextViewportRectMask
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_TextViewportRectMask_25;
// UnityEngine.Rect TMPro.TMP_InputField::m_CachedViewportRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_CachedViewportRect_26;
// TMPro.TMP_Text TMPro.TMP_InputField::m_TextComponent
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_TextComponent_27;
// UnityEngine.RectTransform TMPro.TMP_InputField::m_TextComponentRectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_TextComponentRectTransform_28;
// UnityEngine.UI.Graphic TMPro.TMP_InputField::m_Placeholder
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_Placeholder_29;
// UnityEngine.UI.Scrollbar TMPro.TMP_InputField::m_VerticalScrollbar
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___m_VerticalScrollbar_30;
// TMPro.TMP_ScrollbarEventHandler TMPro.TMP_InputField::m_VerticalScrollbarEventHandler
TMP_ScrollbarEventHandler_t84C389ED6800977DAEA8C025E18C9F3321888F4D* ___m_VerticalScrollbarEventHandler_31;
// System.Boolean TMPro.TMP_InputField::m_IsDrivenByLayoutComponents
bool ___m_IsDrivenByLayoutComponents_32;
// UnityEngine.UI.LayoutGroup TMPro.TMP_InputField::m_LayoutGroup
LayoutGroup_t32417833C700E77EDFA7C20034DAFD26604E05CE* ___m_LayoutGroup_33;
// UnityEngine.EventSystems.IScrollHandler TMPro.TMP_InputField::m_IScrollHandlerParent
RuntimeObject* ___m_IScrollHandlerParent_34;
// System.Single TMPro.TMP_InputField::m_ScrollPosition
float ___m_ScrollPosition_35;
// System.Single TMPro.TMP_InputField::m_ScrollSensitivity
float ___m_ScrollSensitivity_36;
// TMPro.TMP_InputField/ContentType TMPro.TMP_InputField::m_ContentType
int32_t ___m_ContentType_37;
// TMPro.TMP_InputField/InputType TMPro.TMP_InputField::m_InputType
int32_t ___m_InputType_38;
// System.Char TMPro.TMP_InputField::m_AsteriskChar
Il2CppChar ___m_AsteriskChar_39;
// UnityEngine.TouchScreenKeyboardType TMPro.TMP_InputField::m_KeyboardType
int32_t ___m_KeyboardType_40;
// TMPro.TMP_InputField/LineType TMPro.TMP_InputField::m_LineType
int32_t ___m_LineType_41;
// System.Boolean TMPro.TMP_InputField::m_HideMobileInput
bool ___m_HideMobileInput_42;
// System.Boolean TMPro.TMP_InputField::m_HideSoftKeyboard
bool ___m_HideSoftKeyboard_43;
// TMPro.TMP_InputField/CharacterValidation TMPro.TMP_InputField::m_CharacterValidation
int32_t ___m_CharacterValidation_44;
// System.String TMPro.TMP_InputField::m_RegexValue
String_t* ___m_RegexValue_45;
// System.Single TMPro.TMP_InputField::m_GlobalPointSize
float ___m_GlobalPointSize_46;
// System.Int32 TMPro.TMP_InputField::m_CharacterLimit
int32_t ___m_CharacterLimit_47;
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::m_OnEndEdit
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___m_OnEndEdit_48;
// TMPro.TMP_InputField/SubmitEvent TMPro.TMP_InputField::m_OnSubmit
SubmitEvent_tF7E2843B6A79D94B8EEEA259707F77BD1773B500* ___m_OnSubmit_49;
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::m_OnSelect
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___m_OnSelect_50;
// TMPro.TMP_InputField/SelectionEvent TMPro.TMP_InputField::m_OnDeselect
SelectionEvent_t8FC75B869F70C9F0BF13390AD0237AD310511119* ___m_OnDeselect_51;
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::m_OnTextSelection
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___m_OnTextSelection_52;
// TMPro.TMP_InputField/TextSelectionEvent TMPro.TMP_InputField::m_OnEndTextSelection
TextSelectionEvent_t6C496DAA6DAF01754C27C58A94A5FBA562BA9401* ___m_OnEndTextSelection_53;
// TMPro.TMP_InputField/OnChangeEvent TMPro.TMP_InputField::m_OnValueChanged
OnChangeEvent_tDBB13012ABF81899E4DFDD82258EB7E9BB7A9F1D* ___m_OnValueChanged_54;
// TMPro.TMP_InputField/TouchScreenKeyboardEvent TMPro.TMP_InputField::m_OnTouchScreenKeyboardStatusChanged
TouchScreenKeyboardEvent_tB9BEBEF5D6F2B52547EF3861FF437AC25BC06AF1* ___m_OnTouchScreenKeyboardStatusChanged_55;
// TMPro.TMP_InputField/OnValidateInput TMPro.TMP_InputField::m_OnValidateInput
OnValidateInput_t88ECDC5C12A807AF2A5761369563B0FAA6A25530* ___m_OnValidateInput_56;
// UnityEngine.Color TMPro.TMP_InputField::m_CaretColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_CaretColor_57;
// System.Boolean TMPro.TMP_InputField::m_CustomCaretColor
bool ___m_CustomCaretColor_58;
// UnityEngine.Color TMPro.TMP_InputField::m_SelectionColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectionColor_59;
// System.String TMPro.TMP_InputField::m_Text
String_t* ___m_Text_60;
// System.Single TMPro.TMP_InputField::m_CaretBlinkRate
float ___m_CaretBlinkRate_61;
// System.Int32 TMPro.TMP_InputField::m_CaretWidth
int32_t ___m_CaretWidth_62;
// System.Boolean TMPro.TMP_InputField::m_ReadOnly
bool ___m_ReadOnly_63;
// System.Boolean TMPro.TMP_InputField::m_RichText
bool ___m_RichText_64;
// System.Int32 TMPro.TMP_InputField::m_StringPosition
int32_t ___m_StringPosition_65;
// System.Int32 TMPro.TMP_InputField::m_StringSelectPosition
int32_t ___m_StringSelectPosition_66;
// System.Int32 TMPro.TMP_InputField::m_CaretPosition
int32_t ___m_CaretPosition_67;
// System.Int32 TMPro.TMP_InputField::m_CaretSelectPosition
int32_t ___m_CaretSelectPosition_68;
// UnityEngine.RectTransform TMPro.TMP_InputField::caretRectTrans
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___caretRectTrans_69;
// UnityEngine.UIVertex[] TMPro.TMP_InputField::m_CursorVerts
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_CursorVerts_70;
// UnityEngine.CanvasRenderer TMPro.TMP_InputField::m_CachedInputRenderer
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CachedInputRenderer_71;
// UnityEngine.Vector2 TMPro.TMP_InputField::m_LastPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LastPosition_72;
// UnityEngine.Mesh TMPro.TMP_InputField::m_Mesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_Mesh_73;
// System.Boolean TMPro.TMP_InputField::m_AllowInput
bool ___m_AllowInput_74;
// System.Boolean TMPro.TMP_InputField::m_ShouldActivateNextUpdate
bool ___m_ShouldActivateNextUpdate_75;
// System.Boolean TMPro.TMP_InputField::m_UpdateDrag
bool ___m_UpdateDrag_76;
// System.Boolean TMPro.TMP_InputField::m_DragPositionOutOfBounds
bool ___m_DragPositionOutOfBounds_77;
// System.Boolean TMPro.TMP_InputField::m_CaretVisible
bool ___m_CaretVisible_80;
// UnityEngine.Coroutine TMPro.TMP_InputField::m_BlinkCoroutine
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_BlinkCoroutine_81;
// System.Single TMPro.TMP_InputField::m_BlinkStartTime
float ___m_BlinkStartTime_82;
// UnityEngine.Coroutine TMPro.TMP_InputField::m_DragCoroutine
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DragCoroutine_83;
// System.String TMPro.TMP_InputField::m_OriginalText
String_t* ___m_OriginalText_84;
// System.Boolean TMPro.TMP_InputField::m_WasCanceled
bool ___m_WasCanceled_85;
// System.Boolean TMPro.TMP_InputField::m_HasDoneFocusTransition
bool ___m_HasDoneFocusTransition_86;
// UnityEngine.WaitForSecondsRealtime TMPro.TMP_InputField::m_WaitForSecondsRealtime
WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01* ___m_WaitForSecondsRealtime_87;
// System.Boolean TMPro.TMP_InputField::m_PreventCallback
bool ___m_PreventCallback_88;
// System.Boolean TMPro.TMP_InputField::m_TouchKeyboardAllowsInPlaceEditing
bool ___m_TouchKeyboardAllowsInPlaceEditing_89;
// System.Boolean TMPro.TMP_InputField::m_IsTextComponentUpdateRequired
bool ___m_IsTextComponentUpdateRequired_90;
// System.Boolean TMPro.TMP_InputField::m_isLastKeyBackspace
bool ___m_isLastKeyBackspace_91;
// System.Single TMPro.TMP_InputField::m_PointerDownClickStartTime
float ___m_PointerDownClickStartTime_92;
// System.Single TMPro.TMP_InputField::m_KeyDownStartTime
float ___m_KeyDownStartTime_93;
// System.Single TMPro.TMP_InputField::m_DoubleClickDelay
float ___m_DoubleClickDelay_94;
// System.Boolean TMPro.TMP_InputField::m_IsCompositionActive
bool ___m_IsCompositionActive_96;
// System.Boolean TMPro.TMP_InputField::m_ShouldUpdateIMEWindowPosition
bool ___m_ShouldUpdateIMEWindowPosition_97;
// System.Int32 TMPro.TMP_InputField::m_PreviousIMEInsertionLine
int32_t ___m_PreviousIMEInsertionLine_98;
// TMPro.TMP_FontAsset TMPro.TMP_InputField::m_GlobalFontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_GlobalFontAsset_99;
// System.Boolean TMPro.TMP_InputField::m_OnFocusSelectAll
bool ___m_OnFocusSelectAll_100;
// System.Boolean TMPro.TMP_InputField::m_isSelectAll
bool ___m_isSelectAll_101;
// System.Boolean TMPro.TMP_InputField::m_ResetOnDeActivation
bool ___m_ResetOnDeActivation_102;
// System.Boolean TMPro.TMP_InputField::m_SelectionStillActive
bool ___m_SelectionStillActive_103;
// System.Boolean TMPro.TMP_InputField::m_ReleaseSelection
bool ___m_ReleaseSelection_104;
// UnityEngine.GameObject TMPro.TMP_InputField::m_PreviouslySelectedObject
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PreviouslySelectedObject_105;
// System.Boolean TMPro.TMP_InputField::m_RestoreOriginalTextOnEscape
bool ___m_RestoreOriginalTextOnEscape_106;
// System.Boolean TMPro.TMP_InputField::m_isRichTextEditingAllowed
bool ___m_isRichTextEditingAllowed_107;
// System.Int32 TMPro.TMP_InputField::m_LineLimit
int32_t ___m_LineLimit_108;
// TMPro.TMP_InputValidator TMPro.TMP_InputField::m_InputValidator
TMP_InputValidator_t3429AF61284AE19180C3FB81C0C7D2F90165EA98* ___m_InputValidator_109;
// System.Boolean TMPro.TMP_InputField::m_isSelected
bool ___m_isSelected_110;
// System.Boolean TMPro.TMP_InputField::m_IsStringPositionDirty
bool ___m_IsStringPositionDirty_111;
// System.Boolean TMPro.TMP_InputField::m_IsCaretPositionDirty
bool ___m_IsCaretPositionDirty_112;
// System.Boolean TMPro.TMP_InputField::m_forceRectTransformAdjustment
bool ___m_forceRectTransformAdjustment_113;
// UnityEngine.Event TMPro.TMP_InputField::m_ProcessingEvent
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ProcessingEvent_114;
};
struct TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_StaticFields
{
// System.Char[] TMPro.TMP_InputField::kSeparators
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___kSeparators_21;
};
// UnityEngine.UI.Toggle
struct Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.UI.Toggle/ToggleTransition UnityEngine.UI.Toggle::toggleTransition
int32_t ___toggleTransition_20;
// UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___graphic_21;
// UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group
ToggleGroup_tF2E6FE7D4B17BDBF82462715CFB57C4FDE0A2A2C* ___m_Group_22;
// UnityEngine.UI.Toggle/ToggleEvent UnityEngine.UI.Toggle::onValueChanged
ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02* ___onValueChanged_23;
// System.Boolean UnityEngine.UI.Toggle::m_IsOn
bool ___m_IsOn_24;
};
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
{
// UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_37;
// UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_OverrideSprite_38;
// UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type
int32_t ___m_Type_39;
// System.Boolean UnityEngine.UI.Image::m_PreserveAspect
bool ___m_PreserveAspect_40;
// System.Boolean UnityEngine.UI.Image::m_FillCenter
bool ___m_FillCenter_41;
// UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod
int32_t ___m_FillMethod_42;
// System.Single UnityEngine.UI.Image::m_FillAmount
float ___m_FillAmount_43;
// System.Boolean UnityEngine.UI.Image::m_FillClockwise
bool ___m_FillClockwise_44;
// System.Int32 UnityEngine.UI.Image::m_FillOrigin
int32_t ___m_FillOrigin_45;
// System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold
float ___m_AlphaHitTestMinimumThreshold_46;
// System.Boolean UnityEngine.UI.Image::m_Tracked
bool ___m_Tracked_47;
// System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh
bool ___m_UseSpriteMesh_48;
// System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier
float ___m_PixelsPerUnitMultiplier_49;
// System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit
float ___m_CachedReferencePixelsPerUnit_50;
};
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_ETC1DefaultUI_36;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_VertScratch_51;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_UVScratch_52;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_Xy_53;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_Uv_54;
// System.Collections.Generic.List`1<UnityEngine.UI.Image> UnityEngine.UI.Image::m_TrackedTexturelessImages
List_1_tE6BB71ABF15905EFA2BE92C38A2716547AEADB19* ___m_TrackedTexturelessImages_55;
// System.Boolean UnityEngine.UI.Image::s_Initialized
bool ___s_Initialized_56;
};
// TMPro.TMP_Text
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
{
// System.String TMPro.TMP_Text::m_text
String_t* ___m_text_36;
// System.Boolean TMPro.TMP_Text::m_IsTextBackingStringDirty
bool ___m_IsTextBackingStringDirty_37;
// TMPro.ITextPreprocessor TMPro.TMP_Text::m_TextPreprocessor
RuntimeObject* ___m_TextPreprocessor_38;
// System.Boolean TMPro.TMP_Text::m_isRightToLeft
bool ___m_isRightToLeft_39;
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_fontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_fontAsset_40;
// TMPro.TMP_FontAsset TMPro.TMP_Text::m_currentFontAsset
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___m_currentFontAsset_41;
// System.Boolean TMPro.TMP_Text::m_isSDFShader
bool ___m_isSDFShader_42;
// UnityEngine.Material TMPro.TMP_Text::m_sharedMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_sharedMaterial_43;
// UnityEngine.Material TMPro.TMP_Text::m_currentMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_currentMaterial_44;
// System.Int32 TMPro.TMP_Text::m_currentMaterialIndex
int32_t ___m_currentMaterialIndex_48;
// UnityEngine.Material[] TMPro.TMP_Text::m_fontSharedMaterials
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_fontSharedMaterials_49;
// UnityEngine.Material TMPro.TMP_Text::m_fontMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_fontMaterial_50;
// UnityEngine.Material[] TMPro.TMP_Text::m_fontMaterials
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_fontMaterials_51;
// System.Boolean TMPro.TMP_Text::m_isMaterialDirty
bool ___m_isMaterialDirty_52;
// UnityEngine.Color32 TMPro.TMP_Text::m_fontColor32
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_fontColor32_53;
// UnityEngine.Color TMPro.TMP_Text::m_fontColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_fontColor_54;
// UnityEngine.Color32 TMPro.TMP_Text::m_underlineColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_underlineColor_56;
// UnityEngine.Color32 TMPro.TMP_Text::m_strikethroughColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_strikethroughColor_57;
// System.Boolean TMPro.TMP_Text::m_enableVertexGradient
bool ___m_enableVertexGradient_58;
// TMPro.ColorMode TMPro.TMP_Text::m_colorMode
int32_t ___m_colorMode_59;
// TMPro.VertexGradient TMPro.TMP_Text::m_fontColorGradient
VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F ___m_fontColorGradient_60;
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_fontColorGradientPreset
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_fontColorGradientPreset_61;
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_spriteAsset
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_spriteAsset_62;
// System.Boolean TMPro.TMP_Text::m_tintAllSprites
bool ___m_tintAllSprites_63;
// System.Boolean TMPro.TMP_Text::m_tintSprite
bool ___m_tintSprite_64;
// UnityEngine.Color32 TMPro.TMP_Text::m_spriteColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_spriteColor_65;
// TMPro.TMP_StyleSheet TMPro.TMP_Text::m_StyleSheet
TMP_StyleSheet_t70C71699F5CB2D855C361DBB78A44C901236C859* ___m_StyleSheet_66;
// TMPro.TMP_Style TMPro.TMP_Text::m_TextStyle
TMP_Style_tA9E5B1B35EBFE24EF980CEA03251B638282E120C* ___m_TextStyle_67;
// System.Int32 TMPro.TMP_Text::m_TextStyleHashCode
int32_t ___m_TextStyleHashCode_68;
// System.Boolean TMPro.TMP_Text::m_overrideHtmlColors
bool ___m_overrideHtmlColors_69;
// UnityEngine.Color32 TMPro.TMP_Text::m_faceColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_faceColor_70;
// UnityEngine.Color32 TMPro.TMP_Text::m_outlineColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_outlineColor_71;
// System.Single TMPro.TMP_Text::m_outlineWidth
float ___m_outlineWidth_72;
// System.Single TMPro.TMP_Text::m_fontSize
float ___m_fontSize_73;
// System.Single TMPro.TMP_Text::m_currentFontSize
float ___m_currentFontSize_74;
// System.Single TMPro.TMP_Text::m_fontSizeBase
float ___m_fontSizeBase_75;
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_sizeStack
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_sizeStack_76;
// TMPro.FontWeight TMPro.TMP_Text::m_fontWeight
int32_t ___m_fontWeight_77;
// TMPro.FontWeight TMPro.TMP_Text::m_FontWeightInternal
int32_t ___m_FontWeightInternal_78;
// TMPro.TMP_TextProcessingStack`1<TMPro.FontWeight> TMPro.TMP_Text::m_FontWeightStack
TMP_TextProcessingStack_1_tA5C8CED87DD9E73F6359E23B334FFB5B6F813FD4 ___m_FontWeightStack_79;
// System.Boolean TMPro.TMP_Text::m_enableAutoSizing
bool ___m_enableAutoSizing_80;
// System.Single TMPro.TMP_Text::m_maxFontSize
float ___m_maxFontSize_81;
// System.Single TMPro.TMP_Text::m_minFontSize
float ___m_minFontSize_82;
// System.Int32 TMPro.TMP_Text::m_AutoSizeIterationCount
int32_t ___m_AutoSizeIterationCount_83;
// System.Int32 TMPro.TMP_Text::m_AutoSizeMaxIterationCount
int32_t ___m_AutoSizeMaxIterationCount_84;
// System.Boolean TMPro.TMP_Text::m_IsAutoSizePointSizeSet
bool ___m_IsAutoSizePointSizeSet_85;
// System.Single TMPro.TMP_Text::m_fontSizeMin
float ___m_fontSizeMin_86;
// System.Single TMPro.TMP_Text::m_fontSizeMax
float ___m_fontSizeMax_87;
// TMPro.FontStyles TMPro.TMP_Text::m_fontStyle
int32_t ___m_fontStyle_88;
// TMPro.FontStyles TMPro.TMP_Text::m_FontStyleInternal
int32_t ___m_FontStyleInternal_89;
// TMPro.TMP_FontStyleStack TMPro.TMP_Text::m_fontStyleStack
TMP_FontStyleStack_t52885F172FADBC21346C835B5302167BDA8020DC ___m_fontStyleStack_90;
// System.Boolean TMPro.TMP_Text::m_isUsingBold
bool ___m_isUsingBold_91;
// TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_HorizontalAlignment
int32_t ___m_HorizontalAlignment_92;
// TMPro.VerticalAlignmentOptions TMPro.TMP_Text::m_VerticalAlignment
int32_t ___m_VerticalAlignment_93;
// TMPro.TextAlignmentOptions TMPro.TMP_Text::m_textAlignment
int32_t ___m_textAlignment_94;
// TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_lineJustification
int32_t ___m_lineJustification_95;
// TMPro.TMP_TextProcessingStack`1<TMPro.HorizontalAlignmentOptions> TMPro.TMP_Text::m_lineJustificationStack
TMP_TextProcessingStack_1_t243EA1B5D7FD2295D6533B953F0BBE8F52EFB8A0 ___m_lineJustificationStack_96;
// UnityEngine.Vector3[] TMPro.TMP_Text::m_textContainerLocalCorners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_textContainerLocalCorners_97;
// System.Single TMPro.TMP_Text::m_characterSpacing
float ___m_characterSpacing_98;
// System.Single TMPro.TMP_Text::m_cSpacing
float ___m_cSpacing_99;
// System.Single TMPro.TMP_Text::m_monoSpacing
float ___m_monoSpacing_100;
// System.Single TMPro.TMP_Text::m_wordSpacing
float ___m_wordSpacing_101;
// System.Single TMPro.TMP_Text::m_lineSpacing
float ___m_lineSpacing_102;
// System.Single TMPro.TMP_Text::m_lineSpacingDelta
float ___m_lineSpacingDelta_103;
// System.Single TMPro.TMP_Text::m_lineHeight
float ___m_lineHeight_104;
// System.Boolean TMPro.TMP_Text::m_IsDrivenLineSpacing
bool ___m_IsDrivenLineSpacing_105;
// System.Single TMPro.TMP_Text::m_lineSpacingMax
float ___m_lineSpacingMax_106;
// System.Single TMPro.TMP_Text::m_paragraphSpacing
float ___m_paragraphSpacing_107;
// System.Single TMPro.TMP_Text::m_charWidthMaxAdj
float ___m_charWidthMaxAdj_108;
// System.Single TMPro.TMP_Text::m_charWidthAdjDelta
float ___m_charWidthAdjDelta_109;
// System.Boolean TMPro.TMP_Text::m_enableWordWrapping
bool ___m_enableWordWrapping_110;
// System.Boolean TMPro.TMP_Text::m_isCharacterWrappingEnabled
bool ___m_isCharacterWrappingEnabled_111;
// System.Boolean TMPro.TMP_Text::m_isNonBreakingSpace
bool ___m_isNonBreakingSpace_112;
// System.Boolean TMPro.TMP_Text::m_isIgnoringAlignment
bool ___m_isIgnoringAlignment_113;
// System.Single TMPro.TMP_Text::m_wordWrappingRatios
float ___m_wordWrappingRatios_114;
// TMPro.TextOverflowModes TMPro.TMP_Text::m_overflowMode
int32_t ___m_overflowMode_115;
// System.Int32 TMPro.TMP_Text::m_firstOverflowCharacterIndex
int32_t ___m_firstOverflowCharacterIndex_116;
// TMPro.TMP_Text TMPro.TMP_Text::m_linkedTextComponent
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___m_linkedTextComponent_117;
// TMPro.TMP_Text TMPro.TMP_Text::parentLinkedComponent
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___parentLinkedComponent_118;
// System.Boolean TMPro.TMP_Text::m_isTextTruncated
bool ___m_isTextTruncated_119;
// System.Boolean TMPro.TMP_Text::m_enableKerning
bool ___m_enableKerning_120;
// System.Single TMPro.TMP_Text::m_GlyphHorizontalAdvanceAdjustment
float ___m_GlyphHorizontalAdvanceAdjustment_121;
// System.Boolean TMPro.TMP_Text::m_enableExtraPadding
bool ___m_enableExtraPadding_122;
// System.Boolean TMPro.TMP_Text::checkPaddingRequired
bool ___checkPaddingRequired_123;
// System.Boolean TMPro.TMP_Text::m_isRichText
bool ___m_isRichText_124;
// System.Boolean TMPro.TMP_Text::m_parseCtrlCharacters
bool ___m_parseCtrlCharacters_125;
// System.Boolean TMPro.TMP_Text::m_isOverlay
bool ___m_isOverlay_126;
// System.Boolean TMPro.TMP_Text::m_isOrthographic
bool ___m_isOrthographic_127;
// System.Boolean TMPro.TMP_Text::m_isCullingEnabled
bool ___m_isCullingEnabled_128;
// System.Boolean TMPro.TMP_Text::m_isMaskingEnabled
bool ___m_isMaskingEnabled_129;
// System.Boolean TMPro.TMP_Text::isMaskUpdateRequired
bool ___isMaskUpdateRequired_130;
// System.Boolean TMPro.TMP_Text::m_ignoreCulling
bool ___m_ignoreCulling_131;
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_horizontalMapping
int32_t ___m_horizontalMapping_132;
// TMPro.TextureMappingOptions TMPro.TMP_Text::m_verticalMapping
int32_t ___m_verticalMapping_133;
// System.Single TMPro.TMP_Text::m_uvLineOffset
float ___m_uvLineOffset_134;
// TMPro.TextRenderFlags TMPro.TMP_Text::m_renderMode
int32_t ___m_renderMode_135;
// TMPro.VertexSortingOrder TMPro.TMP_Text::m_geometrySortingOrder
int32_t ___m_geometrySortingOrder_136;
// System.Boolean TMPro.TMP_Text::m_IsTextObjectScaleStatic
bool ___m_IsTextObjectScaleStatic_137;
// System.Boolean TMPro.TMP_Text::m_VertexBufferAutoSizeReduction
bool ___m_VertexBufferAutoSizeReduction_138;
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacter
int32_t ___m_firstVisibleCharacter_139;
// System.Int32 TMPro.TMP_Text::m_maxVisibleCharacters
int32_t ___m_maxVisibleCharacters_140;
// System.Int32 TMPro.TMP_Text::m_maxVisibleWords
int32_t ___m_maxVisibleWords_141;
// System.Int32 TMPro.TMP_Text::m_maxVisibleLines
int32_t ___m_maxVisibleLines_142;
// System.Boolean TMPro.TMP_Text::m_useMaxVisibleDescender
bool ___m_useMaxVisibleDescender_143;
// System.Int32 TMPro.TMP_Text::m_pageToDisplay
int32_t ___m_pageToDisplay_144;
// System.Boolean TMPro.TMP_Text::m_isNewPage
bool ___m_isNewPage_145;
// UnityEngine.Vector4 TMPro.TMP_Text::m_margin
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_margin_146;
// System.Single TMPro.TMP_Text::m_marginLeft
float ___m_marginLeft_147;
// System.Single TMPro.TMP_Text::m_marginRight
float ___m_marginRight_148;
// System.Single TMPro.TMP_Text::m_marginWidth
float ___m_marginWidth_149;
// System.Single TMPro.TMP_Text::m_marginHeight
float ___m_marginHeight_150;
// System.Single TMPro.TMP_Text::m_width
float ___m_width_151;
// TMPro.TMP_TextInfo TMPro.TMP_Text::m_textInfo
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* ___m_textInfo_152;
// System.Boolean TMPro.TMP_Text::m_havePropertiesChanged
bool ___m_havePropertiesChanged_153;
// System.Boolean TMPro.TMP_Text::m_isUsingLegacyAnimationComponent
bool ___m_isUsingLegacyAnimationComponent_154;
// UnityEngine.Transform TMPro.TMP_Text::m_transform
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_transform_155;
// UnityEngine.RectTransform TMPro.TMP_Text::m_rectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_rectTransform_156;
// UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousRectTransformSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PreviousRectTransformSize_157;
// UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousPivotPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PreviousPivotPosition_158;
// System.Boolean TMPro.TMP_Text::<autoSizeTextContainer>k__BackingField
bool ___U3CautoSizeTextContainerU3Ek__BackingField_159;
// System.Boolean TMPro.TMP_Text::m_autoSizeTextContainer
bool ___m_autoSizeTextContainer_160;
// UnityEngine.Mesh TMPro.TMP_Text::m_mesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_mesh_161;
// System.Boolean TMPro.TMP_Text::m_isVolumetricText
bool ___m_isVolumetricText_162;
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TMP_Text::OnPreRenderText
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_165;
// TMPro.TMP_SpriteAnimator TMPro.TMP_Text::m_spriteAnimator
TMP_SpriteAnimator_t2E0F016A61CA343E3222FF51E7CF0E53F9F256E4* ___m_spriteAnimator_166;
// System.Single TMPro.TMP_Text::m_flexibleHeight
float ___m_flexibleHeight_167;
// System.Single TMPro.TMP_Text::m_flexibleWidth
float ___m_flexibleWidth_168;
// System.Single TMPro.TMP_Text::m_minWidth
float ___m_minWidth_169;
// System.Single TMPro.TMP_Text::m_minHeight
float ___m_minHeight_170;
// System.Single TMPro.TMP_Text::m_maxWidth
float ___m_maxWidth_171;
// System.Single TMPro.TMP_Text::m_maxHeight
float ___m_maxHeight_172;
// UnityEngine.UI.LayoutElement TMPro.TMP_Text::m_LayoutElement
LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* ___m_LayoutElement_173;
// System.Single TMPro.TMP_Text::m_preferredWidth
float ___m_preferredWidth_174;
// System.Single TMPro.TMP_Text::m_renderedWidth
float ___m_renderedWidth_175;
// System.Boolean TMPro.TMP_Text::m_isPreferredWidthDirty
bool ___m_isPreferredWidthDirty_176;
// System.Single TMPro.TMP_Text::m_preferredHeight
float ___m_preferredHeight_177;
// System.Single TMPro.TMP_Text::m_renderedHeight
float ___m_renderedHeight_178;
// System.Boolean TMPro.TMP_Text::m_isPreferredHeightDirty
bool ___m_isPreferredHeightDirty_179;
// System.Boolean TMPro.TMP_Text::m_isCalculatingPreferredValues
bool ___m_isCalculatingPreferredValues_180;
// System.Int32 TMPro.TMP_Text::m_layoutPriority
int32_t ___m_layoutPriority_181;
// System.Boolean TMPro.TMP_Text::m_isLayoutDirty
bool ___m_isLayoutDirty_182;
// System.Boolean TMPro.TMP_Text::m_isAwake
bool ___m_isAwake_183;
// System.Boolean TMPro.TMP_Text::m_isWaitingOnResourceLoad
bool ___m_isWaitingOnResourceLoad_184;
// TMPro.TMP_Text/TextInputSources TMPro.TMP_Text::m_inputSource
int32_t ___m_inputSource_185;
// System.Single TMPro.TMP_Text::m_fontScaleMultiplier
float ___m_fontScaleMultiplier_186;
// System.Single TMPro.TMP_Text::tag_LineIndent
float ___tag_LineIndent_190;
// System.Single TMPro.TMP_Text::tag_Indent
float ___tag_Indent_191;
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_indentStack
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_indentStack_192;
// System.Boolean TMPro.TMP_Text::tag_NoParsing
bool ___tag_NoParsing_193;
// System.Boolean TMPro.TMP_Text::m_isParsingText
bool ___m_isParsingText_194;
// UnityEngine.Matrix4x4 TMPro.TMP_Text::m_FXMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_FXMatrix_195;
// System.Boolean TMPro.TMP_Text::m_isFXMatrixSet
bool ___m_isFXMatrixSet_196;
// TMPro.TMP_Text/UnicodeChar[] TMPro.TMP_Text::m_TextProcessingArray
UnicodeCharU5BU5D_t67F27D09F8EB28D2C42DFF16FE60054F157012F5* ___m_TextProcessingArray_197;
// System.Int32 TMPro.TMP_Text::m_InternalTextProcessingArraySize
int32_t ___m_InternalTextProcessingArraySize_198;
// TMPro.TMP_CharacterInfo[] TMPro.TMP_Text::m_internalCharacterInfo
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* ___m_internalCharacterInfo_199;
// System.Int32 TMPro.TMP_Text::m_totalCharacterCount
int32_t ___m_totalCharacterCount_200;
// System.Int32 TMPro.TMP_Text::m_characterCount
int32_t ___m_characterCount_207;
// System.Int32 TMPro.TMP_Text::m_firstCharacterOfLine
int32_t ___m_firstCharacterOfLine_208;
// System.Int32 TMPro.TMP_Text::m_firstVisibleCharacterOfLine
int32_t ___m_firstVisibleCharacterOfLine_209;
// System.Int32 TMPro.TMP_Text::m_lastCharacterOfLine
int32_t ___m_lastCharacterOfLine_210;
// System.Int32 TMPro.TMP_Text::m_lastVisibleCharacterOfLine
int32_t ___m_lastVisibleCharacterOfLine_211;
// System.Int32 TMPro.TMP_Text::m_lineNumber
int32_t ___m_lineNumber_212;
// System.Int32 TMPro.TMP_Text::m_lineVisibleCharacterCount
int32_t ___m_lineVisibleCharacterCount_213;
// System.Int32 TMPro.TMP_Text::m_pageNumber
int32_t ___m_pageNumber_214;
// System.Single TMPro.TMP_Text::m_PageAscender
float ___m_PageAscender_215;
// System.Single TMPro.TMP_Text::m_maxTextAscender
float ___m_maxTextAscender_216;
// System.Single TMPro.TMP_Text::m_maxCapHeight
float ___m_maxCapHeight_217;
// System.Single TMPro.TMP_Text::m_ElementAscender
float ___m_ElementAscender_218;
// System.Single TMPro.TMP_Text::m_ElementDescender
float ___m_ElementDescender_219;
// System.Single TMPro.TMP_Text::m_maxLineAscender
float ___m_maxLineAscender_220;
// System.Single TMPro.TMP_Text::m_maxLineDescender
float ___m_maxLineDescender_221;
// System.Single TMPro.TMP_Text::m_startOfLineAscender
float ___m_startOfLineAscender_222;
// System.Single TMPro.TMP_Text::m_startOfLineDescender
float ___m_startOfLineDescender_223;
// System.Single TMPro.TMP_Text::m_lineOffset
float ___m_lineOffset_224;
// TMPro.Extents TMPro.TMP_Text::m_meshExtents
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 ___m_meshExtents_225;
// UnityEngine.Color32 TMPro.TMP_Text::m_htmlColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_htmlColor_226;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_colorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_colorStack_227;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_underlineColorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_underlineColorStack_228;
// TMPro.TMP_TextProcessingStack`1<UnityEngine.Color32> TMPro.TMP_Text::m_strikethroughColorStack
TMP_TextProcessingStack_1_tF2CD5BE59E5EB22EA9E3EE3043A004EA918C4BB3 ___m_strikethroughColorStack_229;
// TMPro.TMP_TextProcessingStack`1<TMPro.HighlightState> TMPro.TMP_Text::m_HighlightStateStack
TMP_TextProcessingStack_1_t57AECDCC936A7FF1D6CF66CA11560B28A675648D ___m_HighlightStateStack_230;
// TMPro.TMP_ColorGradient TMPro.TMP_Text::m_colorGradientPreset
TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* ___m_colorGradientPreset_231;
// TMPro.TMP_TextProcessingStack`1<TMPro.TMP_ColorGradient> TMPro.TMP_Text::m_colorGradientStack
TMP_TextProcessingStack_1_tC8FAEB17246D3B171EFD11165A5761AE39B40D0C ___m_colorGradientStack_232;
// System.Boolean TMPro.TMP_Text::m_colorGradientPresetIsTinted
bool ___m_colorGradientPresetIsTinted_233;
// System.Single TMPro.TMP_Text::m_tabSpacing
float ___m_tabSpacing_234;
// System.Single TMPro.TMP_Text::m_spacing
float ___m_spacing_235;
// TMPro.TMP_TextProcessingStack`1<System.Int32>[] TMPro.TMP_Text::m_TextStyleStacks
TMP_TextProcessingStack_1U5BU5D_t08293E0BB072311BB96170F351D1083BCA97B9B2* ___m_TextStyleStacks_236;
// System.Int32 TMPro.TMP_Text::m_TextStyleStackDepth
int32_t ___m_TextStyleStackDepth_237;
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.TMP_Text::m_ItalicAngleStack
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___m_ItalicAngleStack_238;
// System.Int32 TMPro.TMP_Text::m_ItalicAngle
int32_t ___m_ItalicAngle_239;
// TMPro.TMP_TextProcessingStack`1<System.Int32> TMPro.TMP_Text::m_actionStack
TMP_TextProcessingStack_1_tFBA719426D68CE1F2B5849D97AF5E5D65846290C ___m_actionStack_240;
// System.Single TMPro.TMP_Text::m_padding
float ___m_padding_241;
// System.Single TMPro.TMP_Text::m_baselineOffset
float ___m_baselineOffset_242;
// TMPro.TMP_TextProcessingStack`1<System.Single> TMPro.TMP_Text::m_baselineOffsetStack
TMP_TextProcessingStack_1_t138EC06BE7F101AA0A3C8D2DC951E55AACE085E9 ___m_baselineOffsetStack_243;
// System.Single TMPro.TMP_Text::m_xAdvance
float ___m_xAdvance_244;
// TMPro.TMP_TextElementType TMPro.TMP_Text::m_textElementType
int32_t ___m_textElementType_245;
// TMPro.TMP_TextElement TMPro.TMP_Text::m_cached_TextElement
TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* ___m_cached_TextElement_246;
// TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Ellipsis
SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777 ___m_Ellipsis_247;
// TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Underline
SpecialCharacter_t6C1DBE8C490706D1620899BAB7F0B8091AD26777 ___m_Underline_248;
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_defaultSpriteAsset
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_defaultSpriteAsset_249;
// TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_currentSpriteAsset
TMP_SpriteAsset_t81F779E6F705CE190DC0D1F93A954CB8B1774B39* ___m_currentSpriteAsset_250;
// System.Int32 TMPro.TMP_Text::m_spriteCount
int32_t ___m_spriteCount_251;
// System.Int32 TMPro.TMP_Text::m_spriteIndex
int32_t ___m_spriteIndex_252;
// System.Int32 TMPro.TMP_Text::m_spriteAnimationID
int32_t ___m_spriteAnimationID_253;
// System.Boolean TMPro.TMP_Text::m_ignoreActiveState
bool ___m_ignoreActiveState_256;
// TMPro.TMP_Text/TextBackingContainer TMPro.TMP_Text::m_TextBackingArray
TextBackingContainer_t33D1CE628E7B26C45EDAC1D87BEF2DD22A5C6361 ___m_TextBackingArray_257;
// System.Decimal[] TMPro.TMP_Text::k_Power
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* ___k_Power_258;
};
struct TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9_StaticFields
{
// TMPro.MaterialReference[] TMPro.TMP_Text::m_materialReferences
MaterialReferenceU5BU5D_t7491D335AB3E3E13CE9C0F5E931F396F6A02E1F2* ___m_materialReferences_45;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> TMPro.TMP_Text::m_materialReferenceIndexLookup
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_materialReferenceIndexLookup_46;
// TMPro.TMP_TextProcessingStack`1<TMPro.MaterialReference> TMPro.TMP_Text::m_materialReferenceStack
TMP_TextProcessingStack_1_tB03E08F69415B281A5A81138F09E49EE58402DF9 ___m_materialReferenceStack_47;
// UnityEngine.Color32 TMPro.TMP_Text::s_colorWhite
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___s_colorWhite_55;
// System.Func`3<System.Int32,System.String,TMPro.TMP_FontAsset> TMPro.TMP_Text::OnFontAssetRequest
Func_3_tC721DF8CDD07ED66A4833A19A2ED2302608C906C* ___OnFontAssetRequest_163;
// System.Func`3<System.Int32,System.String,TMPro.TMP_SpriteAsset> TMPro.TMP_Text::OnSpriteAssetRequest
Func_3_t6F6D9932638EA1A5A45303C6626C818C25D164E5* ___OnSpriteAssetRequest_164;
// System.Char[] TMPro.TMP_Text::m_htmlTag
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_htmlTag_187;
// TMPro.RichTextTagAttribute[] TMPro.TMP_Text::m_xmlAttribute
RichTextTagAttributeU5BU5D_t5816316EFD8F59DBC30B9F88E15828C564E47B6D* ___m_xmlAttribute_188;
// System.Single[] TMPro.TMP_Text::m_attributeParameterValues
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_attributeParameterValues_189;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedWordWrapState
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedWordWrapState_201;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLineState
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedLineState_202;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedEllipsisState
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedEllipsisState_203;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedLastValidState
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedLastValidState_204;
// TMPro.WordWrapState TMPro.TMP_Text::m_SavedSoftLineBreakState
WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A ___m_SavedSoftLineBreakState_205;
// TMPro.TMP_TextProcessingStack`1<TMPro.WordWrapState> TMPro.TMP_Text::m_EllipsisInsertionCandidateStack
TMP_TextProcessingStack_1_t2DDA00FFC64AF6E3AFD475AB2086D16C34787E0F ___m_EllipsisInsertionCandidateStack_206;
// Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_ParseTextMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseTextMarker_254;
// Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_InsertNewLineMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_InsertNewLineMarker_255;
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargePositiveVector2
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_LargePositiveVector2_259;
// UnityEngine.Vector2 TMPro.TMP_Text::k_LargeNegativeVector2
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___k_LargeNegativeVector2_260;
// System.Single TMPro.TMP_Text::k_LargePositiveFloat
float ___k_LargePositiveFloat_261;
// System.Single TMPro.TMP_Text::k_LargeNegativeFloat
float ___k_LargeNegativeFloat_262;
// System.Int32 TMPro.TMP_Text::k_LargePositiveInt
int32_t ___k_LargePositiveInt_263;
// System.Int32 TMPro.TMP_Text::k_LargeNegativeInt
int32_t ___k_LargeNegativeInt_264;
};
// TMPro.TextMeshProUGUI
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957 : public TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9
{
// System.Boolean TMPro.TextMeshProUGUI::m_isRebuildingLayout
bool ___m_isRebuildingLayout_265;
// UnityEngine.Coroutine TMPro.TextMeshProUGUI::m_DelayedGraphicRebuild
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DelayedGraphicRebuild_266;
// UnityEngine.Coroutine TMPro.TextMeshProUGUI::m_DelayedMaterialRebuild
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DelayedMaterialRebuild_267;
// UnityEngine.Rect TMPro.TextMeshProUGUI::m_ClipRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ClipRect_268;
// System.Boolean TMPro.TextMeshProUGUI::m_ValidRect
bool ___m_ValidRect_269;
// System.Action`1<TMPro.TMP_TextInfo> TMPro.TextMeshProUGUI::OnPreRenderText
Action_1_tB93AB717F9D419A1BEC832FF76E74EAA32184CC1* ___OnPreRenderText_270;
// System.Boolean TMPro.TextMeshProUGUI::m_hasFontAssetChanged
bool ___m_hasFontAssetChanged_271;
// TMPro.TMP_SubMeshUI[] TMPro.TextMeshProUGUI::m_subTextObjects
TMP_SubMeshUIU5BU5D_tC77B263183A59A75345C26152457207EAC3BBF29* ___m_subTextObjects_272;
// System.Single TMPro.TextMeshProUGUI::m_previousLossyScaleY
float ___m_previousLossyScaleY_273;
// UnityEngine.Vector3[] TMPro.TextMeshProUGUI::m_RectTransformCorners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_RectTransformCorners_274;
// UnityEngine.CanvasRenderer TMPro.TextMeshProUGUI::m_canvasRenderer
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_canvasRenderer_275;
// UnityEngine.Canvas TMPro.TextMeshProUGUI::m_canvas
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_canvas_276;
// System.Single TMPro.TextMeshProUGUI::m_CanvasScaleFactor
float ___m_CanvasScaleFactor_277;
// System.Boolean TMPro.TextMeshProUGUI::m_isFirstAllocation
bool ___m_isFirstAllocation_278;
// System.Int32 TMPro.TextMeshProUGUI::m_max_characters
int32_t ___m_max_characters_279;
// UnityEngine.Material TMPro.TextMeshProUGUI::m_baseMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_baseMaterial_280;
// System.Boolean TMPro.TextMeshProUGUI::m_isScrollRegionSet
bool ___m_isScrollRegionSet_281;
// UnityEngine.Vector4 TMPro.TextMeshProUGUI::m_maskOffset
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_maskOffset_282;
// UnityEngine.Matrix4x4 TMPro.TextMeshProUGUI::m_EnvMapMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_EnvMapMatrix_283;
// System.Boolean TMPro.TextMeshProUGUI::m_isRegisteredForEvents
bool ___m_isRegisteredForEvents_284;
};
struct TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_StaticFields
{
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextMarker_285;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SetArraySizesMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SetArraySizesMarker_286;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIMarker_287;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ParseMarkupTextMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ParseMarkupTextMarker_288;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_CharacterLookupMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CharacterLookupMarker_289;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleGPOSFeaturesMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleGPOSFeaturesMarker_290;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_CalculateVerticesPositionMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_CalculateVerticesPositionMarker_291;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ComputeTextMetricsMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTextMetricsMarker_292;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleVisibleCharacterMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVisibleCharacterMarker_293;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleWhiteSpacesMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleWhiteSpacesMarker_294;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleHorizontalLineBreakingMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleHorizontalLineBreakingMarker_295;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleVerticalLineBreakingMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleVerticalLineBreakingMarker_296;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SaveGlyphVertexDataMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveGlyphVertexDataMarker_297;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_ComputeCharacterAdvanceMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeCharacterAdvanceMarker_298;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleCarriageReturnMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleCarriageReturnMarker_299;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_HandleLineTerminationMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_HandleLineTerminationMarker_300;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SavePageInfoMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SavePageInfoMarker_301;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_SaveProcessingStatesMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_SaveProcessingStatesMarker_302;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIIMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIMarker_303;
// Unity.Profiling.ProfilerMarker TMPro.TextMeshProUGUI::k_GenerateTextPhaseIIIMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateTextPhaseIIIMarker_304;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// UnityEngine.Color[]
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389 : public RuntimeArray
{
ALIGN_FIELD (8) Color_tD001788D726C3A7F1379BEED0260B9591F440C1F m_Items[1];
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* 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, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
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_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99 : public RuntimeArray
{
ALIGN_FIELD (8) TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 m_Items[1];
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8* 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_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_4), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_8), (void*)NULL);
#endif
}
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_4), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_8), (void*)NULL);
#endif
}
};
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Component[]
struct ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E : public RuntimeArray
{
ALIGN_FIELD (8) Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* m_Items[1];
inline Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3** 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, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.EventSystems.BaseRaycaster[]
struct BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799 : public RuntimeArray
{
ALIGN_FIELD (8) BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* m_Items[1];
inline BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832** 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, BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C : public RuntimeArray
{
ALIGN_FIELD (8) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 m_Items[1];
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* 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_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Texture2D[]
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191 : public RuntimeArray
{
ALIGN_FIELD (8) Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* m_Items[1];
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** 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, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// TMPro.TMP_FontWeightPair[]
struct TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37 : public RuntimeArray
{
ALIGN_FIELD (8) TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E m_Items[1];
inline TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E* 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_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___regularTypeface_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___italicTypeface_1), (void*)NULL);
#endif
}
inline TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___regularTypeface_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___italicTypeface_1), (void*)NULL);
#endif
}
};
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
{
ALIGN_FIELD (8) uint32_t m_Items[1];
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// UnityEngine.TextCore.Glyph[]
struct GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5 : public RuntimeArray
{
ALIGN_FIELD (8) Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* m_Items[1];
inline Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F** 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, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord[]
struct GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7 : public RuntimeArray
{
ALIGN_FIELD (8) GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E m_Items[1];
inline GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E* 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, GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.TextCore.GlyphRect[]
struct GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70 : public RuntimeArray
{
ALIGN_FIELD (8) GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D m_Items[1];
inline GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* 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, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D value)
{
m_Items[index] = value;
}
};
// System.Void TMPro.FastAction`2<System.Boolean,System.Object>::Call(A,B)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2_Call_m4326B1B2C7FCE604E775B27043438E7DCE1A78A6_gshared (FastAction_2_tB6383A1F61B268A216D70581494359CB2D89B6E8* __this, bool ___a0, RuntimeObject* ___b1, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`3<System.Object,System.Object,System.Object>::Call(A,B,C)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_3_Call_m2E74BB631D0B3C559C058AE96BD64BC05109630C_gshared (FastAction_3_t341ACDB149DC6AD2E99A29F2C669B4F55DDB5B55* __this, RuntimeObject* ___a0, RuntimeObject* ___b1, RuntimeObject* ___c2, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<System.Boolean>::Call(A)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D_gshared (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* __this, bool ___a0, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<System.Object>::Call(A)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1_Call_m4108B24A52029810CC281E0462DA7913087E2930_gshared (FastAction_1_t30779A2821DCE05CA702D5800B30CABF67687135* __this, RuntimeObject* ___a0, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`2<System.Object,System.Object>::Call(A,B)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2_Call_m4024764DDA3D6088AFBC599C933702656884BC88_gshared (FastAction_2_tE77678B72BFE4C2B935D55A75FB130C861220939* __this, RuntimeObject* ___a0, RuntimeObject* ___b1, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2__ctor_m2E02EB2C2EA1A8E2B3F65C67E34D431189D0EC5C_gshared (FastAction_2_tE77678B72BFE4C2B935D55A75FB130C861220939* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`2<System.Boolean,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2__ctor_mE53FB289390B21789605E1BE742A5E022C6D3230_gshared (FastAction_2_tB6383A1F61B268A216D70581494359CB2D89B6E8* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`3<System.Object,System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_3__ctor_m978AA9DDF664558493F1D2A035758AAD3E6B360B_gshared (FastAction_3_t341ACDB149DC6AD2E99A29F2C669B4F55DDB5B55* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<System.Boolean>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6_gshared (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1__ctor_m4A1A3391636573E3841234268A176E273E2B36A4_gshared (FastAction_1_t30779A2821DCE05CA702D5800B30CABF67687135* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D_gshared (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___arg00, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE_gshared (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9* __this, UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F* ___call0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D_gshared (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805_gshared (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, float ___arg00, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_gshared (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___call0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422_gshared (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638_gshared (UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A* __this, int32_t ___arg00, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696_gshared (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::Init(UnityEngine.MonoBehaviour)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493_gshared (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* ___coroutineContainer0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponentInChildren<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// T TMPro.TMP_Dropdown::GetOrAddComponent<System.Object>(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_Dropdown_GetOrAddComponent_TisRuntimeObject_mE18A4DF1BE9BAAC3631EA05697946B25A8FBE819_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___go0, const RuntimeMethod* method) ;
// T[] UnityEngine.Component::GetComponents<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Component_GetComponents_TisRuntimeObject_m35447B0B07F9C06A1AF846E482EC6FEB09D2436F_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<System.Object>::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* TMP_ListPool_1_Get_mFF9A7D24BC660F6FA0CF82E91FC2D518A63DF496_gshared (const RuntimeMethod* method) ;
// System.Void UnityEngine.GameObject::GetComponentsInParent<System.Object>(System.Boolean,System.Collections.Generic.List`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentsInParent_TisRuntimeObject_mC4527CDE5CC2128D895CDAC4B85A6DE25028205C_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___includeInactive0, List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___results1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_ListPool`1<System.Object>::Release(System.Collections.Generic.List`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_ListPool_1_Release_m22967E1C1430234B9470ED036491D7310BAB3B8B_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___toRelease0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponentInChildren<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponentInChildren_TisRuntimeObject_mED181B37054A10395CA356010754C7DFC685893C_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD_gshared (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_gshared (UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB* __this, UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* ___call0, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<System.Object>(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_mCD6FC6BB14BA9EF1A4B314841EB4D40675E3C1DB_gshared (RuntimeObject* ___original0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5_gshared (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::StartTween(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6_gshared (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE ___info0, const RuntimeMethod* method) ;
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::StopTween()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0_gshared (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponentInParent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponentInParent_TisRuntimeObject_m6746D6BB99912B1B509746C993906492F86CD119_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684_gshared (UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A* __this, const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B_gshared (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_gshared_inline (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5F2C53FF0072F4015E5D14621F555D29B1EB79E5_gshared (Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m2561EDEA2235BCE5FAED59F4E2E352FDA7C71115_gshared (Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m61654FF64053B954D62E586B09309D37EEBB9FB3_gshared (Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A* __this, uint32_t ___key0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m5124CA0DFD4B9968298DB45CEDF7F4B7A1F7DF83_gshared (Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A* __this, uint32_t ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___item0, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m1ABC559AFCB634174C216DFF864168F9D0611B91_gshared (Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A* __this, uint32_t ___key0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_gshared (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___item0, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.UInt32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m2F35D9DF8C659B83CA70029ACBA44930CD42E90D_gshared (Func_2_tB86D019F1289E2D123C00796B373933613385952* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<System.Object,System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m8750E8B05AFFF69CD9906B0A174F8DA44CDE8298_gshared (RuntimeObject* ___source0, Func_2_tB86D019F1289E2D123C00796B373933613385952* ___keySelector1, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Enumerable_ToList_TisRuntimeObject_mBDB9895C2D14F2A92043507996018A329BD32A64_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Char>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_gshared (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Char>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_gshared_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___item0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Char>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_gshared_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.UInt32>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.HashSet`1<System.Int32>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_gshared_inline (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method) ;
// TSource[] System.Linq.Enumerable::ToArray<System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.UInt32>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_gshared (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt32>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_gshared (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, uint32_t ___item0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mBBE3855923B29F8A7CDB21CF7DD7FCD84AABEB68_gshared (Dictionary_2_tC8FA8E0C06C3A9584490723EC95DC65E5AFFF71A* __this, uint32_t ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt32>::Contains(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_gshared (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, uint32_t ___item0, const RuntimeMethod* method) ;
// System.Void System.Array::Resize<System.Object>(T[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mF80AB90E5213A9BB02370B560A722D7062CEC846_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t ___newSize1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_gshared_inline (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.UInt32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_gshared (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.CanvasUpdateRegistry::RegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_mFBE1BDEA23FD40125CADE103F1BBBAFD25895B64 (RuntimeObject* ___element0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnityAction_Invoke_m5CB9EE17CCDF64D00DE5D96DF3553CDB20D66F70_inline (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* __this, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Material>::Call(A,B)
inline void FastAction_2_Call_mAF2E0A70D6CC9E749E9F0000879C346B743DD595 (FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A* __this, bool ___a0, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___b1, const RuntimeMethod* method)
{
(( void (*) (FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A*, bool, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*, const RuntimeMethod*))FastAction_2_Call_m4326B1B2C7FCE604E775B27043438E7DCE1A78A6_gshared)(__this, ___a0, ___b1, method);
}
// System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Object>::Call(A,B)
inline void FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0 (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* __this, bool ___a0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___b1, const RuntimeMethod* method)
{
(( void (*) (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B*, bool, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*, const RuntimeMethod*))FastAction_2_Call_m4326B1B2C7FCE604E775B27043438E7DCE1A78A6_gshared)(__this, ___a0, ___b1, method);
}
// System.Void TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>::Call(A,B,C)
inline void FastAction_3_Call_m6F529E753E2AB4DA1BC801F7AEE5A373C1975A86 (FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___a0, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___b1, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___c2, const RuntimeMethod* method)
{
(( void (*) (FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*, const RuntimeMethod*))FastAction_3_Call_m2E74BB631D0B3C559C058AE96BD64BC05109630C_gshared)(__this, ___a0, ___b1, ___c2, method);
}
// System.Void TMPro.FastAction`1<System.Boolean>::Call(A)
inline void FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* __this, bool ___a0, const RuntimeMethod* method)
{
(( void (*) (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3*, bool, const RuntimeMethod*))FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D_gshared)(__this, ___a0, method);
}
// System.Void TMPro.FastAction`1<UnityEngine.Object>::Call(A)
inline void FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___a0, const RuntimeMethod* method)
{
(( void (*) (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005*, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*, const RuntimeMethod*))FastAction_1_Call_m4108B24A52029810CC281E0462DA7913087E2930_gshared)(__this, ___a0, method);
}
// System.Void TMPro.FastAction::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_Call_mBAF2E050A7548718C6596AA230EBBD3945595298 (FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>::Call(A,B)
inline void FastAction_2_Call_m56CFA4FF8A376A98769CFF92804E8623EEB997D5 (FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D* __this, RuntimeObject* ___a0, Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4* ___b1, const RuntimeMethod* method)
{
(( void (*) (FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D*, RuntimeObject*, Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4*, const RuntimeMethod*))FastAction_2_Call_m4024764DDA3D6088AFBC599C933702656884BC88_gshared)(__this, ___a0, ___b1, method);
}
// System.Void TMPro.FastAction`2<System.Object,TMPro.Compute_DT_EventArgs>::.ctor()
inline void FastAction_2__ctor_m9124903814514E3696F5FAD253AD9B7ED11544C3 (FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D* __this, const RuntimeMethod* method)
{
(( void (*) (FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D*, const RuntimeMethod*))FastAction_2__ctor_m2E02EB2C2EA1A8E2B3F65C67E34D431189D0EC5C_gshared)(__this, method);
}
// System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Material>::.ctor()
inline void FastAction_2__ctor_mB0D904E3E24ACB06F737452C7CA935004FC29F3C (FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A* __this, const RuntimeMethod* method)
{
(( void (*) (FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A*, const RuntimeMethod*))FastAction_2__ctor_mE53FB289390B21789605E1BE742A5E022C6D3230_gshared)(__this, method);
}
// System.Void TMPro.FastAction`2<System.Boolean,UnityEngine.Object>::.ctor()
inline void FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1 (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* __this, const RuntimeMethod* method)
{
(( void (*) (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B*, const RuntimeMethod*))FastAction_2__ctor_mE53FB289390B21789605E1BE742A5E022C6D3230_gshared)(__this, method);
}
// System.Void TMPro.FastAction`3<UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material>::.ctor()
inline void FastAction_3__ctor_m40A68362CBF957A8CADB57209A240FD21F2094D0 (FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77* __this, const RuntimeMethod* method)
{
(( void (*) (FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77*, const RuntimeMethod*))FastAction_3__ctor_m978AA9DDF664558493F1D2A035758AAD3E6B360B_gshared)(__this, method);
}
// System.Void TMPro.FastAction`1<System.Boolean>::.ctor()
inline void FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6 (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* __this, const RuntimeMethod* method)
{
(( void (*) (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3*, const RuntimeMethod*))FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6_gshared)(__this, method);
}
// System.Void TMPro.FastAction`1<UnityEngine.Object>::.ctor()
inline void FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* __this, const RuntimeMethod* method)
{
(( void (*) (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005*, const RuntimeMethod*))FastAction_1__ctor_m4A1A3391636573E3841234268A176E273E2B36A4_gshared)(__this, method);
}
// System.Void TMPro.FastAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction__ctor_mF3C5146C45DAE04B656283ED83FAF3F463D38F33 (FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Count()
inline int32_t List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32)
inline uint32_t List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint32_t (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, int32_t, const RuntimeMethod*))List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_gshared)(__this, ___index0, method);
}
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) ;
// System.Void TMPro.VertexGradient::.ctor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexGradient__ctor_m9B59D99E8B67833BD6CC50F4704614744D271C3A (VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color0, const RuntimeMethod* method) ;
// System.Void TMPro.VertexGradient::.ctor(UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexGradient__ctor_m8FFAAFD98D0DC4F7C6D41410EF574A6600DCA40B (VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color00, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color11, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color22, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color33, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_LinkInfo::SetLinkID(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_LinkInfo_SetLinkID_m9E9A1B09A536609EC636A3F6D14498F70C6C487A (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// TMPro.TMP_TextInfo TMPro.TMP_Text::get_textInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
// System.String TMPro.TMP_LinkInfo::GetLinkText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkText_m954EE8FF39D62BA8113773A696095EAE85CD5E3F (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ;
// System.String TMPro.TMP_LinkInfo::GetLinkID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkID_mCC9D9E783D606660A4D15E0E746E1E27AD9C2425 (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, const RuntimeMethod* method) ;
// System.String TMPro.TMP_WordInfo::GetWord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_WordInfo_GetWord_m7F72AB87E8AB0FA75616FD5409A8F5C031294D2C (TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* __this, const RuntimeMethod* method) ;
// System.Void TMPro.Extents::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extents__ctor_m2C44BA0B2EDAAB80829698A019D2BBF8DDFF630B (Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max1, const RuntimeMethod* method) ;
// System.String System.Single::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D (float* __this, String_t* ___format0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, const RuntimeMethod* method) ;
// System.String TMPro.Extents::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extents_ToString_m947E31139C9C66B1F1942EF74B2FDE347A778F99 (Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline (const RuntimeMethod* method) ;
// System.Void TMPro.Mesh_Extents::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_Extents__ctor_m37E0BBEE5EED57082B82AC6162F7785B231907CB (Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max1, const RuntimeMethod* method) ;
// System.String TMPro.Mesh_Extents::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Mesh_Extents_ToString_m733F0275FC20FD2F4EE5B6E9ABBD6F3CD8D5AE23 (Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Object::GetInstanceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.ScriptableObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement__ctor_m17ECA25C496E92124412C4B48665D75EE848AF83 (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement::set_scale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_scale_mB753D739067A2DF395673D5C6B01E30B74B35362 (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement::set_unicode(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_unicode_m5DDC85416E46FEB989F4924ED4E1C8BABDE09AA0 (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement::set_textAsset(TMPro.TMP_Asset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1 (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement::set_glyph(UnityEngine.TextCore.Glyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___value0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.TextCore.Glyph::get_index()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_TextElement::set_glyphIndex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_glyphIndex_mD2D21A9AD7EF332ABE56C52031E03CB5570C2FD3 (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_Offset::get_left()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_left_mCDC93F42B720817E1119AA5360962F038A39E044 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::set_left(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_left_m6FF3BCE823654D55CC03B9202094E129A3891958 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_Offset::get_right()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_right_m268492C5D14D1239A429A152ED04DD8790EC98C4 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::set_right(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_right_m19952C4778E73F559E8229B5D1438766E4FF62F2 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_Offset::get_top()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_top_m5BAE1A688A264A63524AD4C456CE88CB2086105E (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::set_top(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_top_m5346213516D5B378349B70D61C4EE6BB25603DCC (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_Offset::get_bottom()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_bottom_m71E985879E87F76BE28A0FB0485F279866279845 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::set_bottom(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_bottom_m4FF1AE55CF113FD06678B22A8ED029F17A9019A8 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_Offset::get_horizontal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_horizontal_m3BE3663354670CEA3945FD6EC7C6FD1A3F4E81F7 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::set_horizontal(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_horizontal_m38C3B111DD01790C98E91423FCEF6BE826826891 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.TMP_Offset::get_vertical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_vertical_mB6681568C4F9B09DCE4CBFFDC33F733DE7EFE149 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::set_vertical(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_vertical_m16CC389B6E1291EA006498F0E739A05A5CD16ABE (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset__ctor_mE88A176987DB6F468CA09553D74E86E1B48AA81C (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___left0, float ___right1, float ___top2, float ___bottom3, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Offset::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset__ctor_m5C1836C5751505F6A9E674C8CD7A6419F4BFDCA0 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___horizontal0, float ___vertical1, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_Offset::op_Equality(TMPro.TMP_Offset,TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_op_Equality_m69BA2835453CA9BD35AC2DE792A29916D9E956A9 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___lhs0, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___rhs1, const RuntimeMethod* method) ;
// System.Int32 System.ValueType::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueType_GetHashCode_m3B47C72EA1FA846D9B0DFF3C444AB2BFA22CF3CE (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_Offset::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Offset_GetHashCode_mD43DEA54E08FF70C12AAB7FD40AC4310B81C1421 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method) ;
// System.Boolean System.ValueType::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_Offset::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_Equals_m7D8B386EF75BA3B1F931F1F70AAB10FEFA6B17F4 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_Offset::Equals(TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_Equals_m1670D25215AB3B155D89F019D27286D294A9ECF0 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___other0, const RuntimeMethod* method) ;
// System.Void TMPro.HighlightState::.ctor(UnityEngine.Color32,TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HighlightState__ctor_m25791146FF94DD76C2FAAAF47C1735C01D9F47B2 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color0, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___padding1, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color32,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_m6CE530D8A0BD1FA2D9C935CB2D5C4AC3EECA2B72 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___a0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___b1, const RuntimeMethod* method) ;
// System.Boolean TMPro.HighlightState::op_Equality(TMPro.HighlightState,TMPro.HighlightState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_op_Equality_m079807BBFB0171B565DB50BD48463813BD5DA6FD (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___lhs0, HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___rhs1, const RuntimeMethod* method) ;
// System.Int32 TMPro.HighlightState::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HighlightState_GetHashCode_m2BE4FEEDFCB6713FA9C10C2D3B93E938E011C985 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.HighlightState::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_Equals_m0317881F19561A64B9016A27C306FDB77460D165 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Boolean TMPro.HighlightState::Equals(TMPro.HighlightState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_Equals_mFC0B5D3A36F1CB24FFDC21F6C238184D43324825 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___other0, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline (const RuntimeMethod* method) ;
// UnityEngine.Color TMPro.ColorTween::get_startColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorTween_get_startColor_mC3CD44E2CCEF5BB78ED52759D570B1B6855CBBCC (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.ColorTween::set_startColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_startColor_m01FB2C14DD0139433F9EBCF39A286AE064B8A2FB (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method) ;
// UnityEngine.Color TMPro.ColorTween::get_targetColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorTween_get_targetColor_m26BAA4AAA09E6FD3E79F35C51170C32889919446 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.ColorTween::set_targetColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_targetColor_m24EB21B05BDCC21A4178DEB116962BE18B361B27 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method) ;
// TMPro.ColorTween/ColorTweenMode TMPro.ColorTween::get_tweenMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorTween_get_tweenMode_m9194D120345334B358FA8487E98C75FDD8F8355B (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.ColorTween::set_tweenMode(TMPro.ColorTween/ColorTweenMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_tweenMode_mB2A52A753B322F14EEF3A1C17B0CC51EB5210035 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.ColorTween::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorTween_get_duration_m2C26D45A626E334E9EECD575CCA45B55945736D3 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.ColorTween::set_duration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_duration_m0C781971A9EE23189EA02A2835731918680957F0 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, float ___value0, const RuntimeMethod* method) ;
// System.Boolean TMPro.ColorTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_m008715D2A64C9FC6419C9D71A7030F8710ABA6AE (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.ColorTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_ignoreTimeScale_mDC7F5B7E7EDF149304E8139C64712462DAB8D40D (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean TMPro.ColorTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_ValidTarget_mFA6997930396ACBF53FCDFBDC457FC3C63AE90D7 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::Lerp(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_Lerp_mCE0CF50E59713C5A8F6AAC2C6648CF0EDBEEB27B_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___a0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___b1, float ___t2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::Invoke(T0)
inline void UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9*, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F, const RuntimeMethod*))UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D_gshared)(__this, ___arg00, method);
}
// System.Void TMPro.ColorTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_TweenValue_m43ED566CB5FA4818535832C2ECFFCFEAAE7FFE8E (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, float ___floatPercentage0, const RuntimeMethod* method) ;
// System.Void TMPro.ColorTween/ColorTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTweenCallback__ctor_m8723485C32B5BEAF1EBC7F4A7078FB90BDCF1AB4 (ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
inline void UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9* __this, UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F* ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9*, UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F*, const RuntimeMethod*))UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE_gshared)(__this, ___call0, method);
}
// System.Void TMPro.ColorTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<UnityEngine.Color>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_AddOnChangedCallback_mF9FE28A71E2818B2C25D79B9272E838034B5A4E4 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F* ___callback0, const RuntimeMethod* method) ;
// System.Boolean TMPro.ColorTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_GetIgnoreTimescale_m502CC5CF9B974F7F564316687E61A16E8CF038F7 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Single TMPro.ColorTween::GetDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorTween_GetDuration_mC929D8E88C9C230CE6A0EAE684B84CA08CFAA615 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::.ctor()
inline void UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9* __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tF4BE0B078FD22C6D76548861637E94AB782888C9*, const RuntimeMethod*))UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D_gshared)(__this, method);
}
// System.Single TMPro.FloatTween::get_startValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_startValue_mE12446AD7FA5B7816124ADFF1FF7959A3B6ACF1B (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FloatTween::set_startValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_startValue_m1E04EA68FFEE3AA1553B194D0F82C32815E2C718 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.FloatTween::get_targetValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_targetValue_m2FA9DBB4C75BFD36E2A9DE57522CAA25D9F44FF2 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FloatTween::set_targetValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_targetValue_mE110CBA03582B01B96766AE53F2DDD3C2D4DE131 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single TMPro.FloatTween::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_duration_mE71CD40934ED69FDD7CDA8D5438E9897E6E9FE7A (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FloatTween::set_duration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_duration_mF59D55C5F70E037AF88A6191D282D404C532D613 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___value0, const RuntimeMethod* method) ;
// System.Boolean TMPro.FloatTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m8FE31080B4800A6CFB89918E0803BB1BE21FDA4B (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Void TMPro.FloatTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_ignoreTimeScale_m53B7945E5B54998B9BC28E7508E94D3A8205C10A (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Boolean TMPro.FloatTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_m4591FB5DBEE8762554B97A09B232893EE754D7DF (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_mFB4910B358B986AFB22114ED90458E8341867479_inline (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::Invoke(T0)
inline void UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805 (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, float ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4*, float, const RuntimeMethod*))UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805_gshared)(__this, ___arg00, method);
}
// System.Void TMPro.FloatTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_TweenValue_m022D385B013439E2FB8020F6A6BD329CECA81E89 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___floatPercentage0, const RuntimeMethod* method) ;
// System.Void TMPro.FloatTween/FloatTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTweenCallback__ctor_m93E614F36DA9484D40A5286A7EB4220220A25F00 (FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
inline void UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4*, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*, const RuntimeMethod*))UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_gshared)(__this, ___call0, method);
}
// System.Void TMPro.FloatTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<System.Single>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_AddOnChangedCallback_m2DCB737D223D6345503A9DA057D7935F9C3A5AD6 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___callback0, const RuntimeMethod* method) ;
// System.Boolean TMPro.FloatTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_GetIgnoreTimescale_mB13FC7DCC241FCF2C9EC10D8AF8A9B6103F9B420 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Single TMPro.FloatTween::GetDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_GetDuration_m4F4E336D66A32D1F051E0EF2B1513F05EC3BF349 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::.ctor()
inline void UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422 (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4* __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tDD811EB8F49CEE97BA6DF59344DFE6C6F42553D4*, const RuntimeMethod*))UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422_gshared)(__this, method);
}
// System.Void UnityEngine.GameObject::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___name0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.RectTransform>()
inline RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_DefaultControls::SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetParentAndAlign_m49504B349B9767BA0C3ED5D574B68838DB92544C (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___child0, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___parent1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Text::set_fontSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, float ___value0, const RuntimeMethod* method) ;
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::get_colors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 Selectable_get_colors_mB53E365D02351D4B64084295C4B2A7AF2DEC4750 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ColorBlock::set_highlightedColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_highlightedColor_m04E97DF2CCE7CAC47120D8F486E18BF62F16FF86 (ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ColorBlock::set_pressedColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_pressedColor_m644C938090857AB07C57B25FE53F6DC2BB0DD5A8 (ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ColorBlock::set_disabledColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_disabledColor_m4D10D1F8525CCC7E8E200E3994AFB28ADABB1D8E (ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___parent0, bool ___worldPositionStays1, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.GameObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_DefaultControls::SetLayerRecursively(UnityEngine.GameObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetLayerRecursively_mC41476261A5CC225DE7FE9BA8B1225FFE1E1D58F (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___go0, int32_t ___layer1, const RuntimeMethod* method) ;
// System.Void UnityEngine.GameObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_m6E1AF478A2CC86BD222B96317BEB78B7D89B18D0 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, int32_t ___index0, const RuntimeMethod* method) ;
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Transform::get_childCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateUIElementRoot(System.String,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0 (String_t* ___name0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size1, const RuntimeMethod* method) ;
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateUIObject(System.String,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765 (String_t* ___name0, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___parent1, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.Image>()
inline Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE (Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Image::set_type(UnityEngine.UI.Image/Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF (Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* __this, int32_t ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// System.Void UnityEngine.RectTransform::set_anchorMin(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_one()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_anchorMax(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.Scrollbar>()
inline Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* GameObject_AddComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_m483D120AC715C1960421BC226FBA33E0DFC8FDDA (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Scrollbar::set_handleRect(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_set_handleRect_m2B621325A0EEA1EDCB71402FCBC7DBEB9C2BD4B0 (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::set_targetGraphic(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_targetGraphic_m23DB0DF4E5F2DABD50C662C708B4555162171FB9 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_DefaultControls::SetDefaultColorTransitionValues(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetDefaultColorTransitionValues_m37B34B13FB508737733A214ABA4A4B7E920B41E7 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___slider0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.Button>()
inline Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// T UnityEngine.GameObject::AddComponent<TMPro.TextMeshProUGUI>()
inline TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void TMPro.TMP_Text::set_alignment(TMPro.TextAlignmentOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_DefaultControls::SetDefaultTextValues(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetDefaultTextValues_mDD66853F8B9F601A850D19E664C134067C7887AE (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___lbl0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<TMPro.TMP_InputField>()
inline TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* GameObject_AddComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m7634BD6E88C8C114467032957C547AC3D91FC675 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.RectMask2D>()
inline RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* GameObject_AddComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m13A9D8AFFFA3B7A823E98A8E1A39F51DF1B8ED4F (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.RectMask2D::set_padding(UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectMask2D_set_padding_m2E8CADD2DC7A40E78586118453CFE2D8795C997A (RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_offsetMin(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_offsetMin_m07F38B4105C7CA9CC9FBDC9ED0DB008602880AB9 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_offsetMax(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_offsetMax_m5514D09D86516F2C0E25FA6D11A3A4274D3D002D (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Text::set_enableWordWrapping(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Text::set_extraPadding(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Text::set_richText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_richText_mAB3D04F620E13F02117B34BBA2EF7BD30AAE6F0F (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Text::set_fontStyle(TMPro.FontStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_fontStyle_m61931944B2E922D50087312D80F8685A2F29EBF8 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, int32_t ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.LayoutElement>()
inline LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void TMPro.TMP_InputField::set_textViewport(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_textViewport_m3CB40F8DD0636EFBA496F1E76D41EE9C9570CB17 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_textComponent(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_textComponent_mCECC9B18AE37E999E5B38431D89C17B9BE384E07 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_placeholder(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_placeholder_m597012397FF55E6DE7E5E63972A3BE03EEAC480A (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___value0, const RuntimeMethod* method) ;
// TMPro.TMP_FontAsset TMPro.TMP_Text::get_font()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_InputField::set_fontAsset(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_InputField_set_fontAsset_mB102F697B83B5115F2E4B30A076FE67D30BCA201 (TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* __this, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___value0, const RuntimeMethod* method) ;
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateScrollbar(TMPro.TMP_DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateScrollbar_m6E0D7DC68D4F801076674F5BB5801BC2358316CB (Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B ___resources0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponent<UnityEngine.UI.Scrollbar>()
inline Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* GameObject_GetComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mF12372E2716F1FC72A4AA2D6EEB7F9972A4D4437 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Scrollbar::SetDirection(UnityEngine.UI.Scrollbar/Direction,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_SetDirection_mA62DC964AA698D058BC84FA1DCAFA46BCA6A8182 (Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* __this, int32_t ___direction0, bool ___includeRectLayouts1, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_right()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_right_mCE2D0142663361ED4B48C36873786986D25A6E0A_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.Toggle>()
inline Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* GameObject_AddComponent_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m0E1C6713C85CAAB22DE299872377285F55C106D1 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Toggle::set_isOn(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* __this, bool ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.ScrollRect>()
inline ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* GameObject_AddComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m0A6459FD638F47691E8A770650040DADF297BC17 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.UI.ScrollRect::set_content(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_content_m01BF6FE0205985CBD16C6D3BB4B6F345B3AF484E (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_viewport(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_viewport_m53D91C0869950B18953E163E9A3CE5E7AFB0A262 (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_horizontal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_horizontal_m99C076AF2B2B596C87435E1465EF0B104281B150 (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_movementType(UnityEngine.UI.ScrollRect/MovementType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_movementType_m2A900C10E6C005FD6866EFF1DA2DF78AA957534A (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_verticalScrollbar(UnityEngine.UI.Scrollbar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalScrollbar_m3A3503567D1ED44E21A452FE51B12691E084426C (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_verticalScrollbarVisibility(UnityEngine.UI.ScrollRect/ScrollbarVisibility)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalScrollbarVisibility_m40A791E57B3FD37CEB97D2FD29639C4EC5B49ABF (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_verticalScrollbarSpacing(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalScrollbarSpacing_m27BECB09BC4EE6BC91EAABEF50657182A637C1E7 (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, float ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.UI.Mask>()
inline Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213* GameObject_AddComponent_TisMask_tE8E16C858EC6ECCE545C03802BD1399F7F406213_mAB9A7CE273F47DA107A278EEFEF3C1B61C08B303 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Mask::set_showMaskGraphic(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mask_set_showMaskGraphic_m9F288D22259CFD781D5A4D9B9747C2A2895E7D67 (Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213* __this, bool ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<TMPro.TMP_Dropdown>()
inline TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* GameObject_AddComponent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_mF204EA557E861D7FAE149417A8745D2066DAAD70 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void TMPro.TMP_Dropdown::set_template(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_template_mCA07B030A71D2E4D4C179B4E4E72568656A340BF (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::set_captionText(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_captionText_m7050B2703E0A8C652571271C860004F0014BD464 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::set_itemText(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_itemText_mCC983B4A78E8C594E5C78BE1F8F8DBB067E3CA1B (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData> TMPro.TMP_Dropdown::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_m5B8E6B683070AB406FA738E689E2FD4055697FB6 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/OptionData::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::Add(T)
inline void List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_inline (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* __this, OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*, OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void TMPro.TMP_Dropdown::RefreshShownValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_anchoredPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData> TMPro.TMP_Dropdown/OptionDataList::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* OptionDataList_get_options_mBC2E351252449F2B611857D18B396CEDF2289781 (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/OptionDataList::set_options(System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionDataList_set_options_m826C957D08679C2620276456BCD535D148640174 (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* __this, List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::SetValue(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_SetValue_m1E528A87C2B11DD84D0141D8C6D175EEFE26F202 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, int32_t ___value0, bool ___sendCallback1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337 (const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::get_Count()
inline int32_t List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___exists0, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method) ;
// System.Void UnityEngine.UISystemProfilerApi::AddMarker(System.String,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UISystemProfilerApi_AddMarker_m86FB0AD20A17D79720E18D726307D16280920FBA (String_t* ___name0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(T0)
inline void UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638 (UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A* __this, int32_t ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A*, int32_t, const RuntimeMethod*))UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638_gshared)(__this, ___arg00, method);
}
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/OptionDataList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionDataList__ctor_m698166937E8E51F44FC2CCE7B3EF7BDA3932645B (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/DropdownEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownEvent__ctor_m65812C2BBC12188466CE844E9EC223B89E0946C1 (DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::.ctor()
inline void List_1__ctor_mE3C7EA473286CAFBA29B58713C4851B9086D4DB4 (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Selectable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable__ctor_m340EDFEA07F025166175C3ECB1BD2EEDD81C8638 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// UnityEngine.Sprite UnityEngine.UI.Image::get_sprite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* Image_get_sprite_mB2AA377708722E100574F6F75BC102513BB3BCB1 (Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Behaviour::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::.ctor()
inline void TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696 (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E*, const RuntimeMethod*))TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696_gshared)(__this, method);
}
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::Init(UnityEngine.MonoBehaviour)
inline void TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493 (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* ___coroutineContainer0, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E*, MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71*, const RuntimeMethod*))TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493_gshared)(__this, ___coroutineContainer0, method);
}
// System.Void UnityEngine.EventSystems.UIBehaviour::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_Start_mB12643ED6D859CD3682B4BF5B9CA7F72E8A72B45 (UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::ImmediateDestroyDropdownList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_ImmediateDestroyDropdownList_mFEE6CE2C3264546861C82E60CE4C61BA42559B98 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnDisable_m293DB718E1101FC77E655E4A2C4F2DE1DBD4663C (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::get_Item(System.Int32)
inline OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* (*) (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.String TMPro.TMP_Dropdown/OptionData::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, const RuntimeMethod* method) ;
// UnityEngine.Sprite TMPro.TMP_Dropdown/OptionData::get_image()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* OptionData_get_image_m5C866E5C2E025EABF5591C7F88FB46E426EF20BA (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1_AddRange_m254BAF37C2F5619C561EE3FB9C6222545722BE69 (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___collection0, method);
}
// T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8 (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_mC08B019055F1AFA7CFC262EF24A64F6D8E7C84E6 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, String_t* ___text0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.Sprite>::get_Item(System.Int32)
inline Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* List_1_get_Item_m9F1FC9C6704A2B80B7E5AD5B3A8C88FAF4D55354 (List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* (*) (List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_mFB73CF17AD7974CEBAA97EB2C90B2E37FB624065 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___image0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Sprite>::get_Count()
inline int32_t List_1_get_Count_mF949A7522EA5DF1109EDAD6E4D8454EFDC54B63F_inline (List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::Clear()
inline void List_1_Clear_m138D6C1F125ACA90D9BC9BB66E655B5FE83DCF3E_inline (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Debug::LogError(System.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m385F8F46AD9C455E80053F42571A7CE321915C0A (RuntimeObject* ___message0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___context1, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponentInChildren<UnityEngine.UI.Toggle>()
inline Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* Component_GetComponentInChildren_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m90D2C4B376A07542F929EE9E44801C73D517332C (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mE483A27E876DE8E4E6901D6814837F81D7C42F65_gshared)(__this, method);
}
// UnityEngine.Transform UnityEngine.Component::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// UnityEngine.RectTransform TMPro.TMP_Dropdown::get_template()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// TMPro.TMP_Text TMPro.TMP_Dropdown::get_itemText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* TMP_Dropdown_get_itemText_m0AAE4A304C3AC8132209E844C5303411DB3C1AFB (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// UnityEngine.Transform TMPro.TMP_Text::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* TMP_Text_get_transform_m6BD41E08BFCFCE722DFCE4627626AD60CA99CCA8 (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Transform::IsChildOf(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Transform_IsChildOf_mFE071BE1E775E825401FE0A9B9BE49E39D256CEA (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___parent0, const RuntimeMethod* method) ;
// UnityEngine.UI.Image TMPro.TMP_Dropdown::get_itemImage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* TMP_Dropdown_get_itemImage_mE0C2F6ED6A8338733F2A260939530BAB06DB576E (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<TMPro.TMP_Dropdown/DropdownItem>()
inline DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* GameObject_AddComponent_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mFFFE23AC67FADE2D4C0CAF3480D0F7F6F4F0F90B (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_text(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_text_m7C30C7E6DEE86A8896B99A872C5934D6F0B234F2 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_image(UnityEngine.UI.Image)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_image_m133BCC7D7320DC10EBBF5193FAE0E60C3F9A15C2 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_toggle(UnityEngine.UI.Toggle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_toggle_mBD6E9CFB6C3757CB013CB683A8BB6DAFF34A94FA (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_rectTransform(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_rectTransform_m0C6BAB5E2EB69C438BF2F8D4DDE3E0DE136651AD (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.Canvas>()
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// T TMPro.TMP_Dropdown::GetOrAddComponent<UnityEngine.Canvas>(UnityEngine.GameObject)
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* TMP_Dropdown_GetOrAddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m9914D86DE94D2E489EB9BA145590F53469B8D869 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___go0, const RuntimeMethod* method)
{
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))TMP_Dropdown_GetOrAddComponent_TisRuntimeObject_mE18A4DF1BE9BAAC3631EA05697946B25A8FBE819_gshared)(___go0, method);
}
// System.Void UnityEngine.Canvas::set_overrideSorting(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_overrideSorting_m155D936A457E7935683894150A0E5DBED2170F54 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Canvas::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_sortingOrder_m70D89DB61A3C0589C0FAB525E613DE9D0C799AAC (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, int32_t ___value0, const RuntimeMethod* method) ;
// T[] UnityEngine.Component::GetComponents<UnityEngine.EventSystems.BaseRaycaster>()
inline BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799* Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_m35447B0B07F9C06A1AF846E482EC6FEB09D2436F_gshared)(__this, method);
}
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// UnityEngine.Component UnityEngine.GameObject::GetComponent(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* GameObject_GetComponent_m99E12753EA84947521DC711CA33F452B5E65B474 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, Type_t* ___type0, const RuntimeMethod* method) ;
// UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* GameObject_AddComponent_mDF246771EC34613FA6AF0C98D443368FB43E9F36 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, Type_t* ___componentType0, const RuntimeMethod* method) ;
// T TMPro.TMP_Dropdown::GetOrAddComponent<UnityEngine.UI.GraphicRaycaster>(UnityEngine.GameObject)
inline GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B* TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___go0, const RuntimeMethod* method)
{
return (( GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))TMP_Dropdown_GetOrAddComponent_TisRuntimeObject_mE18A4DF1BE9BAAC3631EA05697946B25A8FBE819_gshared)(___go0, method);
}
// T TMPro.TMP_Dropdown::GetOrAddComponent<UnityEngine.CanvasGroup>(UnityEngine.GameObject)
inline CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* TMP_Dropdown_GetOrAddComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_mA39EACC2CDC2A46921FAC2B5F4E629FEEE393A7E (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___go0, const RuntimeMethod* method)
{
return (( CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))TMP_Dropdown_GetOrAddComponent_TisRuntimeObject_mE18A4DF1BE9BAAC3631EA05697946B25A8FBE819_gshared)(___go0, method);
}
// System.Void TMPro.TMP_Dropdown::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_Show_m8A64194BE150E0774C66E69479A1699DBB6AA900 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.MonoBehaviour::StopCoroutine(UnityEngine.Coroutine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopCoroutine_mB0FC91BE84203BD8E360B3FBAE5B958B4C5ED22A (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___routine0, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<T> TMPro.TMP_ListPool`1<UnityEngine.Canvas>::Get()
inline List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* TMP_ListPool_1_Get_m88CF3C5315579006E60C477AAED6C4917B5D8453 (const RuntimeMethod* method)
{
return (( List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* (*) (const RuntimeMethod*))TMP_ListPool_1_Get_mFF9A7D24BC660F6FA0CF82E91FC2D518A63DF496_gshared)(method);
}
// System.Void UnityEngine.GameObject::GetComponentsInParent<UnityEngine.Canvas>(System.Boolean,System.Collections.Generic.List`1<T>)
inline void GameObject_GetComponentsInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m48EDEF385CB00DF400A78ED1C005F703C87891F4 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___includeInactive0, List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* ___results1, const RuntimeMethod* method)
{
(( void (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, bool, List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94*, const RuntimeMethod*))GameObject_GetComponentsInParent_TisRuntimeObject_mC4527CDE5CC2128D895CDAC4B85A6DE25028205C_gshared)(__this, ___includeInactive0, ___results1, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Count()
inline int32_t List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_inline (List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Item(System.Int32)
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85 (List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Boolean UnityEngine.Canvas::get_isRootCanvas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Canvas_get_isRootCanvas_m57410F800ED6E96C75E2703468B66DE0D5AC6846 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_ListPool`1<UnityEngine.Canvas>::Release(System.Collections.Generic.List`1<T>)
inline void TMP_ListPool_1_Release_mB87F7EA80FD75AD1059D1CF74AFDFCC9C3E2C375 (List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* ___toRelease0, const RuntimeMethod* method)
{
(( void (*) (List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94*, const RuntimeMethod*))TMP_ListPool_1_Release_m22967E1C1430234B9470ED036491D7310BAB3B8B_gshared)(___toRelease0, method);
}
// System.Void TMPro.TMP_Dropdown::SetupTemplate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_SetupTemplate_m3016B8C83713F451E88F3CBF008856BAB835F0EA (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Canvas::get_sortingLayerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_sortingLayerID_m38FE23D0D6A2001F62CA24676298E95BEE968AB6 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Canvas::set_sortingLayerID(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_sortingLayerID_m402DC8D59AAF66A6696BFE682D0B7AF489EA13FE (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, int32_t ___value0, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponentInChildren<TMPro.TMP_Dropdown/DropdownItem>()
inline DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* GameObject_GetComponentInChildren_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mAE6BC2DA3495396AAF82916C02A55E9F30182153 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_mED181B37054A10395CA356010754C7DFC685893C_gshared)(__this, method);
}
// UnityEngine.RectTransform TMPro.TMP_Dropdown/DropdownItem::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.RectTransform::get_rect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Rect::get_min()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Transform::get_localPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Rect::get_max()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Rect::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::Clear()
inline void List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_inline (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Void TMPro.TMP_Dropdown/<>c__DisplayClass69_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass69_0__ctor_mD126C84DF1978CB7709CC2B7374265951604D581 (U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_Dropdown::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method) ;
// TMPro.TMP_Dropdown/DropdownItem TMPro.TMP_Dropdown::AddItem(TMPro.TMP_Dropdown/OptionData,System.Boolean,TMPro.TMP_Dropdown/DropdownItem,System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* TMP_Dropdown_AddItem_m1B768BFBFFE0E340BAD0141E2C3F90FFAE889EFA (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* ___data0, bool ___selected1, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___itemTemplate2, List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* ___items3, const RuntimeMethod* method) ;
// UnityEngine.UI.Toggle TMPro.TMP_Dropdown/DropdownItem::get_toggle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
inline void UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD (UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB* __this, UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tEEB36A367DCB5867E93AAF6BECAF3558CA71BECB*, UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*, const RuntimeMethod*))UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_gshared)(__this, ___call0, method);
}
// System.Boolean UnityEngine.UI.Toggle::get_isOn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m89A609E936CD67F460E336CA8E03C4047BFB6619 (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* __this, const RuntimeMethod* method) ;
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::get_navigation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C Selectable_get_navigation_mA0E5FC6B1D19C2DCABA5C82EC33C49CF7F17103E (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Navigation::set_mode(UnityEngine.UI.Navigation/Mode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Navigation_set_mode_m0BEF999F733332AD994CF3CA4AC17B2A47531207 (Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Navigation::set_selectOnDown(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Navigation_set_selectOnDown_m0EBBAB8C51107F75F63FFBC3DF88D9010E6A44BB (Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C* __this, Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Navigation::set_selectOnRight(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Navigation_set_selectOnRight_mD0B38024BB628CDC801EA93E9FF7C438ECE2055B (Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C* __this, Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Navigation::set_selectOnLeft(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Navigation_set_selectOnLeft_mA4E7480D7CBDA9A5ECA93BAFCD1CF1976A994FCB (Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C* __this, Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Navigation::set_selectOnUp(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Navigation_set_selectOnUp_mCB04000FDFC05D3BAC497602E4BA346A536152E5 (Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C* __this, Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Selectable::set_navigation(UnityEngine.UI.Navigation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_navigation_m706D254813B084B60F07980607D7AE43AC44AFEF (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::get_Count()
inline int32_t List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_inline (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::GetWorldCorners(UnityEngine.Vector3[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_GetWorldCorners_m6E15303C3B065B2F65E0A7F0E0217695564C2E09 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___fourCornersArray0, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector3::get_Item(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Vector2::get_Item(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransformUtility::FlipLayoutOnAxis(UnityEngine.RectTransform,System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransformUtility_FlipLayoutOnAxis_m01F500B9F67360C94852A52560797558C2A6CED7 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___rect0, int32_t ___axis1, bool ___keepPositioning2, bool ___recursive3, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::get_Item(System.Int32)
inline DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546 (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* (*) (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchorMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_anchorMin_mD85363930BE38EC188F933B9F4D58320CAB72F03 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchorMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_anchorMax_mEF870BE2A134CEB9C2326930A71D3961271297DB (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::AlphaFadeList(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AlphaFadeList_m663AC38ACFC469DBDFFF025314B34E310D70FBB8 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___duration0, float ___start1, float ___end2, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline (const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mE6A2D5C6578E94268024613B596BF09F990B1260_inline (const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.Canvas>()
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// T UnityEngine.GameObject::GetComponent<UnityEngine.Canvas>()
inline Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* GameObject_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_mE5A2711FA84F57F5EA0876DB106B1A146956CEFE (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// System.Int32 UnityEngine.Canvas::get_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_sortingOrder_mFA9AC878A11BBEE1716CF7E7DF52E0AAC570C451 (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* __this, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline (const RuntimeMethod* method) ;
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131 (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302 (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* __this, UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___call0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mFCDAE6333522488F60597AF019EA90BB1207A5AA (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T)
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_mC898F7E3D9541F17BD8B79579FDD431C0651E12D (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___original0, const RuntimeMethod* method)
{
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mCD6FC6BB14BA9EF1A4B314841EB4D40675E3C1DB_gshared)(___original0, method);
}
// T UnityEngine.Object::Instantiate<TMPro.TMP_Dropdown/DropdownItem>(T)
inline DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* Object_Instantiate_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_m1578BF4A54E6768A3D7C5D9D73E43F9F112AE488 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___original0, const RuntimeMethod* method)
{
return (( DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* (*) (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mCD6FC6BB14BA9EF1A4B314841EB4D40675E3C1DB_gshared)(___original0, method);
}
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// TMPro.TMP_Text TMPro.TMP_Dropdown/DropdownItem::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* DropdownItem_get_text_mBE92632907F1772753BC60A7FE1E5358077E6FD4 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method) ;
// UnityEngine.UI.Image TMPro.TMP_Dropdown/DropdownItem::get_image()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* DropdownItem_get_image_m1C89F635266FD742D3542FA99DB1A0D224CFD270 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>::Add(T)
inline void List_1_Add_mB52F72A33AA2CBE5C277583C3DC2F3A92AC74735_inline (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* __this, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97*, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// T UnityEngine.GameObject::GetComponent<UnityEngine.CanvasGroup>()
inline CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// System.Single UnityEngine.CanvasGroup::get_alpha()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasGroup_get_alpha_mBFEA193D2886B27CC53B31F90F7A1659B67ED6DF (CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* __this, const RuntimeMethod* method) ;
// System.Boolean System.Single::Equals(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9 (float* __this, float ___obj0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5 (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5_gshared)(__this, ___object0, ___method1, method);
}
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::StartTween(T)
inline void TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6 (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE ___info0, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E*, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE, const RuntimeMethod*))TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6_gshared)(__this, ___info0, method);
}
// System.Void UnityEngine.CanvasGroup::set_alpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasGroup_set_alpha_m5C06839316D948BB4F75ED72C87FA1F1A20C333F (CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown::AlphaFadeList(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AlphaFadeList_mC7278768821D6B8FD28FC712E8DE85CA334E2104 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___duration0, float ___alpha1, const RuntimeMethod* method) ;
// System.Collections.IEnumerator TMPro.TMP_Dropdown::DelayedDestroyDropdownList(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_Dropdown_DelayedDestroyDropdownList_m746DFE51A0D66199C34FA32CF81761FDF1BE5F9C (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___delay0, const RuntimeMethod* method) ;
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, RuntimeObject* ___routine0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDestroyDropdownListU3Ed__81__ctor_mFA83B08D54630018817A4BF76653AFDD3B1F8F69 (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) ;
// System.Void TMPro.TweenRunner`1<TMPro.FloatTween>::StopTween()
inline void TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0 (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* __this, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E*, const RuntimeMethod*))TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0_gshared)(__this, method);
}
// System.Void TMPro.TMP_Dropdown::set_value(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_value_m8362A866D571975FECFD1FE47D3C4D83559795BF (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, int32_t ___value0, const RuntimeMethod* method) ;
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0 (const RuntimeMethod* method) ;
// System.Void UnityEngine.EventSystems.EventSystem::SetSelectedGameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_SetSelectedGameObject_m91382EAC4D552C672CC07BE7EB1481F156045280 (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___selected0, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponentInParent<TMPro.TMP_Dropdown>()
inline TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* Component_GetComponentInParent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_m1DA97ED44C4215CEB0DB846CD58B0677896AFBFA (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponentInParent_TisRuntimeObject_m6746D6BB99912B1B509746C993906492F86CD119_gshared)(__this, method);
}
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Dropdown/OptionData::set_image(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData_set_image_m17048079C3FCD19A6D190AAEBA198DBB74D93C88 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>::.ctor()
inline void List_1__ctor_mE80F02484ED836571C16C2A0C39181A5E707536B (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::.ctor()
inline void UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684 (UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A* __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t7CC0661D6B113117B4CC68761D93AC8DF5DBD66A*, const RuntimeMethod*))UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684_gshared)(__this, method);
}
// System.Void TMPro.TMP_Dropdown::OnSelectItem(UnityEngine.UI.Toggle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_OnSelectItem_m9F1323DE41E23EFF4381C914BF1FCAA57F73C7AC (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggle0, const RuntimeMethod* method) ;
// System.Void UnityEngine.WaitForSecondsRealtime::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSecondsRealtime__ctor_mBFC1E4F0E042D5EC6E7EEB211A2FE5193A8F6D6F (WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01* __this, float ___time0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::ReadFontAssetDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// UnityEngine.Texture2D[] TMPro.TMP_FontAsset::get_atlasTextures()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* TMP_FontAsset_get_atlasTextures_m80D4DF83161F39AC7D06B0B097038B1E02AFE307 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// TMPro.TMP_FontAsset TMPro.TMP_FontAsset::CreateFontAsset(UnityEngine.Font,System.Int32,System.Int32,UnityEngine.TextCore.LowLevel.GlyphRenderMode,System.Int32,System.Int32,TMPro.AtlasPopulationMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontAsset_CreateFontAsset_m762BC2630D840C890BBA39566366BA8A48242C15 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font0, int32_t ___samplingPointSize1, int32_t ___atlasPadding2, int32_t ___renderMode3, int32_t ___atlasWidth4, int32_t ___atlasHeight5, int32_t ___atlasPopulationMode6, bool ___enableMultiAtlasSupport7, const RuntimeMethod* method) ;
// UnityEngine.TextCore.LowLevel.FontEngineError UnityEngine.TextCore.LowLevel.FontEngine::InitializeFontEngine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FontEngine_InitializeFontEngine_m638D8F80E80E328F2DB85FADC7F898C41E56D87E (const RuntimeMethod* method) ;
// UnityEngine.TextCore.LowLevel.FontEngineError UnityEngine.TextCore.LowLevel.FontEngine::LoadFontFace(UnityEngine.Font,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font0, int32_t ___pointSize1, const RuntimeMethod* method) ;
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5 (RuntimeObject* ___message0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___context1, const RuntimeMethod* method) ;
// T UnityEngine.ScriptableObject::CreateInstance<TMPro.TMP_FontAsset>()
inline TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ScriptableObject_CreateInstance_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_mCB0DC422A1BB083A83B410A4FEF734E29187F014 (const RuntimeMethod* method)
{
return (( TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mBE664E52864F727B39B81313FA00C5FCFF9BAE62_gshared)(method);
}
// UnityEngine.TextCore.FaceInfo UnityEngine.TextCore.LowLevel.FontEngine::GetFaceInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 FontEngine_GetFaceInfo_m946A83D7741C40F408709FEE224CE130FD578A1A (const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_faceInfo(UnityEngine.TextCore.FaceInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_faceInfo_m711C454A1E8FE2B5DF455B6673257187B4C65B39 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_sourceFontFile(UnityEngine.Font)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_sourceFontFile_mD3E145F204C872196FAE7DF1B97724C43BE24377 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_atlasPopulationMode(TMPro.AtlasPopulationMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasPopulationMode_mE002B4CEA0FB2CA8A52C77820B054165881E4FA4 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_atlasWidth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasWidth_mBF3960711180E34BB43393B4AA9951DC82B3535E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_atlasHeight(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasHeight_m1272E53248672683B4210DC23137D7F270CFE81C (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_atlasPadding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasPadding_m3113EAFFC2BFEE6B95D5371D0325A8284CFBDA4B (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_atlasRenderMode(UnityEngine.TextCore.LowLevel.GlyphRenderMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasRenderMode_m82C0939AEF473FB4A319457D4B6B7E67F36059BE (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_atlasTextures(UnityEngine.Texture2D[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasTextures_m5FED84FD7829C6B72E5937EC8DB9F844E654E937 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_isMultiAtlasTexturesEnabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_isMultiAtlasTexturesEnabled_m1EBFF9BBDE2D2A4E0B754FB1CCC45B76B0F1FA10 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, bool ___value0, const RuntimeMethod* method) ;
// UnityEngine.Shader TMPro.ShaderUtilities::get_ShaderRef_MobileBitmap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ShaderUtilities_get_ShaderRef_MobileBitmap_m94CEC6AEA07F2CAF6A6BE9C98DCB50319795CD37 (const RuntimeMethod* method) ;
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___shader0, const RuntimeMethod* method) ;
// System.Void UnityEngine.Material::SetTexture(System.Int32,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___nameID0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___value1, const RuntimeMethod* method) ;
// System.Void UnityEngine.Material::SetFloat(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___nameID0, float ___value1, const RuntimeMethod* method) ;
// UnityEngine.Shader TMPro.ShaderUtilities::get_ShaderRef_MobileSDF()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ShaderUtilities_get_ShaderRef_MobileSDF_mF290287DC8FCA75D104DC7A0C01BEF67EA8F9C53 (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>::.ctor(System.Int32)
inline void List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*, int32_t, const RuntimeMethod*))List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B_gshared)(__this, ___capacity0, method);
}
// System.Void UnityEngine.TextCore.GlyphRect::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphRect__ctor_m2B11A6C6C70735CB77FE2176E3D55D922D772A95 (GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D* __this, int32_t ___x0, int32_t ___y1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>::Add(T)
inline void List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_inline (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D, const RuntimeMethod*))List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_gshared_inline)(__this, ___item0, method);
}
// System.Void TMPro.TMP_FontAsset::set_freeGlyphRects(System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_freeGlyphRects_mC976815EFF6313591B1B2A4CFFF9C77249570DC1 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::set_usedGlyphRects(System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_usedGlyphRects_m75EC42D8C57FFCA998DC859C5B6D91D03F7C1615 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::UpgradeFontAsset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpgradeFontAsset_m97EF749DD42303D0AF9EF5C120832CA697F9DAC1 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.ProfilerMarker::Begin()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::InitializeDictionaryLookupTables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeDictionaryLookupTables_mEB2EEBAF42E2F540C08EE513E9C03D814E6213C3 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::AddSynthesizedCharactersAndFaceMetrics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_AddSynthesizedCharactersAndFaceMetrics_m4B60AD7CEE8FD7A1DA1EDCAFC6A55E4762F174BB (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.FaceInfo::get_scale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_scale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_scale_m379253929403DA08480CAD127C908A0E8329A5D4 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.FaceInfo::get_strikethroughOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_strikethroughOffset_m7997E4A1512FE358331B3A6543C62C92A0AA5CA5 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.FaceInfo::get_capLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_capLine_m0D95B5D5CEC5CFB12091F5EB5965DE6E38588C88 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_strikethroughOffset(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_strikethroughOffset_m57B05848BDA21F7AF6563394D29C8AE7107FEFF0 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Material::HasProperty(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___nameID0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Material::GetFloat(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Material_GetFloat_m52462F4AEDE20758BFB592B11DE83A79D2774932 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___nameID0, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_TextUtilities::GetSimpleHashCode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetSimpleHashCode_m15FA466AEECE8EDBDF9E75B0DD9B62E5C45789FE (String_t* ___s0, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.ProfilerMarker::End()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::InitializeGlyphLookupDictionary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeGlyphLookupDictionary_mFAED66009A159849EC515F922317CA629B3DF1F3 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::InitializeCharacterLookupDictionary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeCharacterLookupDictionary_m598F2AE1FBDE1D58002C4C89371B8FEF1AE61C7D (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::InitializeGlyphPaidAdjustmentRecordsLookupDictionary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeGlyphPaidAdjustmentRecordsLookupDictionary_m0A997B751301AB9C3D3A495D02462B116CEE08B5 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>::.ctor()
inline void Dictionary_2__ctor_m30C3F5890A20AF5FA64A272E19CFC8750E0F9D16 (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*, const RuntimeMethod*))Dictionary_2__ctor_m5F2C53FF0072F4015E5D14621F555D29B1EB79E5_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>::Clear()
inline void Dictionary_2_Clear_mA3D3FC8E3561F6885204CB1CC9E3AB82E4F649E8 (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*, const RuntimeMethod*))Dictionary_2_Clear_m2561EDEA2235BCE5FAED59F4E2E352FDA7C71115_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor()
inline void List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::Clear()
inline void List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>::get_Count()
inline int32_t List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_inline (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>::get_Item(System.Int32)
inline Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* List_1_get_Item_m95F9D3D98504ED93586B4A5F2D06C8F0D39605D0 (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* (*) (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932 (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* __this, uint32_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*, uint32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m61654FF64053B954D62E586B09309D37EEBB9FB3_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>::Add(TKey,TValue)
inline void Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567 (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* __this, uint32_t ___key0, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*, uint32_t, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*, const RuntimeMethod*))Dictionary_2_Add_m5124CA0DFD4B9968298DB45CEDF7F4B7A1F7DF83_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
inline void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, uint32_t, const RuntimeMethod*))List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>::.ctor()
inline void Dictionary_2__ctor_mF1183A3E6C104EFE8C0CDAFCCE547B93181B5923 (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*, const RuntimeMethod*))Dictionary_2__ctor_m5F2C53FF0072F4015E5D14621F555D29B1EB79E5_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>::Clear()
inline void Dictionary_2_Clear_mC845CA26A09910DC6E06756ADA829C77C8C3FF63 (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*, const RuntimeMethod*))Dictionary_2_Clear_m2561EDEA2235BCE5FAED59F4E2E352FDA7C71115_gshared)(__this, method);
}
// T System.Collections.Generic.List`1<TMPro.TMP_Character>::get_Item(System.Int32)
inline TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28 (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* (*) (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.UInt32 TMPro.TMP_TextElement::get_unicode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, const RuntimeMethod* method) ;
// System.UInt32 TMPro.TMP_TextElement::get_glyphIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* __this, uint32_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*, uint32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m61654FF64053B954D62E586B09309D37EEBB9FB3_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>::Add(TKey,TValue)
inline void Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0 (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* __this, uint32_t ___key0, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*, uint32_t, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*, const RuntimeMethod*))Dictionary_2_Add_m5124CA0DFD4B9968298DB45CEDF7F4B7A1F7DF83_gshared)(__this, ___key0, ___value1, method);
}
// TValue System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>::get_Item(TKey)
inline Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* __this, uint32_t ___key0, const RuntimeMethod* method)
{
return (( Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* (*) (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*, uint32_t, const RuntimeMethod*))Dictionary_2_get_Item_m1ABC559AFCB634174C216DFF864168F9D0611B91_gshared)(__this, ___key0, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Character>::get_Count()
inline int32_t List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::.ctor()
inline void HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, const RuntimeMethod*))HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_gshared)(__this, method);
}
// System.Void System.Collections.Generic.HashSet`1<System.Int32>::Clear()
inline void HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92 (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, const RuntimeMethod*))HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.KerningPair>::get_Count()
inline int32_t List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_inline (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void TMPro.TMP_FontAsset::UpgradeGlyphAdjustmentTableToFontFeatureTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpgradeGlyphAdjustmentTableToFontFeatureTable_m3C51FF9BA35FBA397791A4EFAAFB4B413553F492 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>::.ctor()
inline void Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76 (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*, const RuntimeMethod*))Dictionary_2__ctor_m5F2C53FF0072F4015E5D14621F555D29B1EB79E5_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>::Clear()
inline void Dictionary_2_Clear_m888F61CD7CD1525FD6EEAA2390490218C7F1D7CA (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*, const RuntimeMethod*))Dictionary_2_Clear_m2561EDEA2235BCE5FAED59F4E2E352FDA7C71115_gshared)(__this, method);
}
// T System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>::get_Item(System.Int32)
inline TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* List_1_get_Item_m453336130A1AC13A16C4BBAAE6D30A068A20491D (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* (*) (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void TMPro.GlyphPairKey::.ctor(TMPro.TMP_GlyphPairAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphPairKey__ctor_mB1A0951B06F19D942015727B646A530A9EB68577 (GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA* __this, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* ___record0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6 (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* __this, uint32_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*, uint32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m61654FF64053B954D62E586B09309D37EEBB9FB3_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_GlyphPairAdjustmentRecord>::Add(TKey,TValue)
inline void Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05 (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* __this, uint32_t ___key0, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*, uint32_t, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F*, const RuntimeMethod*))Dictionary_2_Add_m5124CA0DFD4B9968298DB45CEDF7F4B7A1F7DF83_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>::get_Count()
inline int32_t List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_inline (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// UnityEngine.Font TMPro.TMP_FontAsset::get_sourceFontFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* TMP_FontAsset_get_sourceFontFile_mD9B0F4FCBBCDCAAE5A370399DDE46C768B736722 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.TextCore.FaceInfo::get_pointSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::AddSynthesizedCharacter(System.UInt32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, bool ___isFontFaceLoaded1, bool ___addImmediately2, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>::get_Item(TKey)
inline TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* __this, uint32_t ___key0, const RuntimeMethod* method)
{
return (( TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* (*) (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*, uint32_t, const RuntimeMethod*))Dictionary_2_get_Item_m1ABC559AFCB634174C216DFF864168F9D0611B91_gshared)(__this, ___key0, method);
}
// UnityEngine.TextCore.GlyphMetrics UnityEngine.TextCore.Glyph::get_metrics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.GlyphMetrics::get_horizontalBearingY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_horizontalBearingY_mD316BDD38A32258256994D6A2BCF0FC051D9B223 (GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_capLine(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_capLine_m4716D75CE87EC018E5EA3DE87DA703DBE7A9FEEF (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.FaceInfo::get_meanLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_meanLine_m5FF396E0E32A046C1D3CBD3AC1FA279984394D96 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_meanLine(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_meanLine_mE957CD43CB778B093331CC4B10A5330E8FF1CB99 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.TextCore.LowLevel.FontEngine::GetGlyphIndex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45 (uint32_t ___unicode0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.TextCore.LowLevel.FontEngine::TryGetGlyphWithUnicodeValue(System.UInt32,UnityEngine.TextCore.LowLevel.GlyphLoadFlags,UnityEngine.TextCore.Glyph&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FontEngine_TryGetGlyphWithUnicodeValue_m9F117B7483CDF9CE21235DCAB58AD2C7CDC029CA (uint32_t ___unicode0, int32_t ___flags1, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F** ___glyph2, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_Character::.ctor(System.UInt32,TMPro.TMP_FontAsset,UnityEngine.TextCore.Glyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* __this, uint32_t ___unicode0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset1, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___glyph2, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.GlyphMetrics::.ctor(System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GlyphMetrics__ctor_m9CD09465685783A596A7F9112EF7D6A7E1A2792D (GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A* __this, float ___width0, float ___height1, float ___bearingX2, float ___bearingY3, float ___advance4, const RuntimeMethod* method) ;
// UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D GlyphRect_get_zero_m96D94901A941A3C7587B46240FB0CACF8D89BE3B (const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.Glyph::.ctor(System.UInt32,UnityEngine.TextCore.GlyphMetrics,UnityEngine.TextCore.GlyphRect,System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph__ctor_m71D55A8FBEA48ECCD78D65CAC9D008905E56FBF1 (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, uint32_t ___index0, GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A ___metrics1, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___glyphRect2, float ___scale3, int32_t ___atlasIndex4, const RuntimeMethod* method) ;
// TMPro.TMP_Asset TMPro.TMP_TextElement::get_textAsset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* TMP_TextElement_get_textAsset_m3FFA01E6D0068D1F8F578CBF2590A752683A61EA (TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5* __this, const RuntimeMethod* method) ;
// System.Int32 TMPro.TMP_Asset::get_instanceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D (TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.Int32>::Add(T)
inline bool HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, int32_t ___item0, const RuntimeMethod* method)
{
return (( bool (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, int32_t, const RuntimeMethod*))HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_gshared)(__this, ___item0, method);
}
// System.Void System.Func`2<TMPro.TMP_Character,System.UInt32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m872C8F08EA45C098DF8FA546ABC0057E6C253833 (Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m2F35D9DF8C659B83CA70029ACBA44930CD42E90D_gshared)(__this, ___object0, ___method1, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<TMPro.TMP_Character,System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_OrderBy_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m5CA35F20C4C9EE0C8E0E94BD27A8044F39E1F0F5 (RuntimeObject* ___source0, Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* ___keySelector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m8750E8B05AFFF69CD9906B0A174F8DA44CDE8298_gshared)(___source0, ___keySelector1, method);
}
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<TMPro.TMP_Character>(System.Collections.Generic.IEnumerable`1<TSource>)
inline List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* Enumerable_ToList_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_m6EAD6EBB450D5E65405BA12761D30A2178DCFEC2 (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_mBDB9895C2D14F2A92043507996018A329BD32A64_gshared)(___source0, method);
}
// System.Void System.Func`2<UnityEngine.TextCore.Glyph,System.UInt32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m3393E37B44EC78321473416BB34F605926047E29 (Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m2F35D9DF8C659B83CA70029ACBA44930CD42E90D_gshared)(__this, ___object0, ___method1, method);
}
// System.Linq.IOrderedEnumerable`1<TSource> System.Linq.Enumerable::OrderBy<UnityEngine.TextCore.Glyph,System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TKey>)
inline RuntimeObject* Enumerable_OrderBy_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD9961E2C295BE3728216470DC1DA8FD30A178AD0 (RuntimeObject* ___source0, Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* ___keySelector1, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB*, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m8750E8B05AFFF69CD9906B0A174F8DA44CDE8298_gshared)(___source0, ___keySelector1, method);
}
// System.Collections.Generic.List`1<TSource> System.Linq.Enumerable::ToList<UnityEngine.TextCore.Glyph>(System.Collections.Generic.IEnumerable`1<TSource>)
inline List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* Enumerable_ToList_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_m487AE8133FC554B5C98AE0D4F8DEB545627F5D1E (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToList_TisRuntimeObject_mBDB9895C2D14F2A92043507996018A329BD32A64_gshared)(___source0, method);
}
// System.Void TMPro.TMP_FontFeatureTable::SortGlyphPairAdjustmentRecords()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontFeatureTable_SortGlyphPairAdjustmentRecords_m8BF5A029B84FF32BFCF4B32AD3D32F463DD050BD (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::SortGlyphTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortGlyphTable_m9A2A9FC31D2388CC762B28BC821AB380CCFCDBCE (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::SortCharacterTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortCharacterTable_mDC720A14A27EA7CBAFCBD87B376379A177A20E8E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::SortFontFeatureTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortFontFeatureTable_mA987AB015B7897DB1503B295D26565CFAEAB010F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacterInternal(System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character1, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::get_fallbackFontAssetTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::get_Count()
inline int32_t List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::get_Item(System.Int32)
inline TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* (*) (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacter_Internal(System.UInt32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___character0, bool ___searchFallbacks1, bool ___tryAddCharacter2, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_Settings::get_fallbackFontAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032 (const RuntimeMethod* method) ;
// TMPro.TMP_FontAsset TMPro.TMP_Settings::get_defaultFontAsset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_Settings_get_defaultFontAsset_mC322E8D26D4C108847D5408DD8C7160834615B0D (const RuntimeMethod* method) ;
// TMPro.AtlasPopulationMode TMPro.TMP_FontAsset::get_atlasPopulationMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasPopulationMode_m31A707178FB4F1722BA7D090A8E169CE2FAEB19F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Char>::.ctor()
inline void List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82 (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, const RuntimeMethod*))List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Char>::Add(T)
inline void List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, Il2CppChar, const RuntimeMethod*))List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_gshared_inline)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Char>::get_Count()
inline int32_t List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, const RuntimeMethod*))List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_gshared_inline)(__this, method);
}
// T[] System.Collections.Generic.List`1<System.UInt32>::ToArray()
inline UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
return (( UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_gshared)(__this, method);
}
// System.Collections.Generic.List`1<TMPro.TMP_Character> TMPro.TMP_FontAsset::get_characterTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::Add(T)
inline void List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_inline (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* __this, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void TMPro.TMP_FontAsset::UpdateGlyphAdjustmentRecords()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateGlyphAdjustmentRecords_m8530223EDCBEB89B965D763C65AC194F144C2C23 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::Clear()
inline void List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_inline (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.HashSet`1<System.Int32>::get_Count()
inline int32_t HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_inline (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*, const RuntimeMethod*))HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_gshared_inline)(__this, method);
}
// System.Void TMPro.TMP_FontAsset::TryAddGlyphsToAtlasTextures()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_TryAddGlyphsToAtlasTextures_m7498D7F7102E6B35C41CE28CE0A60AAE9228DC47 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.UInt32[],System.UInt32[]&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_m007642E36561CCCBB6412F12387011A113E7CB58 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___unicodes0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** ___missingUnicodes1, bool ___includeFontFeatures2, const RuntimeMethod* method) ;
// TSource[] System.Linq.Enumerable::ToArray<System.UInt32>(System.Collections.Generic.IEnumerable`1<TSource>)
inline UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B (RuntimeObject* ___source0, const RuntimeMethod* method)
{
return (( UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B_gshared)(___source0, method);
}
// System.Void System.Collections.Generic.HashSet`1<System.UInt32>::Clear()
inline void HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*, const RuntimeMethod*))HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Character>::Clear()
inline void List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_inline (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Void TMPro.TMP_Character::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_m7019F2E56EE1A654151F581F2293FBB2410E4775 (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* __this, uint32_t ___unicode0, uint32_t ___glyphIndex1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Character>::Add(T)
inline void List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* __this, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt32>::Add(T)
inline bool HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, uint32_t ___item0, const RuntimeMethod* method)
{
return (( bool (*) (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*, uint32_t, const RuntimeMethod*))HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_gshared)(__this, ___item0, method);
}
// System.Boolean UnityEngine.Texture2D::Resize(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2D_Resize_m6A784927A609BAE045AFCF77886AEEE72D19FB90 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.LowLevel.FontEngine::ResetAtlasTexture(UnityEngine.Texture2D)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture0, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.TextCore.LowLevel.FontEngine::TryAddGlyphsToTexture(System.Collections.Generic.List`1<System.UInt32>,System.Int32,UnityEngine.TextCore.LowLevel.GlyphPackingMode,System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>,System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>,UnityEngine.TextCore.LowLevel.GlyphRenderMode,UnityEngine.Texture2D,UnityEngine.TextCore.Glyph[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FontEngine_TryAddGlyphsToTexture_m4A939106EB66A110E839CCF4B4F05790A107297A (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___glyphIndexes0, int32_t ___padding1, int32_t ___packingMode2, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___freeGlyphRects3, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___usedGlyphRects4, int32_t ___renderMode5, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture6, GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5** ___glyphs7, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.Glyph::set_atlasIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>::Add(T)
inline void List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* __this, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311 (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* __this, uint32_t ___key0, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*, uint32_t, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F**, const RuntimeMethod*))Dictionary_2_TryGetValue_mBBE3855923B29F8A7CDB21CF7DD7FCD84AABEB68_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Character>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___index0, method);
}
// System.Boolean TMPro.TMP_FontAsset::TryAddGlyphsToNewAtlasTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddGlyphsToNewAtlasTexture_mD885238E48514F6063212EA6964ECC32F4F1D4FB (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.String,System.String&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_m899ED242A4630FA7A60DD9EDC140C5E6508A8517 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___characters0, String_t** ___missingCharacters1, bool ___includeFontFeatures2, const RuntimeMethod* method) ;
// System.String TMPro.TMPro_ExtensionMethods::UintToString(System.Collections.Generic.List`1<System.UInt32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_UintToString_m4DA616421142C9A6214111F89D366914143B2ECC (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___unicodes0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.UInt32>::Contains(T)
inline bool HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9 (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, uint32_t ___item0, const RuntimeMethod* method)
{
return (( bool (*) (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*, uint32_t, const RuntimeMethod*))HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_gshared)(__this, ___item0, method);
}
// System.Boolean UnityEngine.TextCore.LowLevel.FontEngine::TryAddGlyphToTexture(System.UInt32,System.Int32,UnityEngine.TextCore.LowLevel.GlyphPackingMode,System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>,System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>,UnityEngine.TextCore.LowLevel.GlyphRenderMode,UnityEngine.Texture2D,UnityEngine.TextCore.Glyph&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FontEngine_TryAddGlyphToTexture_mDBDB3AE8B9FB45BFD0178D965DC55FC7988952E9 (uint32_t ___glyphIndex0, int32_t ___padding1, int32_t ___packingMode2, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___freeGlyphRects3, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___usedGlyphRects4, int32_t ___renderMode5, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___texture6, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F** ___glyph7, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_Settings::get_getFontFeaturesAtRuntime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Settings_get_getFontFeaturesAtRuntime_m6B5BD01BDAB8D9D065356A686354ADF712CB4FD9 (const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::RegisterFontAssetForFontFeatureUpdate(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_RegisterFontAssetForFontFeatureUpdate_m462AD17BF58378EF2B0A9BB139BAFB4DB6E54D15 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::SetupNewAtlasTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SetupNewAtlasTexture_m01889BA60E325103E4BB5A8B2D6AA8EB0CDA9B92 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.TextCore.LowLevel.FontEngine::TryGetGlyphWithIndexValue(System.UInt32,UnityEngine.TextCore.LowLevel.GlyphLoadFlags,UnityEngine.TextCore.Glyph&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FontEngine_TryGetGlyphWithIndexValue_m707DF48AB7E725C4D1019A096167DD0F9CD56640 (uint32_t ___glyphIndex0, int32_t ___flags1, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F** ___glyph2, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::RegisterFontAssetForAtlasTextureUpdate(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_RegisterFontAssetForAtlasTextureUpdate_m9B1C54FC7371EF47A160C009D4335FFB8A26F100 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method) ;
// System.Void System.Array::Resize<UnityEngine.Texture2D>(T[]&,System.Int32)
inline void Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** ___array0, int32_t ___newSize1, const RuntimeMethod* method)
{
(( void (*) (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mF80AB90E5213A9BB02370B560A722D7062CEC846_gshared)(___array0, ___newSize1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>::Clear()
inline void List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_inline (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*, const RuntimeMethod*))List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Texture2D::Apply(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m36EE27E6F1BF7FB8C70A1D749DC4EE249810AA3A (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, bool ___updateMipmaps0, bool ___makeNoLongerReadable1, const RuntimeMethod* method) ;
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord[] UnityEngine.TextCore.LowLevel.FontEngine::GetGlyphPairAdjustmentRecords(System.Collections.Generic.List`1<System.UInt32>,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* FontEngine_GetGlyphPairAdjustmentRecords_m7BDDA2AF7CD6DA503B12A21BB62F6D8E10330233 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___glyphIndexes0, int32_t* ___recordCount1, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontFeatureTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontFeatureTable__ctor_m6F156B35A4B68F5616CFD3236C64F1E790D69039 (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* __this, const RuntimeMethod* method) ;
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::get_secondAdjustmentRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mFDFECB1F7A38E22BD2388FFE9C71E732F6B44D91 (GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord::get_glyphIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9 (GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7* __this, const RuntimeMethod* method) ;
// UnityEngine.TextCore.LowLevel.GlyphAdjustmentRecord UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord::get_firstAdjustmentRecord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C (GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphPairAdjustmentRecord::.ctor(UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphPairAdjustmentRecord__ctor_m33C61225BE06EEB15E3AD599451078F503BA4A60 (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E ___glyphPairAdjustmentRecord0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>::Add(T)
inline void List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_inline (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* __this, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*, TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// UnityEngine.TextCore.LowLevel.GlyphPairAdjustmentRecord[] UnityEngine.TextCore.LowLevel.FontEngine::GetGlyphPairAdjustmentTable(System.UInt32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* FontEngine_GetGlyphPairAdjustmentTable_m2F1977ED4EB34C356A76F9CB562546CC69126C99 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___glyphIndexes0, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::ClearFontAssetTables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ClearFontAssetTables_mC1F9BA41514D50F1E5A9CDAD3A845D90ADB98D56 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_FontAsset::ClearAtlasTextures(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ClearAtlasTextures_m9B1D7B0F65146FF93ECDE10DFC286D8A38D5C007 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, bool ___setAtlasSizeToZero0, const RuntimeMethod* method) ;
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.UInt32[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_mC2E29947A0696751B70B643959C787825BEE0A99 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___unicodes0, bool ___includeFontFeatures1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>::Clear()
inline void List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_inline (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord> TMPro.TMP_FontFeatureTable::get_glyphPairAdjustmentRecords()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* TMP_FontFeatureTable_get_glyphPairAdjustmentRecords_m00772830EC8C026F17A21CBC39D26FC4D0A49FB2 (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>::Clear()
inline void List_1_Clear_mA44AB10DF625F12EC59228E60B0A722ABFAE7C1A_inline (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m6AAC658EE0D1AE43E4F185137E870941FBA542FD (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, bool ___allowDestroyingAssets1, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Texture2D::Resize(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2D_Resize_m80C2555F96D9952F9C3B57C53B231A64F3DBA605 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___width0, int32_t ___height1, int32_t ___format2, bool ___hasMipMap3, const RuntimeMethod* method) ;
// System.Void UnityEngine.Texture2D::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Log(System.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m825387C0A72F1965797D56C1F8AB0D6678F3F9BE (RuntimeObject* ___message0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___context1, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_familyName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_familyName_m49CB07A51AC9008B4F399A3064EC4FF6EA8E839D (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_styleName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_styleName_m3BEBF7E576032A668BCC83D88D2F6902F561B5E6 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_pointSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_pointSize_m17D0B03C4A762F657A4ABD15327B08D6B55EF492 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_lineHeight(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_lineHeight_m5952A394C6055DD86700448D9E33EBBE852E05AE (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_ascentLine(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_ascentLine_mDFB32635374875A695D3BB686D2A16C648A20D78 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_baseline(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_baseline_m528F6ADAF4F45A31E9D2BA362FB3C02B03DDD741 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_descentLine(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_descentLine_m62423E864258229A85FD3684D8385A44C01AF97C (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_superscriptOffset(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_superscriptOffset_mC81144590FA80858D489AFC46AAA383E11D3D2B5 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_superscriptSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_superscriptSize_m89F17C1502C07A3846402A5A43369BFB66723515 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_subscriptOffset(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_subscriptOffset_m796EF61DE0677BFB134F6B8C4B6C1869BCF8782A (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_subscriptSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_subscriptSize_m5759439F9D100591A6FFF1D7377495CEBDCD6B5D (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_underlineOffset(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_underlineOffset_m1C0E755772FE8C47D565E6CC7DC4E953B71794AA (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_underlineThickness(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_underlineThickness_mDD002D08CE97E0C7DA6FA6FFBDD15295D24B303A (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_strikethroughThickness(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_strikethroughThickness_m8CA3C9897FF3D5D0F653539CCBF5E16E01CACF52 (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.FaceInfo::set_tabWidth(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FaceInfo_set_tabWidth_m44234ED657FAB54320C48C34D48532F8232F6E1D (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, float ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::.ctor(System.Int32)
inline void List_1__ctor_mC3E97399A9B39A6C90FA0DA9AE28137A77BE6AFC (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
}
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<TMPro.TMP_Glyph>::get_Item(System.Int32)
inline TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* List_1_get_Item_m791175EDC2897DC80CD0AA2345AC6F96E455C84C (List_1_tAB7976FADCF872E418770E60783056C23394843D* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* (*) (List_1_tAB7976FADCF872E418770E60783056C23394843D*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.TextCore.Glyph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph__ctor_m9FB83C6B166AC59E03B585F76C09C5FC1720281F (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.Glyph::set_index(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph_set_index_mD033C966D79B910424B985F9D81C01D4E056B72C (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, uint32_t ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.Glyph::set_glyphRect(UnityEngine.TextCore.GlyphRect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph_set_glyphRect_mC21EB362D6EC56E0D110B0A08505CAD2DF26A6A8 (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.Glyph::set_metrics(UnityEngine.TextCore.GlyphMetrics)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph_set_metrics_m3350984977FC50061481B1EC563DE59147428BC2 (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A ___value0, const RuntimeMethod* method) ;
// System.Void UnityEngine.TextCore.Glyph::set_scale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Glyph_set_scale_m44247C5948E32562931FA8C44799A3E1E4F0562A (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* __this, float ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<TMPro.TMP_Glyph>::get_Count()
inline int32_t List_1_get_Count_m4F55F26FA0DCE6A63DC159E6096F0C6B1324093E_inline (List_1_tAB7976FADCF872E418770E60783056C23394843D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tAB7976FADCF872E418770E60783056C23394843D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Debug::Log(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m86567BCF22BBE7809747817453CACA0E41E68219 (RuntimeObject* ___message0, const RuntimeMethod* method) ;
// System.Single UnityEngine.TextCore.FaceInfo::get_ascentLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD (FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_GlyphPairAdjustmentRecord>::.ctor(System.Int32)
inline void List_1__ctor_m40C6AFD4954A70E8D55431908EC16D197019C69C (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
}
// T System.Collections.Generic.List`1<TMPro.KerningPair>::get_Item(System.Int32)
inline KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* List_1_get_Item_mF8A47C6895CC245B6209D19283893E675FDAD4AE (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* (*) (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.UInt32 TMPro.KerningPair::get_firstGlyph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* __this, uint32_t ___key0, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*, uint32_t, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**, const RuntimeMethod*))Dictionary_2_TryGetValue_mBBE3855923B29F8A7CDB21CF7DD7FCD84AABEB68_gshared)(__this, ___key0, ___value1, method);
}
// System.UInt32 TMPro.KerningPair::get_secondGlyph()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method) ;
// TMPro.GlyphValueRecord_Legacy TMPro.KerningPair::get_firstGlyphAdjustments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 KerningPair_get_firstGlyphAdjustments_mDD893850E04A182C37A2360992AE0F352E585600 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphValueRecord::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphValueRecord__ctor_m030CD9864F16A5FB58D41ECD6CF66EC883B078BA (TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1* __this, float ___xPlacement0, float ___yPlacement1, float ___xAdvance2, float ___yAdvance3, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphAdjustmentRecord::.ctor(System.UInt32,TMPro.TMP_GlyphValueRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphAdjustmentRecord__ctor_m41FDDFADD92DB1A8446228B1108E3E5C985CAAE0 (TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00* __this, uint32_t ___glyphIndex0, TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 ___glyphValueRecord1, const RuntimeMethod* method) ;
// TMPro.GlyphValueRecord_Legacy TMPro.KerningPair::get_secondGlyphAdjustments()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 KerningPair_get_secondGlyphAdjustments_m04BE3DDED12C198E109C8E176E8BD8A4D49B0358 (KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* __this, const RuntimeMethod* method) ;
// System.Void TMPro.TMP_GlyphPairAdjustmentRecord::.ctor(TMPro.TMP_GlyphAdjustmentRecord,TMPro.TMP_GlyphAdjustmentRecord)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_GlyphPairAdjustmentRecord__ctor_m0BCCF9AF25F0A727D02FD778ACA2C7AD38F981CC (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* __this, TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 ___firstAdjustmentRecord0, TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 ___secondAdjustmentRecord1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>::.ctor()
inline void List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8 (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<TMPro.TMP_Character>::.ctor()
inline void List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71 (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void TMPro.KerningTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KerningTable__ctor_m5D6DF57B05146E104A2756917A31C27D0CC7A108 (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.UInt32>::.ctor()
inline void HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*, const RuntimeMethod*))HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_gshared)(__this, method);
}
// System.Void TMPro.TMP_Asset::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Asset__ctor_m12FF90A96AD41AEDF9AD37175E7070FAC070D8E9 (TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* __this, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.ProfilerMarker::.ctor(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<TMPro.TMP_FontAsset>::.ctor()
inline void List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42 (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline (float ___value0, const RuntimeMethod* method) ;
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::BeginSample(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_BeginSample_m1C6D6ED1C8E0CB2FD0934EB6EA333276F67C14F6 (intptr_t ___markerPtr0, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::EndSample(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_EndSample_mE2F7A0DB4C52105F7CD135ED8816A2BB98E663CC (intptr_t ___markerPtr0, const RuntimeMethod* method) ;
// System.IntPtr Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::CreateMarker(System.String,System.UInt16,Unity.Profiling.LowLevel.MarkerFlags,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerUnsafeUtility_CreateMarker_m27DDE00D41B95677982DBFCE074D45B79E50C7CC (String_t* ___name0, uint16_t ___categoryId1, uint16_t ___flags2, int32_t ___metadataCount3, const RuntimeMethod* method) ;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, 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.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedGraphicRebuildU3Ed__18__ctor_mCAB88DA6910047EF7A9FA188F4CF1F1EA42A858B (U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedGraphicRebuildU3Ed__18_System_IDisposable_Dispose_m4BEB7CF8BAD78596B1C1FC7359A791492F8EA33F (U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedGraphicRebuildU3Ed__18_MoveNext_m0B62B0E98E2F3A3DA9A316759B3D76181ED512AF (U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0016;
}
IL_0012:
{
goto IL_0018;
}
IL_0014:
{
goto IL_0030;
}
IL_0016:
{
return (bool)0;
}
IL_0018:
{
__this->___U3CU3E1__state_0 = (-1);
// yield return null;
__this->___U3CU3E2__current_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_0030:
{
__this->___U3CU3E1__state_0 = (-1);
// CanvasUpdateRegistry.RegisterCanvasElementForGraphicRebuild(this);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_3 = __this->___U3CU3E4__this_2;
il2cpp_codegen_runtime_class_init_inline(CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_mFBE1BDEA23FD40125CADE103F1BBBAFD25895B64(L_3, NULL);
// if (m_OnDirtyVertsCallback != null)
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_4 = __this->___U3CU3E4__this_2;
NullCheck(L_4);
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_5 = ((Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931*)L_4)->___m_OnDirtyVertsCallback_18;
V_1 = (bool)((!(((RuntimeObject*)(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0066;
}
}
{
// m_OnDirtyVertsCallback();
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_7 = __this->___U3CU3E4__this_2;
NullCheck(L_7);
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_8 = ((Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931*)L_7)->___m_OnDirtyVertsCallback_18;
NullCheck(L_8);
UnityAction_Invoke_m5CB9EE17CCDF64D00DE5D96DF3553CDB20D66F70_inline(L_8, NULL);
}
IL_0066:
{
// m_DelayedGraphicRebuild = null;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_9 = __this->___U3CU3E4__this_2;
NullCheck(L_9);
L_9->___m_DelayedGraphicRebuild_266 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_9->___m_DelayedGraphicRebuild_266), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// }
return (bool)0;
}
}
// System.Object TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayedGraphicRebuildU3Ed__18_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7A1891BD230605BA6BA156CAE8857BD6413AFEAA (U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedGraphicRebuildU3Ed__18_System_Collections_IEnumerator_Reset_m251AEA2015F485A8BA72E4B5ED787AE5224DC4DE (U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedGraphicRebuildU3Ed__18_System_Collections_IEnumerator_Reset_m251AEA2015F485A8BA72E4B5ED787AE5224DC4DE_RuntimeMethod_var)));
}
}
// System.Object TMPro.TextMeshProUGUI/<DelayedGraphicRebuild>d__18::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayedGraphicRebuildU3Ed__18_System_Collections_IEnumerator_get_Current_m87FE04FA504B5B9B9606E2447830CBD06986DFF8 (U3CDelayedGraphicRebuildU3Ed__18_t576BA35BB19A4AE66F887A81CD049EC6E8153B76* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___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.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedMaterialRebuildU3Ed__19__ctor_m6351B5737E3B2ADA60C28688744DE4FA2541606E (U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedMaterialRebuildU3Ed__19_System_IDisposable_Dispose_m2EF3A18F3B761153309EDC6D2AE1C3457515C1CF (U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedMaterialRebuildU3Ed__19_MoveNext_m9F6CEA5597DFFDA1AF6344B784640145736FFD68 (U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0016;
}
IL_0012:
{
goto IL_0018;
}
IL_0014:
{
goto IL_0030;
}
IL_0016:
{
return (bool)0;
}
IL_0018:
{
__this->___U3CU3E1__state_0 = (-1);
// yield return null;
__this->___U3CU3E2__current_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_0030:
{
__this->___U3CU3E1__state_0 = (-1);
// m_isMaterialDirty = true;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_3 = __this->___U3CU3E4__this_2;
NullCheck(L_3);
((TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9*)L_3)->___m_isMaterialDirty_52 = (bool)1;
// CanvasUpdateRegistry.RegisterCanvasElementForGraphicRebuild(this);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_4 = __this->___U3CU3E4__this_2;
il2cpp_codegen_runtime_class_init_inline(CanvasUpdateRegistry_t7A4CC63D880F418DCDE83152B6FDB3259DF14DD1_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_mFBE1BDEA23FD40125CADE103F1BBBAFD25895B64(L_4, NULL);
// if (m_OnDirtyMaterialCallback != null)
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_5 = __this->___U3CU3E4__this_2;
NullCheck(L_5);
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_6 = ((Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931*)L_5)->___m_OnDirtyMaterialCallback_19;
V_1 = (bool)((!(((RuntimeObject*)(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0072;
}
}
{
// m_OnDirtyMaterialCallback();
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_8 = __this->___U3CU3E4__this_2;
NullCheck(L_8);
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_9 = ((Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931*)L_8)->___m_OnDirtyMaterialCallback_19;
NullCheck(L_9);
UnityAction_Invoke_m5CB9EE17CCDF64D00DE5D96DF3553CDB20D66F70_inline(L_9, NULL);
}
IL_0072:
{
// m_DelayedMaterialRebuild = null;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_10 = __this->___U3CU3E4__this_2;
NullCheck(L_10);
L_10->___m_DelayedMaterialRebuild_267 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___m_DelayedMaterialRebuild_267), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// }
return (bool)0;
}
}
// System.Object TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayedMaterialRebuildU3Ed__19_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBCB103321A5F41C5119C356DF074BBEE78D2A19E (U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedMaterialRebuildU3Ed__19_System_Collections_IEnumerator_Reset_m601E654D1F099331AA189E94AB46DE1A332A2559 (U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedMaterialRebuildU3Ed__19_System_Collections_IEnumerator_Reset_m601E654D1F099331AA189E94AB46DE1A332A2559_RuntimeMethod_var)));
}
}
// System.Object TMPro.TextMeshProUGUI/<DelayedMaterialRebuild>d__19::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayedMaterialRebuildU3Ed__19_System_Collections_IEnumerator_get_Current_m81AC91995AC85EEE6EC8E360A3D6D1BA49EF9714 (U3CDelayedMaterialRebuildU3Ed__19_t861CD33D0F1735F4938A49DBEC83A7AA1AA0629E* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___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
// System.Void TMPro.TMPro_EventManager::ON_MATERIAL_PROPERTY_CHANGED(System.Boolean,UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_MATERIAL_PROPERTY_CHANGED_m48C2420BAB8E69E646AABC62AA5BC7CF7E33CE51 (bool ___isChanged0, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___mat1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_mAF2E0A70D6CC9E749E9F0000879C346B743DD595_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// MATERIAL_PROPERTY_EVENT.Call(isChanged, mat);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___MATERIAL_PROPERTY_EVENT_1;
bool L_1 = ___isChanged0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ___mat1;
NullCheck(L_0);
FastAction_2_Call_mAF2E0A70D6CC9E749E9F0000879C346B743DD595(L_0, L_1, L_2, FastAction_2_Call_mAF2E0A70D6CC9E749E9F0000879C346B743DD595_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_FONT_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_FONT_PROPERTY_CHANGED_m79736CA0F73AB1A3160CF9575ACA078491C76D7D (bool ___isChanged0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// FONT_PROPERTY_EVENT.Call(isChanged, obj);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___FONT_PROPERTY_EVENT_2;
bool L_1 = ___isChanged0;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2 = ___obj1;
NullCheck(L_0);
FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0(L_0, L_1, L_2, FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_SPRITE_ASSET_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_SPRITE_ASSET_PROPERTY_CHANGED_m3A5B0BF1CD030269CEA0079765A3E9246C18D6FB (bool ___isChanged0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// SPRITE_ASSET_PROPERTY_EVENT.Call(isChanged, obj);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___SPRITE_ASSET_PROPERTY_EVENT_3;
bool L_1 = ___isChanged0;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2 = ___obj1;
NullCheck(L_0);
FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0(L_0, L_1, L_2, FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_TEXTMESHPRO_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXTMESHPRO_PROPERTY_CHANGED_mBF1CA46C3651FDA654686CB23634AAEECE9B5AD7 (bool ___isChanged0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// TEXTMESHPRO_PROPERTY_EVENT.Call(isChanged, obj);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXTMESHPRO_PROPERTY_EVENT_4;
bool L_1 = ___isChanged0;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2 = ___obj1;
NullCheck(L_0);
FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0(L_0, L_1, L_2, FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_DRAG_AND_DROP_MATERIAL_CHANGED(UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_DRAG_AND_DROP_MATERIAL_CHANGED_mD9CB5FCFB18F27F97297663959CDBF743B6F7B04 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___sender0, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___currentMaterial1, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___newMaterial2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_3_Call_m6F529E753E2AB4DA1BC801F7AEE5A373C1975A86_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// DRAG_AND_DROP_MATERIAL_EVENT.Call(sender, currentMaterial, newMaterial);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___DRAG_AND_DROP_MATERIAL_EVENT_5;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = ___sender0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ___currentMaterial1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___newMaterial2;
NullCheck(L_0);
FastAction_3_Call_m6F529E753E2AB4DA1BC801F7AEE5A373C1975A86(L_0, L_1, L_2, L_3, FastAction_3_Call_m6F529E753E2AB4DA1BC801F7AEE5A373C1975A86_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_TEXT_STYLE_PROPERTY_CHANGED(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXT_STYLE_PROPERTY_CHANGED_m60D5B80B0A3F43702409EA20B826D32DEE33E164 (bool ___isChanged0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// TEXT_STYLE_PROPERTY_EVENT.Call(isChanged);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_STYLE_PROPERTY_EVENT_6;
bool L_1 = ___isChanged0;
NullCheck(L_0);
FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D(L_0, L_1, FastAction_1_Call_m23187091A29C1E876F99871EA713B1E5DDC30A1D_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_COLOR_GRADIENT_PROPERTY_CHANGED(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_COLOR_GRADIENT_PROPERTY_CHANGED_mD4CB585E43FA4DEB726D54534767C3386351F80E (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// COLOR_GRADIENT_PROPERTY_EVENT.Call(obj);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___COLOR_GRADIENT_PROPERTY_EVENT_7;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_1 = ___obj0;
NullCheck(L_0);
FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF(L_0, L_1, FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_TEXT_CHANGED(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXT_CHANGED_m23BFEDDA79D858AFD1D4A1DF228941DC7A3D158D (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// TEXT_CHANGED_EVENT.Call(obj);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_CHANGED_EVENT_11;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_1 = ___obj0;
NullCheck(L_0);
FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF(L_0, L_1, FastAction_1_Call_m5BD63C5CC125C7FE0C7C90D26CB282BF0EF88ABF_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_TMP_SETTINGS_CHANGED()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TMP_SETTINGS_CHANGED_m6331734621D19E64223E7FA72AE7F6F03DC40930 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// TMP_SETTINGS_PROPERTY_EVENT.Call();
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TMP_SETTINGS_PROPERTY_EVENT_8;
NullCheck(L_0);
FastAction_Call_mBAF2E050A7548718C6596AA230EBBD3945595298(L_0, NULL);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_RESOURCES_LOADED()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_RESOURCES_LOADED_m8D790BFE1757A19F421EE1B15AD50BC9180A25A0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// RESOURCE_LOAD_EVENT.Call();
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___RESOURCE_LOAD_EVENT_9;
NullCheck(L_0);
FastAction_Call_mBAF2E050A7548718C6596AA230EBBD3945595298(L_0, NULL);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED_m24D4B6D95AED283B0578E52F072C8DC1378DBA76 (bool ___isChanged0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// TEXTMESHPRO_UGUI_PROPERTY_EVENT.Call(isChanged, obj);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10;
bool L_1 = ___isChanged0;
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2 = ___obj1;
NullCheck(L_0);
FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0(L_0, L_1, L_2, FastAction_2_Call_m4AC253D5AF43A580839B7CE93E6355DF2E6B43C0_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::ON_COMPUTE_DT_EVENT(System.Object,TMPro.Compute_DT_EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_COMPUTE_DT_EVENT_m0A5CA6BB2BCBE292E78FBC029D4F7F04E1C098E4 (RuntimeObject* ___Sender0, Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4* ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m56CFA4FF8A376A98769CFF92804E8623EEB997D5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// COMPUTE_DT_EVENT.Call(Sender, e);
il2cpp_codegen_runtime_class_init_inline(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D* L_0 = ((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___COMPUTE_DT_EVENT_0;
RuntimeObject* L_1 = ___Sender0;
Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4* L_2 = ___e1;
NullCheck(L_0);
FastAction_2_Call_m56CFA4FF8A376A98769CFF92804E8623EEB997D5(L_0, L_1, L_2, FastAction_2_Call_m56CFA4FF8A376A98769CFF92804E8623EEB997D5_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMPro_EventManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager__cctor_m792FCAFB04ACE9E76E635A4601322F6F6AEA6F1D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2__ctor_m9124903814514E3696F5FAD253AD9B7ED11544C3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2__ctor_mB0D904E3E24ACB06F737452C7CA935004FC29F3C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_3__ctor_m40A68362CBF957A8CADB57209A240FD21F2094D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static readonly FastAction<object, Compute_DT_EventArgs> COMPUTE_DT_EVENT = new FastAction<object, Compute_DT_EventArgs>();
FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D* L_0 = (FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D*)il2cpp_codegen_object_new(FastAction_2_t7A930CE5DBE699F7BADA18E19F951E3D68821A0D_il2cpp_TypeInfo_var);
NullCheck(L_0);
FastAction_2__ctor_m9124903814514E3696F5FAD253AD9B7ED11544C3(L_0, FastAction_2__ctor_m9124903814514E3696F5FAD253AD9B7ED11544C3_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___COMPUTE_DT_EVENT_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___COMPUTE_DT_EVENT_0), (void*)L_0);
// public static readonly FastAction<bool, Material> MATERIAL_PROPERTY_EVENT = new FastAction<bool, Material>();
FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A* L_1 = (FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A*)il2cpp_codegen_object_new(FastAction_2_tECA23F8F5AC1D6DF8BAB8AEDD017A064D210F83A_il2cpp_TypeInfo_var);
NullCheck(L_1);
FastAction_2__ctor_mB0D904E3E24ACB06F737452C7CA935004FC29F3C(L_1, FastAction_2__ctor_mB0D904E3E24ACB06F737452C7CA935004FC29F3C_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___MATERIAL_PROPERTY_EVENT_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___MATERIAL_PROPERTY_EVENT_1), (void*)L_1);
// public static readonly FastAction<bool, Object> FONT_PROPERTY_EVENT = new FastAction<bool, Object>();
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_2 = (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B*)il2cpp_codegen_object_new(FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B_il2cpp_TypeInfo_var);
NullCheck(L_2);
FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1(L_2, FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___FONT_PROPERTY_EVENT_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___FONT_PROPERTY_EVENT_2), (void*)L_2);
// public static readonly FastAction<bool, Object> SPRITE_ASSET_PROPERTY_EVENT = new FastAction<bool, Object>();
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_3 = (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B*)il2cpp_codegen_object_new(FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B_il2cpp_TypeInfo_var);
NullCheck(L_3);
FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1(L_3, FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___SPRITE_ASSET_PROPERTY_EVENT_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___SPRITE_ASSET_PROPERTY_EVENT_3), (void*)L_3);
// public static readonly FastAction<bool, Object> TEXTMESHPRO_PROPERTY_EVENT = new FastAction<bool, Object>();
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_4 = (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B*)il2cpp_codegen_object_new(FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B_il2cpp_TypeInfo_var);
NullCheck(L_4);
FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1(L_4, FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXTMESHPRO_PROPERTY_EVENT_4 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXTMESHPRO_PROPERTY_EVENT_4), (void*)L_4);
// public static readonly FastAction<GameObject, Material, Material> DRAG_AND_DROP_MATERIAL_EVENT = new FastAction<GameObject, Material, Material>();
FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77* L_5 = (FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77*)il2cpp_codegen_object_new(FastAction_3_tF1621854653F0CB64C7EE2C86A181B843FA49E77_il2cpp_TypeInfo_var);
NullCheck(L_5);
FastAction_3__ctor_m40A68362CBF957A8CADB57209A240FD21F2094D0(L_5, FastAction_3__ctor_m40A68362CBF957A8CADB57209A240FD21F2094D0_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___DRAG_AND_DROP_MATERIAL_EVENT_5 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___DRAG_AND_DROP_MATERIAL_EVENT_5), (void*)L_5);
// public static readonly FastAction<bool> TEXT_STYLE_PROPERTY_EVENT = new FastAction<bool>();
FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3* L_6 = (FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3*)il2cpp_codegen_object_new(FastAction_1_tFC26007E6ECC49160C91059DC218FDD0602EE4F3_il2cpp_TypeInfo_var);
NullCheck(L_6);
FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6(L_6, FastAction_1__ctor_m89EA9274D18420DA912E4565BCAC0B0D804DDAE6_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_STYLE_PROPERTY_EVENT_6 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_STYLE_PROPERTY_EVENT_6), (void*)L_6);
// public static readonly FastAction<Object> COLOR_GRADIENT_PROPERTY_EVENT = new FastAction<Object>();
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* L_7 = (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005*)il2cpp_codegen_object_new(FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005_il2cpp_TypeInfo_var);
NullCheck(L_7);
FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA(L_7, FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___COLOR_GRADIENT_PROPERTY_EVENT_7 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___COLOR_GRADIENT_PROPERTY_EVENT_7), (void*)L_7);
// public static readonly FastAction TMP_SETTINGS_PROPERTY_EVENT = new FastAction();
FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* L_8 = (FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D*)il2cpp_codegen_object_new(FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D_il2cpp_TypeInfo_var);
NullCheck(L_8);
FastAction__ctor_mF3C5146C45DAE04B656283ED83FAF3F463D38F33(L_8, NULL);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TMP_SETTINGS_PROPERTY_EVENT_8 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TMP_SETTINGS_PROPERTY_EVENT_8), (void*)L_8);
// public static readonly FastAction RESOURCE_LOAD_EVENT = new FastAction();
FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D* L_9 = (FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D*)il2cpp_codegen_object_new(FastAction_t32D4ADE06921D3EAB9BCE9B6397C82A4A898644D_il2cpp_TypeInfo_var);
NullCheck(L_9);
FastAction__ctor_mF3C5146C45DAE04B656283ED83FAF3F463D38F33(L_9, NULL);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___RESOURCE_LOAD_EVENT_9 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___RESOURCE_LOAD_EVENT_9), (void*)L_9);
// public static readonly FastAction<bool, Object> TEXTMESHPRO_UGUI_PROPERTY_EVENT = new FastAction<bool, Object>();
FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B* L_10 = (FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B*)il2cpp_codegen_object_new(FastAction_2_t67E5AC7D6D05EC71192B279EA4EC495B4B3B4A9B_il2cpp_TypeInfo_var);
NullCheck(L_10);
FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1(L_10, FastAction_2__ctor_mDB7C80E3F2D82F0A557B6CF04D51C045333FA0D1_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10), (void*)L_10);
// public static readonly FastAction<Object> TEXT_CHANGED_EVENT = new FastAction<Object>();
FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005* L_11 = (FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005*)il2cpp_codegen_object_new(FastAction_1_tE50C6A692DF85AB55BE3160B659FA7DF19DFA005_il2cpp_TypeInfo_var);
NullCheck(L_11);
FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA(L_11, FastAction_1__ctor_m3F4371235E501E6E13DFF6109CABFC65EE3F1CFA_RuntimeMethod_var);
((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_CHANGED_EVENT_11 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t0234DB5BF625FC164B395C5C3B6F2CB8C89A3BA9_il2cpp_TypeInfo_var))->___TEXT_CHANGED_EVENT_11), (void*)L_11);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.Compute_DT_EventArgs::.ctor(TMPro.Compute_DistanceTransform_EventTypes,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Compute_DT_EventArgs__ctor_mFB724195485EB6D002C77F0B2262A5F94835A28D (Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4* __this, int32_t ___type0, float ___progress1, const RuntimeMethod* method)
{
{
// public Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes type, float progress)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// EventType = type;
int32_t L_0 = ___type0;
__this->___EventType_0 = L_0;
// ProgressPercentage = progress;
float L_1 = ___progress1;
__this->___ProgressPercentage_1 = L_1;
// }
return;
}
}
// System.Void TMPro.Compute_DT_EventArgs::.ctor(TMPro.Compute_DistanceTransform_EventTypes,UnityEngine.Color[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Compute_DT_EventArgs__ctor_m9834D9D98042FC8AC11B9B6A834BFEDB3ED2BFFF (Compute_DT_EventArgs_t0B78AA8281B0FF146CBE86D257E8D3A25473B3C4* __this, int32_t ___type0, ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___colors1, const RuntimeMethod* method)
{
{
// public Compute_DT_EventArgs(Compute_DistanceTransform_EventTypes type, Color[] colors)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// EventType = type;
int32_t L_0 = ___type0;
__this->___EventType_0 = L_0;
// Colors = colors;
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* L_1 = ___colors1;
__this->___Colors_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Colors_2), (void*)L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32[] TMPro.TMPro_ExtensionMethods::ToIntArray(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* TMPro_ExtensionMethods_ToIntArray_mEC4ECB06EDFB4EDFDFA3B3F6BC33F15479726EA0 (String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_3 = NULL;
{
// int[] intArray = new int[text.Length];
String_t* L_0 = ___text0;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
// for (int i = 0; i < text.Length; i++)
V_1 = 0;
goto IL_0021;
}
IL_0011:
{
// intArray[i] = text[i];
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = V_0;
int32_t L_4 = V_1;
String_t* L_5 = ___text0;
int32_t L_6 = V_1;
NullCheck(L_5);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (int32_t)L_7);
// for (int i = 0; i < text.Length; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0021:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_9 = V_1;
String_t* L_10 = ___text0;
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
V_2 = (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_2;
if (L_12)
{
goto IL_0011;
}
}
{
// return intArray;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = V_0;
V_3 = L_13;
goto IL_0032;
}
IL_0032:
{
// }
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = V_3;
return L_14;
}
}
// System.String TMPro.TMPro_ExtensionMethods::ArrayToString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_ArrayToString_mA4841CB489967FA4827657B5D50825D0D031210C (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
String_t* V_3 = NULL;
int32_t G_B5_0 = 0;
{
// string s = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_0;
// for (int i = 0; i < chars.Length && chars[i] != 0; i++)
V_1 = 0;
goto IL_0024;
}
IL_000b:
{
// s += chars[i];
String_t* L_1 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___chars0;
int32_t L_3 = V_1;
NullCheck(L_2);
String_t* L_4;
L_4 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), NULL);
String_t* L_5;
L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_1, L_4, NULL);
V_0 = L_5;
// for (int i = 0; i < chars.Length && chars[i] != 0; i++)
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_0024:
{
// for (int i = 0; i < chars.Length && chars[i] != 0; i++)
int32_t L_7 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = ___chars0;
NullCheck(L_8);
if ((((int32_t)L_7) >= ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
{
goto IL_0032;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___chars0;
int32_t L_10 = V_1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
G_B5_0 = ((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0);
goto IL_0033;
}
IL_0032:
{
G_B5_0 = 0;
}
IL_0033:
{
V_2 = (bool)G_B5_0;
bool L_13 = V_2;
if (L_13)
{
goto IL_000b;
}
}
{
// return s;
String_t* L_14 = V_0;
V_3 = L_14;
goto IL_003b;
}
IL_003b:
{
// }
String_t* L_15 = V_3;
return L_15;
}
}
// System.String TMPro.TMPro_ExtensionMethods::IntToString(System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_IntToString_mE8F379EC28EEB8B270A253BECA2AF3BFDBEEE5A6 (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___unicodes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
String_t* V_3 = NULL;
{
// char[] chars = new char[unicodes.Length];
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ___unicodes0;
NullCheck(L_0);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)));
V_0 = L_1;
// for (int i = 0; i < unicodes.Length; i++)
V_1 = 0;
goto IL_001b;
}
IL_000e:
{
// chars[i] = (char)unicodes[i];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_0;
int32_t L_3 = V_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = ___unicodes0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
int32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (Il2CppChar)((int32_t)(uint16_t)L_7));
// for (int i = 0; i < unicodes.Length; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_001b:
{
// for (int i = 0; i < unicodes.Length; i++)
int32_t L_9 = V_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = ___unicodes0;
NullCheck(L_10);
V_2 = (bool)((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))? 1 : 0);
bool L_11 = V_2;
if (L_11)
{
goto IL_000e;
}
}
{
// return new string(chars);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_0;
String_t* L_13;
L_13 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_12, NULL);
V_3 = L_13;
goto IL_002e;
}
IL_002e:
{
// }
String_t* L_14 = V_3;
return L_14;
}
}
// System.String TMPro.TMPro_ExtensionMethods::UintToString(System.Collections.Generic.List`1<System.UInt32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_UintToString_m4DA616421142C9A6214111F89D366914143B2ECC (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___unicodes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
String_t* V_3 = NULL;
{
// char[] chars = new char[unicodes.Count];
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_0 = ___unicodes0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_0, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
// for (int i = 0; i < unicodes.Count; i++)
V_1 = 0;
goto IL_0022;
}
IL_0011:
{
// chars[i] = (char)unicodes[i];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0;
int32_t L_4 = V_1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_5 = ___unicodes0;
int32_t L_6 = V_1;
NullCheck(L_5);
uint32_t L_7;
L_7 = List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324(L_5, L_6, List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (Il2CppChar)((int32_t)(uint16_t)L_7));
// for (int i = 0; i < unicodes.Count; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0022:
{
// for (int i = 0; i < unicodes.Count; i++)
int32_t L_9 = V_1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_10 = ___unicodes0;
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_10, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_2;
if (L_12)
{
goto IL_0011;
}
}
{
// return new string(chars);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = V_0;
String_t* L_14;
L_14 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_13, NULL);
V_3 = L_14;
goto IL_0038;
}
IL_0038:
{
// }
String_t* L_15 = V_3;
return L_15;
}
}
// System.String TMPro.TMPro_ExtensionMethods::IntToString(System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_IntToString_m8AC3551DE2D6CC03F05F218356BA51EA19CB1453 (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___unicodes0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
String_t* V_4 = NULL;
int32_t V_5 = 0;
bool V_6 = false;
{
// if (start > unicodes.Length)
int32_t L_0 = ___start1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = ___unicodes0;
NullCheck(L_1);
V_3 = (bool)((((int32_t)L_0) > ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))? 1 : 0);
bool L_2 = V_3;
if (!L_2)
{
goto IL_0014;
}
}
{
// return string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_4 = L_3;
goto IL_0059;
}
IL_0014:
{
// int end = Mathf.Min(start + length, unicodes.Length);
int32_t L_4 = ___start1;
int32_t L_5 = ___length2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = ___unicodes0;
NullCheck(L_6);
int32_t L_7;
L_7 = Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline(((int32_t)il2cpp_codegen_add(L_4, L_5)), ((int32_t)(((RuntimeArray*)L_6)->max_length)), NULL);
V_0 = L_7;
// char[] chars = new char[end - start];
int32_t L_8 = V_0;
int32_t L_9 = ___start1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(L_8, L_9)));
V_1 = L_10;
// int writeIndex = 0;
V_2 = 0;
// for (int i = start; i < end; i++)
int32_t L_11 = ___start1;
V_5 = L_11;
goto IL_0044;
}
IL_0030:
{
// chars[writeIndex++] = (char)unicodes[i];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_1;
int32_t L_13 = V_2;
int32_t L_14 = L_13;
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_15 = ___unicodes0;
int32_t L_16 = V_5;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (Il2CppChar)((int32_t)(uint16_t)L_18));
// for (int i = start; i < end; i++)
int32_t L_19 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_0044:
{
// for (int i = start; i < end; i++)
int32_t L_20 = V_5;
int32_t L_21 = V_0;
V_6 = (bool)((((int32_t)L_20) < ((int32_t)L_21))? 1 : 0);
bool L_22 = V_6;
if (L_22)
{
goto IL_0030;
}
}
{
// return new string(chars);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = V_1;
String_t* L_24;
L_24 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_23, NULL);
V_4 = L_24;
goto IL_0059;
}
IL_0059:
{
// }
String_t* L_25 = V_4;
return L_25;
}
}
// System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color32,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_m6CE530D8A0BD1FA2D9C935CB2D5C4AC3EECA2B72 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___a0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// return a.r == b.r && a.g == b.g && a.b == b.b && a.a == b.a;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___a0;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___b1;
uint8_t L_3 = L_2.___r_1;
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_003b;
}
}
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___a0;
uint8_t L_5 = L_4.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___b1;
uint8_t L_7 = L_6.___g_2;
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
{
goto IL_003b;
}
}
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_8 = ___a0;
uint8_t L_9 = L_8.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_10 = ___b1;
uint8_t L_11 = L_10.___b_3;
if ((!(((uint32_t)L_9) == ((uint32_t)L_11))))
{
goto IL_003b;
}
}
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12 = ___a0;
uint8_t L_13 = L_12.___a_4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14 = ___b1;
uint8_t L_15 = L_14.___a_4;
G_B5_0 = ((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B5_0 = 0;
}
IL_003c:
{
V_0 = (bool)G_B5_0;
goto IL_003f;
}
IL_003f:
{
// }
bool L_16 = V_0;
return L_16;
}
}
// System.Boolean TMPro.TMPro_ExtensionMethods::CompareRGB(UnityEngine.Color32,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_CompareRGB_m24459998B4B8FD09C4A504BFDA186A0566D8D321 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___a0, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// return a.r == b.r && a.g == b.g && a.b == b.b;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___a0;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___b1;
uint8_t L_3 = L_2.___r_1;
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_002d;
}
}
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___a0;
uint8_t L_5 = L_4.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___b1;
uint8_t L_7 = L_6.___g_2;
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
{
goto IL_002d;
}
}
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_8 = ___a0;
uint8_t L_9 = L_8.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_10 = ___b1;
uint8_t L_11 = L_10.___b_3;
G_B4_0 = ((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
// }
bool L_12 = V_0;
return L_12;
}
}
// System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_m02D27D5E15956DB8F490877FA716840F9DB96246 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___a0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// return a.r == b.r && a.g == b.g && a.b == b.b && a.a == b.a;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___a0;
float L_1 = L_0.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___b1;
float L_3 = L_2.___r_0;
if ((!(((float)L_1) == ((float)L_3))))
{
goto IL_003b;
}
}
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___a0;
float L_5 = L_4.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___b1;
float L_7 = L_6.___g_1;
if ((!(((float)L_5) == ((float)L_7))))
{
goto IL_003b;
}
}
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___a0;
float L_9 = L_8.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___b1;
float L_11 = L_10.___b_2;
if ((!(((float)L_9) == ((float)L_11))))
{
goto IL_003b;
}
}
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___a0;
float L_13 = L_12.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___b1;
float L_15 = L_14.___a_3;
G_B5_0 = ((((float)L_13) == ((float)L_15))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B5_0 = 0;
}
IL_003c:
{
V_0 = (bool)G_B5_0;
goto IL_003f;
}
IL_003f:
{
// }
bool L_16 = V_0;
return L_16;
}
}
// System.Boolean TMPro.TMPro_ExtensionMethods::CompareRGB(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_CompareRGB_m3CAD906B0604075C4075D935AE7FFD0E9A9B418C (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___a0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
// return a.r == b.r && a.g == b.g && a.b == b.b;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___a0;
float L_1 = L_0.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___b1;
float L_3 = L_2.___r_0;
if ((!(((float)L_1) == ((float)L_3))))
{
goto IL_002d;
}
}
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___a0;
float L_5 = L_4.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___b1;
float L_7 = L_6.___g_1;
if ((!(((float)L_5) == ((float)L_7))))
{
goto IL_002d;
}
}
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___a0;
float L_9 = L_8.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___b1;
float L_11 = L_10.___b_2;
G_B4_0 = ((((float)L_9) == ((float)L_11))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
// }
bool L_12 = V_0;
return L_12;
}
}
// UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Multiply(UnityEngine.Color32,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TMPro_ExtensionMethods_Multiply_mC7A14CD67A219A82BEAC77845823C887355D2127 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c10, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c21, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
uint8_t V_1 = 0x0;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
{
// byte r = (byte)((c1.r / 255f) * (c2.r / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___c10;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___c21;
uint8_t L_3 = L_2.___r_1;
V_0 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))))), (255.0f))));
// byte g = (byte)((c1.g / 255f) * (c2.g / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___c10;
uint8_t L_5 = L_4.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___c21;
uint8_t L_7 = L_6.___g_2;
V_1 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))))), (255.0f))));
// byte b = (byte)((c1.b / 255f) * (c2.b / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_8 = ___c10;
uint8_t L_9 = L_8.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_10 = ___c21;
uint8_t L_11 = L_10.___b_3;
V_2 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_9)/(255.0f))), ((float)(((float)L_11)/(255.0f))))), (255.0f))));
// byte a = (byte)((c1.a / 255f) * (c2.a / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12 = ___c10;
uint8_t L_13 = L_12.___a_4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14 = ___c21;
uint8_t L_15 = L_14.___a_4;
V_3 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_13)/(255.0f))), ((float)(((float)L_15)/(255.0f))))), (255.0f))));
// return new Color32(r, g, b, a);
uint8_t L_16 = V_0;
uint8_t L_17 = V_1;
uint8_t L_18 = V_2;
uint8_t L_19 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20;
memset((&L_20), 0, sizeof(L_20));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_20), L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
V_4 = L_20;
goto IL_009a;
}
IL_009a:
{
// }
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_21 = V_4;
return L_21;
}
}
// UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Tint(UnityEngine.Color32,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TMPro_ExtensionMethods_Tint_mCAA591906B5D62CF1DBBE7BDA1B8260154120020 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c10, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c21, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
uint8_t V_1 = 0x0;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
{
// byte r = (byte)((c1.r / 255f) * (c2.r / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___c10;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___c21;
uint8_t L_3 = L_2.___r_1;
V_0 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))))), (255.0f))));
// byte g = (byte)((c1.g / 255f) * (c2.g / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___c10;
uint8_t L_5 = L_4.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___c21;
uint8_t L_7 = L_6.___g_2;
V_1 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))))), (255.0f))));
// byte b = (byte)((c1.b / 255f) * (c2.b / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_8 = ___c10;
uint8_t L_9 = L_8.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_10 = ___c21;
uint8_t L_11 = L_10.___b_3;
V_2 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_9)/(255.0f))), ((float)(((float)L_11)/(255.0f))))), (255.0f))));
// byte a = (byte)((c1.a / 255f) * (c2.a / 255f) * 255);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12 = ___c10;
uint8_t L_13 = L_12.___a_4;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14 = ___c21;
uint8_t L_15 = L_14.___a_4;
V_3 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_13)/(255.0f))), ((float)(((float)L_15)/(255.0f))))), (255.0f))));
// return new Color32(r, g, b, a);
uint8_t L_16 = V_0;
uint8_t L_17 = V_1;
uint8_t L_18 = V_2;
uint8_t L_19 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20;
memset((&L_20), 0, sizeof(L_20));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_20), L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
V_4 = L_20;
goto IL_009a;
}
IL_009a:
{
// }
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_21 = V_4;
return L_21;
}
}
// UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Tint(UnityEngine.Color32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B TMPro_ExtensionMethods_Tint_m5DA2EA8D3C7DFF5FC493CE93D07C3FC039A07133 (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c10, float ___tint1, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
uint8_t V_1 = 0x0;
uint8_t V_2 = 0x0;
uint8_t V_3 = 0x0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
memset((&V_4), 0, sizeof(V_4));
{
// byte r = (byte)(Mathf.Clamp(c1.r / 255f * tint * 255, 0, 255));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___c10;
uint8_t L_1 = L_0.___r_1;
float L_2 = ___tint1;
float L_3;
L_3 = Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_1)/(255.0f))), L_2)), (255.0f))), (0.0f), (255.0f), NULL);
V_0 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_3);
// byte g = (byte)(Mathf.Clamp(c1.g / 255f * tint * 255, 0, 255));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___c10;
uint8_t L_5 = L_4.___g_2;
float L_6 = ___tint1;
float L_7;
L_7 = Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_5)/(255.0f))), L_6)), (255.0f))), (0.0f), (255.0f), NULL);
V_1 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_7);
// byte b = (byte)(Mathf.Clamp(c1.b / 255f * tint * 255, 0, 255));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_8 = ___c10;
uint8_t L_9 = L_8.___b_3;
float L_10 = ___tint1;
float L_11;
L_11 = Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_9)/(255.0f))), L_10)), (255.0f))), (0.0f), (255.0f), NULL);
V_2 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_11);
// byte a = (byte)(Mathf.Clamp(c1.a / 255f * tint * 255, 0, 255));
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12 = ___c10;
uint8_t L_13 = L_12.___a_4;
float L_14 = ___tint1;
float L_15;
L_15 = Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(((float)(((float)L_13)/(255.0f))), L_14)), (255.0f))), (0.0f), (255.0f), NULL);
V_3 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_15);
// return new Color32(r, g, b, a);
uint8_t L_16 = V_0;
uint8_t L_17 = V_1;
uint8_t L_18 = V_2;
uint8_t L_19 = V_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20;
memset((&L_20), 0, sizeof(L_20));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_20), L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
V_4 = L_20;
goto IL_00a6;
}
IL_00a6:
{
// }
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_21 = V_4;
return L_21;
}
}
// UnityEngine.Color TMPro.TMPro_ExtensionMethods::MinAlpha(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F TMPro_ExtensionMethods_MinAlpha_mB118608D99C2B0D181D08A34D62EBBD342D5A7B8 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c10, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c21, const RuntimeMethod* method)
{
float V_0 = 0.0f;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_1;
memset((&V_1), 0, sizeof(V_1));
float G_B3_0 = 0.0f;
{
// float a = c1.a < c2.a ? c1.a : c2.a;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c10;
float L_1 = L_0.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___c21;
float L_3 = L_2.___a_3;
if ((((float)L_1) < ((float)L_3)))
{
goto IL_0017;
}
}
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c21;
float L_5 = L_4.___a_3;
G_B3_0 = L_5;
goto IL_001d;
}
IL_0017:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___c10;
float L_7 = L_6.___a_3;
G_B3_0 = L_7;
}
IL_001d:
{
V_0 = G_B3_0;
// return new Color(c1.r, c1.g, c1.b, a);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___c10;
float L_9 = L_8.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___c10;
float L_11 = L_10.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___c10;
float L_13 = L_12.___b_2;
float L_14 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15;
memset((&L_15), 0, sizeof(L_15));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_15), L_9, L_11, L_13, L_14, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_0039;
}
IL_0039:
{
// }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = V_1;
return L_16;
}
}
// System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mA7AB3A35D921F8014C17306CC64D6CFD8F215CA6 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v10, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v21, int32_t ___accuracy2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// bool x = (int)(v1.x * accuracy) == (int)(v2.x * accuracy);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___v10;
float L_1 = L_0.___x_2;
int32_t L_2 = ___accuracy2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___v21;
float L_4 = L_3.___x_2;
int32_t L_5 = ___accuracy2;
V_0 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_1, ((float)L_2))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_4, ((float)L_5))))))? 1 : 0);
// bool y = (int)(v1.y * accuracy) == (int)(v2.y * accuracy);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___v10;
float L_7 = L_6.___y_3;
int32_t L_8 = ___accuracy2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___v21;
float L_10 = L_9.___y_3;
int32_t L_11 = ___accuracy2;
V_1 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_7, ((float)L_8))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_10, ((float)L_11))))))? 1 : 0);
// bool z = (int)(v1.z * accuracy) == (int)(v2.z * accuracy);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___v10;
float L_13 = L_12.___z_4;
int32_t L_14 = ___accuracy2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15 = ___v21;
float L_16 = L_15.___z_4;
int32_t L_17 = ___accuracy2;
V_2 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_13, ((float)L_14))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_16, ((float)L_17))))))? 1 : 0);
// return x && y && z;
bool L_18 = V_0;
bool L_19 = V_1;
bool L_20 = V_2;
V_3 = (bool)((int32_t)(((int32_t)((int32_t)L_18&(int32_t)L_19))&(int32_t)L_20));
goto IL_004e;
}
IL_004e:
{
// }
bool L_21 = V_3;
return L_21;
}
}
// System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mFC4E4CDEBF258A3DC7411E7E2395FE58739BF3F7 (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___q10, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___q21, int32_t ___accuracy2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// bool x = (int)(q1.x * accuracy) == (int)(q2.x * accuracy);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___q10;
float L_1 = L_0.___x_0;
int32_t L_2 = ___accuracy2;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3 = ___q21;
float L_4 = L_3.___x_0;
int32_t L_5 = ___accuracy2;
V_0 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_1, ((float)L_2))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_4, ((float)L_5))))))? 1 : 0);
// bool y = (int)(q1.y * accuracy) == (int)(q2.y * accuracy);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = ___q10;
float L_7 = L_6.___y_1;
int32_t L_8 = ___accuracy2;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9 = ___q21;
float L_10 = L_9.___y_1;
int32_t L_11 = ___accuracy2;
V_1 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_7, ((float)L_8))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_10, ((float)L_11))))))? 1 : 0);
// bool z = (int)(q1.z * accuracy) == (int)(q2.z * accuracy);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12 = ___q10;
float L_13 = L_12.___z_2;
int32_t L_14 = ___accuracy2;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_15 = ___q21;
float L_16 = L_15.___z_2;
int32_t L_17 = ___accuracy2;
V_2 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_13, ((float)L_14))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_16, ((float)L_17))))))? 1 : 0);
// bool w = (int)(q1.w * accuracy) == (int)(q2.w * accuracy);
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_18 = ___q10;
float L_19 = L_18.___w_3;
int32_t L_20 = ___accuracy2;
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_21 = ___q21;
float L_22 = L_21.___w_3;
int32_t L_23 = ___accuracy2;
V_3 = (bool)((((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_19, ((float)L_20))))) == ((int32_t)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_22, ((float)L_23))))))? 1 : 0);
// return x && y && z && w;
bool L_24 = V_0;
bool L_25 = V_1;
bool L_26 = V_2;
bool L_27 = V_3;
V_4 = (bool)((int32_t)(((int32_t)(((int32_t)((int32_t)L_24&(int32_t)L_25))&(int32_t)L_26))&(int32_t)L_27));
goto IL_0068;
}
IL_0068:
{
// }
bool L_28 = V_4;
return L_28;
}
}
#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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Math_Approximately_m5433281D91C668DC50FE91CB6D79D7FFCB9657BB (float ___a0, float ___b1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// return (b - 0.0001f) < a && a < (b + 0.0001f);
float L_0 = ___b1;
float L_1 = ___a0;
if ((!(((float)((float)il2cpp_codegen_subtract(L_0, (9.99999975E-05f)))) < ((float)L_1))))
{
goto IL_0017;
}
}
{
float L_2 = ___a0;
float L_3 = ___b1;
G_B3_0 = ((((float)L_2) < ((float)((float)il2cpp_codegen_add(L_3, (9.99999975E-05f)))))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
V_0 = (bool)G_B3_0;
goto IL_001b;
}
IL_001b:
{
// }
bool L_4 = V_0;
return L_4;
}
}
// System.Int32 TMPro.TMP_Math::Mod(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Math_Mod_mF02A7688DC20EAC76DD3DB37E18537D66153553E (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B3_0 = 0;
{
// int r = a % b;
int32_t L_0 = ___a0;
int32_t L_1 = ___b1;
V_0 = ((int32_t)(L_0%L_1));
// return r < 0 ? r + b : r;
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_000c;
}
}
{
int32_t L_3 = V_0;
G_B3_0 = L_3;
goto IL_000f;
}
IL_000c:
{
int32_t L_4 = V_0;
int32_t L_5 = ___b1;
G_B3_0 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
}
IL_000f:
{
V_1 = G_B3_0;
goto IL_0012;
}
IL_0012:
{
// }
int32_t L_6 = V_1;
return L_6;
}
}
// System.Void TMPro.TMP_Math::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Math__cctor_mBD4619AD5E6B640F7B15B379EE141DB2FD7B60DD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static Vector2 MAX_16BIT = new Vector2(FLOAT_MAX, FLOAT_MAX);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (32767.0f), (32767.0f), /*hidden argument*/NULL);
((TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_il2cpp_TypeInfo_var))->___MAX_16BIT_6 = L_0;
// public static Vector2 MIN_16BIT = new Vector2(FLOAT_MIN, FLOAT_MIN);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
memset((&L_1), 0, sizeof(L_1));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_1), (-32767.0f), (-32767.0f), /*hidden argument*/NULL);
((TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Math_t37914ACC164B07E2FE801992D237D9FE4E4D1A52_il2cpp_TypeInfo_var))->___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
#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.VertexGradient::.ctor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexGradient__ctor_m9B59D99E8B67833BD6CC50F4704614744D271C3A (VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color0, const RuntimeMethod* method)
{
{
// this.topLeft = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___color0;
__this->___topLeft_0 = L_0;
// this.topRight = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___color0;
__this->___topRight_1 = L_1;
// this.bottomLeft = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___color0;
__this->___bottomLeft_2 = L_2;
// this.bottomRight = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___color0;
__this->___bottomRight_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void VertexGradient__ctor_m9B59D99E8B67833BD6CC50F4704614744D271C3A_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color0, const RuntimeMethod* method)
{
VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F*>(__this + _offset);
VertexGradient__ctor_m9B59D99E8B67833BD6CC50F4704614744D271C3A(_thisAdjusted, ___color0, method);
}
// System.Void TMPro.VertexGradient::.ctor(UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexGradient__ctor_m8FFAAFD98D0DC4F7C6D41410EF574A6600DCA40B (VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color00, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color11, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color22, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color33, const RuntimeMethod* method)
{
{
// this.topLeft = color0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___color00;
__this->___topLeft_0 = L_0;
// this.topRight = color1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___color11;
__this->___topRight_1 = L_1;
// this.bottomLeft = color2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___color22;
__this->___bottomLeft_2 = L_2;
// this.bottomRight = color3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___color33;
__this->___bottomRight_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void VertexGradient__ctor_m8FFAAFD98D0DC4F7C6D41410EF574A6600DCA40B_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color00, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color11, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color22, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color33, const RuntimeMethod* method)
{
VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VertexGradient_t2C057B53C0EA6E987C2B7BAB0305E686DA1C9A8F*>(__this + _offset);
VertexGradient__ctor_m8FFAAFD98D0DC4F7C6D41410EF574A6600DCA40B(_thisAdjusted, ___color00, ___color11, ___color22, ___color33, 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
#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
IL2CPP_EXTERN_C void TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshal_pinvoke(const TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6& unmarshaled, TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_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);
}
IL2CPP_EXTERN_C void TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshal_pinvoke_back(const TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_pinvoke& marshaled, TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6& 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);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_LinkInfo
IL2CPP_EXTERN_C void TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshal_pinvoke_cleanup(TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_LinkInfo
IL2CPP_EXTERN_C void TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshal_com(const TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6& unmarshaled, TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_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);
}
IL2CPP_EXTERN_C void TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshal_com_back(const TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_com& marshaled, TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6& 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);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_LinkInfo
IL2CPP_EXTERN_C void TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshal_com_cleanup(TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6_marshaled_com& marshaled)
{
}
// System.Void TMPro.TMP_LinkInfo::SetLinkID(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_LinkInfo_SetLinkID_m9E9A1B09A536609EC636A3F6D14498F70C6C487A (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t G_B3_0 = 0;
{
// if (linkID == null || linkID.Length < length) linkID = new char[length];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___linkID_6;
if (!L_0)
{
goto IL_0016;
}
}
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->___linkID_6;
NullCheck(L_1);
int32_t L_2 = ___length2;
G_B3_0 = ((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) < ((int32_t)L_2))? 1 : 0);
goto IL_0017;
}
IL_0016:
{
G_B3_0 = 1;
}
IL_0017:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0027;
}
}
{
// if (linkID == null || linkID.Length < length) linkID = new char[length];
int32_t L_4 = ___length2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_4);
__this->___linkID_6 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___linkID_6), (void*)L_5);
}
IL_0027:
{
// for (int i = 0; i < length; i++)
V_1 = 0;
goto IL_003c;
}
IL_002b:
{
// linkID[i] = text[startIndex + i];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___linkID_6;
int32_t L_7 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = ___text0;
int32_t L_9 = ___startIndex1;
int32_t L_10 = V_1;
NullCheck(L_8);
int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_9, L_10));
uint16_t L_12 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Il2CppChar)L_12);
// for (int i = 0; i < length; i++)
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_003c:
{
// for (int i = 0; i < length; i++)
int32_t L_14 = V_1;
int32_t L_15 = ___length2;
V_2 = (bool)((((int32_t)L_14) < ((int32_t)L_15))? 1 : 0);
bool L_16 = V_2;
if (L_16)
{
goto IL_002b;
}
}
{
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_LinkInfo_SetLinkID_m9E9A1B09A536609EC636A3F6D14498F70C6C487A_AdjustorThunk (RuntimeObject* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6*>(__this + _offset);
TMP_LinkInfo_SetLinkID_m9E9A1B09A536609EC636A3F6D14498F70C6C487A(_thisAdjusted, ___text0, ___startIndex1, ___length2, method);
}
// System.String TMPro.TMP_LinkInfo::GetLinkText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkText_m954EE8FF39D62BA8113773A696095EAE85CD5E3F (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
String_t* V_4 = NULL;
{
// string text = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_0;
// TMP_TextInfo textInfo = textComponent.textInfo;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___textComponent_0;
NullCheck(L_1);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_2;
L_2 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_1, NULL);
V_1 = L_2;
// for (int i = linkTextfirstCharacterIndex; i < linkTextfirstCharacterIndex + linkTextLength; i++)
int32_t L_3 = __this->___linkTextfirstCharacterIndex_4;
V_2 = L_3;
goto IL_003d;
}
IL_001c:
{
// text += textInfo.characterInfo[i].character;
String_t* L_4 = V_0;
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_5 = V_1;
NullCheck(L_5);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_6 = L_5->___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)))->___character_0);
String_t* L_9;
L_9 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_8, NULL);
String_t* L_10;
L_10 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_4, L_9, NULL);
V_0 = L_10;
// for (int i = linkTextfirstCharacterIndex; i < linkTextfirstCharacterIndex + linkTextLength; i++)
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003d:
{
// for (int i = linkTextfirstCharacterIndex; i < linkTextfirstCharacterIndex + linkTextLength; i++)
int32_t L_12 = V_2;
int32_t L_13 = __this->___linkTextfirstCharacterIndex_4;
int32_t L_14 = __this->___linkTextLength_5;
V_3 = (bool)((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add(L_13, L_14))))? 1 : 0);
bool L_15 = V_3;
if (L_15)
{
goto IL_001c;
}
}
{
// return text;
String_t* L_16 = V_0;
V_4 = L_16;
goto IL_0056;
}
IL_0056:
{
// }
String_t* L_17 = V_4;
return L_17;
}
}
IL2CPP_EXTERN_C String_t* TMP_LinkInfo_GetLinkText_m954EE8FF39D62BA8113773A696095EAE85CD5E3F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6*>(__this + _offset);
String_t* _returnValue;
_returnValue = TMP_LinkInfo_GetLinkText_m954EE8FF39D62BA8113773A696095EAE85CD5E3F(_thisAdjusted, method);
return _returnValue;
}
// System.String TMPro.TMP_LinkInfo::GetLinkID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_LinkInfo_GetLinkID_mCC9D9E783D606660A4D15E0E746E1E27AD9C2425 (TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
String_t* V_1 = NULL;
{
// if (textComponent == null)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___textComponent_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0019;
}
}
{
// return string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_1 = L_3;
goto IL_002e;
}
IL_0019:
{
// return new string(linkID, 0, linkIdLength);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___linkID_6;
int32_t L_5 = __this->___linkIdLength_3;
String_t* L_6;
L_6 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_4, 0, L_5, NULL);
V_1 = L_6;
goto IL_002e;
}
IL_002e:
{
// }
String_t* L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C String_t* TMP_LinkInfo_GetLinkID_mCC9D9E783D606660A4D15E0E746E1E27AD9C2425_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_LinkInfo_t9DC08E8BF8C5E8094AFF8C9FB3C251AF88B92DA6*>(__this + _offset);
String_t* _returnValue;
_returnValue = TMP_LinkInfo_GetLinkID_mCC9D9E783D606660A4D15E0E746E1E27AD9C2425(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: TMPro.TMP_WordInfo
IL2CPP_EXTERN_C void TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshal_pinvoke(const TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983& unmarshaled, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_pinvoke& marshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL);
}
IL2CPP_EXTERN_C void TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshal_pinvoke_back(const TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_pinvoke& marshaled, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983& unmarshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_WordInfo
IL2CPP_EXTERN_C void TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshal_pinvoke_cleanup(TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_WordInfo
IL2CPP_EXTERN_C void TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshal_com(const TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983& unmarshaled, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_com& marshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL);
}
IL2CPP_EXTERN_C void TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshal_com_back(const TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_com& marshaled, TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983& unmarshaled)
{
Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_WordInfo
IL2CPP_EXTERN_C void TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshal_com_cleanup(TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983_marshaled_com& marshaled)
{
}
// System.String TMPro.TMP_WordInfo::GetWord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_WordInfo_GetWord_m7F72AB87E8AB0FA75616FD5409A8F5C031294D2C (TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
String_t* V_4 = NULL;
{
// string word = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_0;
// TMP_CharacterInfo[] charInfo = textComponent.textInfo.characterInfo;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = __this->___textComponent_0;
NullCheck(L_1);
TMP_TextInfo_t09A8E906329422C3F0C059876801DD695B8D524D* L_2;
L_2 = TMP_Text_get_textInfo_mA24C606B8EA51436E4AA3B9D6DCDFA7A8995E10E(L_1, NULL);
NullCheck(L_2);
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_3 = L_2->___characterInfo_11;
V_1 = L_3;
// for (int i = firstCharacterIndex; i < lastCharacterIndex + 1; i++)
int32_t L_4 = __this->___firstCharacterIndex_1;
V_2 = L_4;
goto IL_003f;
}
IL_0021:
{
// word += charInfo[i].character;
String_t* L_5 = V_0;
TMP_CharacterInfoU5BU5D_t297D56FCF66DAA99D8FEA7C30F9F3926902C5B99* L_6 = V_1;
int32_t L_7 = V_2;
NullCheck(L_6);
Il2CppChar* L_8 = (&((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->___character_0);
String_t* L_9;
L_9 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_8, NULL);
String_t* L_10;
L_10 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_5, L_9, NULL);
V_0 = L_10;
// for (int i = firstCharacterIndex; i < lastCharacterIndex + 1; i++)
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003f:
{
// for (int i = firstCharacterIndex; i < lastCharacterIndex + 1; i++)
int32_t L_12 = V_2;
int32_t L_13 = __this->___lastCharacterIndex_2;
V_3 = (bool)((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add(L_13, 1))))? 1 : 0);
bool L_14 = V_3;
if (L_14)
{
goto IL_0021;
}
}
{
// return word;
String_t* L_15 = V_0;
V_4 = L_15;
goto IL_0053;
}
IL_0053:
{
// }
String_t* L_16 = V_4;
return L_16;
}
}
IL2CPP_EXTERN_C String_t* TMP_WordInfo_GetWord_m7F72AB87E8AB0FA75616FD5409A8F5C031294D2C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_WordInfo_t825112AF0B76E4461F9C7DD336A02CC6A090A983*>(__this + _offset);
String_t* _returnValue;
_returnValue = TMP_WordInfo_GetWord_m7F72AB87E8AB0FA75616FD5409A8F5C031294D2C(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.Extents::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extents__ctor_m2C44BA0B2EDAAB80829698A019D2BBF8DDFF630B (Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max1, const RuntimeMethod* method)
{
{
// this.min = min;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___min0;
__this->___min_2 = L_0;
// this.max = max;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___max1;
__this->___max_3 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void Extents__ctor_m2C44BA0B2EDAAB80829698A019D2BBF8DDFF630B_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max1, const RuntimeMethod* method)
{
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8*>(__this + _offset);
Extents__ctor_m2C44BA0B2EDAAB80829698A019D2BBF8DDFF630B(_thisAdjusted, ___min0, ___max1, method);
}
// System.String TMPro.Extents::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extents_ToString_m947E31139C9C66B1F1942EF74B2FDE347A778F99 (Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
// string s = "Min (" + min.x.ToString("f2") + ", " + min.y.ToString("f2") + ") Max (" + max.x.ToString("f2") + ", " + max.y.ToString("f2") + ")";
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_3 = (&__this->___min_2);
float* L_4 = (&L_3->___x_0);
String_t* L_5;
L_5 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_4, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_5);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_2;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_8 = (&__this->___min_2);
float* L_9 = (&L_8->___y_1);
String_t* L_10;
L_10 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_9, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_10);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_7;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_13 = (&__this->___max_3);
float* L_14 = (&L_13->___x_0);
String_t* L_15;
L_15 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_14, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_15);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_12;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_18 = (&__this->___max_3);
float* L_19 = (&L_18->___y_1);
String_t* L_20;
L_20 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_19, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)L_20);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_17;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
String_t* L_22;
L_22 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_21, NULL);
V_0 = L_22;
// return s;
String_t* L_23 = V_0;
V_1 = L_23;
goto IL_009a;
}
IL_009a:
{
// }
String_t* L_24 = V_1;
return L_24;
}
}
IL2CPP_EXTERN_C String_t* Extents_ToString_m947E31139C9C66B1F1942EF74B2FDE347A778F99_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8*>(__this + _offset);
String_t* _returnValue;
_returnValue = Extents_ToString_m947E31139C9C66B1F1942EF74B2FDE347A778F99(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.Extents::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extents__cctor_mAD83D61EA6DC06C831C241B5923E3EF7E8B06F0A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// internal static Extents zero = new Extents(Vector2.zero, Vector2.zero);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
L_0 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 L_2;
memset((&L_2), 0, sizeof(L_2));
Extents__ctor_m2C44BA0B2EDAAB80829698A019D2BBF8DDFF630B((&L_2), L_0, L_1, /*hidden argument*/NULL);
((Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_StaticFields*)il2cpp_codegen_static_fields_for(Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_il2cpp_TypeInfo_var))->___zero_0 = L_2;
// internal static Extents uninitialized = new Extents(new Vector2(32767, 32767), new Vector2(-32767, -32767));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
memset((&L_3), 0, sizeof(L_3));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_3), (32767.0f), (32767.0f), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), (-32767.0f), (-32767.0f), /*hidden argument*/NULL);
Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8 L_5;
memset((&L_5), 0, sizeof(L_5));
Extents__ctor_m2C44BA0B2EDAAB80829698A019D2BBF8DDFF630B((&L_5), L_3, L_4, /*hidden argument*/NULL);
((Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_StaticFields*)il2cpp_codegen_static_fields_for(Extents_tA2D2F95811D0A18CB7AC3570D2D8F8CD3AF4C4A8_il2cpp_TypeInfo_var))->___uninitialized_1 = L_5;
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.Mesh_Extents::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_Extents__ctor_m37E0BBEE5EED57082B82AC6162F7785B231907CB (Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max1, const RuntimeMethod* method)
{
{
// this.min = min;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___min0;
__this->___min_0 = L_0;
// this.max = max;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___max1;
__this->___max_1 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void Mesh_Extents__ctor_m37E0BBEE5EED57082B82AC6162F7785B231907CB_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___min0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___max1, const RuntimeMethod* method)
{
Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B*>(__this + _offset);
Mesh_Extents__ctor_m37E0BBEE5EED57082B82AC6162F7785B231907CB(_thisAdjusted, ___min0, ___max1, method);
}
// System.String TMPro.Mesh_Extents::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Mesh_Extents_ToString_m733F0275FC20FD2F4EE5B6E9ABBD6F3CD8D5AE23 (Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
// string s = "Min (" + min.x.ToString("f2") + ", " + min.y.ToString("f2") + ") Max (" + max.x.ToString("f2") + ", " + max.y.ToString("f2") + ")";
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral38767658C03332F9479B14D452904A29DDC1EF0C);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_3 = (&__this->___min_0);
float* L_4 = (&L_3->___x_0);
String_t* L_5;
L_5 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_4, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_5);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_2;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_8 = (&__this->___min_0);
float* L_9 = (&L_8->___y_1);
String_t* L_10;
L_10 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_9, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_10);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_7;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralD6B3DDEC6933DA2C4E655CA83D496487A17F84B6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_13 = (&__this->___max_1);
float* L_14 = (&L_13->___x_0);
String_t* L_15;
L_15 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_14, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_15);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_12;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_18 = (&__this->___max_1);
float* L_19 = (&L_18->___y_1);
String_t* L_20;
L_20 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D(L_19, _stringLiteral36967F33A1482179FE45CD9CCC3AE6241AA43F85, NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)L_20);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_17;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
String_t* L_22;
L_22 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_21, NULL);
V_0 = L_22;
// return s;
String_t* L_23 = V_0;
V_1 = L_23;
goto IL_009a;
}
IL_009a:
{
// }
String_t* L_24 = V_1;
return L_24;
}
}
IL2CPP_EXTERN_C String_t* Mesh_Extents_ToString_m733F0275FC20FD2F4EE5B6E9ABBD6F3CD8D5AE23_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Mesh_Extents_tD11C2B06A495ADBAA7AD6C2A670FEE70346D464B*>(__this + _offset);
String_t* _returnValue;
_returnValue = Mesh_Extents_ToString_m733F0275FC20FD2F4EE5B6E9ABBD6F3CD8D5AE23(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: TMPro.WordWrapState
IL2CPP_EXTERN_C void WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshal_pinvoke(const WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A& unmarshaled, WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_pinvoke& marshaled)
{
Exception_t* ___textInfo_35Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textInfo' of type 'WordWrapState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textInfo_35Exception, NULL);
}
IL2CPP_EXTERN_C void WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshal_pinvoke_back(const WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_pinvoke& marshaled, WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A& unmarshaled)
{
Exception_t* ___textInfo_35Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textInfo' of type 'WordWrapState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textInfo_35Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.WordWrapState
IL2CPP_EXTERN_C void WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshal_pinvoke_cleanup(WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.WordWrapState
IL2CPP_EXTERN_C void WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshal_com(const WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A& unmarshaled, WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_com& marshaled)
{
Exception_t* ___textInfo_35Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textInfo' of type 'WordWrapState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textInfo_35Exception, NULL);
}
IL2CPP_EXTERN_C void WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshal_com_back(const WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_com& marshaled, WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A& unmarshaled)
{
Exception_t* ___textInfo_35Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textInfo' of type 'WordWrapState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textInfo_35Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.WordWrapState
IL2CPP_EXTERN_C void WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshal_com_cleanup(WordWrapState_t80F67D8CAA9B1A0A3D5266521E23A9F3100EDD0A_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 TMPro.TMP_Asset::get_instanceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D (TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* __this, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
// if (m_InstanceID == 0)
int32_t L_0 = __this->___m_InstanceID_4;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// m_InstanceID = GetInstanceID();
int32_t L_2;
L_2 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(__this, NULL);
__this->___m_InstanceID_4 = L_2;
}
IL_001a:
{
// return m_InstanceID;
int32_t L_3 = __this->___m_InstanceID_4;
V_1 = L_3;
goto IL_0023;
}
IL_0023:
{
// }
int32_t L_4 = V_1;
return L_4;
}
}
// System.Void TMPro.TMP_Asset::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Asset__ctor_m12FF90A96AD41AEDF9AD37175E7070FAC070D8E9 (TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, 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_Character::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_m16CBCDD3EB5695396E4C95A0876F2C4DD4500673 (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* __this, const RuntimeMethod* method)
{
{
// public TMP_Character()
TMP_TextElement__ctor_m17ECA25C496E92124412C4B48665D75EE848AF83(__this, NULL);
// m_ElementType = TextElementType.Character;
((TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5*)__this)->___m_ElementType_0 = 1;
// this.scale = 1.0f;
TMP_TextElement_set_scale_mB753D739067A2DF395673D5C6B01E30B74B35362(__this, (1.0f), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Character::.ctor(System.UInt32,UnityEngine.TextCore.Glyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_m79F49FBBC8657569BA621EFBF64A000BB1B56ED3 (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* __this, uint32_t ___unicode0, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___glyph1, const RuntimeMethod* method)
{
{
// public TMP_Character(uint unicode, Glyph glyph)
TMP_TextElement__ctor_m17ECA25C496E92124412C4B48665D75EE848AF83(__this, NULL);
// m_ElementType = TextElementType.Character;
((TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5*)__this)->___m_ElementType_0 = 1;
// this.unicode = unicode;
uint32_t L_0 = ___unicode0;
TMP_TextElement_set_unicode_m5DDC85416E46FEB989F4924ED4E1C8BABDE09AA0(__this, L_0, NULL);
// this.textAsset = null;
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(__this, (TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)NULL, NULL);
// this.glyph = glyph;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_1 = ___glyph1;
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(__this, L_1, NULL);
// this.glyphIndex = glyph.index;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_2 = ___glyph1;
NullCheck(L_2);
uint32_t L_3;
L_3 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_2, NULL);
TMP_TextElement_set_glyphIndex_mD2D21A9AD7EF332ABE56C52031E03CB5570C2FD3(__this, L_3, NULL);
// this.scale = 1.0f;
TMP_TextElement_set_scale_mB753D739067A2DF395673D5C6B01E30B74B35362(__this, (1.0f), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Character::.ctor(System.UInt32,TMPro.TMP_FontAsset,UnityEngine.TextCore.Glyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* __this, uint32_t ___unicode0, TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset1, Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* ___glyph2, const RuntimeMethod* method)
{
{
// public TMP_Character(uint unicode, TMP_FontAsset fontAsset, Glyph glyph)
TMP_TextElement__ctor_m17ECA25C496E92124412C4B48665D75EE848AF83(__this, NULL);
// m_ElementType = TextElementType.Character;
((TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5*)__this)->___m_ElementType_0 = 1;
// this.unicode = unicode;
uint32_t L_0 = ___unicode0;
TMP_TextElement_set_unicode_m5DDC85416E46FEB989F4924ED4E1C8BABDE09AA0(__this, L_0, NULL);
// this.textAsset = fontAsset;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_1 = ___fontAsset1;
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(__this, L_1, NULL);
// this.glyph = glyph;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_2 = ___glyph2;
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(__this, L_2, NULL);
// this.glyphIndex = glyph.index;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_3 = ___glyph2;
NullCheck(L_3);
uint32_t L_4;
L_4 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_3, NULL);
TMP_TextElement_set_glyphIndex_mD2D21A9AD7EF332ABE56C52031E03CB5570C2FD3(__this, L_4, NULL);
// this.scale = 1.0f;
TMP_TextElement_set_scale_mB753D739067A2DF395673D5C6B01E30B74B35362(__this, (1.0f), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Character::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_m7019F2E56EE1A654151F581F2293FBB2410E4775 (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* __this, uint32_t ___unicode0, uint32_t ___glyphIndex1, const RuntimeMethod* method)
{
{
// internal TMP_Character(uint unicode, uint glyphIndex)
TMP_TextElement__ctor_m17ECA25C496E92124412C4B48665D75EE848AF83(__this, NULL);
// m_ElementType = TextElementType.Character;
((TMP_TextElement_t262A55214F712D4274485ABE5676E5254B84D0A5*)__this)->___m_ElementType_0 = 1;
// this.unicode = unicode;
uint32_t L_0 = ___unicode0;
TMP_TextElement_set_unicode_m5DDC85416E46FEB989F4924ED4E1C8BABDE09AA0(__this, L_0, NULL);
// this.textAsset = null;
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(__this, (TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)NULL, NULL);
// this.glyph = null;
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(__this, (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)NULL, NULL);
// this.glyphIndex = glyphIndex;
uint32_t L_1 = ___glyphIndex1;
TMP_TextElement_set_glyphIndex_mD2D21A9AD7EF332ABE56C52031E03CB5570C2FD3(__this, L_1, NULL);
// this.scale = 1.0f;
TMP_TextElement_set_scale_mB753D739067A2DF395673D5C6B01E30B74B35362(__this, (1.0f), 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_Vertex TMPro.TMP_Vertex::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A TMP_Vertex_get_zero_m558845D50A2857974D01F9DBE472958BFC4ACB02 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static TMP_Vertex zero { get { return k_Zero; } }
il2cpp_codegen_runtime_class_init_inline(TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_il2cpp_TypeInfo_var);
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A L_0 = ((TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_il2cpp_TypeInfo_var))->___k_Zero_5;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
// public static TMP_Vertex zero { get { return k_Zero; } }
TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Vertex::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Vertex__cctor_mB236CFF83B30DC42216032ADEAB86EF9259271F6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// static readonly TMP_Vertex k_Zero = new TMP_Vertex();
il2cpp_codegen_initobj((&((TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A_il2cpp_TypeInfo_var))->___k_Zero_5), sizeof(TMP_Vertex_t0FD80AE2515219689310A8F619A265667B530E1A));
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.Single TMPro.TMP_Offset::get_left()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_left_mCDC93F42B720817E1119AA5360962F038A39E044 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float left { get { return m_Left; } set { m_Left = value; } }
float L_0 = __this->___m_Left_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float left { get { return m_Left; } set { m_Left = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_Offset_get_left_mCDC93F42B720817E1119AA5360962F038A39E044_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
float _returnValue;
_returnValue = TMP_Offset_get_left_mCDC93F42B720817E1119AA5360962F038A39E044(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::set_left(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_left_m6FF3BCE823654D55CC03B9202094E129A3891958 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float left { get { return m_Left; } set { m_Left = value; } }
float L_0 = ___value0;
__this->___m_Left_0 = L_0;
// public float left { get { return m_Left; } set { m_Left = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset_set_left_m6FF3BCE823654D55CC03B9202094E129A3891958_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset_set_left_m6FF3BCE823654D55CC03B9202094E129A3891958(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_Offset::get_right()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_right_m268492C5D14D1239A429A152ED04DD8790EC98C4 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float right { get { return m_Right; } set { m_Right = value; } }
float L_0 = __this->___m_Right_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float right { get { return m_Right; } set { m_Right = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_Offset_get_right_m268492C5D14D1239A429A152ED04DD8790EC98C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
float _returnValue;
_returnValue = TMP_Offset_get_right_m268492C5D14D1239A429A152ED04DD8790EC98C4(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::set_right(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_right_m19952C4778E73F559E8229B5D1438766E4FF62F2 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float right { get { return m_Right; } set { m_Right = value; } }
float L_0 = ___value0;
__this->___m_Right_1 = L_0;
// public float right { get { return m_Right; } set { m_Right = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset_set_right_m19952C4778E73F559E8229B5D1438766E4FF62F2_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset_set_right_m19952C4778E73F559E8229B5D1438766E4FF62F2(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_Offset::get_top()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_top_m5BAE1A688A264A63524AD4C456CE88CB2086105E (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float top { get { return m_Top; } set { m_Top = value; } }
float L_0 = __this->___m_Top_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float top { get { return m_Top; } set { m_Top = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_Offset_get_top_m5BAE1A688A264A63524AD4C456CE88CB2086105E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
float _returnValue;
_returnValue = TMP_Offset_get_top_m5BAE1A688A264A63524AD4C456CE88CB2086105E(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::set_top(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_top_m5346213516D5B378349B70D61C4EE6BB25603DCC (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float top { get { return m_Top; } set { m_Top = value; } }
float L_0 = ___value0;
__this->___m_Top_2 = L_0;
// public float top { get { return m_Top; } set { m_Top = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset_set_top_m5346213516D5B378349B70D61C4EE6BB25603DCC_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset_set_top_m5346213516D5B378349B70D61C4EE6BB25603DCC(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_Offset::get_bottom()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_bottom_m71E985879E87F76BE28A0FB0485F279866279845 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float bottom { get { return m_Bottom; } set { m_Bottom = value; } }
float L_0 = __this->___m_Bottom_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float bottom { get { return m_Bottom; } set { m_Bottom = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_Offset_get_bottom_m71E985879E87F76BE28A0FB0485F279866279845_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
float _returnValue;
_returnValue = TMP_Offset_get_bottom_m71E985879E87F76BE28A0FB0485F279866279845(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::set_bottom(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_bottom_m4FF1AE55CF113FD06678B22A8ED029F17A9019A8 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float bottom { get { return m_Bottom; } set { m_Bottom = value; } }
float L_0 = ___value0;
__this->___m_Bottom_3 = L_0;
// public float bottom { get { return m_Bottom; } set { m_Bottom = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset_set_bottom_m4FF1AE55CF113FD06678B22A8ED029F17A9019A8_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset_set_bottom_m4FF1AE55CF113FD06678B22A8ED029F17A9019A8(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_Offset::get_horizontal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_horizontal_m3BE3663354670CEA3945FD6EC7C6FD1A3F4E81F7 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float horizontal { get { return m_Left; } set { m_Left = value; m_Right = value; } }
float L_0 = __this->___m_Left_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float horizontal { get { return m_Left; } set { m_Left = value; m_Right = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_Offset_get_horizontal_m3BE3663354670CEA3945FD6EC7C6FD1A3F4E81F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
float _returnValue;
_returnValue = TMP_Offset_get_horizontal_m3BE3663354670CEA3945FD6EC7C6FD1A3F4E81F7(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::set_horizontal(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_horizontal_m38C3B111DD01790C98E91423FCEF6BE826826891 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float horizontal { get { return m_Left; } set { m_Left = value; m_Right = value; } }
float L_0 = ___value0;
__this->___m_Left_0 = L_0;
// public float horizontal { get { return m_Left; } set { m_Left = value; m_Right = value; } }
float L_1 = ___value0;
__this->___m_Right_1 = L_1;
// public float horizontal { get { return m_Left; } set { m_Left = value; m_Right = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset_set_horizontal_m38C3B111DD01790C98E91423FCEF6BE826826891_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset_set_horizontal_m38C3B111DD01790C98E91423FCEF6BE826826891(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.TMP_Offset::get_vertical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Offset_get_vertical_mB6681568C4F9B09DCE4CBFFDC33F733DE7EFE149 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float vertical { get { return m_Top; } set { m_Top = value; m_Bottom = value; } }
float L_0 = __this->___m_Top_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float vertical { get { return m_Top; } set { m_Top = value; m_Bottom = value; } }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float TMP_Offset_get_vertical_mB6681568C4F9B09DCE4CBFFDC33F733DE7EFE149_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
float _returnValue;
_returnValue = TMP_Offset_get_vertical_mB6681568C4F9B09DCE4CBFFDC33F733DE7EFE149(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::set_vertical(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset_set_vertical_m16CC389B6E1291EA006498F0E739A05A5CD16ABE (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float vertical { get { return m_Top; } set { m_Top = value; m_Bottom = value; } }
float L_0 = ___value0;
__this->___m_Top_2 = L_0;
// public float vertical { get { return m_Top; } set { m_Top = value; m_Bottom = value; } }
float L_1 = ___value0;
__this->___m_Bottom_3 = L_1;
// public float vertical { get { return m_Top; } set { m_Top = value; m_Bottom = value; } }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset_set_vertical_m16CC389B6E1291EA006498F0E739A05A5CD16ABE_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset_set_vertical_m16CC389B6E1291EA006498F0E739A05A5CD16ABE(_thisAdjusted, ___value0, method);
}
// TMPro.TMP_Offset TMPro.TMP_Offset::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 TMP_Offset_get_zero_mF8CE5DEC258B77B3697FB8C04EFAFACD04CBA10C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// public static TMP_Offset zero { get { return k_ZeroOffset; } }
il2cpp_codegen_runtime_class_init_inline(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = ((TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var))->___k_ZeroOffset_4;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
// public static TMP_Offset zero { get { return k_ZeroOffset; } }
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Offset::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset__ctor_mE88A176987DB6F468CA09553D74E86E1B48AA81C (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___left0, float ___right1, float ___top2, float ___bottom3, const RuntimeMethod* method)
{
{
// m_Left = left;
float L_0 = ___left0;
__this->___m_Left_0 = L_0;
// m_Right = right;
float L_1 = ___right1;
__this->___m_Right_1 = L_1;
// m_Top = top;
float L_2 = ___top2;
__this->___m_Top_2 = L_2;
// m_Bottom = bottom;
float L_3 = ___bottom3;
__this->___m_Bottom_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset__ctor_mE88A176987DB6F468CA09553D74E86E1B48AA81C_AdjustorThunk (RuntimeObject* __this, float ___left0, float ___right1, float ___top2, float ___bottom3, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset__ctor_mE88A176987DB6F468CA09553D74E86E1B48AA81C(_thisAdjusted, ___left0, ___right1, ___top2, ___bottom3, method);
}
// System.Void TMPro.TMP_Offset::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset__ctor_m5C1836C5751505F6A9E674C8CD7A6419F4BFDCA0 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, float ___horizontal0, float ___vertical1, const RuntimeMethod* method)
{
{
// m_Left = horizontal;
float L_0 = ___horizontal0;
__this->___m_Left_0 = L_0;
// m_Right = horizontal;
float L_1 = ___horizontal0;
__this->___m_Right_1 = L_1;
// m_Top = vertical;
float L_2 = ___vertical1;
__this->___m_Top_2 = L_2;
// m_Bottom = vertical;
float L_3 = ___vertical1;
__this->___m_Bottom_3 = L_3;
// }
return;
}
}
IL2CPP_EXTERN_C void TMP_Offset__ctor_m5C1836C5751505F6A9E674C8CD7A6419F4BFDCA0_AdjustorThunk (RuntimeObject* __this, float ___horizontal0, float ___vertical1, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
TMP_Offset__ctor_m5C1836C5751505F6A9E674C8CD7A6419F4BFDCA0(_thisAdjusted, ___horizontal0, ___vertical1, method);
}
// System.Boolean TMPro.TMP_Offset::op_Equality(TMPro.TMP_Offset,TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_op_Equality_m69BA2835453CA9BD35AC2DE792A29916D9E956A9 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___lhs0, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B5_0 = 0;
{
// return lhs.m_Left == rhs.m_Left &&
// lhs.m_Right == rhs.m_Right &&
// lhs.m_Top == rhs.m_Top &&
// lhs.m_Bottom == rhs.m_Bottom;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = ___lhs0;
float L_1 = L_0.___m_Left_0;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_2 = ___rhs1;
float L_3 = L_2.___m_Left_0;
if ((!(((float)L_1) == ((float)L_3))))
{
goto IL_003b;
}
}
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_4 = ___lhs0;
float L_5 = L_4.___m_Right_1;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_6 = ___rhs1;
float L_7 = L_6.___m_Right_1;
if ((!(((float)L_5) == ((float)L_7))))
{
goto IL_003b;
}
}
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_8 = ___lhs0;
float L_9 = L_8.___m_Top_2;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_10 = ___rhs1;
float L_11 = L_10.___m_Top_2;
if ((!(((float)L_9) == ((float)L_11))))
{
goto IL_003b;
}
}
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_12 = ___lhs0;
float L_13 = L_12.___m_Bottom_3;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_14 = ___rhs1;
float L_15 = L_14.___m_Bottom_3;
G_B5_0 = ((((float)L_13) == ((float)L_15))? 1 : 0);
goto IL_003c;
}
IL_003b:
{
G_B5_0 = 0;
}
IL_003c:
{
V_0 = (bool)G_B5_0;
goto IL_003f;
}
IL_003f:
{
// }
bool L_16 = V_0;
return L_16;
}
}
// System.Boolean TMPro.TMP_Offset::op_Inequality(TMPro.TMP_Offset,TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_op_Inequality_m0FF59F9929F79F4A7957AE7995D1CAC62EA3EE10 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___lhs0, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___rhs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return !(lhs == rhs);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = ___lhs0;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_1 = ___rhs1;
il2cpp_codegen_runtime_class_init_inline(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
bool L_2;
L_2 = TMP_Offset_op_Equality_m69BA2835453CA9BD35AC2DE792A29916D9E956A9(L_0, L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
// }
bool L_3 = V_0;
return L_3;
}
}
// TMPro.TMP_Offset TMPro.TMP_Offset::op_Multiply(TMPro.TMP_Offset,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 TMP_Offset_op_Multiply_m7CBD5277BEB78C1209EB78CE3514824A18B3F4D6 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___a0, float ___b1, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return new TMP_Offset(a.m_Left * b, a.m_Right * b, a.m_Top * b, a.m_Bottom * b);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = ___a0;
float L_1 = L_0.___m_Left_0;
float L_2 = ___b1;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_3 = ___a0;
float L_4 = L_3.___m_Right_1;
float L_5 = ___b1;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_6 = ___a0;
float L_7 = L_6.___m_Top_2;
float L_8 = ___b1;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_9 = ___a0;
float L_10 = L_9.___m_Bottom_3;
float L_11 = ___b1;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_12;
memset((&L_12), 0, sizeof(L_12));
TMP_Offset__ctor_mE88A176987DB6F468CA09553D74E86E1B48AA81C((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
// }
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_13 = V_0;
return L_13;
}
}
// System.Int32 TMPro.TMP_Offset::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Offset_GetHashCode_mD43DEA54E08FF70C12AAB7FD40AC4310B81C1421 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// return base.GetHashCode();
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = (*(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*)__this);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_1 = L_0;
RuntimeObject* L_2 = Box(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var, &L_1);
int32_t L_3;
L_3 = ValueType_GetHashCode_m3B47C72EA1FA846D9B0DFF3C444AB2BFA22CF3CE((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_2, NULL);
V_0 = L_3;
goto IL_0014;
}
IL_0014:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t TMP_Offset_GetHashCode_mD43DEA54E08FF70C12AAB7FD40AC4310B81C1421_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
int32_t _returnValue;
_returnValue = TMP_Offset_GetHashCode_mD43DEA54E08FF70C12AAB7FD40AC4310B81C1421(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean TMPro.TMP_Offset::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_Equals_m7D8B386EF75BA3B1F931F1F70AAB10FEFA6B17F4 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return base.Equals(obj);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = (*(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*)__this);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_1 = L_0;
RuntimeObject* L_2 = Box(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var, &L_1);
RuntimeObject* L_3 = ___obj0;
bool L_4;
L_4 = ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_2, L_3, NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
// }
bool L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C bool TMP_Offset_Equals_m7D8B386EF75BA3B1F931F1F70AAB10FEFA6B17F4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
bool _returnValue;
_returnValue = TMP_Offset_Equals_m7D8B386EF75BA3B1F931F1F70AAB10FEFA6B17F4(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean TMPro.TMP_Offset::Equals(TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Offset_Equals_m1670D25215AB3B155D89F019D27286D294A9ECF0 (TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* __this, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return base.Equals(other);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0 = (*(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*)__this);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_1 = L_0;
RuntimeObject* L_2 = Box(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var, &L_1);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_3 = ___other0;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_4 = L_3;
RuntimeObject* L_5 = Box(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var, &L_4);
bool L_6;
L_6 = ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_2, L_5, NULL);
V_0 = L_6;
goto IL_001a;
}
IL_001a:
{
// }
bool L_7 = V_0;
return L_7;
}
}
IL2CPP_EXTERN_C bool TMP_Offset_Equals_m1670D25215AB3B155D89F019D27286D294A9ECF0_AdjustorThunk (RuntimeObject* __this, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___other0, const RuntimeMethod* method)
{
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6*>(__this + _offset);
bool _returnValue;
_returnValue = TMP_Offset_Equals_m1670D25215AB3B155D89F019D27286D294A9ECF0(_thisAdjusted, ___other0, method);
return _returnValue;
}
// System.Void TMPro.TMP_Offset::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Offset__cctor_m9C97E3799A2CC10497CFAB122C01412FA9C52B78 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// static readonly TMP_Offset k_ZeroOffset = new TMP_Offset(0F, 0F, 0F, 0F);
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_0;
memset((&L_0), 0, sizeof(L_0));
TMP_Offset__ctor_mE88A176987DB6F468CA09553D74E86E1B48AA81C((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
((TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var))->___k_ZeroOffset_4 = L_0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.HighlightState::.ctor(UnityEngine.Color32,TMPro.TMP_Offset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HighlightState__ctor_m25791146FF94DD76C2FAAAF47C1735C01D9F47B2 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color0, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___padding1, const RuntimeMethod* method)
{
{
// this.color = color;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___color0;
__this->___color_0 = L_0;
// this.padding = padding;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_1 = ___padding1;
__this->___padding_1 = L_1;
// }
return;
}
}
IL2CPP_EXTERN_C void HighlightState__ctor_m25791146FF94DD76C2FAAAF47C1735C01D9F47B2_AdjustorThunk (RuntimeObject* __this, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color0, TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 ___padding1, const RuntimeMethod* method)
{
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*>(__this + _offset);
HighlightState__ctor_m25791146FF94DD76C2FAAAF47C1735C01D9F47B2(_thisAdjusted, ___color0, ___padding1, method);
}
// System.Boolean TMPro.HighlightState::op_Equality(TMPro.HighlightState,TMPro.HighlightState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_op_Equality_m079807BBFB0171B565DB50BD48463813BD5DA6FD (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___lhs0, HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___rhs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// return lhs.color.Compare(rhs.color) && lhs.padding == rhs.padding;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_0 = ___lhs0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1 = L_0.___color_0;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_2 = ___rhs1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_3 = L_2.___color_0;
bool L_4;
L_4 = TMPro_ExtensionMethods_Compare_m6CE530D8A0BD1FA2D9C935CB2D5C4AC3EECA2B72(L_1, L_3, NULL);
if (!L_4)
{
goto IL_0027;
}
}
{
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_5 = ___lhs0;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_6 = L_5.___padding_1;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_7 = ___rhs1;
TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6 L_8 = L_7.___padding_1;
il2cpp_codegen_runtime_class_init_inline(TMP_Offset_t2262BE4E87D9662487777FF8FFE1B17B0E4438C6_il2cpp_TypeInfo_var);
bool L_9;
L_9 = TMP_Offset_op_Equality_m69BA2835453CA9BD35AC2DE792A29916D9E956A9(L_6, L_8, NULL);
G_B3_0 = ((int32_t)(L_9));
goto IL_0028;
}
IL_0027:
{
G_B3_0 = 0;
}
IL_0028:
{
V_0 = (bool)G_B3_0;
goto IL_002b;
}
IL_002b:
{
// }
bool L_10 = V_0;
return L_10;
}
}
// System.Boolean TMPro.HighlightState::op_Inequality(TMPro.HighlightState,TMPro.HighlightState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_op_Inequality_m7CF3C9B51AF2D4113AD9CCF9D9F460DA8F04E2BD (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___lhs0, HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___rhs1, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return !(lhs == rhs);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_0 = ___lhs0;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_1 = ___rhs1;
bool L_2;
L_2 = HighlightState_op_Equality_m079807BBFB0171B565DB50BD48463813BD5DA6FD(L_0, L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
// }
bool L_3 = V_0;
return L_3;
}
}
// System.Int32 TMPro.HighlightState::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HighlightState_GetHashCode_m2BE4FEEDFCB6713FA9C10C2D3B93E938E011C985 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// return base.GetHashCode();
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_0 = (*(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*)__this);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_1 = L_0;
RuntimeObject* L_2 = Box(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var, &L_1);
int32_t L_3;
L_3 = ValueType_GetHashCode_m3B47C72EA1FA846D9B0DFF3C444AB2BFA22CF3CE((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_2, NULL);
V_0 = L_3;
goto IL_0014;
}
IL_0014:
{
// }
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C int32_t HighlightState_GetHashCode_m2BE4FEEDFCB6713FA9C10C2D3B93E938E011C985_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*>(__this + _offset);
int32_t _returnValue;
_returnValue = HighlightState_GetHashCode_m2BE4FEEDFCB6713FA9C10C2D3B93E938E011C985(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean TMPro.HighlightState::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_Equals_m0317881F19561A64B9016A27C306FDB77460D165 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return base.Equals(obj);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_0 = (*(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*)__this);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_1 = L_0;
RuntimeObject* L_2 = Box(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var, &L_1);
RuntimeObject* L_3 = ___obj0;
bool L_4;
L_4 = ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_2, L_3, NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
// }
bool L_5 = V_0;
return L_5;
}
}
IL2CPP_EXTERN_C bool HighlightState_Equals_m0317881F19561A64B9016A27C306FDB77460D165_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*>(__this + _offset);
bool _returnValue;
_returnValue = HighlightState_Equals_m0317881F19561A64B9016A27C306FDB77460D165(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Boolean TMPro.HighlightState::Equals(TMPro.HighlightState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_Equals_mFC0B5D3A36F1CB24FFDC21F6C238184D43324825 (HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* __this, HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// return base.Equals(other);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_0 = (*(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*)__this);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_1 = L_0;
RuntimeObject* L_2 = Box(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var, &L_1);
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_3 = ___other0;
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B L_4 = L_3;
RuntimeObject* L_5 = Box(HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B_il2cpp_TypeInfo_var, &L_4);
bool L_6;
L_6 = ValueType_Equals_mCA5344597A8055EC544855AD60A983B10E0EE67D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_2, L_5, NULL);
V_0 = L_6;
goto IL_001a;
}
IL_001a:
{
// }
bool L_7 = V_0;
return L_7;
}
}
IL2CPP_EXTERN_C bool HighlightState_Equals_mFC0B5D3A36F1CB24FFDC21F6C238184D43324825_AdjustorThunk (RuntimeObject* __this, HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B ___other0, const RuntimeMethod* method)
{
HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<HighlightState_tE4F50287E5E2E91D42AB77DEA281D88D3AD6A28B*>(__this + _offset);
bool _returnValue;
_returnValue = HighlightState_Equals_mFC0B5D3A36F1CB24FFDC21F6C238184D43324825(_thisAdjusted, ___other0, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: TMPro.TMP_CharacterInfo
IL2CPP_EXTERN_C void TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshal_pinvoke(const TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8& unmarshaled, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_pinvoke& marshaled)
{
Exception_t* ___textElement_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textElement' of type 'TMP_CharacterInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textElement_4Exception, NULL);
}
IL2CPP_EXTERN_C void TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshal_pinvoke_back(const TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_pinvoke& marshaled, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8& unmarshaled)
{
Exception_t* ___textElement_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textElement' of type 'TMP_CharacterInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textElement_4Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_CharacterInfo
IL2CPP_EXTERN_C void TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshal_pinvoke_cleanup(TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_CharacterInfo
IL2CPP_EXTERN_C void TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshal_com(const TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8& unmarshaled, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_com& marshaled)
{
Exception_t* ___textElement_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textElement' of type 'TMP_CharacterInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textElement_4Exception, NULL);
}
IL2CPP_EXTERN_C void TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshal_com_back(const TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_com& marshaled, TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8& unmarshaled)
{
Exception_t* ___textElement_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textElement' of type 'TMP_CharacterInfo': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___textElement_4Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_CharacterInfo
IL2CPP_EXTERN_C void TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshal_com_cleanup(TMP_CharacterInfo_t8B8FF32D6AACE251F2E7835AA5BC6608D535D9F8_marshaled_com& marshaled)
{
}
#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_ColorGradient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_ColorGradient__ctor_m16EACE29FFBC9D027D21703EE927AEE4C370EF8A (TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public ColorMode colorMode = ColorMode.FourCornersGradient;
__this->___colorMode_4 = 3;
// public TMP_ColorGradient()
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
// colorMode = k_DefaultColorMode;
__this->___colorMode_4 = 3;
// topLeft = k_DefaultColor;
il2cpp_codegen_runtime_class_init_inline(TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ((TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_StaticFields*)il2cpp_codegen_static_fields_for(TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var))->___k_DefaultColor_10;
__this->___topLeft_5 = L_0;
// topRight = k_DefaultColor;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ((TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_StaticFields*)il2cpp_codegen_static_fields_for(TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var))->___k_DefaultColor_10;
__this->___topRight_6 = L_1;
// bottomLeft = k_DefaultColor;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ((TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_StaticFields*)il2cpp_codegen_static_fields_for(TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var))->___k_DefaultColor_10;
__this->___bottomLeft_7 = L_2;
// bottomRight = k_DefaultColor;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ((TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_StaticFields*)il2cpp_codegen_static_fields_for(TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var))->___k_DefaultColor_10;
__this->___bottomRight_8 = L_3;
// }
return;
}
}
// System.Void TMPro.TMP_ColorGradient::.ctor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_ColorGradient__ctor_m60AB4FD600B132618C4DED1BDE0864E7C8CBAC14 (TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color0, const RuntimeMethod* method)
{
{
// public ColorMode colorMode = ColorMode.FourCornersGradient;
__this->___colorMode_4 = 3;
// public TMP_ColorGradient(Color color)
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
// colorMode = k_DefaultColorMode;
__this->___colorMode_4 = 3;
// topLeft = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___color0;
__this->___topLeft_5 = L_0;
// topRight = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___color0;
__this->___topRight_6 = L_1;
// bottomLeft = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___color0;
__this->___bottomLeft_7 = L_2;
// bottomRight = color;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___color0;
__this->___bottomRight_8 = L_3;
// }
return;
}
}
// System.Void TMPro.TMP_ColorGradient::.ctor(UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_ColorGradient__ctor_mD73E13202AFB41FB9171358320B28DEF6F1162A4 (TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color00, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color11, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color22, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color33, const RuntimeMethod* method)
{
{
// public ColorMode colorMode = ColorMode.FourCornersGradient;
__this->___colorMode_4 = 3;
// public TMP_ColorGradient(Color color0, Color color1, Color color2, Color color3)
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
// colorMode = k_DefaultColorMode;
__this->___colorMode_4 = 3;
// this.topLeft = color0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___color00;
__this->___topLeft_5 = L_0;
// this.topRight = color1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___color11;
__this->___topRight_6 = L_1;
// this.bottomLeft = color2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___color22;
__this->___bottomLeft_7 = L_2;
// this.bottomRight = color3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___color33;
__this->___bottomRight_8 = L_3;
// }
return;
}
}
// System.Void TMPro.TMP_ColorGradient::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_ColorGradient__cctor_m60566DBA3AEB542E63D3D68C6933D9EE59334AFA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// static readonly Color k_DefaultColor = Color.white;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
((TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_StaticFields*)il2cpp_codegen_static_fields_for(TMP_ColorGradient_t17B51752B4E9499A1FF7D875DCEC1D15A0F4AEBB_il2cpp_TypeInfo_var))->___k_DefaultColor_10 = L_0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TextAlignmentOptions TMPro.TMP_Compatibility::ConvertTextAlignmentEnumValues(TMPro.TextAlignmentOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Compatibility_ConvertTextAlignmentEnumValues_mEA881E97B09CBDCB1A7937E7D1329A631E95BF26 (int32_t ___oldValue0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// switch ((int)oldValue)
int32_t L_0 = ___oldValue0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0070;
}
case 1:
{
goto IL_007b;
}
case 2:
{
goto IL_0086;
}
case 3:
{
goto IL_0091;
}
case 4:
{
goto IL_009c;
}
case 5:
{
goto IL_00a7;
}
case 6:
{
goto IL_00b2;
}
case 7:
{
goto IL_00bd;
}
case 8:
{
goto IL_00c8;
}
case 9:
{
goto IL_00d3;
}
case 10:
{
goto IL_00db;
}
case 11:
{
goto IL_00e3;
}
case 12:
{
goto IL_00eb;
}
case 13:
{
goto IL_00f3;
}
case 14:
{
goto IL_00fb;
}
case 15:
{
goto IL_0103;
}
case 16:
{
goto IL_010b;
}
case 17:
{
goto IL_0113;
}
case 18:
{
goto IL_011b;
}
case 19:
{
goto IL_0123;
}
case 20:
{
goto IL_012b;
}
case 21:
{
goto IL_0133;
}
case 22:
{
goto IL_013b;
}
case 23:
{
goto IL_0143;
}
}
}
{
goto IL_014b;
}
IL_0070:
{
// return TextAlignmentOptions.TopLeft;
V_2 = ((int32_t)257);
goto IL_0153;
}
IL_007b:
{
// return TextAlignmentOptions.Top;
V_2 = ((int32_t)258);
goto IL_0153;
}
IL_0086:
{
// return TextAlignmentOptions.TopRight;
V_2 = ((int32_t)260);
goto IL_0153;
}
IL_0091:
{
// return TextAlignmentOptions.TopJustified;
V_2 = ((int32_t)264);
goto IL_0153;
}
IL_009c:
{
// return TextAlignmentOptions.Left;
V_2 = ((int32_t)513);
goto IL_0153;
}
IL_00a7:
{
// return TextAlignmentOptions.Center;
V_2 = ((int32_t)514);
goto IL_0153;
}
IL_00b2:
{
// return TextAlignmentOptions.Right;
V_2 = ((int32_t)516);
goto IL_0153;
}
IL_00bd:
{
// return TextAlignmentOptions.Justified;
V_2 = ((int32_t)520);
goto IL_0153;
}
IL_00c8:
{
// return TextAlignmentOptions.BottomLeft;
V_2 = ((int32_t)1025);
goto IL_0153;
}
IL_00d3:
{
// return TextAlignmentOptions.Bottom;
V_2 = ((int32_t)1026);
goto IL_0153;
}
IL_00db:
{
// return TextAlignmentOptions.BottomRight;
V_2 = ((int32_t)1028);
goto IL_0153;
}
IL_00e3:
{
// return TextAlignmentOptions.BottomJustified;
V_2 = ((int32_t)1032);
goto IL_0153;
}
IL_00eb:
{
// return TextAlignmentOptions.BaselineLeft;
V_2 = ((int32_t)2049);
goto IL_0153;
}
IL_00f3:
{
// return TextAlignmentOptions.Baseline;
V_2 = ((int32_t)2050);
goto IL_0153;
}
IL_00fb:
{
// return TextAlignmentOptions.BaselineRight;
V_2 = ((int32_t)2052);
goto IL_0153;
}
IL_0103:
{
// return TextAlignmentOptions.BaselineJustified;
V_2 = ((int32_t)2056);
goto IL_0153;
}
IL_010b:
{
// return TextAlignmentOptions.MidlineLeft;
V_2 = ((int32_t)4097);
goto IL_0153;
}
IL_0113:
{
// return TextAlignmentOptions.Midline;
V_2 = ((int32_t)4098);
goto IL_0153;
}
IL_011b:
{
// return TextAlignmentOptions.MidlineRight;
V_2 = ((int32_t)4100);
goto IL_0153;
}
IL_0123:
{
// return TextAlignmentOptions.MidlineJustified;
V_2 = ((int32_t)4104);
goto IL_0153;
}
IL_012b:
{
// return TextAlignmentOptions.CaplineLeft;
V_2 = ((int32_t)8193);
goto IL_0153;
}
IL_0133:
{
// return TextAlignmentOptions.Capline;
V_2 = ((int32_t)8194);
goto IL_0153;
}
IL_013b:
{
// return TextAlignmentOptions.CaplineRight;
V_2 = ((int32_t)8196);
goto IL_0153;
}
IL_0143:
{
// return TextAlignmentOptions.CaplineJustified;
V_2 = ((int32_t)8200);
goto IL_0153;
}
IL_014b:
{
// return TextAlignmentOptions.TopLeft;
V_2 = ((int32_t)257);
goto IL_0153;
}
IL_0153:
{
// }
int32_t L_3 = V_2;
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
#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.ColorTween
IL2CPP_EXTERN_C void ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshal_pinvoke(const ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5& unmarshaled, ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshal_pinvoke_back(const ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_pinvoke& marshaled, ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.ColorTween
IL2CPP_EXTERN_C void ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshal_pinvoke_cleanup(ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.ColorTween
IL2CPP_EXTERN_C void ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshal_com(const ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5& unmarshaled, ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_com& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshal_com_back(const ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_com& marshaled, ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.ColorTween
IL2CPP_EXTERN_C void ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshal_com_cleanup(ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5_marshaled_com& marshaled)
{
}
// UnityEngine.Color TMPro.ColorTween::get_startColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorTween_get_startColor_mC3CD44E2CCEF5BB78ED52759D570B1B6855CBBCC (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return m_StartColor; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_StartColor_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_StartColor; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorTween_get_startColor_mC3CD44E2CCEF5BB78ED52759D570B1B6855CBBCC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F _returnValue;
_returnValue = ColorTween_get_startColor_mC3CD44E2CCEF5BB78ED52759D570B1B6855CBBCC(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.ColorTween::set_startColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_startColor_m01FB2C14DD0139433F9EBCF39A286AE064B8A2FB (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
{
{
// set { m_StartColor = value; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___value0;
__this->___m_StartColor_1 = L_0;
// set { m_StartColor = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_startColor_m01FB2C14DD0139433F9EBCF39A286AE064B8A2FB_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_set_startColor_m01FB2C14DD0139433F9EBCF39A286AE064B8A2FB(_thisAdjusted, ___value0, method);
}
// UnityEngine.Color TMPro.ColorTween::get_targetColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorTween_get_targetColor_m26BAA4AAA09E6FD3E79F35C51170C32889919446 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return m_TargetColor; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_TargetColor_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_TargetColor; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ColorTween_get_targetColor_m26BAA4AAA09E6FD3E79F35C51170C32889919446_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F _returnValue;
_returnValue = ColorTween_get_targetColor_m26BAA4AAA09E6FD3E79F35C51170C32889919446(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.ColorTween::set_targetColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_targetColor_m24EB21B05BDCC21A4178DEB116962BE18B361B27 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
{
{
// set { m_TargetColor = value; }
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___value0;
__this->___m_TargetColor_2 = L_0;
// set { m_TargetColor = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_targetColor_m24EB21B05BDCC21A4178DEB116962BE18B361B27_AdjustorThunk (RuntimeObject* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_set_targetColor_m24EB21B05BDCC21A4178DEB116962BE18B361B27(_thisAdjusted, ___value0, method);
}
// TMPro.ColorTween/ColorTweenMode TMPro.ColorTween::get_tweenMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorTween_get_tweenMode_m9194D120345334B358FA8487E98C75FDD8F8355B (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_TweenMode; }
int32_t L_0 = __this->___m_TweenMode_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_TweenMode; }
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t ColorTween_get_tweenMode_m9194D120345334B358FA8487E98C75FDD8F8355B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
int32_t _returnValue;
_returnValue = ColorTween_get_tweenMode_m9194D120345334B358FA8487E98C75FDD8F8355B(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.ColorTween::set_tweenMode(TMPro.ColorTween/ColorTweenMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_tweenMode_mB2A52A753B322F14EEF3A1C17B0CC51EB5210035 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_TweenMode = value; }
int32_t L_0 = ___value0;
__this->___m_TweenMode_3 = L_0;
// set { m_TweenMode = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_tweenMode_mB2A52A753B322F14EEF3A1C17B0CC51EB5210035_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_set_tweenMode_mB2A52A753B322F14EEF3A1C17B0CC51EB5210035(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.ColorTween::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorTween_get_duration_m2C26D45A626E334E9EECD575CCA45B55945736D3 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// get { return m_Duration; }
float L_0 = __this->___m_Duration_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_Duration; }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float ColorTween_get_duration_m2C26D45A626E334E9EECD575CCA45B55945736D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
float _returnValue;
_returnValue = ColorTween_get_duration_m2C26D45A626E334E9EECD575CCA45B55945736D3(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.ColorTween::set_duration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_duration_m0C781971A9EE23189EA02A2835731918680957F0 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_Duration = value; }
float L_0 = ___value0;
__this->___m_Duration_4 = L_0;
// set { m_Duration = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_duration_m0C781971A9EE23189EA02A2835731918680957F0_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_set_duration_m0C781971A9EE23189EA02A2835731918680957F0(_thisAdjusted, ___value0, method);
}
// System.Boolean TMPro.ColorTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_m008715D2A64C9FC6419C9D71A7030F8710ABA6AE (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_IgnoreTimeScale; }
bool L_0 = __this->___m_IgnoreTimeScale_5;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_IgnoreTimeScale; }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool ColorTween_get_ignoreTimeScale_m008715D2A64C9FC6419C9D71A7030F8710ABA6AE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
bool _returnValue;
_returnValue = ColorTween_get_ignoreTimeScale_m008715D2A64C9FC6419C9D71A7030F8710ABA6AE(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.ColorTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_ignoreTimeScale_mDC7F5B7E7EDF149304E8139C64712462DAB8D40D (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IgnoreTimeScale = value; }
bool L_0 = ___value0;
__this->___m_IgnoreTimeScale_5 = L_0;
// set { m_IgnoreTimeScale = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_ignoreTimeScale_mDC7F5B7E7EDF149304E8139C64712462DAB8D40D_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_set_ignoreTimeScale_mDC7F5B7E7EDF149304E8139C64712462DAB8D40D(_thisAdjusted, ___value0, method);
}
// System.Void TMPro.ColorTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_TweenValue_m43ED566CB5FA4818535832C2ECFFCFEAAE7FFE8E (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, float ___floatPercentage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (!ValidTarget())
bool L_0;
L_0 = ColorTween_ValidTarget_mFA6997930396ACBF53FCDFBDC457FC3C63AE90D7(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0013;
}
}
{
// return;
goto IL_009b;
}
IL_0013:
{
// var newColor = Color.Lerp(m_StartColor, m_TargetColor, floatPercentage);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = __this->___m_StartColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = __this->___m_TargetColor_2;
float L_4 = ___floatPercentage0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5;
L_5 = Color_Lerp_mCE0CF50E59713C5A8F6AAC2C6648CF0EDBEEB27B_inline(L_2, L_3, L_4, NULL);
V_0 = L_5;
// if (m_TweenMode == ColorTweenMode.Alpha)
int32_t L_6 = __this->___m_TweenMode_3;
V_2 = (bool)((((int32_t)L_6) == ((int32_t)2))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_006d;
}
}
{
// newColor.r = m_StartColor.r;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_8 = (&__this->___m_StartColor_1);
float L_9 = L_8->___r_0;
(&V_0)->___r_0 = L_9;
// newColor.g = m_StartColor.g;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_10 = (&__this->___m_StartColor_1);
float L_11 = L_10->___g_1;
(&V_0)->___g_1 = L_11;
// newColor.b = m_StartColor.b;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_12 = (&__this->___m_StartColor_1);
float L_13 = L_12->___b_2;
(&V_0)->___b_2 = L_13;
goto IL_008e;
}
IL_006d:
{
// else if (m_TweenMode == ColorTweenMode.RGB)
int32_t L_14 = __this->___m_TweenMode_3;
V_3 = (bool)((((int32_t)L_14) == ((int32_t)1))? 1 : 0);
bool L_15 = V_3;
if (!L_15)
{
goto IL_008e;
}
}
{
// newColor.a = m_StartColor.a;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_16 = (&__this->___m_StartColor_1);
float L_17 = L_16->___a_3;
(&V_0)->___a_3 = L_17;
}
IL_008e:
{
// m_Target.Invoke(newColor);
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* L_18 = __this->___m_Target_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19 = V_0;
NullCheck(L_18);
UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D(L_18, L_19, UnityEvent_1_Invoke_m742FE68F8584FCA2350604FAFF86FA120A2CFE8D_RuntimeMethod_var);
}
IL_009b:
{
// }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_TweenValue_m43ED566CB5FA4818535832C2ECFFCFEAAE7FFE8E_AdjustorThunk (RuntimeObject* __this, float ___floatPercentage0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_TweenValue_m43ED566CB5FA4818535832C2ECFFCFEAAE7FFE8E(_thisAdjusted, ___floatPercentage0, method);
}
// System.Void TMPro.ColorTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<UnityEngine.Color>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_AddOnChangedCallback_mF9FE28A71E2818B2C25D79B9272E838034B5A4E4 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F* ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (m_Target == null)
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* L_0 = __this->___m_Target_0;
V_0 = (bool)((((RuntimeObject*)(ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// m_Target = new ColorTweenCallback();
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* L_2 = (ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53*)il2cpp_codegen_object_new(ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53_il2cpp_TypeInfo_var);
NullCheck(L_2);
ColorTweenCallback__ctor_m8723485C32B5BEAF1EBC7F4A7078FB90BDCF1AB4(L_2, NULL);
__this->___m_Target_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Target_0), (void*)L_2);
}
IL_0019:
{
// m_Target.AddListener(callback);
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* L_3 = __this->___m_Target_0;
UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F* L_4 = ___callback0;
NullCheck(L_3);
UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE(L_3, L_4, UnityEvent_1_AddListener_mD935AA7032F987581BD350C04192FBE8C25DD4EE_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_AddOnChangedCallback_mF9FE28A71E2818B2C25D79B9272E838034B5A4E4_AdjustorThunk (RuntimeObject* __this, UnityAction_1_t1096D18D9D13996146965189C54BB1A577A8011F* ___callback0, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
ColorTween_AddOnChangedCallback_mF9FE28A71E2818B2C25D79B9272E838034B5A4E4(_thisAdjusted, ___callback0, method);
}
// System.Boolean TMPro.ColorTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_GetIgnoreTimescale_m502CC5CF9B974F7F564316687E61A16E8CF038F7 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_IgnoreTimeScale;
bool L_0 = __this->___m_IgnoreTimeScale_5;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool ColorTween_GetIgnoreTimescale_m502CC5CF9B974F7F564316687E61A16E8CF038F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
bool _returnValue;
_returnValue = ColorTween_GetIgnoreTimescale_m502CC5CF9B974F7F564316687E61A16E8CF038F7(_thisAdjusted, method);
return _returnValue;
}
// System.Single TMPro.ColorTween::GetDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorTween_GetDuration_mC929D8E88C9C230CE6A0EAE684B84CA08CFAA615 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return m_Duration;
float L_0 = __this->___m_Duration_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float ColorTween_GetDuration_mC929D8E88C9C230CE6A0EAE684B84CA08CFAA615_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
float _returnValue;
_returnValue = ColorTween_GetDuration_mC929D8E88C9C230CE6A0EAE684B84CA08CFAA615(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean TMPro.ColorTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_ValidTarget_mFA6997930396ACBF53FCDFBDC457FC3C63AE90D7 (ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_Target != null;
ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* L_0 = __this->___m_Target_0;
V_0 = (bool)((!(((RuntimeObject*)(ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
// }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool ColorTween_ValidTarget_mFA6997930396ACBF53FCDFBDC457FC3C63AE90D7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ColorTween_tB6EEC666DA063367652ECCB92C46C0C5186F38C5*>(__this + _offset);
bool _returnValue;
_returnValue = ColorTween_ValidTarget_mFA6997930396ACBF53FCDFBDC457FC3C63AE90D7(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.ColorTween/ColorTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTweenCallback__ctor_m8723485C32B5BEAF1EBC7F4A7078FB90BDCF1AB4 (ColorTweenCallback_tA3F6E0BB4EBAA1CFB97539807CE8C9BB7C851F53* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D(__this, UnityEvent_1__ctor_mDED1CDCE6C1912DC328CA1D07ACA3ABB9AF1303D_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
// Conversion methods for marshalling of: TMPro.FloatTween
IL2CPP_EXTERN_C void FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshal_pinvoke(const FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE& unmarshaled, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshal_pinvoke_back(const FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_pinvoke& marshaled, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.FloatTween
IL2CPP_EXTERN_C void FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshal_pinvoke_cleanup(FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.FloatTween
IL2CPP_EXTERN_C void FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshal_com(const FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE& unmarshaled, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_com& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshal_com_back(const FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_com& marshaled, FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.FloatTween
IL2CPP_EXTERN_C void FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshal_com_cleanup(FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE_marshaled_com& marshaled)
{
}
// System.Single TMPro.FloatTween::get_startValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_startValue_mE12446AD7FA5B7816124ADFF1FF7959A3B6ACF1B (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// get { return m_StartValue; }
float L_0 = __this->___m_StartValue_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_StartValue; }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float FloatTween_get_startValue_mE12446AD7FA5B7816124ADFF1FF7959A3B6ACF1B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
float _returnValue;
_returnValue = FloatTween_get_startValue_mE12446AD7FA5B7816124ADFF1FF7959A3B6ACF1B(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.FloatTween::set_startValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_startValue_m1E04EA68FFEE3AA1553B194D0F82C32815E2C718 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_StartValue = value; }
float L_0 = ___value0;
__this->___m_StartValue_1 = L_0;
// set { m_StartValue = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_startValue_m1E04EA68FFEE3AA1553B194D0F82C32815E2C718_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
FloatTween_set_startValue_m1E04EA68FFEE3AA1553B194D0F82C32815E2C718(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.FloatTween::get_targetValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_targetValue_m2FA9DBB4C75BFD36E2A9DE57522CAA25D9F44FF2 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// get { return m_TargetValue; }
float L_0 = __this->___m_TargetValue_2;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_TargetValue; }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float FloatTween_get_targetValue_m2FA9DBB4C75BFD36E2A9DE57522CAA25D9F44FF2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
float _returnValue;
_returnValue = FloatTween_get_targetValue_m2FA9DBB4C75BFD36E2A9DE57522CAA25D9F44FF2(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.FloatTween::set_targetValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_targetValue_mE110CBA03582B01B96766AE53F2DDD3C2D4DE131 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_TargetValue = value; }
float L_0 = ___value0;
__this->___m_TargetValue_2 = L_0;
// set { m_TargetValue = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_targetValue_mE110CBA03582B01B96766AE53F2DDD3C2D4DE131_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
FloatTween_set_targetValue_mE110CBA03582B01B96766AE53F2DDD3C2D4DE131(_thisAdjusted, ___value0, method);
}
// System.Single TMPro.FloatTween::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_duration_mE71CD40934ED69FDD7CDA8D5438E9897E6E9FE7A (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// get { return m_Duration; }
float L_0 = __this->___m_Duration_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_Duration; }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float FloatTween_get_duration_mE71CD40934ED69FDD7CDA8D5438E9897E6E9FE7A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
float _returnValue;
_returnValue = FloatTween_get_duration_mE71CD40934ED69FDD7CDA8D5438E9897E6E9FE7A(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.FloatTween::set_duration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_duration_mF59D55C5F70E037AF88A6191D282D404C532D613 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_Duration = value; }
float L_0 = ___value0;
__this->___m_Duration_3 = L_0;
// set { m_Duration = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_duration_mF59D55C5F70E037AF88A6191D282D404C532D613_AdjustorThunk (RuntimeObject* __this, float ___value0, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
FloatTween_set_duration_mF59D55C5F70E037AF88A6191D282D404C532D613(_thisAdjusted, ___value0, method);
}
// System.Boolean TMPro.FloatTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_m8FE31080B4800A6CFB89918E0803BB1BE21FDA4B (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_IgnoreTimeScale; }
bool L_0 = __this->___m_IgnoreTimeScale_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_IgnoreTimeScale; }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool FloatTween_get_ignoreTimeScale_m8FE31080B4800A6CFB89918E0803BB1BE21FDA4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
bool _returnValue;
_returnValue = FloatTween_get_ignoreTimeScale_m8FE31080B4800A6CFB89918E0803BB1BE21FDA4B(_thisAdjusted, method);
return _returnValue;
}
// System.Void TMPro.FloatTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_ignoreTimeScale_m53B7945E5B54998B9BC28E7508E94D3A8205C10A (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IgnoreTimeScale = value; }
bool L_0 = ___value0;
__this->___m_IgnoreTimeScale_4 = L_0;
// set { m_IgnoreTimeScale = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_ignoreTimeScale_m53B7945E5B54998B9BC28E7508E94D3A8205C10A_AdjustorThunk (RuntimeObject* __this, bool ___value0, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
FloatTween_set_ignoreTimeScale_m53B7945E5B54998B9BC28E7508E94D3A8205C10A(_thisAdjusted, ___value0, method);
}
// System.Void TMPro.FloatTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_TweenValue_m022D385B013439E2FB8020F6A6BD329CECA81E89 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, float ___floatPercentage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
bool V_1 = false;
{
// if (!ValidTarget())
bool L_0;
L_0 = FloatTween_ValidTarget_m4591FB5DBEE8762554B97A09B232893EE754D7DF(__this, NULL);
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0010;
}
}
{
// return;
goto IL_0030;
}
IL_0010:
{
// var newValue = Mathf.Lerp(m_StartValue, m_TargetValue, floatPercentage);
float L_2 = __this->___m_StartValue_1;
float L_3 = __this->___m_TargetValue_2;
float L_4 = ___floatPercentage0;
float L_5;
L_5 = Mathf_Lerp_mFB4910B358B986AFB22114ED90458E8341867479_inline(L_2, L_3, L_4, NULL);
V_0 = L_5;
// m_Target.Invoke(newValue);
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* L_6 = __this->___m_Target_0;
float L_7 = V_0;
NullCheck(L_6);
UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805(L_6, L_7, UnityEvent_1_Invoke_mABC41DCEDDFA68F8F39C0DFC1CF55B7C1B70A805_RuntimeMethod_var);
}
IL_0030:
{
// }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_TweenValue_m022D385B013439E2FB8020F6A6BD329CECA81E89_AdjustorThunk (RuntimeObject* __this, float ___floatPercentage0, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
FloatTween_TweenValue_m022D385B013439E2FB8020F6A6BD329CECA81E89(_thisAdjusted, ___floatPercentage0, method);
}
// System.Void TMPro.FloatTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<System.Single>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_AddOnChangedCallback_m2DCB737D223D6345503A9DA057D7935F9C3A5AD6 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (m_Target == null)
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* L_0 = __this->___m_Target_0;
V_0 = (bool)((((RuntimeObject*)(FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
// m_Target = new FloatTweenCallback();
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* L_2 = (FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E*)il2cpp_codegen_object_new(FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E_il2cpp_TypeInfo_var);
NullCheck(L_2);
FloatTweenCallback__ctor_m93E614F36DA9484D40A5286A7EB4220220A25F00(L_2, NULL);
__this->___m_Target_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Target_0), (void*)L_2);
}
IL_0019:
{
// m_Target.AddListener(callback);
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* L_3 = __this->___m_Target_0;
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_4 = ___callback0;
NullCheck(L_3);
UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC(L_3, L_4, UnityEvent_1_AddListener_m44E396BC4484BD75427FDD8CBE0B533CCAD8C1EC_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_AddOnChangedCallback_m2DCB737D223D6345503A9DA057D7935F9C3A5AD6_AdjustorThunk (RuntimeObject* __this, UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* ___callback0, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
FloatTween_AddOnChangedCallback_m2DCB737D223D6345503A9DA057D7935F9C3A5AD6(_thisAdjusted, ___callback0, method);
}
// System.Boolean TMPro.FloatTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_GetIgnoreTimescale_mB13FC7DCC241FCF2C9EC10D8AF8A9B6103F9B420 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_IgnoreTimeScale;
bool L_0 = __this->___m_IgnoreTimeScale_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool FloatTween_GetIgnoreTimescale_mB13FC7DCC241FCF2C9EC10D8AF8A9B6103F9B420_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
bool _returnValue;
_returnValue = FloatTween_GetIgnoreTimescale_mB13FC7DCC241FCF2C9EC10D8AF8A9B6103F9B420(_thisAdjusted, method);
return _returnValue;
}
// System.Single TMPro.FloatTween::GetDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_GetDuration_m4F4E336D66A32D1F051E0EF2B1513F05EC3BF349 (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return m_Duration;
float L_0 = __this->___m_Duration_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
float L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C float FloatTween_GetDuration_m4F4E336D66A32D1F051E0EF2B1513F05EC3BF349_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
float _returnValue;
_returnValue = FloatTween_GetDuration_m4F4E336D66A32D1F051E0EF2B1513F05EC3BF349(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean TMPro.FloatTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_m4591FB5DBEE8762554B97A09B232893EE754D7DF (FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// return m_Target != null;
FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* L_0 = __this->___m_Target_0;
V_0 = (bool)((!(((RuntimeObject*)(FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
// }
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool FloatTween_ValidTarget_m4591FB5DBEE8762554B97A09B232893EE754D7DF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE*>(__this + _offset);
bool _returnValue;
_returnValue = FloatTween_ValidTarget_m4591FB5DBEE8762554B97A09B232893EE754D7DF(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TMPro.FloatTween/FloatTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTweenCallback__ctor_m93E614F36DA9484D40A5286A7EB4220220A25F00 (FloatTweenCallback_t5348AE7D6567149477FA6C0B7A70DBCEA1E73C7E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422(__this, UnityEvent_1__ctor_mD1175E822AFF26E9A43F2FB692BB82525C6DD422_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
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateUIElementRoot(System.String,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0 (String_t* ___name0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_2 = NULL;
{
// GameObject child = new GameObject(name);
String_t* L_0 = ___name0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
NullCheck(L_1);
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_1, L_0, NULL);
V_0 = L_1;
// RectTransform rectTransform = child.AddComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
NullCheck(L_2);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3;
L_3 = GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388(L_2, GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
V_1 = L_3;
// rectTransform.sizeDelta = size;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_4 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___size1;
NullCheck(L_4);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_4, L_5, NULL);
// return child;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = V_0;
V_2 = L_6;
goto IL_001b;
}
IL_001b:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = V_2;
return L_7;
}
}
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateUIObject(System.String,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765 (String_t* ___name0, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___parent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
{
// GameObject go = new GameObject(name);
String_t* L_0 = ___name0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
NullCheck(L_1);
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_1, L_0, NULL);
V_0 = L_1;
// go.AddComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
NullCheck(L_2);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3;
L_3 = GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388(L_2, GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
// SetParentAndAlign(go, parent);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = ___parent1;
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
TMP_DefaultControls_SetParentAndAlign_m49504B349B9767BA0C3ED5D574B68838DB92544C(L_4, L_5, NULL);
// return go;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = V_0;
V_1 = L_6;
goto IL_001b;
}
IL_001b:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = V_1;
return L_7;
}
}
// System.Void TMPro.TMP_DefaultControls::SetDefaultTextValues(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetDefaultTextValues_mDD66853F8B9F601A850D19E664C134067C7887AE (TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___lbl0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// lbl.color = s_TextColor;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = ___lbl0;
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_TextColor_7;
NullCheck(L_0);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1);
// lbl.fontSize = 14;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_2 = ___lbl0;
NullCheck(L_2);
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_2, (14.0f), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_DefaultControls::SetDefaultColorTransitionValues(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetDefaultColorTransitionValues_m37B34B13FB508737733A214ABA4A4B7E920B41E7 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___slider0, const RuntimeMethod* method)
{
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// ColorBlock colors = slider.colors;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* L_0 = ___slider0;
NullCheck(L_0);
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 L_1;
L_1 = Selectable_get_colors_mB53E365D02351D4B64084295C4B2A7AF2DEC4750(L_0, NULL);
V_0 = L_1;
// colors.highlightedColor = new Color(0.882f, 0.882f, 0.882f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
memset((&L_2), 0, sizeof(L_2));
Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline((&L_2), (0.882000029f), (0.882000029f), (0.882000029f), /*hidden argument*/NULL);
ColorBlock_set_highlightedColor_m04E97DF2CCE7CAC47120D8F486E18BF62F16FF86((&V_0), L_2, NULL);
// colors.pressedColor = new Color(0.698f, 0.698f, 0.698f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
memset((&L_3), 0, sizeof(L_3));
Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline((&L_3), (0.698000014f), (0.698000014f), (0.698000014f), /*hidden argument*/NULL);
ColorBlock_set_pressedColor_m644C938090857AB07C57B25FE53F6DC2BB0DD5A8((&V_0), L_3, NULL);
// colors.disabledColor = new Color(0.521f, 0.521f, 0.521f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
memset((&L_4), 0, sizeof(L_4));
Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline((&L_4), (0.521000028f), (0.521000028f), (0.521000028f), /*hidden argument*/NULL);
ColorBlock_set_disabledColor_m4D10D1F8525CCC7E8E200E3994AFB28ADABB1D8E((&V_0), L_4, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_DefaultControls::SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetParentAndAlign_m49504B349B9767BA0C3ED5D574B68838DB92544C (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___child0, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___parent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// if (parent == null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___parent1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_000e;
}
}
{
// return;
goto IL_002e;
}
IL_000e:
{
// child.transform.SetParent(parent.transform, false);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = ___child0;
NullCheck(L_3);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
L_4 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_3, NULL);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = ___parent1;
NullCheck(L_5);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
L_6 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_5, NULL);
NullCheck(L_4);
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_4, L_6, (bool)0, NULL);
// SetLayerRecursively(child, parent.layer);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = ___child0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8 = ___parent1;
NullCheck(L_8);
int32_t L_9;
L_9 = GameObject_get_layer_m108902B9C89E9F837CE06B9942AA42307450FEAF(L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
TMP_DefaultControls_SetLayerRecursively_mC41476261A5CC225DE7FE9BA8B1225FFE1E1D58F(L_7, L_9, NULL);
}
IL_002e:
{
// }
return;
}
}
// System.Void TMPro.TMP_DefaultControls::SetLayerRecursively(UnityEngine.GameObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls_SetLayerRecursively_mC41476261A5CC225DE7FE9BA8B1225FFE1E1D58F (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___go0, int32_t ___layer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
{
// go.layer = layer;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___go0;
int32_t L_1 = ___layer1;
NullCheck(L_0);
GameObject_set_layer_m6E1AF478A2CC86BD222B96317BEB78B7D89B18D0(L_0, L_1, NULL);
// Transform t = go.transform;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = ___go0;
NullCheck(L_2);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
L_3 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_2, NULL);
V_0 = L_3;
// for (int i = 0; i < t.childCount; i++)
V_1 = 0;
goto IL_002b;
}
IL_0014:
{
// SetLayerRecursively(t.GetChild(i).gameObject, layer);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
L_6 = Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF(L_4, L_5, NULL);
NullCheck(L_6);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_6, NULL);
int32_t L_8 = ___layer1;
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
TMP_DefaultControls_SetLayerRecursively_mC41476261A5CC225DE7FE9BA8B1225FFE1E1D58F(L_7, L_8, NULL);
// for (int i = 0; i < t.childCount; i++)
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_002b:
{
// for (int i = 0; i < t.childCount; i++)
int32_t L_10 = V_1;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = V_0;
NullCheck(L_11);
int32_t L_12;
L_12 = Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0(L_11, NULL);
V_2 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_2;
if (L_13)
{
goto IL_0014;
}
}
{
// }
return;
}
}
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateScrollbar(TMPro.TMP_DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateScrollbar_m6E0D7DC68D4F801076674F5BB5801BC2358316CB (Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_m483D120AC715C1960421BC226FBA33E0DFC8FDDA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19277F38D49C281FCC8D4E6C31D4B925DD5F1024);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD82B77D63A996CB341728DDE21870F57763B176);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA3D8051D609CD3A970C42443D7238721864B8AF);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_2 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_3 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_4 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_5 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_6 = NULL;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* V_7 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_8 = NULL;
{
// GameObject scrollbarRoot = CreateUIElementRoot("Scrollbar", s_ThinElementSize);
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_ThinElementSize_5;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0(_stringLiteralDD82B77D63A996CB341728DDE21870F57763B176, L_0, NULL);
V_0 = L_1;
// GameObject sliderArea = CreateUIObject("Sliding Area", scrollbarRoot);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
L_3 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralEA3D8051D609CD3A970C42443D7238721864B8AF, L_2, NULL);
V_1 = L_3;
// GameObject handle = CreateUIObject("Handle", sliderArea);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_1;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
L_5 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral19277F38D49C281FCC8D4E6C31D4B925DD5F1024, L_4, NULL);
V_2 = L_5;
// Image bgImage = scrollbarRoot.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = V_0;
NullCheck(L_6);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_7;
L_7 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_6, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_3 = L_7;
// bgImage.sprite = resources.background;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_8 = V_3;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_9 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_10 = L_9.___background_1;
NullCheck(L_8);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_8, L_10, NULL);
// bgImage.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_11 = V_3;
NullCheck(L_11);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_11, 1, NULL);
// bgImage.color = s_DefaultSelectableColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_12 = V_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_DefaultSelectableColor_6;
NullCheck(L_12);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_12, L_13);
// Image handleImage = handle.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14 = V_2;
NullCheck(L_14);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_15;
L_15 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_14, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_4 = L_15;
// handleImage.sprite = resources.standard;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_16 = V_4;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_17 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_18 = L_17.___standard_0;
NullCheck(L_16);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_16, L_18, NULL);
// handleImage.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_19 = V_4;
NullCheck(L_19);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_19, 1, NULL);
// handleImage.color = s_DefaultSelectableColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_20 = V_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_DefaultSelectableColor_6;
NullCheck(L_20);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_20, L_21);
// RectTransform sliderAreaRect = sliderArea.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_22 = V_1;
NullCheck(L_22);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_23;
L_23 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_22, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_5 = L_23;
// sliderAreaRect.sizeDelta = new Vector2(-20, -20);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_24 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
memset((&L_25), 0, sizeof(L_25));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_25), (-20.0f), (-20.0f), /*hidden argument*/NULL);
NullCheck(L_24);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_24, L_25, NULL);
// sliderAreaRect.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_26 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27;
L_27 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_26);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_26, L_27, NULL);
// sliderAreaRect.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_28 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
L_29 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_28);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_28, L_29, NULL);
// RectTransform handleRect = handle.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_30 = V_2;
NullCheck(L_30);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_31;
L_31 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_30, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_6 = L_31;
// handleRect.sizeDelta = new Vector2(20, 20);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_32 = V_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
memset((&L_33), 0, sizeof(L_33));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_33), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_32);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_32, L_33, NULL);
// Scrollbar scrollbar = scrollbarRoot.AddComponent<Scrollbar>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_34 = V_0;
NullCheck(L_34);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_35;
L_35 = GameObject_AddComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_m483D120AC715C1960421BC226FBA33E0DFC8FDDA(L_34, GameObject_AddComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_m483D120AC715C1960421BC226FBA33E0DFC8FDDA_RuntimeMethod_var);
V_7 = L_35;
// scrollbar.handleRect = handleRect;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_36 = V_7;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_37 = V_6;
NullCheck(L_36);
Scrollbar_set_handleRect_m2B621325A0EEA1EDCB71402FCBC7DBEB9C2BD4B0(L_36, L_37, NULL);
// scrollbar.targetGraphic = handleImage;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_38 = V_7;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_39 = V_4;
NullCheck(L_38);
Selectable_set_targetGraphic_m23DB0DF4E5F2DABD50C662C708B4555162171FB9(L_38, L_39, NULL);
// SetDefaultColorTransitionValues(scrollbar);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_40 = V_7;
TMP_DefaultControls_SetDefaultColorTransitionValues_m37B34B13FB508737733A214ABA4A4B7E920B41E7(L_40, NULL);
// return scrollbarRoot;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_41 = V_0;
V_8 = L_41;
goto IL_00fe;
}
IL_00fe:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_42 = V_8;
return L_42;
}
}
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateButton(TMPro.TMP_DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateButton_m4ED27E0D56E70190F7507361E6EC0952AC48B3E7 (Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D19CF46F0A7E27123A528965054EDD67AF55062);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_2 = NULL;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* V_3 = NULL;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* V_4 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_5 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_6 = NULL;
{
// GameObject buttonRoot = CreateUIElementRoot("Button", s_ThickElementSize);
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_ThickElementSize_4;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0(_stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870, L_0, NULL);
V_0 = L_1;
// GameObject childText = new GameObject("Text (TMP)");
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
NullCheck(L_2);
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_2, _stringLiteral0D19CF46F0A7E27123A528965054EDD67AF55062, NULL);
V_1 = L_2;
// childText.AddComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = V_1;
NullCheck(L_3);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_4;
L_4 = GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388(L_3, GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
// SetParentAndAlign(childText, buttonRoot);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = V_1;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = V_0;
TMP_DefaultControls_SetParentAndAlign_m49504B349B9767BA0C3ED5D574B68838DB92544C(L_5, L_6, NULL);
// Image image = buttonRoot.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = V_0;
NullCheck(L_7);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_8;
L_8 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_7, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_2 = L_8;
// image.sprite = resources.standard;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_9 = V_2;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_10 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_11 = L_10.___standard_0;
NullCheck(L_9);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_9, L_11, NULL);
// image.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_12 = V_2;
NullCheck(L_12);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_12, 1, NULL);
// image.color = s_DefaultSelectableColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_13 = V_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_DefaultSelectableColor_6;
NullCheck(L_13);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_13, L_14);
// Button bt = buttonRoot.AddComponent<Button>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_15 = V_0;
NullCheck(L_15);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_16;
L_16 = GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC(L_15, GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC_RuntimeMethod_var);
V_3 = L_16;
// SetDefaultColorTransitionValues(bt);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_17 = V_3;
TMP_DefaultControls_SetDefaultColorTransitionValues_m37B34B13FB508737733A214ABA4A4B7E920B41E7(L_17, NULL);
// TextMeshProUGUI text = childText.AddComponent<TextMeshProUGUI>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18 = V_1;
NullCheck(L_18);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_19;
L_19 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_18, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
V_4 = L_19;
// text.text = "Button";
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_20 = V_4;
NullCheck(L_20);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_20, _stringLiteral7DE03E5EBA0308517D1762F2C0DF3B9E2A2F1870);
// text.alignment = TextAlignmentOptions.Center;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_21 = V_4;
NullCheck(L_21);
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_21, ((int32_t)514), NULL);
// SetDefaultTextValues(text);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_22 = V_4;
TMP_DefaultControls_SetDefaultTextValues_mDD66853F8B9F601A850D19E664C134067C7887AE(L_22, NULL);
// RectTransform textRectTransform = childText.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_23 = V_1;
NullCheck(L_23);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_24;
L_24 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_23, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_5 = L_24;
// textRectTransform.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_25 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
L_26 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_25);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_25, L_26, NULL);
// textRectTransform.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_27 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
L_28 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_27);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_27, L_28, NULL);
// textRectTransform.sizeDelta = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_29 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
L_30 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_29);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_29, L_30, NULL);
// return buttonRoot;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_31 = V_0;
V_6 = L_31;
goto IL_00bf;
}
IL_00bf:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_32 = V_6;
return L_32;
}
}
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateText(TMPro.TMP_DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateText_m898FCFC57E75DD825128E5C7CAA0E19498ADC37B (Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D19CF46F0A7E27123A528965054EDD67AF55062);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
{
// GameObject go = null;
V_0 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
// go = CreateUIElementRoot("Text (TMP)", s_TextElementSize);
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_TextElementSize_3;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0(_stringLiteral0D19CF46F0A7E27123A528965054EDD67AF55062, L_0, NULL);
V_0 = L_1;
// go.AddComponent<TextMeshProUGUI>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
NullCheck(L_2);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_3;
L_3 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_2, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
// return go;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_0;
V_1 = L_4;
goto IL_001e;
}
IL_001e:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = V_1;
return L_5;
}
}
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateInputField(TMPro.TMP_DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateInputField_mD6E33BEB7C6DB045AA7C2FB1B907D8ADB607378A (Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m13A9D8AFFFA3B7A823E98A8E1A39F51DF1B8ED4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m7634BD6E88C8C114467032957C547AC3D91FC675_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A16B4A2C2D9EB1F12949EFE98359C718E0C20E7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA818D784EEE0EEB6AB11F62A9BF9EF44CF6146AC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6BE6B2E5A690EFF2E8B884D0181501C571D8098);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_2 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_3 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_4 = NULL;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* V_5 = NULL;
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* V_6 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_7 = NULL;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* V_8 = NULL;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* V_9 = NULL;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_10;
memset((&V_10), 0, sizeof(V_10));
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_11 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_12 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_13 = NULL;
{
// GameObject root = CreateUIElementRoot("InputField (TMP)", s_ThickElementSize);
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_ThickElementSize_4;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0(_stringLiteral4A16B4A2C2D9EB1F12949EFE98359C718E0C20E7, L_0, NULL);
V_0 = L_1;
// GameObject textArea = CreateUIObject("Text Area", root);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
L_3 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralD6BE6B2E5A690EFF2E8B884D0181501C571D8098, L_2, NULL);
V_1 = L_3;
// GameObject childPlaceholder = CreateUIObject("Placeholder", textArea);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_1;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
L_5 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07, L_4, NULL);
V_2 = L_5;
// GameObject childText = CreateUIObject("Text", textArea);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = V_1;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
L_7 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, L_6, NULL);
V_3 = L_7;
// Image image = root.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8 = V_0;
NullCheck(L_8);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_9;
L_9 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_8, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_4 = L_9;
// image.sprite = resources.inputField;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_10 = V_4;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_11 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_12 = L_11.___inputField_2;
NullCheck(L_10);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_10, L_12, NULL);
// image.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_13 = V_4;
NullCheck(L_13);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_13, 1, NULL);
// image.color = s_DefaultSelectableColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_14 = V_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_DefaultSelectableColor_6;
NullCheck(L_14);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_14, L_15);
// TMP_InputField inputField = root.AddComponent<TMP_InputField>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16 = V_0;
NullCheck(L_16);
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_17;
L_17 = GameObject_AddComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m7634BD6E88C8C114467032957C547AC3D91FC675(L_16, GameObject_AddComponent_TisTMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F_m7634BD6E88C8C114467032957C547AC3D91FC675_RuntimeMethod_var);
V_5 = L_17;
// SetDefaultColorTransitionValues(inputField);
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_18 = V_5;
TMP_DefaultControls_SetDefaultColorTransitionValues_m37B34B13FB508737733A214ABA4A4B7E920B41E7(L_18, NULL);
// RectMask2D rectMask = textArea.AddComponent<RectMask2D>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19 = V_1;
NullCheck(L_19);
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* L_20;
L_20 = GameObject_AddComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m13A9D8AFFFA3B7A823E98A8E1A39F51DF1B8ED4F(L_19, GameObject_AddComponent_TisRectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670_m13A9D8AFFFA3B7A823E98A8E1A39F51DF1B8ED4F_RuntimeMethod_var);
V_6 = L_20;
// rectMask.padding = new Vector4(-8, -5, -8, -5);
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* L_21 = V_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22;
memset((&L_22), 0, sizeof(L_22));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_22), (-8.0f), (-5.0f), (-8.0f), (-5.0f), /*hidden argument*/NULL);
NullCheck(L_21);
RectMask2D_set_padding_m2E8CADD2DC7A40E78586118453CFE2D8795C997A(L_21, L_22, NULL);
// RectTransform textAreaRectTransform = textArea.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_23 = V_1;
NullCheck(L_23);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_24;
L_24 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_23, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_7 = L_24;
// textAreaRectTransform.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_25 = V_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
L_26 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_25);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_25, L_26, NULL);
// textAreaRectTransform.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_27 = V_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
L_28 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_27);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_27, L_28, NULL);
// textAreaRectTransform.sizeDelta = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_29 = V_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
L_30 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_29);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_29, L_30, NULL);
// textAreaRectTransform.offsetMin = new Vector2(10, 6);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_31 = V_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
memset((&L_32), 0, sizeof(L_32));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_32), (10.0f), (6.0f), /*hidden argument*/NULL);
NullCheck(L_31);
RectTransform_set_offsetMin_m07F38B4105C7CA9CC9FBDC9ED0DB008602880AB9(L_31, L_32, NULL);
// textAreaRectTransform.offsetMax = new Vector2(-10, -7);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_33 = V_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34;
memset((&L_34), 0, sizeof(L_34));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_34), (-10.0f), (-7.0f), /*hidden argument*/NULL);
NullCheck(L_33);
RectTransform_set_offsetMax_m5514D09D86516F2C0E25FA6D11A3A4274D3D002D(L_33, L_34, NULL);
// TextMeshProUGUI text = childText.AddComponent<TextMeshProUGUI>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_35 = V_3;
NullCheck(L_35);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_36;
L_36 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_35, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
V_8 = L_36;
// text.text = "";
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_37 = V_8;
NullCheck(L_37);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_37, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// text.enableWordWrapping = false;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_38 = V_8;
NullCheck(L_38);
TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F(L_38, (bool)0, NULL);
// text.extraPadding = true;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_39 = V_8;
NullCheck(L_39);
TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32(L_39, (bool)1, NULL);
// text.richText = true;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_40 = V_8;
NullCheck(L_40);
TMP_Text_set_richText_mAB3D04F620E13F02117B34BBA2EF7BD30AAE6F0F(L_40, (bool)1, NULL);
// SetDefaultTextValues(text);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_41 = V_8;
TMP_DefaultControls_SetDefaultTextValues_mDD66853F8B9F601A850D19E664C134067C7887AE(L_41, NULL);
// TextMeshProUGUI placeholder = childPlaceholder.AddComponent<TextMeshProUGUI>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_42 = V_2;
NullCheck(L_42);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_43;
L_43 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_42, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
V_9 = L_43;
// placeholder.text = "Enter text...";
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_44 = V_9;
NullCheck(L_44);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_44, _stringLiteralA818D784EEE0EEB6AB11F62A9BF9EF44CF6146AC);
// placeholder.fontSize = 14;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_45 = V_9;
NullCheck(L_45);
TMP_Text_set_fontSize_m1C3A3BA2BC88E5E1D89375FD35A0AA91E75D3AAD(L_45, (14.0f), NULL);
// placeholder.fontStyle = FontStyles.Italic;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_46 = V_9;
NullCheck(L_46);
TMP_Text_set_fontStyle_m61931944B2E922D50087312D80F8685A2F29EBF8(L_46, 2, NULL);
// placeholder.enableWordWrapping = false;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_47 = V_9;
NullCheck(L_47);
TMP_Text_set_enableWordWrapping_mFAEE849315B4723F9C86C127B1A59EF50BE1C12F(L_47, (bool)0, NULL);
// placeholder.extraPadding = true;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_48 = V_9;
NullCheck(L_48);
TMP_Text_set_extraPadding_m26595B78EDE43EFBCCBF7D5E23932ADCB983EF32(L_48, (bool)1, NULL);
// Color placeholderColor = text.color;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_49 = V_8;
NullCheck(L_49);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_50;
L_50 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_49);
V_10 = L_50;
// placeholderColor.a *= 0.5f;
float* L_51 = (&(&V_10)->___a_3);
float* L_52 = L_51;
float L_53 = *((float*)L_52);
*((float*)L_52) = (float)((float)il2cpp_codegen_multiply(L_53, (0.5f)));
// placeholder.color = placeholderColor;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_54 = V_9;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_55 = V_10;
NullCheck(L_54);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_54, L_55);
// placeholder.gameObject.AddComponent<LayoutElement>().ignoreLayout = true;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_56 = V_9;
NullCheck(L_56);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_57;
L_57 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_56, NULL);
NullCheck(L_57);
LayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A* L_58;
L_58 = GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2(L_57, GameObject_AddComponent_TisLayoutElement_tB1F24CC11AF4AA87015C8D8EE06D22349C5BF40A_mCAEF1A4C92D1C856A46417BA645409AE42F005D2_RuntimeMethod_var);
NullCheck(L_58);
VirtualActionInvoker1< bool >::Invoke(28 /* System.Void UnityEngine.UI.LayoutElement::set_ignoreLayout(System.Boolean) */, L_58, (bool)1);
// RectTransform textRectTransform = childText.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_59 = V_3;
NullCheck(L_59);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_60;
L_60 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_59, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_11 = L_60;
// textRectTransform.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_61 = V_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62;
L_62 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_61);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_61, L_62, NULL);
// textRectTransform.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_63 = V_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64;
L_64 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_63);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_63, L_64, NULL);
// textRectTransform.sizeDelta = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_65 = V_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66;
L_66 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_65);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_65, L_66, NULL);
// textRectTransform.offsetMin = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_67 = V_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68;
memset((&L_68), 0, sizeof(L_68));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_68), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_67);
RectTransform_set_offsetMin_m07F38B4105C7CA9CC9FBDC9ED0DB008602880AB9(L_67, L_68, NULL);
// textRectTransform.offsetMax = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_69 = V_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70;
memset((&L_70), 0, sizeof(L_70));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_70), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_69);
RectTransform_set_offsetMax_m5514D09D86516F2C0E25FA6D11A3A4274D3D002D(L_69, L_70, NULL);
// RectTransform placeholderRectTransform = childPlaceholder.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_71 = V_2;
NullCheck(L_71);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_72;
L_72 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_71, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_12 = L_72;
// placeholderRectTransform.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_73 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_74;
L_74 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_73);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_73, L_74, NULL);
// placeholderRectTransform.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_75 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_76;
L_76 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_75);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_75, L_76, NULL);
// placeholderRectTransform.sizeDelta = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_77 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78;
L_78 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_77);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_77, L_78, NULL);
// placeholderRectTransform.offsetMin = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_79 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_80;
memset((&L_80), 0, sizeof(L_80));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_80), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_79);
RectTransform_set_offsetMin_m07F38B4105C7CA9CC9FBDC9ED0DB008602880AB9(L_79, L_80, NULL);
// placeholderRectTransform.offsetMax = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_81 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_82;
memset((&L_82), 0, sizeof(L_82));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_82), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_81);
RectTransform_set_offsetMax_m5514D09D86516F2C0E25FA6D11A3A4274D3D002D(L_81, L_82, NULL);
// inputField.textViewport = textAreaRectTransform;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_83 = V_5;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_84 = V_7;
NullCheck(L_83);
TMP_InputField_set_textViewport_m3CB40F8DD0636EFBA496F1E76D41EE9C9570CB17(L_83, L_84, NULL);
// inputField.textComponent = text;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_85 = V_5;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_86 = V_8;
NullCheck(L_85);
TMP_InputField_set_textComponent_mCECC9B18AE37E999E5B38431D89C17B9BE384E07(L_85, L_86, NULL);
// inputField.placeholder = placeholder;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_87 = V_5;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_88 = V_9;
NullCheck(L_87);
TMP_InputField_set_placeholder_m597012397FF55E6DE7E5E63972A3BE03EEAC480A(L_87, L_88, NULL);
// inputField.fontAsset = text.font;
TMP_InputField_t3488E0EE8C3DF56C6A328EC95D1BEEA2DF4A7D5F* L_89 = V_5;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_90 = V_8;
NullCheck(L_90);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_91;
L_91 = TMP_Text_get_font_m1F5E907B9181A54212FBD8123242583C1CA4BE2A(L_90, NULL);
NullCheck(L_89);
TMP_InputField_set_fontAsset_mB102F697B83B5115F2E4B30A076FE67D30BCA201(L_89, L_91, NULL);
// return root;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_92 = V_0;
V_13 = L_92;
goto IL_028e;
}
IL_028e:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_93 = V_13;
return L_93;
}
}
// UnityEngine.GameObject TMPro.TMP_DefaultControls::CreateDropdown(TMPro.TMP_DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_DefaultControls_CreateDropdown_m1182D5C2B73116B97CFC03E10ED04DE6182F2E08 (Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisMask_tE8E16C858EC6ECCE545C03802BD1399F7F406213_mAB9A7CE273F47DA107A278EEFEF3C1B61C08B303_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m0A6459FD638F47691E8A770650040DADF297BC17_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_mF204EA557E861D7FAE149417A8745D2066DAAD70_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m0E1C6713C85CAAB22DE299872377285F55C106D1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mF12372E2716F1FC72A4AA2D6EEB7F9972A4D4437_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15F6EFCDBE17EFB279217A9B699852DE1E193450);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17AEAD6B86236368E44E9297467458F1158CAF04);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral207DBC49C9E90F6E29240FFE81B7444241682A0C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21C54BF860BF41F6CB5FA90618AD96345DB385CD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40F5431A5203B1B661E92C45EF446F7D326E2C50);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47A5B6A470F6113005195D6115F426DC36E8B65F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8024BCD7BCE8AD9C0B15A2EB49D7D466C58A6313);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABA4B0EF423AE8EF8E94BF8F8B6A69E900270F03);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F0795DD4F409C92875D0327F58FDEA357047F1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE85487689556D8DE56201A0CD308B4B5B114A4B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC084887FC479038DDA12E60E8FA1EEF449CA1A07);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF07FCB7FD52F00A3F38E8D87EC9B368CC5533A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD82B77D63A996CB341728DDE21870F57763B176);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_2 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_3 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_4 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_5 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_6 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_7 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_8 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_9 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_10 = NULL;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* V_11 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_12 = NULL;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* V_13 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_14 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_15 = NULL;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* V_16 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_17 = NULL;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* V_18 = NULL;
Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213* V_19 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_20 = NULL;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* V_21 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_22 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_23 = NULL;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* V_24 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_25 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_26 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_27 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_28 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_29 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_30 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_31 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_32 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_33 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_34 = NULL;
{
// GameObject root = CreateUIElementRoot("Dropdown", s_ThickElementSize);
il2cpp_codegen_runtime_class_init_inline(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_ThickElementSize_4;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = TMP_DefaultControls_CreateUIElementRoot_mB48F61A62CBA616BB699052B73EB03D90A3979F0(_stringLiteralCAF07FCB7FD52F00A3F38E8D87EC9B368CC5533A, L_0, NULL);
V_0 = L_1;
// GameObject label = CreateUIObject("Label", root);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
L_3 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral21C54BF860BF41F6CB5FA90618AD96345DB385CD, L_2, NULL);
V_1 = L_3;
// GameObject arrow = CreateUIObject("Arrow", root);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
L_5 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral40F5431A5203B1B661E92C45EF446F7D326E2C50, L_4, NULL);
V_2 = L_5;
// GameObject template = CreateUIObject("Template", root);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6 = V_0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
L_7 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralBE85487689556D8DE56201A0CD308B4B5B114A4B, L_6, NULL);
V_3 = L_7;
// GameObject viewport = CreateUIObject("Viewport", template);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8 = V_3;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
L_9 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral47A5B6A470F6113005195D6115F426DC36E8B65F, L_8, NULL);
V_4 = L_9;
// GameObject content = CreateUIObject("Content", viewport);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10 = V_4;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
L_11 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralB6F0795DD4F409C92875D0327F58FDEA357047F1, L_10, NULL);
V_5 = L_11;
// GameObject item = CreateUIObject("Item", content);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_12 = V_5;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
L_13 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, L_12, NULL);
V_6 = L_13;
// GameObject itemBackground = CreateUIObject("Item Background", item);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14 = V_6;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_15;
L_15 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralC084887FC479038DDA12E60E8FA1EEF449CA1A07, L_14, NULL);
V_7 = L_15;
// GameObject itemCheckmark = CreateUIObject("Item Checkmark", item);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_16 = V_6;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_17;
L_17 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteral15F6EFCDBE17EFB279217A9B699852DE1E193450, L_16, NULL);
V_8 = L_17;
// GameObject itemLabel = CreateUIObject("Item Label", item);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18 = V_6;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19;
L_19 = TMP_DefaultControls_CreateUIObject_m734199C8C08553C1FC725A958B17A1A11DE7A765(_stringLiteralABA4B0EF423AE8EF8E94BF8F8B6A69E900270F03, L_18, NULL);
V_9 = L_19;
// GameObject scrollbar = CreateScrollbar(resources);
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_20 = ___resources0;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_21;
L_21 = TMP_DefaultControls_CreateScrollbar_m6E0D7DC68D4F801076674F5BB5801BC2358316CB(L_20, NULL);
V_10 = L_21;
// scrollbar.name = "Scrollbar";
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_22 = V_10;
NullCheck(L_22);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_22, _stringLiteralDD82B77D63A996CB341728DDE21870F57763B176, NULL);
// SetParentAndAlign(scrollbar, template);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_23 = V_10;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_24 = V_3;
TMP_DefaultControls_SetParentAndAlign_m49504B349B9767BA0C3ED5D574B68838DB92544C(L_23, L_24, NULL);
// Scrollbar scrollbarScrollbar = scrollbar.GetComponent<Scrollbar>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_25 = V_10;
NullCheck(L_25);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_26;
L_26 = GameObject_GetComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mF12372E2716F1FC72A4AA2D6EEB7F9972A4D4437(L_25, GameObject_GetComponent_TisScrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3_mF12372E2716F1FC72A4AA2D6EEB7F9972A4D4437_RuntimeMethod_var);
V_11 = L_26;
// scrollbarScrollbar.SetDirection(Scrollbar.Direction.BottomToTop, true);
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_27 = V_11;
NullCheck(L_27);
Scrollbar_SetDirection_mA62DC964AA698D058BC84FA1DCAFA46BCA6A8182(L_27, 2, (bool)1, NULL);
// RectTransform vScrollbarRT = scrollbar.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_28 = V_10;
NullCheck(L_28);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_29;
L_29 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_28, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_12 = L_29;
// vScrollbarRT.anchorMin = Vector2.right;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_30 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31;
L_31 = Vector2_get_right_mCE2D0142663361ED4B48C36873786986D25A6E0A_inline(NULL);
NullCheck(L_30);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_30, L_31, NULL);
// vScrollbarRT.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_32 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
L_33 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_32);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_32, L_33, NULL);
// vScrollbarRT.pivot = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_34 = V_12;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
L_35 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_34);
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_34, L_35, NULL);
// vScrollbarRT.sizeDelta = new Vector2(vScrollbarRT.sizeDelta.x, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_36 = V_12;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_37 = V_12;
NullCheck(L_37);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38;
L_38 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_37, NULL);
float L_39 = L_38.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
memset((&L_40), 0, sizeof(L_40));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_40), L_39, (0.0f), /*hidden argument*/NULL);
NullCheck(L_36);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_36, L_40, NULL);
// TextMeshProUGUI itemLabelText = itemLabel.AddComponent<TextMeshProUGUI>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_41 = V_9;
NullCheck(L_41);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_42;
L_42 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_41, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
V_13 = L_42;
// SetDefaultTextValues(itemLabelText);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_43 = V_13;
TMP_DefaultControls_SetDefaultTextValues_mDD66853F8B9F601A850D19E664C134067C7887AE(L_43, NULL);
// itemLabelText.alignment = TextAlignmentOptions.Left;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_44 = V_13;
NullCheck(L_44);
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_44, ((int32_t)513), NULL);
// Image itemBackgroundImage = itemBackground.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_45 = V_7;
NullCheck(L_45);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_46;
L_46 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_45, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_14 = L_46;
// itemBackgroundImage.color = new Color32(245, 245, 245, 255);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_47 = V_14;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_48;
memset((&L_48), 0, sizeof(L_48));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_48), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_49;
L_49 = Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline(L_48, NULL);
NullCheck(L_47);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_47, L_49);
// Image itemCheckmarkImage = itemCheckmark.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_50 = V_8;
NullCheck(L_50);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_51;
L_51 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_50, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_15 = L_51;
// itemCheckmarkImage.sprite = resources.checkmark;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_52 = V_15;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_53 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_54 = L_53.___checkmark_4;
NullCheck(L_52);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_52, L_54, NULL);
// Toggle itemToggle = item.AddComponent<Toggle>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_55 = V_6;
NullCheck(L_55);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_56;
L_56 = GameObject_AddComponent_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m0E1C6713C85CAAB22DE299872377285F55C106D1(L_55, GameObject_AddComponent_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m0E1C6713C85CAAB22DE299872377285F55C106D1_RuntimeMethod_var);
V_16 = L_56;
// itemToggle.targetGraphic = itemBackgroundImage;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_57 = V_16;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_58 = V_14;
NullCheck(L_57);
Selectable_set_targetGraphic_m23DB0DF4E5F2DABD50C662C708B4555162171FB9(L_57, L_58, NULL);
// itemToggle.graphic = itemCheckmarkImage;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_59 = V_16;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_60 = V_15;
NullCheck(L_59);
L_59->___graphic_21 = L_60;
Il2CppCodeGenWriteBarrier((void**)(&L_59->___graphic_21), (void*)L_60);
// itemToggle.isOn = true;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_61 = V_16;
NullCheck(L_61);
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_61, (bool)1, NULL);
// Image templateImage = template.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_62 = V_3;
NullCheck(L_62);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_63;
L_63 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_62, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_17 = L_63;
// templateImage.sprite = resources.standard;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_64 = V_17;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_65 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_66 = L_65.___standard_0;
NullCheck(L_64);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_64, L_66, NULL);
// templateImage.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_67 = V_17;
NullCheck(L_67);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_67, 1, NULL);
// ScrollRect templateScrollRect = template.AddComponent<ScrollRect>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_68 = V_3;
NullCheck(L_68);
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_69;
L_69 = GameObject_AddComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m0A6459FD638F47691E8A770650040DADF297BC17(L_68, GameObject_AddComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m0A6459FD638F47691E8A770650040DADF297BC17_RuntimeMethod_var);
V_18 = L_69;
// templateScrollRect.content = (RectTransform)content.transform;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_70 = V_18;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_71 = V_5;
NullCheck(L_71);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_72;
L_72 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_71, NULL);
NullCheck(L_70);
ScrollRect_set_content_m01BF6FE0205985CBD16C6D3BB4B6F345B3AF484E(L_70, ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_72, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)), NULL);
// templateScrollRect.viewport = (RectTransform)viewport.transform;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_73 = V_18;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_74 = V_4;
NullCheck(L_74);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_75;
L_75 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_74, NULL);
NullCheck(L_73);
ScrollRect_set_viewport_m53D91C0869950B18953E163E9A3CE5E7AFB0A262(L_73, ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_75, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)), NULL);
// templateScrollRect.horizontal = false;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_76 = V_18;
NullCheck(L_76);
ScrollRect_set_horizontal_m99C076AF2B2B596C87435E1465EF0B104281B150(L_76, (bool)0, NULL);
// templateScrollRect.movementType = ScrollRect.MovementType.Clamped;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_77 = V_18;
NullCheck(L_77);
ScrollRect_set_movementType_m2A900C10E6C005FD6866EFF1DA2DF78AA957534A(L_77, 2, NULL);
// templateScrollRect.verticalScrollbar = scrollbarScrollbar;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_78 = V_18;
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* L_79 = V_11;
NullCheck(L_78);
ScrollRect_set_verticalScrollbar_m3A3503567D1ED44E21A452FE51B12691E084426C(L_78, L_79, NULL);
// templateScrollRect.verticalScrollbarVisibility = ScrollRect.ScrollbarVisibility.AutoHideAndExpandViewport;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_80 = V_18;
NullCheck(L_80);
ScrollRect_set_verticalScrollbarVisibility_m40A791E57B3FD37CEB97D2FD29639C4EC5B49ABF(L_80, 2, NULL);
// templateScrollRect.verticalScrollbarSpacing = -3;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_81 = V_18;
NullCheck(L_81);
ScrollRect_set_verticalScrollbarSpacing_m27BECB09BC4EE6BC91EAABEF50657182A637C1E7(L_81, (-3.0f), NULL);
// Mask scrollRectMask = viewport.AddComponent<Mask>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_82 = V_4;
NullCheck(L_82);
Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213* L_83;
L_83 = GameObject_AddComponent_TisMask_tE8E16C858EC6ECCE545C03802BD1399F7F406213_mAB9A7CE273F47DA107A278EEFEF3C1B61C08B303(L_82, GameObject_AddComponent_TisMask_tE8E16C858EC6ECCE545C03802BD1399F7F406213_mAB9A7CE273F47DA107A278EEFEF3C1B61C08B303_RuntimeMethod_var);
V_19 = L_83;
// scrollRectMask.showMaskGraphic = false;
Mask_tE8E16C858EC6ECCE545C03802BD1399F7F406213* L_84 = V_19;
NullCheck(L_84);
Mask_set_showMaskGraphic_m9F288D22259CFD781D5A4D9B9747C2A2895E7D67(L_84, (bool)0, NULL);
// Image viewportImage = viewport.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_85 = V_4;
NullCheck(L_85);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_86;
L_86 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_85, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_20 = L_86;
// viewportImage.sprite = resources.mask;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_87 = V_20;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_88 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_89 = L_88.___mask_6;
NullCheck(L_87);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_87, L_89, NULL);
// viewportImage.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_90 = V_20;
NullCheck(L_90);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_90, 1, NULL);
// TextMeshProUGUI labelText = label.AddComponent<TextMeshProUGUI>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_91 = V_1;
NullCheck(L_91);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_92;
L_92 = GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB(L_91, GameObject_AddComponent_TisTextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957_m15E50057DA76710B136ADF4E7CA55A463D9DA3EB_RuntimeMethod_var);
V_21 = L_92;
// SetDefaultTextValues(labelText);
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_93 = V_21;
TMP_DefaultControls_SetDefaultTextValues_mDD66853F8B9F601A850D19E664C134067C7887AE(L_93, NULL);
// labelText.alignment = TextAlignmentOptions.Left;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_94 = V_21;
NullCheck(L_94);
TMP_Text_set_alignment_mE5216A28797987CC19927ED3CB8DFAC438C6B95A(L_94, ((int32_t)513), NULL);
// Image arrowImage = arrow.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_95 = V_2;
NullCheck(L_95);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_96;
L_96 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_95, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_22 = L_96;
// arrowImage.sprite = resources.dropdown;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_97 = V_22;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_98 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_99 = L_98.___dropdown_5;
NullCheck(L_97);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_97, L_99, NULL);
// Image backgroundImage = root.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_100 = V_0;
NullCheck(L_100);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_101;
L_101 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_100, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_23 = L_101;
// backgroundImage.sprite = resources.standard;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_102 = V_23;
Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B L_103 = ___resources0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_104 = L_103.___standard_0;
NullCheck(L_102);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_102, L_104, NULL);
// backgroundImage.color = s_DefaultSelectableColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_105 = V_23;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_106 = ((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_DefaultSelectableColor_6;
NullCheck(L_105);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_105, L_106);
// backgroundImage.type = Image.Type.Sliced;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_107 = V_23;
NullCheck(L_107);
Image_set_type_mECB8D34772AA393FFBC867B03D18EA0F1A8546BF(L_107, 1, NULL);
// TMP_Dropdown dropdown = root.AddComponent<TMP_Dropdown>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_108 = V_0;
NullCheck(L_108);
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_109;
L_109 = GameObject_AddComponent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_mF204EA557E861D7FAE149417A8745D2066DAAD70(L_108, GameObject_AddComponent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_mF204EA557E861D7FAE149417A8745D2066DAAD70_RuntimeMethod_var);
V_24 = L_109;
// dropdown.targetGraphic = backgroundImage;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_110 = V_24;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_111 = V_23;
NullCheck(L_110);
Selectable_set_targetGraphic_m23DB0DF4E5F2DABD50C662C708B4555162171FB9(L_110, L_111, NULL);
// SetDefaultColorTransitionValues(dropdown);
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_112 = V_24;
TMP_DefaultControls_SetDefaultColorTransitionValues_m37B34B13FB508737733A214ABA4A4B7E920B41E7(L_112, NULL);
// dropdown.template = template.GetComponent<RectTransform>();
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_113 = V_24;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_114 = V_3;
NullCheck(L_114);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_115;
L_115 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_114, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
NullCheck(L_113);
TMP_Dropdown_set_template_mCA07B030A71D2E4D4C179B4E4E72568656A340BF(L_113, L_115, NULL);
// dropdown.captionText = labelText;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_116 = V_24;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_117 = V_21;
NullCheck(L_116);
TMP_Dropdown_set_captionText_m7050B2703E0A8C652571271C860004F0014BD464(L_116, L_117, NULL);
// dropdown.itemText = itemLabelText;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_118 = V_24;
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_119 = V_13;
NullCheck(L_118);
TMP_Dropdown_set_itemText_mCC983B4A78E8C594E5C78BE1F8F8DBB067E3CA1B(L_118, L_119, NULL);
// itemLabelText.text = "Option A";
TextMeshProUGUI_t101091AF4B578BB534C92E9D1EEAF0611636D957* L_120 = V_13;
NullCheck(L_120);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_120, _stringLiteral17AEAD6B86236368E44E9297467458F1158CAF04);
// dropdown.options.Add(new TMP_Dropdown.OptionData {text = "Option A" });
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_121 = V_24;
NullCheck(L_121);
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_122;
L_122 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(L_121, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_123 = (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)il2cpp_codegen_object_new(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
NullCheck(L_123);
OptionData__ctor_m5B8E6B683070AB406FA738E689E2FD4055697FB6(L_123, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_124 = L_123;
NullCheck(L_124);
OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226(L_124, _stringLiteral17AEAD6B86236368E44E9297467458F1158CAF04, NULL);
NullCheck(L_122);
List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_inline(L_122, L_124, List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
// dropdown.options.Add(new TMP_Dropdown.OptionData {text = "Option B" });
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_125 = V_24;
NullCheck(L_125);
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_126;
L_126 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(L_125, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_127 = (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)il2cpp_codegen_object_new(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
NullCheck(L_127);
OptionData__ctor_m5B8E6B683070AB406FA738E689E2FD4055697FB6(L_127, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_128 = L_127;
NullCheck(L_128);
OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226(L_128, _stringLiteral8024BCD7BCE8AD9C0B15A2EB49D7D466C58A6313, NULL);
NullCheck(L_126);
List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_inline(L_126, L_128, List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
// dropdown.options.Add(new TMP_Dropdown.OptionData {text = "Option C" });
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_129 = V_24;
NullCheck(L_129);
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_130;
L_130 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(L_129, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_131 = (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)il2cpp_codegen_object_new(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
NullCheck(L_131);
OptionData__ctor_m5B8E6B683070AB406FA738E689E2FD4055697FB6(L_131, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_132 = L_131;
NullCheck(L_132);
OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226(L_132, _stringLiteral207DBC49C9E90F6E29240FFE81B7444241682A0C, NULL);
NullCheck(L_130);
List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_inline(L_130, L_132, List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
// dropdown.RefreshShownValue();
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_133 = V_24;
NullCheck(L_133);
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(L_133, NULL);
// RectTransform labelRT = label.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_134 = V_1;
NullCheck(L_134);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_135;
L_135 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_134, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_25 = L_135;
// labelRT.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_136 = V_25;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_137;
L_137 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_136);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_136, L_137, NULL);
// labelRT.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_138 = V_25;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_139;
L_139 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_138);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_138, L_139, NULL);
// labelRT.offsetMin = new Vector2(10, 6);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_140 = V_25;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_141;
memset((&L_141), 0, sizeof(L_141));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_141), (10.0f), (6.0f), /*hidden argument*/NULL);
NullCheck(L_140);
RectTransform_set_offsetMin_m07F38B4105C7CA9CC9FBDC9ED0DB008602880AB9(L_140, L_141, NULL);
// labelRT.offsetMax = new Vector2(-25, -7);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_142 = V_25;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_143;
memset((&L_143), 0, sizeof(L_143));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_143), (-25.0f), (-7.0f), /*hidden argument*/NULL);
NullCheck(L_142);
RectTransform_set_offsetMax_m5514D09D86516F2C0E25FA6D11A3A4274D3D002D(L_142, L_143, NULL);
// RectTransform arrowRT = arrow.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_144 = V_2;
NullCheck(L_144);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_145;
L_145 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_144, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_26 = L_145;
// arrowRT.anchorMin = new Vector2(1, 0.5f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_146 = V_26;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_147;
memset((&L_147), 0, sizeof(L_147));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_147), (1.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_146);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_146, L_147, NULL);
// arrowRT.anchorMax = new Vector2(1, 0.5f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_148 = V_26;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_149;
memset((&L_149), 0, sizeof(L_149));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_149), (1.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_148);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_148, L_149, NULL);
// arrowRT.sizeDelta = new Vector2(20, 20);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_150 = V_26;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_151;
memset((&L_151), 0, sizeof(L_151));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_151), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_150);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_150, L_151, NULL);
// arrowRT.anchoredPosition = new Vector2(-15, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_152 = V_26;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_153;
memset((&L_153), 0, sizeof(L_153));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_153), (-15.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_152);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_152, L_153, NULL);
// RectTransform templateRT = template.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_154 = V_3;
NullCheck(L_154);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_155;
L_155 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_154, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_27 = L_155;
// templateRT.anchorMin = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_156 = V_27;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_157;
memset((&L_157), 0, sizeof(L_157));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_157), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_156);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_156, L_157, NULL);
// templateRT.anchorMax = new Vector2(1, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_158 = V_27;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_159;
memset((&L_159), 0, sizeof(L_159));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_159), (1.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_158);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_158, L_159, NULL);
// templateRT.pivot = new Vector2(0.5f, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_160 = V_27;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_161;
memset((&L_161), 0, sizeof(L_161));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_161), (0.5f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_160);
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_160, L_161, NULL);
// templateRT.anchoredPosition = new Vector2(0, 2);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_162 = V_27;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_163;
memset((&L_163), 0, sizeof(L_163));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_163), (0.0f), (2.0f), /*hidden argument*/NULL);
NullCheck(L_162);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_162, L_163, NULL);
// templateRT.sizeDelta = new Vector2(0, 150);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_164 = V_27;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_165;
memset((&L_165), 0, sizeof(L_165));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_165), (0.0f), (150.0f), /*hidden argument*/NULL);
NullCheck(L_164);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_164, L_165, NULL);
// RectTransform viewportRT = viewport.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_166 = V_4;
NullCheck(L_166);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_167;
L_167 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_166, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_28 = L_167;
// viewportRT.anchorMin = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_168 = V_28;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_169;
memset((&L_169), 0, sizeof(L_169));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_169), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_168);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_168, L_169, NULL);
// viewportRT.anchorMax = new Vector2(1, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_170 = V_28;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_171;
memset((&L_171), 0, sizeof(L_171));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_171), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_170);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_170, L_171, NULL);
// viewportRT.sizeDelta = new Vector2(-18, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_172 = V_28;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_173;
memset((&L_173), 0, sizeof(L_173));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_173), (-18.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_172);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_172, L_173, NULL);
// viewportRT.pivot = new Vector2(0, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_174 = V_28;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_175;
memset((&L_175), 0, sizeof(L_175));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_175), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_174);
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_174, L_175, NULL);
// RectTransform contentRT = content.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_176 = V_5;
NullCheck(L_176);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_177;
L_177 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_176, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_29 = L_177;
// contentRT.anchorMin = new Vector2(0f, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_178 = V_29;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_179;
memset((&L_179), 0, sizeof(L_179));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_179), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_178);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_178, L_179, NULL);
// contentRT.anchorMax = new Vector2(1f, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_180 = V_29;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_181;
memset((&L_181), 0, sizeof(L_181));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_181), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_180);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_180, L_181, NULL);
// contentRT.pivot = new Vector2(0.5f, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_182 = V_29;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_183;
memset((&L_183), 0, sizeof(L_183));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_183), (0.5f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_182);
RectTransform_set_pivot_m79D0177D383D432A93C2615F1932B739B1C6E146(L_182, L_183, NULL);
// contentRT.anchoredPosition = new Vector2(0, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_184 = V_29;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_185;
memset((&L_185), 0, sizeof(L_185));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_185), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_184);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_184, L_185, NULL);
// contentRT.sizeDelta = new Vector2(0, 28);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_186 = V_29;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_187;
memset((&L_187), 0, sizeof(L_187));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_187), (0.0f), (28.0f), /*hidden argument*/NULL);
NullCheck(L_186);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_186, L_187, NULL);
// RectTransform itemRT = item.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_188 = V_6;
NullCheck(L_188);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_189;
L_189 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_188, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_30 = L_189;
// itemRT.anchorMin = new Vector2(0, 0.5f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_190 = V_30;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_191;
memset((&L_191), 0, sizeof(L_191));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_191), (0.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_190);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_190, L_191, NULL);
// itemRT.anchorMax = new Vector2(1, 0.5f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_192 = V_30;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_193;
memset((&L_193), 0, sizeof(L_193));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_193), (1.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_192);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_192, L_193, NULL);
// itemRT.sizeDelta = new Vector2(0, 20);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_194 = V_30;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_195;
memset((&L_195), 0, sizeof(L_195));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_195), (0.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_194);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_194, L_195, NULL);
// RectTransform itemBackgroundRT = itemBackground.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_196 = V_7;
NullCheck(L_196);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_197;
L_197 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_196, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_31 = L_197;
// itemBackgroundRT.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_198 = V_31;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_199;
L_199 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_198);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_198, L_199, NULL);
// itemBackgroundRT.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_200 = V_31;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_201;
L_201 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_200);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_200, L_201, NULL);
// itemBackgroundRT.sizeDelta = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_202 = V_31;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_203;
L_203 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_202);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_202, L_203, NULL);
// RectTransform itemCheckmarkRT = itemCheckmark.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_204 = V_8;
NullCheck(L_204);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_205;
L_205 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_204, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_32 = L_205;
// itemCheckmarkRT.anchorMin = new Vector2(0, 0.5f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_206 = V_32;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_207;
memset((&L_207), 0, sizeof(L_207));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_207), (0.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_206);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_206, L_207, NULL);
// itemCheckmarkRT.anchorMax = new Vector2(0, 0.5f);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_208 = V_32;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_209;
memset((&L_209), 0, sizeof(L_209));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_209), (0.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_208);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_208, L_209, NULL);
// itemCheckmarkRT.sizeDelta = new Vector2(20, 20);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_210 = V_32;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_211;
memset((&L_211), 0, sizeof(L_211));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_211), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_210);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_210, L_211, NULL);
// itemCheckmarkRT.anchoredPosition = new Vector2(10, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_212 = V_32;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_213;
memset((&L_213), 0, sizeof(L_213));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_213), (10.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_212);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_212, L_213, NULL);
// RectTransform itemLabelRT = itemLabel.GetComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_214 = V_9;
NullCheck(L_214);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_215;
L_215 = GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4(L_214, GameObject_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m1592DCB5AA07291F73A76006F0913A64DFB8A9C4_RuntimeMethod_var);
V_33 = L_215;
// itemLabelRT.anchorMin = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_216 = V_33;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_217;
L_217 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_216);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_216, L_217, NULL);
// itemLabelRT.anchorMax = Vector2.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_218 = V_33;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_219;
L_219 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
NullCheck(L_218);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_218, L_219, NULL);
// itemLabelRT.offsetMin = new Vector2(20, 1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_220 = V_33;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_221;
memset((&L_221), 0, sizeof(L_221));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_221), (20.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_220);
RectTransform_set_offsetMin_m07F38B4105C7CA9CC9FBDC9ED0DB008602880AB9(L_220, L_221, NULL);
// itemLabelRT.offsetMax = new Vector2(-10, -2);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_222 = V_33;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_223;
memset((&L_223), 0, sizeof(L_223));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_223), (-10.0f), (-2.0f), /*hidden argument*/NULL);
NullCheck(L_222);
RectTransform_set_offsetMax_m5514D09D86516F2C0E25FA6D11A3A4274D3D002D(L_222, L_223, NULL);
// template.SetActive(false);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_224 = V_3;
NullCheck(L_224);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_224, (bool)0, NULL);
// return root;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_225 = V_0;
V_34 = L_225;
goto IL_069e;
}
IL_069e:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_226 = V_34;
return L_226;
}
}
// System.Void TMPro.TMP_DefaultControls::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_DefaultControls__cctor_m50CAD9857FE3845ECBD94C5169C870077A479E28 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static Vector2 s_TextElementSize = new Vector2(100f, 100f);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (100.0f), (100.0f), /*hidden argument*/NULL);
((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_TextElementSize_3 = L_0;
// private static Vector2 s_ThickElementSize = new Vector2(kWidth, kThickHeight);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
memset((&L_1), 0, sizeof(L_1));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_1), (160.0f), (30.0f), /*hidden argument*/NULL);
((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_ThickElementSize_4 = L_1;
// private static Vector2 s_ThinElementSize = new Vector2(kWidth, kThinHeight);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), (160.0f), (20.0f), /*hidden argument*/NULL);
((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_ThinElementSize_5 = L_2;
// private static Color s_DefaultSelectableColor = new Color(1f, 1f, 1f, 1f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
memset((&L_3), 0, sizeof(L_3));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_3), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_DefaultSelectableColor_6 = L_3;
// private static Color s_TextColor = new Color(50f / 255f, 50f / 255f, 50f / 255f, 1f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
memset((&L_4), 0, sizeof(L_4));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), (0.196078435f), (0.196078435f), (0.196078435f), (1.0f), /*hidden argument*/NULL);
((TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_DefaultControls_t9ED9BF88AAF948D79773BD6F7D8287566893BD7B_il2cpp_TypeInfo_var))->___s_TextColor_7 = L_4;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: TMPro.TMP_DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshal_pinvoke(const Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B& unmarshaled, Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_pinvoke& marshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
IL2CPP_EXTERN_C void Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshal_pinvoke_back(const Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_pinvoke& marshaled, Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B& unmarshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshal_pinvoke_cleanup(Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: TMPro.TMP_DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshal_com(const Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B& unmarshaled, Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_com& marshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
IL2CPP_EXTERN_C void Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshal_com_back(const Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_com& marshaled, Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B& unmarshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: TMPro.TMP_DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshal_com_cleanup(Resources_t4AE7997B2F280AD6E14AA8EA7963A42A66A1648B_marshaled_com& marshaled)
{
}
#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
// UnityEngine.RectTransform TMPro.TMP_Dropdown::get_template()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_0 = NULL;
{
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_Template_20;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_template(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_template_mCA07B030A71D2E4D4C179B4E4E72568656A340BF (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method)
{
{
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = ___value0;
__this->___m_Template_20 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Template_20), (void*)L_0);
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
return;
}
}
// TMPro.TMP_Text TMPro.TMP_Dropdown::get_captionText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* TMP_Dropdown_get_captionText_mBC7B6DBEA095496F29EDA88E92F95E650B1BBC46 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* V_0 = NULL;
{
// public TMP_Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_CaptionText_21;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TMP_Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_captionText(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_captionText_m7050B2703E0A8C652571271C860004F0014BD464 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method)
{
{
// public TMP_Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = ___value0;
__this->___m_CaptionText_21 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CaptionText_21), (void*)L_0);
// public TMP_Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// public TMP_Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Image TMPro.TMP_Dropdown::get_captionImage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* TMP_Dropdown_get_captionImage_mD946C03912041B698DD64BE58890CB30CD727308 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_0 = NULL;
{
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___m_CaptionImage_22;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_captionImage(UnityEngine.UI.Image)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_captionImage_m1AE6C5CF0660B3BF8C4A24DFF58E088C7CC67C19 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___value0, const RuntimeMethod* method)
{
{
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = ___value0;
__this->___m_CaptionImage_22 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CaptionImage_22), (void*)L_0);
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Graphic TMPro.TMP_Dropdown::get_placeholder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* TMP_Dropdown_get_placeholder_m425453F7D24F908584DCC5BEB8CCB16D1E4A4B20 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* V_0 = NULL;
{
// public Graphic placeholder { get { return m_Placeholder; } set { m_Placeholder = value; RefreshShownValue(); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = __this->___m_Placeholder_23;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Graphic placeholder { get { return m_Placeholder; } set { m_Placeholder = value; RefreshShownValue(); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_placeholder(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_placeholder_mA6502D4B0CDB70E1BF14B43FB468CF048929035B (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___value0, const RuntimeMethod* method)
{
{
// public Graphic placeholder { get { return m_Placeholder; } set { m_Placeholder = value; RefreshShownValue(); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___value0;
__this->___m_Placeholder_23 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Placeholder_23), (void*)L_0);
// public Graphic placeholder { get { return m_Placeholder; } set { m_Placeholder = value; RefreshShownValue(); } }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// public Graphic placeholder { get { return m_Placeholder; } set { m_Placeholder = value; RefreshShownValue(); } }
return;
}
}
// TMPro.TMP_Text TMPro.TMP_Dropdown::get_itemText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* TMP_Dropdown_get_itemText_m0AAE4A304C3AC8132209E844C5303411DB3C1AFB (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* V_0 = NULL;
{
// public TMP_Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_ItemText_24;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TMP_Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_itemText(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_itemText_mCC983B4A78E8C594E5C78BE1F8F8DBB067E3CA1B (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method)
{
{
// public TMP_Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = ___value0;
__this->___m_ItemText_24 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ItemText_24), (void*)L_0);
// public TMP_Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// public TMP_Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Image TMPro.TMP_Dropdown::get_itemImage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* TMP_Dropdown_get_itemImage_mE0C2F6ED6A8338733F2A260939530BAB06DB576E (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_0 = NULL;
{
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___m_ItemImage_25;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_itemImage(UnityEngine.UI.Image)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_itemImage_m41479EC2993BB2900024406EC39FDACC83DB808D (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___value0, const RuntimeMethod* method)
{
{
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = ___value0;
__this->___m_ItemImage_25 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ItemImage_25), (void*)L_0);
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
return;
}
}
// System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData> TMPro.TMP_Dropdown::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* V_0 = NULL;
{
// get { return m_Options.options; }
OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* L_0 = __this->___m_Options_27;
NullCheck(L_0);
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_1;
L_1 = OptionDataList_get_options_mBC2E351252449F2B611857D18B396CEDF2289781(L_0, NULL);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
// get { return m_Options.options; }
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_Dropdown::set_options(System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_options_m4CD66EEEFDF53BAD9862AA2768F6048B2CA5B2AD (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* ___value0, const RuntimeMethod* method)
{
{
// set { m_Options.options = value; RefreshShownValue(); }
OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* L_0 = __this->___m_Options_27;
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_1 = ___value0;
NullCheck(L_0);
OptionDataList_set_options_m826C957D08679C2620276456BCD535D148640174(L_0, L_1, NULL);
// set { m_Options.options = value; RefreshShownValue(); }
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// set { m_Options.options = value; RefreshShownValue(); }
return;
}
}
// TMPro.TMP_Dropdown/DropdownEvent TMPro.TMP_Dropdown::get_onValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* TMP_Dropdown_get_onValueChanged_mC5A65068BFDC48C26FAC4B6FB2C0983633168BFF (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* V_0 = NULL;
{
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* L_0 = __this->___m_OnValueChanged_28;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_onValueChanged(TMPro.TMP_Dropdown/DropdownEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_onValueChanged_m79F7EFB914F2FDD0747F0DF2338E100996B49ECE (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* ___value0, const RuntimeMethod* method)
{
{
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* L_0 = ___value0;
__this->___m_OnValueChanged_28 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnValueChanged_28), (void*)L_0);
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
return;
}
}
// System.Single TMPro.TMP_Dropdown::get_alphaFadeSpeed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Dropdown_get_alphaFadeSpeed_m18A605C6E2AA4BA276BB7D8200718977530988DD (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
float L_0 = __this->___m_AlphaFadeSpeed_29;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
float L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_alphaFadeSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_alphaFadeSpeed_m61345D8CD279D16406067AEA81DC4CFE6DFDB073 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___value0, const RuntimeMethod* method)
{
{
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
float L_0 = ___value0;
__this->___m_AlphaFadeSpeed_29 = L_0;
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
return;
}
}
// System.Int32 TMPro.TMP_Dropdown::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// return m_Value;
int32_t L_0 = __this->___m_Value_26;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown::set_value(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_set_value_m8362A866D571975FECFD1FE47D3C4D83559795BF (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// SetValue(value);
int32_t L_0 = ___value0;
TMP_Dropdown_SetValue_m1E528A87C2B11DD84D0141D8C6D175EEFE26F202(__this, L_0, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::SetValueWithoutNotify(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_SetValueWithoutNotify_m619A7D38D1EBCCA60EB1F5891FAD9FD0FB4839FD (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, int32_t ___input0, const RuntimeMethod* method)
{
{
// SetValue(input, false);
int32_t L_0 = ___input0;
TMP_Dropdown_SetValue_m1E528A87C2B11DD84D0141D8C6D175EEFE26F202(__this, L_0, (bool)0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::SetValue(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_SetValue_m1E528A87C2B11DD84D0141D8C6D175EEFE26F202 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, int32_t ___value0, bool ___sendCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34A402B06B4DD47F7C958387025D73A087677D0B);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B10_0 = 0;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* G_B10_1 = NULL;
int32_t G_B9_0 = 0;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* G_B9_1 = NULL;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* G_B11_2 = NULL;
{
// if (Application.isPlaying && (value == m_Value || options.Count == 0))
bool L_0;
L_0 = Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337(NULL);
if (!L_0)
{
goto IL_0024;
}
}
{
int32_t L_1 = ___value0;
int32_t L_2 = __this->___m_Value_26;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_0021;
}
}
{
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_3;
L_3 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline(L_3, List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0022;
}
IL_0021:
{
G_B4_0 = 1;
}
IL_0022:
{
G_B6_0 = G_B4_0;
goto IL_0025;
}
IL_0024:
{
G_B6_0 = 0;
}
IL_0025:
{
V_0 = (bool)G_B6_0;
bool L_5 = V_0;
if (!L_5)
{
goto IL_002b;
}
}
{
// return;
goto IL_0081;
}
IL_002b:
{
// m_Value = Mathf.Clamp(value, m_Placeholder ? -1 : 0, options.Count - 1);
int32_t L_6 = ___value0;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_7 = __this->___m_Placeholder_23;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_7, NULL);
G_B9_0 = L_6;
G_B9_1 = __this;
if (L_8)
{
G_B10_0 = L_6;
G_B10_1 = __this;
goto IL_003d;
}
}
{
G_B11_0 = 0;
G_B11_1 = G_B9_0;
G_B11_2 = G_B9_1;
goto IL_003e;
}
IL_003d:
{
G_B11_0 = (-1);
G_B11_1 = G_B10_0;
G_B11_2 = G_B10_1;
}
IL_003e:
{
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_9;
L_9 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_9);
int32_t L_10;
L_10 = List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline(L_9, List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
int32_t L_11;
L_11 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(G_B11_1, G_B11_0, ((int32_t)il2cpp_codegen_subtract(L_10, 1)), NULL);
NullCheck(G_B11_2);
G_B11_2->___m_Value_26 = L_11;
// RefreshShownValue();
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// if (sendCallback)
bool L_12 = ___sendCallback1;
V_1 = L_12;
bool L_13 = V_1;
if (!L_13)
{
goto IL_0081;
}
}
{
// UISystemProfilerApi.AddMarker("Dropdown.value", this);
UISystemProfilerApi_AddMarker_m86FB0AD20A17D79720E18D726307D16280920FBA(_stringLiteral34A402B06B4DD47F7C958387025D73A087677D0B, __this, NULL);
// m_OnValueChanged.Invoke(m_Value);
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* L_14 = __this->___m_OnValueChanged_28;
int32_t L_15 = __this->___m_Value_26;
NullCheck(L_14);
UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638(L_14, L_15, UnityEvent_1_Invoke_mD81A5FC81FD5B0D34212D7ACE42A8BBC15CD7638_RuntimeMethod_var);
}
IL_0081:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_Dropdown::get_IsExpanded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Dropdown_get_IsExpanded_mFCB1622385A1BBB05908C0C94D5751801B5512FC (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// public bool IsExpanded { get { return m_Dropdown != null; } }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___m_Dropdown_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
goto IL_0010;
}
IL_0010:
{
// public bool IsExpanded { get { return m_Dropdown != null; } }
bool L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_Dropdown::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown__ctor_m5405D55FF150C4ED50322BA7B80E11E30096819D (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE3C7EA473286CAFBA29B58713C4851B9086D4DB4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private OptionDataList m_Options = new OptionDataList();
OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* L_0 = (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1*)il2cpp_codegen_object_new(OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1_il2cpp_TypeInfo_var);
NullCheck(L_0);
OptionDataList__ctor_m698166937E8E51F44FC2CCE7B3EF7BDA3932645B(L_0, NULL);
__this->___m_Options_27 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Options_27), (void*)L_0);
// private DropdownEvent m_OnValueChanged = new DropdownEvent();
DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* L_1 = (DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91*)il2cpp_codegen_object_new(DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91_il2cpp_TypeInfo_var);
NullCheck(L_1);
DropdownEvent__ctor_m65812C2BBC12188466CE844E9EC223B89E0946C1(L_1, NULL);
__this->___m_OnValueChanged_28 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnValueChanged_28), (void*)L_1);
// private float m_AlphaFadeSpeed = 0.15f;
__this->___m_AlphaFadeSpeed_29 = (0.150000006f);
// private List<DropdownItem> m_Items = new List<DropdownItem>();
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_2 = (List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97*)il2cpp_codegen_object_new(List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_mE3C7EA473286CAFBA29B58713C4851B9086D4DB4(L_2, List_1__ctor_mE3C7EA473286CAFBA29B58713C4851B9086D4DB4_RuntimeMethod_var);
__this->___m_Items_32 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Items_32), (void*)L_2);
// private bool validTemplate = false;
__this->___validTemplate_34 = (bool)0;
// private Coroutine m_Coroutine = null;
__this->___m_Coroutine_35 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Coroutine_35), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// protected TMP_Dropdown() { }
il2cpp_codegen_runtime_class_init_inline(Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_il2cpp_TypeInfo_var);
Selectable__ctor_m340EDFEA07F025166175C3ECB1BD2EEDD81C8638(__this, NULL);
// protected TMP_Dropdown() { }
return;
}
}
// System.Void TMPro.TMP_Dropdown::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_Awake_m056E49917C61BD2AE6779CB0AD5A8983D17AB8FB (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (m_CaptionImage)
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___m_CaptionImage_22;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_0, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_002d;
}
}
{
// m_CaptionImage.enabled = (m_CaptionImage.sprite != null);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_3 = __this->___m_CaptionImage_22;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_4 = __this->___m_CaptionImage_22;
NullCheck(L_4);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_5;
L_5 = Image_get_sprite_mB2AA377708722E100574F6F75BC102513BB3BCB1(L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
NullCheck(L_3);
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_3, L_6, NULL);
}
IL_002d:
{
// if (m_Template)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7 = __this->___m_Template_20;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_7, NULL);
V_1 = L_8;
bool L_9 = V_1;
if (!L_9)
{
goto IL_004e;
}
}
{
// m_Template.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_10 = __this->___m_Template_20;
NullCheck(L_10);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_10, NULL);
NullCheck(L_11);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_11, (bool)0, NULL);
}
IL_004e:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_Start_m734BEF53026D3806A8E321B1E5DE53C340D28B16 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// m_AlphaTweenRunner = new TweenRunner<FloatTween>();
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* L_0 = (TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E*)il2cpp_codegen_object_new(TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E_il2cpp_TypeInfo_var);
NullCheck(L_0);
TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696(L_0, TweenRunner_1__ctor_m9D2B0480E7EEB4E7B359140EC102686CE6E9E696_RuntimeMethod_var);
__this->___m_AlphaTweenRunner_33 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AlphaTweenRunner_33), (void*)L_0);
// m_AlphaTweenRunner.Init(this);
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* L_1 = __this->___m_AlphaTweenRunner_33;
NullCheck(L_1);
TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493(L_1, __this, TweenRunner_1_Init_mDC48342689A295BD16CC45907A4DD77718F6C493_RuntimeMethod_var);
// base.Start();
UIBehaviour_Start_mB12643ED6D859CD3682B4BF5B9CA7F72E8A72B45(__this, NULL);
// RefreshShownValue();
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_OnDisable_m10823C942F18754D85E6BB4C86A267D2D4B0F8B3 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// ImmediateDestroyDropdownList();
TMP_Dropdown_ImmediateDestroyDropdownList_mFEE6CE2C3264546861C82E60CE4C61BA42559B98(__this, NULL);
// if (m_Blocker != null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___m_Blocker_31;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0025;
}
}
{
// DestroyBlocker(m_Blocker);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = __this->___m_Blocker_31;
VirtualActionInvoker1< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* >::Invoke(46 /* System.Void TMPro.TMP_Dropdown::DestroyBlocker(UnityEngine.GameObject) */, __this, L_3);
}
IL_0025:
{
// m_Blocker = null;
__this->___m_Blocker_31 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Blocker_31), (void*)(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL);
// base.OnDisable();
Selectable_OnDisable_m293DB718E1101FC77E655E4A2C4F2DE1DBD4663C(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::RefreshShownValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t G_B3_0 = 0;
int32_t G_B9_0 = 0;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* G_B21_0 = NULL;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* G_B20_0 = NULL;
int32_t G_B22_0 = 0;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* G_B22_1 = NULL;
{
// OptionData data = s_NoOptionData;
il2cpp_codegen_runtime_class_init_inline(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_0 = ((TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var))->___s_NoOptionData_36;
V_0 = L_0;
// if (options.Count > 0 && m_Value >= 0)
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_1;
L_1 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline(L_1, List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0023;
}
}
{
int32_t L_3 = __this->___m_Value_26;
G_B3_0 = ((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0024;
}
IL_0023:
{
G_B3_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B3_0;
bool L_4 = V_1;
if (!L_4)
{
goto IL_004d;
}
}
{
// data = options[Mathf.Clamp(m_Value, 0, options.Count - 1)];
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_5;
L_5 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
int32_t L_6 = __this->___m_Value_26;
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_7;
L_7 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline(L_7, List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
int32_t L_9;
L_9 = Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline(L_6, 0, ((int32_t)il2cpp_codegen_subtract(L_8, 1)), NULL);
NullCheck(L_5);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_10;
L_10 = List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA(L_5, L_9, List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA_RuntimeMethod_var);
V_0 = L_10;
}
IL_004d:
{
// if (m_CaptionText)
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_11 = __this->___m_CaptionText_21;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_11, NULL);
V_2 = L_12;
bool L_13 = V_2;
if (!L_13)
{
goto IL_0096;
}
}
{
// if (data != null && data.text != null)
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_14 = V_0;
if (!L_14)
{
goto IL_006b;
}
}
{
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_15 = V_0;
NullCheck(L_15);
String_t* L_16;
L_16 = OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A(L_15, NULL);
G_B9_0 = ((!(((RuntimeObject*)(String_t*)L_16) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_006c;
}
IL_006b:
{
G_B9_0 = 0;
}
IL_006c:
{
V_3 = (bool)G_B9_0;
bool L_17 = V_3;
if (!L_17)
{
goto IL_0084;
}
}
{
// m_CaptionText.text = data.text;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_18 = __this->___m_CaptionText_21;
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_19 = V_0;
NullCheck(L_19);
String_t* L_20;
L_20 = OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A(L_19, NULL);
NullCheck(L_18);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_18, L_20);
goto IL_0095;
}
IL_0084:
{
// m_CaptionText.text = "";
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_21 = __this->___m_CaptionText_21;
NullCheck(L_21);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
}
IL_0095:
{
}
IL_0096:
{
// if (m_CaptionImage)
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_22 = __this->___m_CaptionImage_22;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_22, NULL);
V_4 = L_23;
bool L_24 = V_4;
if (!L_24)
{
goto IL_00f1;
}
}
{
// if (data != null)
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_25 = V_0;
V_5 = (bool)((!(((RuntimeObject*)(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)L_25) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_26 = V_5;
if (!L_26)
{
goto IL_00c6;
}
}
{
// m_CaptionImage.sprite = data.image;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_27 = __this->___m_CaptionImage_22;
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_28 = V_0;
NullCheck(L_28);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_29;
L_29 = OptionData_get_image_m5C866E5C2E025EABF5591C7F88FB46E426EF20BA(L_28, NULL);
NullCheck(L_27);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_27, L_29, NULL);
goto IL_00d3;
}
IL_00c6:
{
// m_CaptionImage.sprite = null;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_30 = __this->___m_CaptionImage_22;
NullCheck(L_30);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_30, (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)NULL, NULL);
}
IL_00d3:
{
// m_CaptionImage.enabled = (m_CaptionImage.sprite != null);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_31 = __this->___m_CaptionImage_22;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_32 = __this->___m_CaptionImage_22;
NullCheck(L_32);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_33;
L_33 = Image_get_sprite_mB2AA377708722E100574F6F75BC102513BB3BCB1(L_32, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_34;
L_34 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_33, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
NullCheck(L_31);
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_31, L_34, NULL);
}
IL_00f1:
{
// if (m_Placeholder)
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_35 = __this->___m_Placeholder_23;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_36;
L_36 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_35, NULL);
V_6 = L_36;
bool L_37 = V_6;
if (!L_37)
{
goto IL_0129;
}
}
{
// m_Placeholder.enabled = options.Count == 0 || m_Value == -1;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_38 = __this->___m_Placeholder_23;
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_39;
L_39 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_39);
int32_t L_40;
L_40 = List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline(L_39, List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
G_B20_0 = L_38;
if (!L_40)
{
G_B21_0 = L_38;
goto IL_0121;
}
}
{
int32_t L_41 = __this->___m_Value_26;
G_B22_0 = ((((int32_t)L_41) == ((int32_t)(-1)))? 1 : 0);
G_B22_1 = G_B20_0;
goto IL_0122;
}
IL_0121:
{
G_B22_0 = 1;
G_B22_1 = G_B21_0;
}
IL_0122:
{
NullCheck(G_B22_1);
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(G_B22_1, (bool)G_B22_0, NULL);
}
IL_0129:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::AddOptions(System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AddOptions_m0552A59BC909364951E1661FABADBC076715E4DD (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* ___options0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m254BAF37C2F5619C561EE3FB9C6222545722BE69_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// this.options.AddRange(options);
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0;
L_0 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_1 = ___options0;
NullCheck(L_0);
List_1_AddRange_m254BAF37C2F5619C561EE3FB9C6222545722BE69(L_0, L_1, List_1_AddRange_m254BAF37C2F5619C561EE3FB9C6222545722BE69_RuntimeMethod_var);
// RefreshShownValue();
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::AddOptions(System.Collections.Generic.List`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AddOptions_m6EB4E175FE6B5555BDC2C31EFBCC3B115DE85FF5 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___options0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
// for (int i = 0; i < options.Count; i++)
V_0 = 0;
goto IL_0021;
}
IL_0005:
{
// this.options.Add(new OptionData(options[i]));
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0;
L_0 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = ___options0;
int32_t L_2 = V_0;
NullCheck(L_1);
String_t* L_3;
L_3 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_1, L_2, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_4 = (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)il2cpp_codegen_object_new(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
NullCheck(L_4);
OptionData__ctor_mC08B019055F1AFA7CFC262EF24A64F6D8E7C84E6(L_4, L_3, NULL);
NullCheck(L_0);
List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_inline(L_0, L_4, List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
// for (int i = 0; i < options.Count; i++)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0021:
{
// for (int i = 0; i < options.Count; i++)
int32_t L_6 = V_0;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_7 = ___options0;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_7, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_1;
if (L_9)
{
goto IL_0005;
}
}
{
// RefreshShownValue();
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::AddOptions(System.Collections.Generic.List`1<UnityEngine.Sprite>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AddOptions_m788BACF88AF7E1342CEE571AAC04EF86D72DDEDE (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206* ___options0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF949A7522EA5DF1109EDAD6E4D8454EFDC54B63F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9F1FC9C6704A2B80B7E5AD5B3A8C88FAF4D55354_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
// for (int i = 0; i < options.Count; i++)
V_0 = 0;
goto IL_0021;
}
IL_0005:
{
// this.options.Add(new OptionData(options[i]));
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0;
L_0 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206* L_1 = ___options0;
int32_t L_2 = V_0;
NullCheck(L_1);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_3;
L_3 = List_1_get_Item_m9F1FC9C6704A2B80B7E5AD5B3A8C88FAF4D55354(L_1, L_2, List_1_get_Item_m9F1FC9C6704A2B80B7E5AD5B3A8C88FAF4D55354_RuntimeMethod_var);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_4 = (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)il2cpp_codegen_object_new(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
NullCheck(L_4);
OptionData__ctor_mFB73CF17AD7974CEBAA97EB2C90B2E37FB624065(L_4, L_3, NULL);
NullCheck(L_0);
List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_inline(L_0, L_4, List_1_Add_mAF553D7B893E33551C9C7CCF0CC4AC4CDA81B821_RuntimeMethod_var);
// for (int i = 0; i < options.Count; i++)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0021:
{
// for (int i = 0; i < options.Count; i++)
int32_t L_6 = V_0;
List_1_t7BE9C297880B5B41D1E6B89174D4394BF535D206* L_7 = ___options0;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mF949A7522EA5DF1109EDAD6E4D8454EFDC54B63F_inline(L_7, List_1_get_Count_mF949A7522EA5DF1109EDAD6E4D8454EFDC54B63F_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_1;
if (L_9)
{
goto IL_0005;
}
}
{
// RefreshShownValue();
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::ClearOptions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_ClearOptions_m9888C23BC3033268E5C2D8613C0854661E7BDEB5 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m138D6C1F125ACA90D9BC9BB66E655B5FE83DCF3E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* G_B2_0 = NULL;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* G_B3_1 = NULL;
{
// options.Clear();
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0;
L_0 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_0);
List_1_Clear_m138D6C1F125ACA90D9BC9BB66E655B5FE83DCF3E_inline(L_0, List_1_Clear_m138D6C1F125ACA90D9BC9BB66E655B5FE83DCF3E_RuntimeMethod_var);
// m_Value = m_Placeholder ? -1 : 0;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_1 = __this->___m_Placeholder_23;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_1, NULL);
G_B1_0 = __this;
if (L_2)
{
G_B2_0 = __this;
goto IL_001e;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_001f;
}
IL_001e:
{
G_B3_0 = (-1);
G_B3_1 = G_B2_0;
}
IL_001f:
{
NullCheck(G_B3_1);
G_B3_1->___m_Value_26 = G_B3_0;
// RefreshShownValue();
TMP_Dropdown_RefreshShownValue_mF63797E989A9075B6E4CF767B2C4B55FBD23DFF8(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::SetupTemplate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_SetupTemplate_m3016B8C83713F451E88F3CBF008856BAB835F0EA (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m90D2C4B376A07542F929EE9E44801C73D517332C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mFFFE23AC67FADE2D4C0CAF3480D0F7F6F4F0F90B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_GetOrAddComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_mA39EACC2CDC2A46921FAC2B5F4E629FEEE393A7E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_GetOrAddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m9914D86DE94D2E489EB9BA145590F53469B8D869_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DFE4AE4C457E5B0AC4C485CB50672FDFC5D2E4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D8225885160DF642FAF3CB69CD9FE2F2CFD42F2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82D48168F49CD2661C0A6635CC33F03288F17E8E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral956C1CF65D7273BC5C50D09F685C31653E362414);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF138C9898107C86118F7150966AF6DFAF1C498F0);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* V_1 = NULL;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* V_2 = NULL;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* V_3 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_4 = NULL;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* V_15 = NULL;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* V_16 = NULL;
int32_t V_17 = 0;
Type_t* V_18 = NULL;
bool V_19 = false;
bool V_20 = false;
int32_t G_B5_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B17_0 = 0;
{
// validTemplate = false;
__this->___validTemplate_34 = (bool)0;
// if (!m_Template)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_Template_20;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_0, NULL);
V_6 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_6;
if (!L_2)
{
goto IL_002e;
}
}
{
// Debug.LogError("The dropdown template is not assigned. The template needs to be assigned and must have a child GameObject with a Toggle component serving as the item.", this);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_m385F8F46AD9C455E80053F42571A7CE321915C0A(_stringLiteralF138C9898107C86118F7150966AF6DFAF1C498F0, __this, NULL);
// return;
goto IL_02a5;
}
IL_002e:
{
// GameObject templateGo = m_Template.gameObject;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___m_Template_20;
NullCheck(L_3);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_3, NULL);
V_0 = L_4;
// templateGo.SetActive(true);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = V_0;
NullCheck(L_5);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_5, (bool)1, NULL);
// Toggle itemToggle = m_Template.GetComponentInChildren<Toggle>();
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_6 = __this->___m_Template_20;
NullCheck(L_6);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_7;
L_7 = Component_GetComponentInChildren_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m90D2C4B376A07542F929EE9E44801C73D517332C(L_6, Component_GetComponentInChildren_TisToggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F_m90D2C4B376A07542F929EE9E44801C73D517332C_RuntimeMethod_var);
V_1 = L_7;
// validTemplate = true;
__this->___validTemplate_34 = (bool)1;
// if (!itemToggle || itemToggle.transform == template)
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_8 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_8, NULL);
if (!L_9)
{
goto IL_0070;
}
}
{
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_10 = V_1;
NullCheck(L_10);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11;
L_11 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_10, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_12;
L_12 = TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_11, L_12, NULL);
G_B5_0 = ((int32_t)(L_13));
goto IL_0071;
}
IL_0070:
{
G_B5_0 = 1;
}
IL_0071:
{
V_7 = (bool)G_B5_0;
bool L_14 = V_7;
if (!L_14)
{
goto IL_0096;
}
}
{
// validTemplate = false;
__this->___validTemplate_34 = (bool)0;
// Debug.LogError("The dropdown template is not valid. The template must have a child GameObject with a Toggle component serving as the item.", template);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_15;
L_15 = TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_m385F8F46AD9C455E80053F42571A7CE321915C0A(_stringLiteral7D8225885160DF642FAF3CB69CD9FE2F2CFD42F2, L_15, NULL);
goto IL_0167;
}
IL_0096:
{
// else if (!(itemToggle.transform.parent is RectTransform))
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_16 = V_1;
NullCheck(L_16);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17;
L_17 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_16, NULL);
NullCheck(L_17);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_18;
L_18 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_17, NULL);
V_8 = (bool)((((int32_t)((!(((RuntimeObject*)(RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)IsInstSealed((RuntimeObject*)L_18, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_19 = V_8;
if (!L_19)
{
goto IL_00d1;
}
}
{
// validTemplate = false;
__this->___validTemplate_34 = (bool)0;
// Debug.LogError("The dropdown template is not valid. The child GameObject with a Toggle component (the item) must have a RectTransform on its parent.", template);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_20;
L_20 = TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_m385F8F46AD9C455E80053F42571A7CE321915C0A(_stringLiteral956C1CF65D7273BC5C50D09F685C31653E362414, L_20, NULL);
goto IL_0167;
}
IL_00d1:
{
// else if (itemText != null && !itemText.transform.IsChildOf(itemToggle.transform))
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_21;
L_21 = TMP_Dropdown_get_itemText_m0AAE4A304C3AC8132209E844C5303411DB3C1AFB(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_21, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_22)
{
goto IL_00fa;
}
}
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_23;
L_23 = TMP_Dropdown_get_itemText_m0AAE4A304C3AC8132209E844C5303411DB3C1AFB(__this, NULL);
NullCheck(L_23);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24;
L_24 = TMP_Text_get_transform_m6BD41E08BFCFCE722DFCE4627626AD60CA99CCA8(L_23, NULL);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_25 = V_1;
NullCheck(L_25);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
L_26 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_25, NULL);
NullCheck(L_24);
bool L_27;
L_27 = Transform_IsChildOf_mFE071BE1E775E825401FE0A9B9BE49E39D256CEA(L_24, L_26, NULL);
G_B12_0 = ((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
goto IL_00fb;
}
IL_00fa:
{
G_B12_0 = 0;
}
IL_00fb:
{
V_9 = (bool)G_B12_0;
bool L_28 = V_9;
if (!L_28)
{
goto IL_011d;
}
}
{
// validTemplate = false;
__this->___validTemplate_34 = (bool)0;
// Debug.LogError("The dropdown template is not valid. The Item Text must be on the item GameObject or children of it.", template);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_29;
L_29 = TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_m385F8F46AD9C455E80053F42571A7CE321915C0A(_stringLiteral26DFE4AE4C457E5B0AC4C485CB50672FDFC5D2E4, L_29, NULL);
goto IL_0167;
}
IL_011d:
{
// else if (itemImage != null && !itemImage.transform.IsChildOf(itemToggle.transform))
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_30;
L_30 = TMP_Dropdown_get_itemImage_mE0C2F6ED6A8338733F2A260939530BAB06DB576E(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_30, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_31)
{
goto IL_0146;
}
}
{
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_32;
L_32 = TMP_Dropdown_get_itemImage_mE0C2F6ED6A8338733F2A260939530BAB06DB576E(__this, NULL);
NullCheck(L_32);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33;
L_33 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_32, NULL);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_34 = V_1;
NullCheck(L_34);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_35;
L_35 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_34, NULL);
NullCheck(L_33);
bool L_36;
L_36 = Transform_IsChildOf_mFE071BE1E775E825401FE0A9B9BE49E39D256CEA(L_33, L_35, NULL);
G_B17_0 = ((((int32_t)L_36) == ((int32_t)0))? 1 : 0);
goto IL_0147;
}
IL_0146:
{
G_B17_0 = 0;
}
IL_0147:
{
V_10 = (bool)G_B17_0;
bool L_37 = V_10;
if (!L_37)
{
goto IL_0167;
}
}
{
// validTemplate = false;
__this->___validTemplate_34 = (bool)0;
// Debug.LogError("The dropdown template is not valid. The Item Image must be on the item GameObject or children of it.", template);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_38;
L_38 = TMP_Dropdown_get_template_m6C77CA07D48383A133E8D7567E1CF909876BAE30(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_m385F8F46AD9C455E80053F42571A7CE321915C0A(_stringLiteral82D48168F49CD2661C0A6635CC33F03288F17E8E, L_38, NULL);
}
IL_0167:
{
// if (!validTemplate)
bool L_39 = __this->___validTemplate_34;
V_11 = (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0);
bool L_40 = V_11;
if (!L_40)
{
goto IL_0184;
}
}
{
// templateGo.SetActive(false);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_41 = V_0;
NullCheck(L_41);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_41, (bool)0, NULL);
// return;
goto IL_02a5;
}
IL_0184:
{
// DropdownItem item = itemToggle.gameObject.AddComponent<DropdownItem>();
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_42 = V_1;
NullCheck(L_42);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_43;
L_43 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_42, NULL);
NullCheck(L_43);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_44;
L_44 = GameObject_AddComponent_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mFFFE23AC67FADE2D4C0CAF3480D0F7F6F4F0F90B(L_43, GameObject_AddComponent_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mFFFE23AC67FADE2D4C0CAF3480D0F7F6F4F0F90B_RuntimeMethod_var);
V_2 = L_44;
// item.text = m_ItemText;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_45 = V_2;
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_46 = __this->___m_ItemText_24;
NullCheck(L_45);
DropdownItem_set_text_m7C30C7E6DEE86A8896B99A872C5934D6F0B234F2(L_45, L_46, NULL);
// item.image = m_ItemImage;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_47 = V_2;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_48 = __this->___m_ItemImage_25;
NullCheck(L_47);
DropdownItem_set_image_m133BCC7D7320DC10EBBF5193FAE0E60C3F9A15C2(L_47, L_48, NULL);
// item.toggle = itemToggle;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_49 = V_2;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_50 = V_1;
NullCheck(L_49);
DropdownItem_set_toggle_mBD6E9CFB6C3757CB013CB683A8BB6DAFF34A94FA(L_49, L_50, NULL);
// item.rectTransform = (RectTransform)itemToggle.transform;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_51 = V_2;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_52 = V_1;
NullCheck(L_52);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_53;
L_53 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_52, NULL);
NullCheck(L_51);
DropdownItem_set_rectTransform_m0C6BAB5E2EB69C438BF2F8D4DDE3E0DE136651AD(L_51, ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_53, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)), NULL);
// Canvas parentCanvas = null;
V_3 = (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26*)NULL;
// Transform parentTransform = m_Template.parent;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_54 = __this->___m_Template_20;
NullCheck(L_54);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_55;
L_55 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_54, NULL);
V_4 = L_55;
goto IL_01f7;
}
IL_01d5:
{
// parentCanvas = parentTransform.GetComponent<Canvas>();
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_56 = V_4;
NullCheck(L_56);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_57;
L_57 = Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2(L_56, Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var);
V_3 = L_57;
// if (parentCanvas != null)
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_58 = V_3;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_59;
L_59 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_58, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_12 = L_59;
bool L_60 = V_12;
if (!L_60)
{
goto IL_01ed;
}
}
{
// break;
goto IL_0205;
}
IL_01ed:
{
// parentTransform = parentTransform.parent;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_61 = V_4;
NullCheck(L_61);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_62;
L_62 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_61, NULL);
V_4 = L_62;
}
IL_01f7:
{
// while (parentTransform != null)
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_63 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_64;
L_64 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_63, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_13 = L_64;
bool L_65 = V_13;
if (L_65)
{
goto IL_01d5;
}
}
IL_0205:
{
// Canvas popupCanvas = GetOrAddComponent<Canvas>(templateGo);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_66 = V_0;
il2cpp_codegen_runtime_class_init_inline(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_67;
L_67 = TMP_Dropdown_GetOrAddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m9914D86DE94D2E489EB9BA145590F53469B8D869(L_66, TMP_Dropdown_GetOrAddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m9914D86DE94D2E489EB9BA145590F53469B8D869_RuntimeMethod_var);
V_5 = L_67;
// popupCanvas.overrideSorting = true;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_68 = V_5;
NullCheck(L_68);
Canvas_set_overrideSorting_m155D936A457E7935683894150A0E5DBED2170F54(L_68, (bool)1, NULL);
// popupCanvas.sortingOrder = 30000;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_69 = V_5;
NullCheck(L_69);
Canvas_set_sortingOrder_m70D89DB61A3C0589C0FAB525E613DE9D0C799AAC(L_69, ((int32_t)30000), NULL);
// if (parentCanvas != null)
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_70 = V_3;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_71;
L_71 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_70, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_14 = L_71;
bool L_72 = V_14;
if (!L_72)
{
goto IL_0286;
}
}
{
// Component[] components = parentCanvas.GetComponents<BaseRaycaster>();
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_73 = V_3;
NullCheck(L_73);
BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799* L_74;
L_74 = Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6(L_73, Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6_RuntimeMethod_var);
V_16 = (ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E*)L_74;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* L_75 = V_16;
V_15 = L_75;
// for (int i = 0; i < components.Length; i++)
V_17 = 0;
goto IL_0275;
}
IL_0242:
{
// Type raycasterType = components[i].GetType();
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* L_76 = V_15;
int32_t L_77 = V_17;
NullCheck(L_76);
int32_t L_78 = L_77;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_79 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
NullCheck(L_79);
Type_t* L_80;
L_80 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_79, NULL);
V_18 = L_80;
// if (templateGo.GetComponent(raycasterType) == null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_81 = V_0;
Type_t* L_82 = V_18;
NullCheck(L_81);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_83;
L_83 = GameObject_GetComponent_m99E12753EA84947521DC711CA33F452B5E65B474(L_81, L_82, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_84;
L_84 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_83, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_19 = L_84;
bool L_85 = V_19;
if (!L_85)
{
goto IL_026e;
}
}
{
// templateGo.AddComponent(raycasterType);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_86 = V_0;
Type_t* L_87 = V_18;
NullCheck(L_86);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_88;
L_88 = GameObject_AddComponent_mDF246771EC34613FA6AF0C98D443368FB43E9F36(L_86, L_87, NULL);
}
IL_026e:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_89 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add(L_89, 1));
}
IL_0275:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_90 = V_17;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* L_91 = V_15;
NullCheck(L_91);
V_20 = (bool)((((int32_t)L_90) < ((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length))))? 1 : 0);
bool L_92 = V_20;
if (L_92)
{
goto IL_0242;
}
}
{
goto IL_028f;
}
IL_0286:
{
// GetOrAddComponent<GraphicRaycaster>(templateGo);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_93 = V_0;
il2cpp_codegen_runtime_class_init_inline(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B* L_94;
L_94 = TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D(L_93, TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D_RuntimeMethod_var);
}
IL_028f:
{
// GetOrAddComponent<CanvasGroup>(templateGo);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_95 = V_0;
il2cpp_codegen_runtime_class_init_inline(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* L_96;
L_96 = TMP_Dropdown_GetOrAddComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_mA39EACC2CDC2A46921FAC2B5F4E629FEEE393A7E(L_95, TMP_Dropdown_GetOrAddComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_mA39EACC2CDC2A46921FAC2B5F4E629FEEE393A7E_RuntimeMethod_var);
// templateGo.SetActive(false);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_97 = V_0;
NullCheck(L_97);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_97, (bool)0, NULL);
// validTemplate = true;
__this->___validTemplate_34 = (bool)1;
}
IL_02a5:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_OnPointerClick_m008E7A23F525AF69BE769CE82695A8D07EE6EB39 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
{
// Show();
TMP_Dropdown_Show_m8A64194BE150E0774C66E69479A1699DBB6AA900(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::OnSubmit(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_OnSubmit_mC64400DED5E54304BF98C84C4D4FB71B089CA49C (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
{
// Show();
TMP_Dropdown_Show_m8A64194BE150E0774C66E69479A1699DBB6AA900(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::OnCancel(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_OnCancel_m67E30490F0C9D41D7BDCF42DF1621DABADC14B32 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
{
// Hide();
TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_Show_m8A64194BE150E0774C66E69479A1699DBB6AA900 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mAE6BC2DA3495396AAF82916C02A55E9F30182153_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentsInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m48EDEF385CB00DF400A78ED1C005F703C87891F4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_ListPool_1_Get_m88CF3C5315579006E60C477AAED6C4917B5D8453_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_ListPool_1_Release_mB87F7EA80FD75AD1059D1CF74AFDFCC9C3E2C375_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_ListPool_1_tA4DA336D6A1069422BB73BB4F945ECEAE3174F41_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass69_0_U3CShowU3Eb__0_mE6A18CF6156B45C4052F1CBF0707DAB544ABA722_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18240454291374391F0F4063FAF087648DEADF4B);
s_Il2CppMethodInitialized = true;
}
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* V_0 = NULL;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* V_1 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_2 = NULL;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* V_3 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_4 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_5 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_6;
memset((&V_6), 0, sizeof(V_6));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_7;
memset((&V_7), 0, sizeof(V_7));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
memset((&V_8), 0, sizeof(V_8));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_9;
memset((&V_9), 0, sizeof(V_9));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_10;
memset((&V_10), 0, sizeof(V_10));
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* V_11 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_12;
memset((&V_12), 0, sizeof(V_12));
float V_13 = 0.0f;
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* V_14 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_15 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_16;
memset((&V_16), 0, sizeof(V_16));
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
int32_t V_20 = 0;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
int32_t V_25 = 0;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* V_26 = NULL;
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* V_27 = NULL;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C V_31;
memset((&V_31), 0, sizeof(V_31));
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C V_32;
memset((&V_32), 0, sizeof(V_32));
bool V_33 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_34;
memset((&V_34), 0, sizeof(V_34));
bool V_35 = false;
int32_t V_36 = 0;
bool V_37 = false;
int32_t V_38 = 0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_39;
memset((&V_39), 0, sizeof(V_39));
bool V_40 = false;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_41;
memset((&V_41), 0, sizeof(V_41));
bool V_42 = false;
bool V_43 = false;
bool V_44 = false;
int32_t V_45 = 0;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_46 = NULL;
bool V_47 = false;
int32_t G_B6_0 = 0;
int32_t G_B38_0 = 0;
int32_t G_B40_0 = 0;
{
// if (m_Coroutine != null)
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_0 = __this->___m_Coroutine_35;
V_17 = (bool)((!(((RuntimeObject*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_17;
if (!L_1)
{
goto IL_0026;
}
}
{
// StopCoroutine(m_Coroutine);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2 = __this->___m_Coroutine_35;
MonoBehaviour_StopCoroutine_mB0FC91BE84203BD8E360B3FBAE5B958B4C5ED22A(__this, L_2, NULL);
// ImmediateDestroyDropdownList();
TMP_Dropdown_ImmediateDestroyDropdownList_mFEE6CE2C3264546861C82E60CE4C61BA42559B98(__this, NULL);
}
IL_0026:
{
// if (!IsActive() || !IsInteractable() || m_Dropdown != null)
bool L_3;
L_3 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_3)
{
goto IL_0044;
}
}
{
bool L_4;
L_4 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
if (!L_4)
{
goto IL_0044;
}
}
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = __this->___m_Dropdown_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B6_0 = ((int32_t)(L_6));
goto IL_0045;
}
IL_0044:
{
G_B6_0 = 1;
}
IL_0045:
{
V_18 = (bool)G_B6_0;
bool L_7 = V_18;
if (!L_7)
{
goto IL_0050;
}
}
{
// return;
goto IL_06a7;
}
IL_0050:
{
// var list = TMP_ListPool<Canvas>.Get();
il2cpp_codegen_runtime_class_init_inline(TMP_ListPool_1_tA4DA336D6A1069422BB73BB4F945ECEAE3174F41_il2cpp_TypeInfo_var);
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_8;
L_8 = TMP_ListPool_1_Get_m88CF3C5315579006E60C477AAED6C4917B5D8453(TMP_ListPool_1_Get_m88CF3C5315579006E60C477AAED6C4917B5D8453_RuntimeMethod_var);
V_0 = L_8;
// gameObject.GetComponentsInParent(false, list);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
L_9 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_10 = V_0;
NullCheck(L_9);
GameObject_GetComponentsInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m48EDEF385CB00DF400A78ED1C005F703C87891F4(L_9, (bool)0, L_10, GameObject_GetComponentsInParent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m48EDEF385CB00DF400A78ED1C005F703C87891F4_RuntimeMethod_var);
// if (list.Count == 0)
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_11 = V_0;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_inline(L_11, List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_RuntimeMethod_var);
V_19 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_19;
if (!L_13)
{
goto IL_0078;
}
}
{
// return;
goto IL_06a7;
}
IL_0078:
{
// Canvas rootCanvas = list[list.Count - 1];
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_14 = V_0;
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_15 = V_0;
NullCheck(L_15);
int32_t L_16;
L_16 = List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_inline(L_15, List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_RuntimeMethod_var);
NullCheck(L_14);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_17;
L_17 = List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85(L_14, ((int32_t)il2cpp_codegen_subtract(L_16, 1)), List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85_RuntimeMethod_var);
V_1 = L_17;
// for (int i = 0; i < list.Count; i++)
V_20 = 0;
goto IL_00b3;
}
IL_008c:
{
// if (list[i].isRootCanvas)
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_18 = V_0;
int32_t L_19 = V_20;
NullCheck(L_18);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_20;
L_20 = List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85(L_18, L_19, List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85_RuntimeMethod_var);
NullCheck(L_20);
bool L_21;
L_21 = Canvas_get_isRootCanvas_m57410F800ED6E96C75E2703468B66DE0D5AC6846(L_20, NULL);
V_21 = L_21;
bool L_22 = V_21;
if (!L_22)
{
goto IL_00ac;
}
}
{
// rootCanvas = list[i];
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_23 = V_0;
int32_t L_24 = V_20;
NullCheck(L_23);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_25;
L_25 = List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85(L_23, L_24, List_1_get_Item_m4B70EE8CDFB7527368512645B0829E44411E8F85_RuntimeMethod_var);
V_1 = L_25;
// break;
goto IL_00c3;
}
IL_00ac:
{
// for (int i = 0; i < list.Count; i++)
int32_t L_26 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_26, 1));
}
IL_00b3:
{
// for (int i = 0; i < list.Count; i++)
int32_t L_27 = V_20;
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_28 = V_0;
NullCheck(L_28);
int32_t L_29;
L_29 = List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_inline(L_28, List_1_get_Count_mE82CF9445C4264AAE1D6979301C4B0F2261298DD_RuntimeMethod_var);
V_22 = (bool)((((int32_t)L_27) < ((int32_t)L_29))? 1 : 0);
bool L_30 = V_22;
if (L_30)
{
goto IL_008c;
}
}
IL_00c3:
{
// TMP_ListPool<Canvas>.Release(list);
List_1_t5421B2468AFFE816206B49B3A6E589B74E5C6C94* L_31 = V_0;
il2cpp_codegen_runtime_class_init_inline(TMP_ListPool_1_tA4DA336D6A1069422BB73BB4F945ECEAE3174F41_il2cpp_TypeInfo_var);
TMP_ListPool_1_Release_mB87F7EA80FD75AD1059D1CF74AFDFCC9C3E2C375(L_31, TMP_ListPool_1_Release_mB87F7EA80FD75AD1059D1CF74AFDFCC9C3E2C375_RuntimeMethod_var);
// if (!validTemplate)
bool L_32 = __this->___validTemplate_34;
V_23 = (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
bool L_33 = V_23;
if (!L_33)
{
goto IL_00f6;
}
}
{
// SetupTemplate();
TMP_Dropdown_SetupTemplate_m3016B8C83713F451E88F3CBF008856BAB835F0EA(__this, NULL);
// if (!validTemplate)
bool L_34 = __this->___validTemplate_34;
V_24 = (bool)((((int32_t)L_34) == ((int32_t)0))? 1 : 0);
bool L_35 = V_24;
if (!L_35)
{
goto IL_00f5;
}
}
{
// return;
goto IL_06a7;
}
IL_00f5:
{
}
IL_00f6:
{
// m_Template.gameObject.SetActive(true);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_36 = __this->___m_Template_20;
NullCheck(L_36);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_37;
L_37 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_36, NULL);
NullCheck(L_37);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_37, (bool)1, NULL);
// m_Template.GetComponent<Canvas>().sortingLayerID = rootCanvas.sortingLayerID;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_38 = __this->___m_Template_20;
NullCheck(L_38);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_39;
L_39 = Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2(L_38, Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_40 = V_1;
NullCheck(L_40);
int32_t L_41;
L_41 = Canvas_get_sortingLayerID_m38FE23D0D6A2001F62CA24676298E95BEE968AB6(L_40, NULL);
NullCheck(L_39);
Canvas_set_sortingLayerID_m402DC8D59AAF66A6696BFE682D0B7AF489EA13FE(L_39, L_41, NULL);
// m_Dropdown = CreateDropdownList(m_Template.gameObject);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_42 = __this->___m_Template_20;
NullCheck(L_42);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_43;
L_43 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_42, NULL);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_44;
L_44 = VirtualFuncInvoker1< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* >::Invoke(47 /* UnityEngine.GameObject TMPro.TMP_Dropdown::CreateDropdownList(UnityEngine.GameObject) */, __this, L_43);
__this->___m_Dropdown_30 = L_44;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Dropdown_30), (void*)L_44);
// m_Dropdown.name = "Dropdown List";
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_45 = __this->___m_Dropdown_30;
NullCheck(L_45);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_45, _stringLiteral18240454291374391F0F4063FAF087648DEADF4B, NULL);
// m_Dropdown.SetActive(true);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_46 = __this->___m_Dropdown_30;
NullCheck(L_46);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_46, (bool)1, NULL);
// RectTransform dropdownRectTransform = m_Dropdown.transform as RectTransform;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_47 = __this->___m_Dropdown_30;
NullCheck(L_47);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_48;
L_48 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_47, NULL);
V_2 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)IsInstSealed((RuntimeObject*)L_48, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
// dropdownRectTransform.SetParent(m_Template.transform.parent, false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_49 = V_2;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_50 = __this->___m_Template_20;
NullCheck(L_50);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_51;
L_51 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_50, NULL);
NullCheck(L_51);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_52;
L_52 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_51, NULL);
NullCheck(L_49);
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_49, L_52, (bool)0, NULL);
// DropdownItem itemTemplate = m_Dropdown.GetComponentInChildren<DropdownItem>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_53 = __this->___m_Dropdown_30;
NullCheck(L_53);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_54;
L_54 = GameObject_GetComponentInChildren_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mAE6BC2DA3495396AAF82916C02A55E9F30182153(L_53, GameObject_GetComponentInChildren_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_mAE6BC2DA3495396AAF82916C02A55E9F30182153_RuntimeMethod_var);
V_3 = L_54;
// GameObject content = itemTemplate.rectTransform.parent.gameObject;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_55 = V_3;
NullCheck(L_55);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_56;
L_56 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_55, NULL);
NullCheck(L_56);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_57;
L_57 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_56, NULL);
NullCheck(L_57);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_58;
L_58 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_57, NULL);
V_4 = L_58;
// RectTransform contentRectTransform = content.transform as RectTransform;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_59 = V_4;
NullCheck(L_59);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_60;
L_60 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_59, NULL);
V_5 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)IsInstSealed((RuntimeObject*)L_60, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
// itemTemplate.rectTransform.gameObject.SetActive(true);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_61 = V_3;
NullCheck(L_61);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_62;
L_62 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_61, NULL);
NullCheck(L_62);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_63;
L_63 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_62, NULL);
NullCheck(L_63);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_63, (bool)1, NULL);
// Rect dropdownContentRect = contentRectTransform.rect;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_64 = V_5;
NullCheck(L_64);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_65;
L_65 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_64, NULL);
V_6 = L_65;
// Rect itemTemplateRect = itemTemplate.rectTransform.rect;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_66 = V_3;
NullCheck(L_66);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_67;
L_67 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_66, NULL);
NullCheck(L_67);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_68;
L_68 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_67, NULL);
V_7 = L_68;
// Vector2 offsetMin = itemTemplateRect.min - dropdownContentRect.min + (Vector2)itemTemplate.rectTransform.localPosition;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_69;
L_69 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_7), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70;
L_70 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_6), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71;
L_71 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_69, L_70, NULL);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_72 = V_3;
NullCheck(L_72);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_73;
L_73 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_72, NULL);
NullCheck(L_73);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_74;
L_74 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_73, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75;
L_75 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_74, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_76;
L_76 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_71, L_75, NULL);
V_8 = L_76;
// Vector2 offsetMax = itemTemplateRect.max - dropdownContentRect.max + (Vector2)itemTemplate.rectTransform.localPosition;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_77;
L_77 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&V_7), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78;
L_78 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&V_6), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_79;
L_79 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_77, L_78, NULL);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_80 = V_3;
NullCheck(L_80);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_81;
L_81 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_80, NULL);
NullCheck(L_81);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82;
L_82 = Transform_get_localPosition_mA9C86B990DF0685EA1061A120218993FDCC60A95(L_81, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83;
L_83 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_82, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84;
L_84 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_79, L_83, NULL);
V_9 = L_84;
// Vector2 itemSize = itemTemplateRect.size;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85;
L_85 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_7), NULL);
V_10 = L_85;
// m_Items.Clear();
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_86 = __this->___m_Items_32;
NullCheck(L_86);
List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_inline(L_86, List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_RuntimeMethod_var);
// Toggle prev = null;
V_11 = (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F*)NULL;
// for (int i = 0; i < options.Count; ++i)
V_25 = 0;
goto IL_03b5;
}
IL_0245:
{
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_87 = (U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A_il2cpp_TypeInfo_var);
NullCheck(L_87);
U3CU3Ec__DisplayClass69_0__ctor_mD126C84DF1978CB7709CC2B7374265951604D581(L_87, NULL);
V_26 = L_87;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_88 = V_26;
NullCheck(L_88);
L_88->___U3CU3E4__this_1 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_88->___U3CU3E4__this_1), (void*)__this);
// OptionData data = options[i];
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_89;
L_89 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
int32_t L_90 = V_25;
NullCheck(L_89);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_91;
L_91 = List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA(L_89, L_90, List_1_get_Item_mBE3176F40529BACB1E6DBB68BDFD5894B04BD1BA_RuntimeMethod_var);
V_27 = L_91;
// DropdownItem item = AddItem(data, value == i, itemTemplate, m_Items);
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_92 = V_26;
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_93 = V_27;
int32_t L_94;
L_94 = TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70(__this, NULL);
int32_t L_95 = V_25;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_96 = V_3;
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_97 = __this->___m_Items_32;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_98;
L_98 = TMP_Dropdown_AddItem_m1B768BFBFFE0E340BAD0141E2C3F90FFAE889EFA(__this, L_93, (bool)((((int32_t)L_94) == ((int32_t)L_95))? 1 : 0), L_96, L_97, NULL);
NullCheck(L_92);
L_92->___item_0 = L_98;
Il2CppCodeGenWriteBarrier((void**)(&L_92->___item_0), (void*)L_98);
// if (item == null)
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_99 = V_26;
NullCheck(L_99);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_100 = L_99->___item_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_101;
L_101 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_100, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_28 = L_101;
bool L_102 = V_28;
if (!L_102)
{
goto IL_029c;
}
}
{
// continue;
goto IL_03af;
}
IL_029c:
{
// item.toggle.isOn = value == i;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_103 = V_26;
NullCheck(L_103);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_104 = L_103->___item_0;
NullCheck(L_104);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_105;
L_105 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_104, NULL);
int32_t L_106;
L_106 = TMP_Dropdown_get_value_m5916A6D1897431E8ED789FEC24551A311D1B5C70(__this, NULL);
int32_t L_107 = V_25;
NullCheck(L_105);
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_105, (bool)((((int32_t)L_106) == ((int32_t)L_107))? 1 : 0), NULL);
// item.toggle.onValueChanged.AddListener(x => OnSelectItem(item.toggle));
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_108 = V_26;
NullCheck(L_108);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_109 = L_108->___item_0;
NullCheck(L_109);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_110;
L_110 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_109, NULL);
NullCheck(L_110);
ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02* L_111 = L_110->___onValueChanged_23;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_112 = V_26;
UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9* L_113 = (UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9*)il2cpp_codegen_object_new(UnityAction_1_t8EC357AF4FBD2A0C4A575C4BBD0B3A81029E43A9_il2cpp_TypeInfo_var);
NullCheck(L_113);
UnityAction_1__ctor_m11A393DB3C00474B4520978077E444DB6E4418DD(L_113, L_112, (intptr_t)((void*)U3CU3Ec__DisplayClass69_0_U3CShowU3Eb__0_mE6A18CF6156B45C4052F1CBF0707DAB544ABA722_RuntimeMethod_var), NULL);
NullCheck(L_111);
UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD(L_111, L_113, UnityEvent_1_AddListener_mE9367D4B3AA4C323EE7C35FA18CF2D8A142F43FD_RuntimeMethod_var);
// if (item.toggle.isOn)
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_114 = V_26;
NullCheck(L_114);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_115 = L_114->___item_0;
NullCheck(L_115);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_116;
L_116 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_115, NULL);
NullCheck(L_116);
bool L_117;
L_117 = Toggle_get_isOn_m89A609E936CD67F460E336CA8E03C4047BFB6619(L_116, NULL);
V_29 = L_117;
bool L_118 = V_29;
if (!L_118)
{
goto IL_0305;
}
}
{
// item.toggle.Select();
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_119 = V_26;
NullCheck(L_119);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_120 = L_119->___item_0;
NullCheck(L_120);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_121;
L_121 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_120, NULL);
NullCheck(L_121);
VirtualActionInvoker0::Invoke(38 /* System.Void UnityEngine.UI.Selectable::Select() */, L_121);
}
IL_0305:
{
// if (prev != null)
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_122 = V_11;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_123;
L_123 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_122, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_30 = L_123;
bool L_124 = V_30;
if (!L_124)
{
goto IL_03a0;
}
}
{
// Navigation prevNav = prev.navigation;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_125 = V_11;
NullCheck(L_125);
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C L_126;
L_126 = Selectable_get_navigation_mA0E5FC6B1D19C2DCABA5C82EC33C49CF7F17103E(L_125, NULL);
V_31 = L_126;
// Navigation toggleNav = item.toggle.navigation;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_127 = V_26;
NullCheck(L_127);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_128 = L_127->___item_0;
NullCheck(L_128);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_129;
L_129 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_128, NULL);
NullCheck(L_129);
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C L_130;
L_130 = Selectable_get_navigation_mA0E5FC6B1D19C2DCABA5C82EC33C49CF7F17103E(L_129, NULL);
V_32 = L_130;
// prevNav.mode = Navigation.Mode.Explicit;
Navigation_set_mode_m0BEF999F733332AD994CF3CA4AC17B2A47531207((&V_31), 4, NULL);
// toggleNav.mode = Navigation.Mode.Explicit;
Navigation_set_mode_m0BEF999F733332AD994CF3CA4AC17B2A47531207((&V_32), 4, NULL);
// prevNav.selectOnDown = item.toggle;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_131 = V_26;
NullCheck(L_131);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_132 = L_131->___item_0;
NullCheck(L_132);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_133;
L_133 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_132, NULL);
Navigation_set_selectOnDown_m0EBBAB8C51107F75F63FFBC3DF88D9010E6A44BB((&V_31), L_133, NULL);
// prevNav.selectOnRight = item.toggle;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_134 = V_26;
NullCheck(L_134);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_135 = L_134->___item_0;
NullCheck(L_135);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_136;
L_136 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_135, NULL);
Navigation_set_selectOnRight_mD0B38024BB628CDC801EA93E9FF7C438ECE2055B((&V_31), L_136, NULL);
// toggleNav.selectOnLeft = prev;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_137 = V_11;
Navigation_set_selectOnLeft_mA4E7480D7CBDA9A5ECA93BAFCD1CF1976A994FCB((&V_32), L_137, NULL);
// toggleNav.selectOnUp = prev;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_138 = V_11;
Navigation_set_selectOnUp_mCB04000FDFC05D3BAC497602E4BA346A536152E5((&V_32), L_138, NULL);
// prev.navigation = prevNav;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_139 = V_11;
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C L_140 = V_31;
NullCheck(L_139);
Selectable_set_navigation_m706D254813B084B60F07980607D7AE43AC44AFEF(L_139, L_140, NULL);
// item.toggle.navigation = toggleNav;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_141 = V_26;
NullCheck(L_141);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_142 = L_141->___item_0;
NullCheck(L_142);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_143;
L_143 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_142, NULL);
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C L_144 = V_32;
NullCheck(L_143);
Selectable_set_navigation_m706D254813B084B60F07980607D7AE43AC44AFEF(L_143, L_144, NULL);
}
IL_03a0:
{
// prev = item.toggle;
U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* L_145 = V_26;
NullCheck(L_145);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_146 = L_145->___item_0;
NullCheck(L_146);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_147;
L_147 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_146, NULL);
V_11 = L_147;
}
IL_03af:
{
// for (int i = 0; i < options.Count; ++i)
int32_t L_148 = V_25;
V_25 = ((int32_t)il2cpp_codegen_add(L_148, 1));
}
IL_03b5:
{
// for (int i = 0; i < options.Count; ++i)
int32_t L_149 = V_25;
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_150;
L_150 = TMP_Dropdown_get_options_mA543A0EFE4D1953E73C6F60ECA8CE177182571C5(__this, NULL);
NullCheck(L_150);
int32_t L_151;
L_151 = List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_inline(L_150, List_1_get_Count_m640196FBC4821A5EB0283FA4EB9327F9B4E86162_RuntimeMethod_var);
V_33 = (bool)((((int32_t)L_149) < ((int32_t)L_151))? 1 : 0);
bool L_152 = V_33;
if (L_152)
{
goto IL_0245;
}
}
{
// Vector2 sizeDelta = contentRectTransform.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_153 = V_5;
NullCheck(L_153);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_154;
L_154 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_153, NULL);
V_12 = L_154;
// sizeDelta.y = itemSize.y * m_Items.Count + offsetMin.y - offsetMax.y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_155 = V_10;
float L_156 = L_155.___y_1;
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_157 = __this->___m_Items_32;
NullCheck(L_157);
int32_t L_158;
L_158 = List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_inline(L_157, List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_159 = V_8;
float L_160 = L_159.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_161 = V_9;
float L_162 = L_161.___y_1;
(&V_12)->___y_1 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_156, ((float)L_158))), L_160)), L_162));
// contentRectTransform.sizeDelta = sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_163 = V_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_164 = V_12;
NullCheck(L_163);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_163, L_164, NULL);
// float extraSpace = dropdownRectTransform.rect.height - contentRectTransform.rect.height;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_165 = V_2;
NullCheck(L_165);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_166;
L_166 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_165, NULL);
V_34 = L_166;
float L_167;
L_167 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_34), NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_168 = V_5;
NullCheck(L_168);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_169;
L_169 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_168, NULL);
V_34 = L_169;
float L_170;
L_170 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_34), NULL);
V_13 = ((float)il2cpp_codegen_subtract(L_167, L_170));
// if (extraSpace > 0)
float L_171 = V_13;
V_35 = (bool)((((float)L_171) > ((float)(0.0f)))? 1 : 0);
bool L_172 = V_35;
if (!L_172)
{
goto IL_0461;
}
}
{
// dropdownRectTransform.sizeDelta = new Vector2(dropdownRectTransform.sizeDelta.x, dropdownRectTransform.sizeDelta.y - extraSpace);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_173 = V_2;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_174 = V_2;
NullCheck(L_174);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_175;
L_175 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_174, NULL);
float L_176 = L_175.___x_0;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_177 = V_2;
NullCheck(L_177);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_178;
L_178 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_177, NULL);
float L_179 = L_178.___y_1;
float L_180 = V_13;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_181;
memset((&L_181), 0, sizeof(L_181));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_181), L_176, ((float)il2cpp_codegen_subtract(L_179, L_180)), /*hidden argument*/NULL);
NullCheck(L_173);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_173, L_181, NULL);
}
IL_0461:
{
// Vector3[] corners = new Vector3[4];
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_182 = (Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)SZArrayNew(Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C_il2cpp_TypeInfo_var, (uint32_t)4);
V_14 = L_182;
// dropdownRectTransform.GetWorldCorners(corners);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_183 = V_2;
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_184 = V_14;
NullCheck(L_183);
RectTransform_GetWorldCorners_m6E15303C3B065B2F65E0A7F0E0217695564C2E09(L_183, L_184, NULL);
// RectTransform rootCanvasRectTransform = rootCanvas.transform as RectTransform;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_185 = V_1;
NullCheck(L_185);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_186;
L_186 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_185, NULL);
V_15 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)IsInstSealed((RuntimeObject*)L_186, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
// Rect rootCanvasRect = rootCanvasRectTransform.rect;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_187 = V_15;
NullCheck(L_187);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_188;
L_188 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_187, NULL);
V_16 = L_188;
// for (int axis = 0; axis < 2; axis++)
V_36 = 0;
goto IL_056f;
}
IL_0490:
{
// bool outside = false;
V_37 = (bool)0;
// for (int i = 0; i < 4; i++)
V_38 = 0;
goto IL_0547;
}
IL_049c:
{
// Vector3 corner = rootCanvasRectTransform.InverseTransformPoint(corners[i]);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_189 = V_15;
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_190 = V_14;
int32_t L_191 = V_38;
NullCheck(L_190);
int32_t L_192 = L_191;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_193 = (L_190)->GetAt(static_cast<il2cpp_array_size_t>(L_192));
NullCheck(L_189);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_194;
L_194 = Transform_InverseTransformPoint_m18CD395144D9C78F30E15A5B82B6670E792DBA5D(L_189, L_193, NULL);
V_39 = L_194;
// if ((corner[axis] < rootCanvasRect.min[axis] && !Mathf.Approximately(corner[axis], rootCanvasRect.min[axis])) ||
// (corner[axis] > rootCanvasRect.max[axis] && !Mathf.Approximately(corner[axis], rootCanvasRect.max[axis])))
int32_t L_195 = V_36;
float L_196;
L_196 = Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_inline((&V_39), L_195, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_197;
L_197 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_16), NULL);
V_41 = L_197;
int32_t L_198 = V_36;
float L_199;
L_199 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_41), L_198, NULL);
if ((!(((float)L_196) < ((float)L_199))))
{
goto IL_04ee;
}
}
{
int32_t L_200 = V_36;
float L_201;
L_201 = Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_inline((&V_39), L_200, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_202;
L_202 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_16), NULL);
V_41 = L_202;
int32_t L_203 = V_36;
float L_204;
L_204 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_41), L_203, NULL);
bool L_205;
L_205 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_201, L_204, NULL);
if (!L_205)
{
goto IL_0533;
}
}
IL_04ee:
{
int32_t L_206 = V_36;
float L_207;
L_207 = Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_inline((&V_39), L_206, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_208;
L_208 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&V_16), NULL);
V_41 = L_208;
int32_t L_209 = V_36;
float L_210;
L_210 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_41), L_209, NULL);
if ((!(((float)L_207) > ((float)L_210))))
{
goto IL_0530;
}
}
{
int32_t L_211 = V_36;
float L_212;
L_212 = Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_inline((&V_39), L_211, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_213;
L_213 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&V_16), NULL);
V_41 = L_213;
int32_t L_214 = V_36;
float L_215;
L_215 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_41), L_214, NULL);
bool L_216;
L_216 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_212, L_215, NULL);
G_B38_0 = ((((int32_t)L_216) == ((int32_t)0))? 1 : 0);
goto IL_0531;
}
IL_0530:
{
G_B38_0 = 0;
}
IL_0531:
{
G_B40_0 = G_B38_0;
goto IL_0534;
}
IL_0533:
{
G_B40_0 = 1;
}
IL_0534:
{
V_40 = (bool)G_B40_0;
bool L_217 = V_40;
if (!L_217)
{
goto IL_0540;
}
}
{
// outside = true;
V_37 = (bool)1;
// break;
goto IL_0555;
}
IL_0540:
{
// for (int i = 0; i < 4; i++)
int32_t L_218 = V_38;
V_38 = ((int32_t)il2cpp_codegen_add(L_218, 1));
}
IL_0547:
{
// for (int i = 0; i < 4; i++)
int32_t L_219 = V_38;
V_42 = (bool)((((int32_t)L_219) < ((int32_t)4))? 1 : 0);
bool L_220 = V_42;
if (L_220)
{
goto IL_049c;
}
}
IL_0555:
{
// if (outside)
bool L_221 = V_37;
V_43 = L_221;
bool L_222 = V_43;
if (!L_222)
{
goto IL_0568;
}
}
{
// RectTransformUtility.FlipLayoutOnAxis(dropdownRectTransform, axis, false, false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_223 = V_2;
int32_t L_224 = V_36;
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
RectTransformUtility_FlipLayoutOnAxis_m01F500B9F67360C94852A52560797558C2A6CED7(L_223, L_224, (bool)0, (bool)0, NULL);
}
IL_0568:
{
// for (int axis = 0; axis < 2; axis++)
int32_t L_225 = V_36;
V_36 = ((int32_t)il2cpp_codegen_add(L_225, 1));
}
IL_056f:
{
// for (int axis = 0; axis < 2; axis++)
int32_t L_226 = V_36;
V_44 = (bool)((((int32_t)L_226) < ((int32_t)2))? 1 : 0);
bool L_227 = V_44;
if (L_227)
{
goto IL_0490;
}
}
{
// for (int i = 0; i < m_Items.Count; i++)
V_45 = 0;
goto IL_064c;
}
IL_0585:
{
// RectTransform itemRect = m_Items[i].rectTransform;
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_228 = __this->___m_Items_32;
int32_t L_229 = V_45;
NullCheck(L_228);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_230;
L_230 = List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546(L_228, L_229, List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546_RuntimeMethod_var);
NullCheck(L_230);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_231;
L_231 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_230, NULL);
V_46 = L_231;
// itemRect.anchorMin = new Vector2(itemRect.anchorMin.x, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_232 = V_46;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_233 = V_46;
NullCheck(L_233);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_234;
L_234 = RectTransform_get_anchorMin_mD85363930BE38EC188F933B9F4D58320CAB72F03(L_233, NULL);
float L_235 = L_234.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_236;
memset((&L_236), 0, sizeof(L_236));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_236), L_235, (0.0f), /*hidden argument*/NULL);
NullCheck(L_232);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_232, L_236, NULL);
// itemRect.anchorMax = new Vector2(itemRect.anchorMax.x, 0);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_237 = V_46;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_238 = V_46;
NullCheck(L_238);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_239;
L_239 = RectTransform_get_anchorMax_mEF870BE2A134CEB9C2326930A71D3961271297DB(L_238, NULL);
float L_240 = L_239.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_241;
memset((&L_241), 0, sizeof(L_241));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_241), L_240, (0.0f), /*hidden argument*/NULL);
NullCheck(L_237);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_237, L_241, NULL);
// itemRect.anchoredPosition = new Vector2(itemRect.anchoredPosition.x, offsetMin.y + itemSize.y * (m_Items.Count - 1 - i) + itemSize.y * itemRect.pivot.y);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_242 = V_46;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_243 = V_46;
NullCheck(L_243);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_244;
L_244 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_243, NULL);
float L_245 = L_244.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_246 = V_8;
float L_247 = L_246.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_248 = V_10;
float L_249 = L_248.___y_1;
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_250 = __this->___m_Items_32;
NullCheck(L_250);
int32_t L_251;
L_251 = List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_inline(L_250, List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
int32_t L_252 = V_45;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_253 = V_10;
float L_254 = L_253.___y_1;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_255 = V_46;
NullCheck(L_255);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_256;
L_256 = RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF(L_255, NULL);
float L_257 = L_256.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_258;
memset((&L_258), 0, sizeof(L_258));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_258), L_245, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_247, ((float)il2cpp_codegen_multiply(L_249, ((float)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_251, 1)), L_252))))))), ((float)il2cpp_codegen_multiply(L_254, L_257)))), /*hidden argument*/NULL);
NullCheck(L_242);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_242, L_258, NULL);
// itemRect.sizeDelta = new Vector2(itemRect.sizeDelta.x, itemSize.y);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_259 = V_46;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_260 = V_46;
NullCheck(L_260);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_261;
L_261 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_260, NULL);
float L_262 = L_261.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_263 = V_10;
float L_264 = L_263.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_265;
memset((&L_265), 0, sizeof(L_265));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_265), L_262, L_264, /*hidden argument*/NULL);
NullCheck(L_259);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_259, L_265, NULL);
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_266 = V_45;
V_45 = ((int32_t)il2cpp_codegen_add(L_266, 1));
}
IL_064c:
{
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_267 = V_45;
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_268 = __this->___m_Items_32;
NullCheck(L_268);
int32_t L_269;
L_269 = List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_inline(L_268, List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
V_47 = (bool)((((int32_t)L_267) < ((int32_t)L_269))? 1 : 0);
bool L_270 = V_47;
if (L_270)
{
goto IL_0585;
}
}
{
// AlphaFadeList(m_AlphaFadeSpeed, 0f, 1f);
float L_271 = __this->___m_AlphaFadeSpeed_29;
TMP_Dropdown_AlphaFadeList_m663AC38ACFC469DBDFFF025314B34E310D70FBB8(__this, L_271, (0.0f), (1.0f), NULL);
// m_Template.gameObject.SetActive(false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_272 = __this->___m_Template_20;
NullCheck(L_272);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_273;
L_273 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_272, NULL);
NullCheck(L_273);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_273, (bool)0, NULL);
// itemTemplate.gameObject.SetActive(false);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_274 = V_3;
NullCheck(L_274);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_275;
L_275 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_274, NULL);
NullCheck(L_275);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_275, (bool)0, NULL);
// m_Blocker = CreateBlocker(rootCanvas);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_276 = V_1;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_277;
L_277 = VirtualFuncInvoker1< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* >::Invoke(45 /* UnityEngine.GameObject TMPro.TMP_Dropdown::CreateBlocker(UnityEngine.Canvas) */, __this, L_276);
__this->___m_Blocker_31 = L_277;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Blocker_31), (void*)L_277);
}
IL_06a7:
{
// }
return;
}
}
// UnityEngine.GameObject TMPro.TMP_Dropdown::CreateBlocker(UnityEngine.Canvas)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_Dropdown_CreateBlocker_m4048F0A0133E9DE795874056A9BBD8F58B6E947B (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___rootCanvas0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_mE5A2711FA84F57F5EA0876DB106B1A146956CEFE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8871F82DA08C9029B3CB5BAEC197673B3D77DD91);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_1 = NULL;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* V_2 = NULL;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* V_3 = NULL;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* V_4 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_5 = NULL;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_6 = NULL;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* V_11 = NULL;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* V_12 = NULL;
int32_t V_13 = 0;
Type_t* V_14 = NULL;
bool V_15 = false;
bool V_16 = false;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_17 = NULL;
{
// GameObject blocker = new GameObject("Blocker");
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
NullCheck(L_0);
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_0, _stringLiteral8871F82DA08C9029B3CB5BAEC197673B3D77DD91, NULL);
V_0 = L_0;
// RectTransform blockerRect = blocker.AddComponent<RectTransform>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = V_0;
NullCheck(L_1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2;
L_2 = GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388(L_1, GameObject_AddComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m771EB78FF8813B5AFF21AC0D252E5461943E6388_RuntimeMethod_var);
V_1 = L_2;
// blockerRect.SetParent(rootCanvas.transform, false);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = V_1;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_4 = ___rootCanvas0;
NullCheck(L_4);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_4, NULL);
NullCheck(L_3);
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_3, L_5, (bool)0, NULL);
// blockerRect.anchorMin = Vector3.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_6 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
L_7 = Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline(NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_7, NULL);
NullCheck(L_6);
RectTransform_set_anchorMin_m931442ABE3368D6D4309F43DF1D64AB64B0F52E3(L_6, L_8, NULL);
// blockerRect.anchorMax = Vector3.one;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_9 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
L_10 = Vector3_get_one_mE6A2D5C6578E94268024613B596BF09F990B1260_inline(NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
L_11 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_10, NULL);
NullCheck(L_9);
RectTransform_set_anchorMax_m52829ABEDD229ABD3DA20BCA676FA1DCA4A39B7D(L_9, L_11, NULL);
// blockerRect.sizeDelta = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_12 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
L_13 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
NullCheck(L_12);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_12, L_13, NULL);
// Canvas blockerCanvas = blocker.AddComponent<Canvas>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14 = V_0;
NullCheck(L_14);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_15;
L_15 = GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5(L_14, GameObject_AddComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m13C85FD585C0679530F8B35D0B39D965702FD0F5_RuntimeMethod_var);
V_2 = L_15;
// blockerCanvas.overrideSorting = true;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_16 = V_2;
NullCheck(L_16);
Canvas_set_overrideSorting_m155D936A457E7935683894150A0E5DBED2170F54(L_16, (bool)1, NULL);
// Canvas dropdownCanvas = m_Dropdown.GetComponent<Canvas>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_17 = __this->___m_Dropdown_30;
NullCheck(L_17);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_18;
L_18 = GameObject_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_mE5A2711FA84F57F5EA0876DB106B1A146956CEFE(L_17, GameObject_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_mE5A2711FA84F57F5EA0876DB106B1A146956CEFE_RuntimeMethod_var);
V_3 = L_18;
// blockerCanvas.sortingLayerID = dropdownCanvas.sortingLayerID;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_19 = V_2;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_20 = V_3;
NullCheck(L_20);
int32_t L_21;
L_21 = Canvas_get_sortingLayerID_m38FE23D0D6A2001F62CA24676298E95BEE968AB6(L_20, NULL);
NullCheck(L_19);
Canvas_set_sortingLayerID_m402DC8D59AAF66A6696BFE682D0B7AF489EA13FE(L_19, L_21, NULL);
// blockerCanvas.sortingOrder = dropdownCanvas.sortingOrder - 1;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_22 = V_2;
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_23 = V_3;
NullCheck(L_23);
int32_t L_24;
L_24 = Canvas_get_sortingOrder_mFA9AC878A11BBEE1716CF7E7DF52E0AAC570C451(L_23, NULL);
NullCheck(L_22);
Canvas_set_sortingOrder_m70D89DB61A3C0589C0FAB525E613DE9D0C799AAC(L_22, ((int32_t)il2cpp_codegen_subtract(L_24, 1)), NULL);
// Canvas parentCanvas = null;
V_4 = (Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26*)NULL;
// Transform parentTransform = m_Template.parent;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_25 = __this->___m_Template_20;
NullCheck(L_25);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
L_26 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_25, NULL);
V_5 = L_26;
goto IL_00bc;
}
IL_0098:
{
// parentCanvas = parentTransform.GetComponent<Canvas>();
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_27 = V_5;
NullCheck(L_27);
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_28;
L_28 = Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2(L_27, Component_GetComponent_TisCanvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_m209BA4F663AB98A4504995B5BD3EADEDEFB92BF2_RuntimeMethod_var);
V_4 = L_28;
// if (parentCanvas != null)
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_29 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_30;
L_30 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_29, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_8 = L_30;
bool L_31 = V_8;
if (!L_31)
{
goto IL_00b2;
}
}
{
// break;
goto IL_00ca;
}
IL_00b2:
{
// parentTransform = parentTransform.parent;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_32 = V_5;
NullCheck(L_32);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33;
L_33 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_32, NULL);
V_5 = L_33;
}
IL_00bc:
{
// while (parentTransform != null)
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_34 = V_5;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_35;
L_35 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_34, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_9 = L_35;
bool L_36 = V_9;
if (L_36)
{
goto IL_0098;
}
}
IL_00ca:
{
// if (parentCanvas != null)
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_37 = V_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_38;
L_38 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_37, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_10 = L_38;
bool L_39 = V_10;
if (!L_39)
{
goto IL_012f;
}
}
{
// Component[] components = parentCanvas.GetComponents<BaseRaycaster>();
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* L_40 = V_4;
NullCheck(L_40);
BaseRaycasterU5BU5D_tAE62D3FF1A5FF9DE20B2756DA4F4F8981925A799* L_41;
L_41 = Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6(L_40, Component_GetComponents_TisBaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832_m102070591A00F3B095E6F4E4F6DA897B2A82AFB6_RuntimeMethod_var);
V_12 = (ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E*)L_41;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* L_42 = V_12;
V_11 = L_42;
// for (int i = 0; i < components.Length; i++)
V_13 = 0;
goto IL_011e;
}
IL_00eb:
{
// Type raycasterType = components[i].GetType();
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* L_43 = V_11;
int32_t L_44 = V_13;
NullCheck(L_43);
int32_t L_45 = L_44;
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
NullCheck(L_46);
Type_t* L_47;
L_47 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_46, NULL);
V_14 = L_47;
// if (blocker.GetComponent(raycasterType) == null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_48 = V_0;
Type_t* L_49 = V_14;
NullCheck(L_48);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_50;
L_50 = GameObject_GetComponent_m99E12753EA84947521DC711CA33F452B5E65B474(L_48, L_49, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_51;
L_51 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_50, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_15 = L_51;
bool L_52 = V_15;
if (!L_52)
{
goto IL_0117;
}
}
{
// blocker.AddComponent(raycasterType);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_53 = V_0;
Type_t* L_54 = V_14;
NullCheck(L_53);
Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* L_55;
L_55 = GameObject_AddComponent_mDF246771EC34613FA6AF0C98D443368FB43E9F36(L_53, L_54, NULL);
}
IL_0117:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_56 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add(L_56, 1));
}
IL_011e:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_57 = V_13;
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* L_58 = V_11;
NullCheck(L_58);
V_16 = (bool)((((int32_t)L_57) < ((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length))))? 1 : 0);
bool L_59 = V_16;
if (L_59)
{
goto IL_00eb;
}
}
{
goto IL_0138;
}
IL_012f:
{
// GetOrAddComponent<GraphicRaycaster>(blocker);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_60 = V_0;
il2cpp_codegen_runtime_class_init_inline(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
GraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B* L_61;
L_61 = TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D(L_60, TMP_Dropdown_GetOrAddComponent_TisGraphicRaycaster_t16FC39434AE5B47D3C2993134CDCF7F4AE6A6D7B_m0EA654CD21CC40CD8A479C8FF925BBD7E891010D_RuntimeMethod_var);
}
IL_0138:
{
// Image blockerImage = blocker.AddComponent<Image>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_62 = V_0;
NullCheck(L_62);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_63;
L_63 = GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0(L_62, GameObject_AddComponent_TisImage_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_mA327C9E1CA12BC531D587E7567F2067B96E6B6A0_RuntimeMethod_var);
V_6 = L_63;
// blockerImage.color = Color.clear;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_64 = V_6;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_65;
L_65 = Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline(NULL);
NullCheck(L_64);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_64, L_65);
// Button blockerButton = blocker.AddComponent<Button>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_66 = V_0;
NullCheck(L_66);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_67;
L_67 = GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC(L_66, GameObject_AddComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_m60FA17F75591FF93A15D1D1FE5969B8CB9E5FAAC_RuntimeMethod_var);
V_7 = L_67;
// blockerButton.onClick.AddListener(Hide);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_68 = V_7;
NullCheck(L_68);
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* L_69;
L_69 = Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C(L_68, NULL);
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_70 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_70);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_70, __this, (intptr_t)((void*)TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618_RuntimeMethod_var), NULL);
NullCheck(L_69);
UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302(L_69, L_70, NULL);
// return blocker;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_71 = V_0;
V_17 = L_71;
goto IL_0173;
}
IL_0173:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_72 = V_17;
return L_72;
}
}
// System.Void TMPro.TMP_Dropdown::DestroyBlocker(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_DestroyBlocker_m2C9D955C6958C84AD323AC9E6193A07AE8212EA6 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___blocker0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Destroy(blocker);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___blocker0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mFCDAE6333522488F60597AF019EA90BB1207A5AA(L_0, NULL);
// }
return;
}
}
// UnityEngine.GameObject TMPro.TMP_Dropdown::CreateDropdownList(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* TMP_Dropdown_CreateDropdownList_m3C853DEAA3D9F33653126E195B57D9F423064116 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___template0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_mC898F7E3D9541F17BD8B79579FDD431C0651E12D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
{
// return (GameObject)Instantiate(template);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___template0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_mC898F7E3D9541F17BD8B79579FDD431C0651E12D(L_0, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_mC898F7E3D9541F17BD8B79579FDD431C0651E12D_RuntimeMethod_var);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_Dropdown::DestroyDropdownList(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_DestroyDropdownList_mABF98A8706914CAFF13B3F6EB359F4F67E1E3FD9 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___dropdownList0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Destroy(dropdownList);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___dropdownList0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mFCDAE6333522488F60597AF019EA90BB1207A5AA(L_0, NULL);
// }
return;
}
}
// TMPro.TMP_Dropdown/DropdownItem TMPro.TMP_Dropdown::CreateItem(TMPro.TMP_Dropdown/DropdownItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* TMP_Dropdown_CreateItem_m6DBD654E30D5A7ABD668DE8651E554966D0A7191 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___itemTemplate0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_m1578BF4A54E6768A3D7C5D9D73E43F9F112AE488_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* V_0 = NULL;
{
// return (DropdownItem)Instantiate(itemTemplate);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_0 = ___itemTemplate0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_1;
L_1 = Object_Instantiate_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_m1578BF4A54E6768A3D7C5D9D73E43F9F112AE488(L_0, Object_Instantiate_TisDropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C_m1578BF4A54E6768A3D7C5D9D73E43F9F112AE488_RuntimeMethod_var);
V_0 = L_1;
goto IL_000a;
}
IL_000a:
{
// }
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_2 = V_0;
return L_2;
}
}
// System.Void TMPro.TMP_Dropdown::DestroyItem(TMPro.TMP_Dropdown/DropdownItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_DestroyItem_mC0A868E6C60C5E1406E57B388FAFC1307C381A40 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___item0, const RuntimeMethod* method)
{
{
// protected virtual void DestroyItem(DropdownItem item) { }
return;
}
}
// TMPro.TMP_Dropdown/DropdownItem TMPro.TMP_Dropdown::AddItem(TMPro.TMP_Dropdown/OptionData,System.Boolean,TMPro.TMP_Dropdown/DropdownItem,System.Collections.Generic.List`1<TMPro.TMP_Dropdown/DropdownItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* TMP_Dropdown_AddItem_m1B768BFBFFE0E340BAD0141E2C3F90FFAE889EFA (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* ___data0, bool ___selected1, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* ___itemTemplate2, List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* ___items3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB52F72A33AA2CBE5C277583C3DC2F3A92AC74735_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BD8EF1899911835F0A6BA6F421319012697A9BA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* V_5 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B2_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B2_2 = NULL;
String_t* G_B1_0 = NULL;
String_t* G_B1_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B1_2 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B3_3 = NULL;
{
// DropdownItem item = CreateItem(itemTemplate);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_0 = ___itemTemplate2;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_1;
L_1 = VirtualFuncInvoker1< DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C*, DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* >::Invoke(49 /* TMPro.TMP_Dropdown/DropdownItem TMPro.TMP_Dropdown::CreateItem(TMPro.TMP_Dropdown/DropdownItem) */, __this, L_0);
V_0 = L_1;
// item.rectTransform.SetParent(itemTemplate.rectTransform.parent, false);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_2 = V_0;
NullCheck(L_2);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3;
L_3 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_2, NULL);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_4 = ___itemTemplate2;
NullCheck(L_4);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_5;
L_5 = DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926(L_4, NULL);
NullCheck(L_5);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
L_6 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_5, NULL);
NullCheck(L_3);
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_3, L_6, (bool)0, NULL);
// item.gameObject.SetActive(true);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_7 = V_0;
NullCheck(L_7);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8;
L_8 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_7, NULL);
NullCheck(L_8);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_8, (bool)1, NULL);
// item.gameObject.name = "Item " + items.Count + (data.text != null ? ": " + data.text : "");
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_9 = V_0;
NullCheck(L_9);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_10;
L_10 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_9, NULL);
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_11 = ___items3;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_inline(L_11, List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
V_1 = L_12;
String_t* L_13;
L_13 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_14 = ___data0;
NullCheck(L_14);
String_t* L_15;
L_15 = OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A(L_14, NULL);
G_B1_0 = L_13;
G_B1_1 = _stringLiteral8BD8EF1899911835F0A6BA6F421319012697A9BA;
G_B1_2 = L_10;
if (L_15)
{
G_B2_0 = L_13;
G_B2_1 = _stringLiteral8BD8EF1899911835F0A6BA6F421319012697A9BA;
G_B2_2 = L_10;
goto IL_0057;
}
}
{
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_0067;
}
IL_0057:
{
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_16 = ___data0;
NullCheck(L_16);
String_t* L_17;
L_17 = OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A(L_16, NULL);
String_t* L_18;
L_18 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral1168E92C164109D6220480DEDA987085B2A21155, L_17, NULL);
G_B3_0 = L_18;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_0067:
{
String_t* L_19;
L_19 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(G_B3_2, G_B3_1, G_B3_0, NULL);
NullCheck(G_B3_3);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(G_B3_3, L_19, NULL);
// if (item.toggle != null)
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_20 = V_0;
NullCheck(L_20);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_21;
L_21 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_20, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_21, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_2 = L_22;
bool L_23 = V_2;
if (!L_23)
{
goto IL_0091;
}
}
{
// item.toggle.isOn = false;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_24 = V_0;
NullCheck(L_24);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_25;
L_25 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_24, NULL);
NullCheck(L_25);
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_25, (bool)0, NULL);
}
IL_0091:
{
// if (item.text)
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_26 = V_0;
NullCheck(L_26);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_27;
L_27 = DropdownItem_get_text_mBE92632907F1772753BC60A7FE1E5358077E6FD4(L_26, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_28;
L_28 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_27, NULL);
V_3 = L_28;
bool L_29 = V_3;
if (!L_29)
{
goto IL_00b2;
}
}
{
// item.text.text = data.text;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_30 = V_0;
NullCheck(L_30);
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_31;
L_31 = DropdownItem_get_text_mBE92632907F1772753BC60A7FE1E5358077E6FD4(L_30, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_32 = ___data0;
NullCheck(L_32);
String_t* L_33;
L_33 = OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A(L_32, NULL);
NullCheck(L_31);
VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_31, L_33);
}
IL_00b2:
{
// if (item.image)
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_34 = V_0;
NullCheck(L_34);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_35;
L_35 = DropdownItem_get_image_m1C89F635266FD742D3542FA99DB1A0D224CFD270(L_34, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_36;
L_36 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_35, NULL);
V_4 = L_36;
bool L_37 = V_4;
if (!L_37)
{
goto IL_00f4;
}
}
{
// item.image.sprite = data.image;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_38 = V_0;
NullCheck(L_38);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_39;
L_39 = DropdownItem_get_image_m1C89F635266FD742D3542FA99DB1A0D224CFD270(L_38, NULL);
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_40 = ___data0;
NullCheck(L_40);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_41;
L_41 = OptionData_get_image_m5C866E5C2E025EABF5591C7F88FB46E426EF20BA(L_40, NULL);
NullCheck(L_39);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_39, L_41, NULL);
// item.image.enabled = (item.image.sprite != null);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_42 = V_0;
NullCheck(L_42);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_43;
L_43 = DropdownItem_get_image_m1C89F635266FD742D3542FA99DB1A0D224CFD270(L_42, NULL);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_44 = V_0;
NullCheck(L_44);
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_45;
L_45 = DropdownItem_get_image_m1C89F635266FD742D3542FA99DB1A0D224CFD270(L_44, NULL);
NullCheck(L_45);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_46;
L_46 = Image_get_sprite_mB2AA377708722E100574F6F75BC102513BB3BCB1(L_45, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_47;
L_47 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_46, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
NullCheck(L_43);
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(L_43, L_47, NULL);
}
IL_00f4:
{
// items.Add(item);
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_48 = ___items3;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_49 = V_0;
NullCheck(L_48);
List_1_Add_mB52F72A33AA2CBE5C277583C3DC2F3A92AC74735_inline(L_48, L_49, List_1_Add_mB52F72A33AA2CBE5C277583C3DC2F3A92AC74735_RuntimeMethod_var);
// return item;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_50 = V_0;
V_5 = L_50;
goto IL_0102;
}
IL_0102:
{
// }
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_51 = V_5;
return L_51;
}
}
// System.Void TMPro.TMP_Dropdown::AlphaFadeList(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AlphaFadeList_mC7278768821D6B8FD28FC712E8DE85CA334E2104 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___duration0, float ___alpha1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* V_0 = NULL;
{
// CanvasGroup group = m_Dropdown.GetComponent<CanvasGroup>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___m_Dropdown_30;
NullCheck(L_0);
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* L_1;
L_1 = GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD(L_0, GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD_RuntimeMethod_var);
V_0 = L_1;
// AlphaFadeList(duration, group.alpha, alpha);
float L_2 = ___duration0;
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* L_3 = V_0;
NullCheck(L_3);
float L_4;
L_4 = CanvasGroup_get_alpha_mBFEA193D2886B27CC53B31F90F7A1659B67ED6DF(L_3, NULL);
float L_5 = ___alpha1;
TMP_Dropdown_AlphaFadeList_m663AC38ACFC469DBDFFF025314B34E310D70FBB8(__this, L_2, L_4, L_5, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::AlphaFadeList(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_AlphaFadeList_m663AC38ACFC469DBDFFF025314B34E310D70FBB8 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___duration0, float ___start1, float ___end2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_SetAlpha_m2AF7CD832E68BA385496F4F70D291219B3668ED7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (end.Equals(start))
float L_0 = ___start1;
bool L_1;
L_1 = Single_Equals_m97C79E2B80F39214DB3F7E714FF2BCA45A0A8BF9((&___end2), L_0, NULL);
V_1 = L_1;
bool L_2 = V_1;
if (!L_2)
{
goto IL_000f;
}
}
{
// return;
goto IL_005e;
}
IL_000f:
{
// FloatTween tween = new FloatTween { duration = duration, startValue = start, targetValue = end };
il2cpp_codegen_initobj((&V_2), sizeof(FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE));
float L_3 = ___duration0;
FloatTween_set_duration_mF59D55C5F70E037AF88A6191D282D404C532D613((&V_2), L_3, NULL);
float L_4 = ___start1;
FloatTween_set_startValue_m1E04EA68FFEE3AA1553B194D0F82C32815E2C718((&V_2), L_4, NULL);
float L_5 = ___end2;
FloatTween_set_targetValue_mE110CBA03582B01B96766AE53F2DDD3C2D4DE131((&V_2), L_5, NULL);
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE L_6 = V_2;
V_0 = L_6;
// tween.AddOnChangedCallback(SetAlpha);
UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90* L_7 = (UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90*)il2cpp_codegen_object_new(UnityAction_1_tAEFA3C1C529F0E1AD7C7C7AFC88822D359E7AC90_il2cpp_TypeInfo_var);
NullCheck(L_7);
UnityAction_1__ctor_mF770070D0A4FE93F6E04DA37D2EC60429EA545E5(L_7, __this, (intptr_t)((void*)TMP_Dropdown_SetAlpha_m2AF7CD832E68BA385496F4F70D291219B3668ED7_RuntimeMethod_var), NULL);
FloatTween_AddOnChangedCallback_m2DCB737D223D6345503A9DA057D7935F9C3A5AD6((&V_0), L_7, NULL);
// tween.ignoreTimeScale = true;
FloatTween_set_ignoreTimeScale_m53B7945E5B54998B9BC28E7508E94D3A8205C10A((&V_0), (bool)1, NULL);
// m_AlphaTweenRunner.StartTween(tween);
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* L_8 = __this->___m_AlphaTweenRunner_33;
FloatTween_t4C6604C5D2B0B4B634B53D545A74431BAE3A98BE L_9 = V_0;
NullCheck(L_8);
TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6(L_8, L_9, TweenRunner_1_StartTween_mB94926E3AF23ED3A6EFC8727B6359949BD689DD6_RuntimeMethod_var);
}
IL_005e:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::SetAlpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_SetAlpha_m2AF7CD832E68BA385496F4F70D291219B3668ED7 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___alpha0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* V_0 = NULL;
bool V_1 = false;
{
// if (!m_Dropdown)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___m_Dropdown_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_0, NULL);
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0015;
}
}
{
// return;
goto IL_0029;
}
IL_0015:
{
// CanvasGroup group = m_Dropdown.GetComponent<CanvasGroup>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = __this->___m_Dropdown_30;
NullCheck(L_3);
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* L_4;
L_4 = GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD(L_3, GameObject_GetComponent_TisCanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094_m47C7F4214DFAAC752E331A1073AD1B7EA78DB3DD_RuntimeMethod_var);
V_0 = L_4;
// group.alpha = alpha;
CanvasGroup_t048C1461B14628CFAEBE6E7353093ADB04EBC094* L_5 = V_0;
float L_6 = ___alpha0;
NullCheck(L_5);
CanvasGroup_set_alpha_m5C06839316D948BB4F75ED72C87FA1F1A20C333F(L_5, L_6, NULL);
}
IL_0029:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
{
// if (m_Coroutine == null)
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_0 = __this->___m_Coroutine_35;
V_0 = (bool)((((RuntimeObject*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0081;
}
}
{
// if (m_Dropdown != null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = __this->___m_Dropdown_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0055;
}
}
{
// AlphaFadeList(m_AlphaFadeSpeed, 0f);
float L_5 = __this->___m_AlphaFadeSpeed_29;
TMP_Dropdown_AlphaFadeList_mC7278768821D6B8FD28FC712E8DE85CA334E2104(__this, L_5, (0.0f), NULL);
// if (IsActive())
bool L_6;
L_6 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
V_2 = L_6;
bool L_7 = V_2;
if (!L_7)
{
goto IL_0054;
}
}
{
// m_Coroutine = StartCoroutine(DelayedDestroyDropdownList(m_AlphaFadeSpeed));
float L_8 = __this->___m_AlphaFadeSpeed_29;
RuntimeObject* L_9;
L_9 = TMP_Dropdown_DelayedDestroyDropdownList_m746DFE51A0D66199C34FA32CF81761FDF1BE5F9C(__this, L_8, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_10;
L_10 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_9, NULL);
__this->___m_Coroutine_35 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Coroutine_35), (void*)L_10);
}
IL_0054:
{
}
IL_0055:
{
// if (m_Blocker != null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11 = __this->___m_Blocker_31;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_12;
bool L_13 = V_3;
if (!L_13)
{
goto IL_0072;
}
}
{
// DestroyBlocker(m_Blocker);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14 = __this->___m_Blocker_31;
VirtualActionInvoker1< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* >::Invoke(46 /* System.Void TMPro.TMP_Dropdown::DestroyBlocker(UnityEngine.GameObject) */, __this, L_14);
}
IL_0072:
{
// m_Blocker = null;
__this->___m_Blocker_31 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Blocker_31), (void*)(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL);
// Select();
VirtualActionInvoker0::Invoke(38 /* System.Void UnityEngine.UI.Selectable::Select() */, __this);
}
IL_0081:
{
// }
return;
}
}
// System.Collections.IEnumerator TMPro.TMP_Dropdown::DelayedDestroyDropdownList(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TMP_Dropdown_DelayedDestroyDropdownList_m746DFE51A0D66199C34FA32CF81761FDF1BE5F9C (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, float ___delay0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* L_0 = (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409*)il2cpp_codegen_object_new(U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CDelayedDestroyDropdownListU3Ed__81__ctor_mFA83B08D54630018817A4BF76653AFDD3B1F8F69(L_0, 0, NULL);
U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* L_2 = L_1;
float L_3 = ___delay0;
NullCheck(L_2);
L_2->___delay_2 = L_3;
return L_2;
}
}
// System.Void TMPro.TMP_Dropdown::ImmediateDestroyDropdownList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_ImmediateDestroyDropdownList_mFEE6CE2C3264546861C82E60CE4C61BA42559B98 (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
// for (int i = 0; i < m_Items.Count; i++)
V_0 = 0;
goto IL_0034;
}
IL_0005:
{
// if (m_Items[i] != null)
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_0 = __this->___m_Items_32;
int32_t L_1 = V_0;
NullCheck(L_0);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_2;
L_2 = List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546(L_0, L_1, List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_002f;
}
}
{
// DestroyItem(m_Items[i]);
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_5 = __this->___m_Items_32;
int32_t L_6 = V_0;
NullCheck(L_5);
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_7;
L_7 = List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546(L_5, L_6, List_1_get_Item_mA46D35C071E0C0BA0D429E25A8F64CE770D0E546_RuntimeMethod_var);
VirtualActionInvoker1< DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* >::Invoke(50 /* System.Void TMPro.TMP_Dropdown::DestroyItem(TMPro.TMP_Dropdown/DropdownItem) */, __this, L_7);
}
IL_002f:
{
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0034:
{
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_9 = V_0;
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_10 = __this->___m_Items_32;
NullCheck(L_10);
int32_t L_11;
L_11 = List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_inline(L_10, List_1_get_Count_m3BF2B542D816908B9B36D3BADB884EED5DDCB9C2_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_2;
if (L_12)
{
goto IL_0005;
}
}
{
// m_Items.Clear();
List_1_tA7EEECF976A6B4957450A4D235070C9324ED1A97* L_13 = __this->___m_Items_32;
NullCheck(L_13);
List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_inline(L_13, List_1_Clear_m041D280CA530818E841D3FA5A7C63391BC7EE6C8_RuntimeMethod_var);
// if (m_Dropdown != null)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14 = __this->___m_Dropdown_30;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_15;
bool L_16 = V_3;
if (!L_16)
{
goto IL_006f;
}
}
{
// DestroyDropdownList(m_Dropdown);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_17 = __this->___m_Dropdown_30;
VirtualActionInvoker1< GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* >::Invoke(48 /* System.Void TMPro.TMP_Dropdown::DestroyDropdownList(UnityEngine.GameObject) */, __this, L_17);
}
IL_006f:
{
// if (m_AlphaTweenRunner != null)
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* L_18 = __this->___m_AlphaTweenRunner_33;
V_4 = (bool)((!(((RuntimeObject*)(TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E*)L_18) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_19 = V_4;
if (!L_19)
{
goto IL_008a;
}
}
{
// m_AlphaTweenRunner.StopTween();
TweenRunner_1_tF277B20625C8B1939DC85508C4679C690757395E* L_20 = __this->___m_AlphaTweenRunner_33;
NullCheck(L_20);
TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0(L_20, TweenRunner_1_StopTween_m6C1159C7A8EDF8A363CD82CBA503E234870826F0_RuntimeMethod_var);
}
IL_008a:
{
// m_Dropdown = null;
__this->___m_Dropdown_30 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Dropdown_30), (void*)(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)NULL);
// m_Coroutine = null;
__this->___m_Coroutine_35 = (Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Coroutine_35), (void*)(Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B*)NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::OnSelectItem(UnityEngine.UI.Toggle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown_OnSelectItem_m9F1323DE41E23EFF4381C914BF1FCAA57F73C7AC (TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* __this, Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggle0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
{
// if (!toggle.isOn)
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_0 = ___toggle0;
NullCheck(L_0);
bool L_1;
L_1 = Toggle_get_isOn_m89A609E936CD67F460E336CA8E03C4047BFB6619(L_0, NULL);
V_3 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_3;
if (!L_2)
{
goto IL_0016;
}
}
{
// toggle.isOn = true;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_3 = ___toggle0;
NullCheck(L_3);
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_3, (bool)1, NULL);
}
IL_0016:
{
// int selectedIndex = -1;
V_0 = (-1);
// Transform tr = toggle.transform;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_4 = ___toggle0;
NullCheck(L_4);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_4, NULL);
V_1 = L_5;
// Transform parent = tr.parent;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = V_1;
NullCheck(L_6);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_7;
L_7 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_6, NULL);
V_2 = L_7;
// for (int i = 0; i < parent.childCount; i++)
V_4 = 0;
goto IL_004f;
}
IL_002b:
{
// if (parent.GetChild(i) == tr)
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_8 = V_2;
int32_t L_9 = V_4;
NullCheck(L_8);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
L_10 = Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF(L_8, L_9, NULL);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_11 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_10, L_11, NULL);
V_5 = L_12;
bool L_13 = V_5;
if (!L_13)
{
goto IL_0048;
}
}
{
// selectedIndex = i - 1;
int32_t L_14 = V_4;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 1));
// break;
goto IL_005f;
}
IL_0048:
{
// for (int i = 0; i < parent.childCount; i++)
int32_t L_15 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_004f:
{
// for (int i = 0; i < parent.childCount; i++)
int32_t L_16 = V_4;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17 = V_2;
NullCheck(L_17);
int32_t L_18;
L_18 = Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0(L_17, NULL);
V_6 = (bool)((((int32_t)L_16) < ((int32_t)L_18))? 1 : 0);
bool L_19 = V_6;
if (L_19)
{
goto IL_002b;
}
}
IL_005f:
{
// if (selectedIndex < 0)
int32_t L_20 = V_0;
V_7 = (bool)((((int32_t)L_20) < ((int32_t)0))? 1 : 0);
bool L_21 = V_7;
if (!L_21)
{
goto IL_006b;
}
}
{
// return;
goto IL_007a;
}
IL_006b:
{
// value = selectedIndex;
int32_t L_22 = V_0;
TMP_Dropdown_set_value_m8362A866D571975FECFD1FE47D3C4D83559795BF(__this, L_22, NULL);
// Hide();
TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618(__this, NULL);
}
IL_007a:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Dropdown__cctor_m21922141D95DE2A970D329524BA00A601D6DAFB1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static OptionData s_NoOptionData = new OptionData();
OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* L_0 = (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E*)il2cpp_codegen_object_new(OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E_il2cpp_TypeInfo_var);
NullCheck(L_0);
OptionData__ctor_m5B8E6B683070AB406FA738E689E2FD4055697FB6(L_0, NULL);
((TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var))->___s_NoOptionData_36 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_il2cpp_TypeInfo_var))->___s_NoOptionData_36), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TMPro.TMP_Text TMPro.TMP_Dropdown/DropdownItem::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* DropdownItem_get_text_mBE92632907F1772753BC60A7FE1E5358077E6FD4 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method)
{
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* V_0 = NULL;
{
// public TMP_Text text { get { return m_Text; } set { m_Text = value; } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = __this->___m_Text_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public TMP_Text text { get { return m_Text; } set { m_Text = value; } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_text(TMPro.TMP_Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_text_m7C30C7E6DEE86A8896B99A872C5934D6F0B234F2 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* ___value0, const RuntimeMethod* method)
{
{
// public TMP_Text text { get { return m_Text; } set { m_Text = value; } }
TMP_Text_tE8D677872D43AD4B2AAF0D6101692A17D0B251A9* L_0 = ___value0;
__this->___m_Text_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_4), (void*)L_0);
// public TMP_Text text { get { return m_Text; } set { m_Text = value; } }
return;
}
}
// UnityEngine.UI.Image TMPro.TMP_Dropdown/DropdownItem::get_image()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* DropdownItem_get_image_m1C89F635266FD742D3542FA99DB1A0D224CFD270 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method)
{
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* V_0 = NULL;
{
// public Image image { get { return m_Image; } set { m_Image = value; } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___m_Image_5;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Image image { get { return m_Image; } set { m_Image = value; } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_image(UnityEngine.UI.Image)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_image_m133BCC7D7320DC10EBBF5193FAE0E60C3F9A15C2 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___value0, const RuntimeMethod* method)
{
{
// public Image image { get { return m_Image; } set { m_Image = value; } }
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = ___value0;
__this->___m_Image_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Image_5), (void*)L_0);
// public Image image { get { return m_Image; } set { m_Image = value; } }
return;
}
}
// UnityEngine.RectTransform TMPro.TMP_Dropdown/DropdownItem::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* DropdownItem_get_rectTransform_mFE9F9A7B8259B150E399A40F9BE3555DC3273926 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method)
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_0 = NULL;
{
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_RectTransform_6;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_rectTransform(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_rectTransform_m0C6BAB5E2EB69C438BF2F8D4DDE3E0DE136651AD (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___value0, const RuntimeMethod* method)
{
{
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = ___value0;
__this->___m_RectTransform_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RectTransform_6), (void*)L_0);
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
return;
}
}
// UnityEngine.UI.Toggle TMPro.TMP_Dropdown/DropdownItem::get_toggle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method)
{
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* V_0 = NULL;
{
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_0 = __this->___m_Toggle_7;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::set_toggle(UnityEngine.UI.Toggle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_set_toggle_mBD6E9CFB6C3757CB013CB683A8BB6DAFF34A94FA (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___value0, const RuntimeMethod* method)
{
{
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_0 = ___value0;
__this->___m_Toggle_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Toggle_7), (void*)L_0);
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
return;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::OnPointerEnter(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_OnPointerEnter_m6020D4A90F1136573E7173875329573C07219B3D (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// EventSystem.current.SetSelectedGameObject(gameObject);
il2cpp_codegen_runtime_class_init_inline(EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_il2cpp_TypeInfo_var);
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* L_0;
L_0 = EventSystem_get_current_mD15EA86304E070D175EF359A051A7DB807CA26C0(NULL);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_0);
EventSystem_SetSelectedGameObject_m91382EAC4D552C672CC07BE7EB1481F156045280(L_0, L_1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::OnCancel(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem_OnCancel_mD75155CB0FBA2A6FF217AC54CD0651061E830B5E (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___eventData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInParent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_m1DA97ED44C4215CEB0DB846CD58B0677896AFBFA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* V_0 = NULL;
bool V_1 = false;
{
// TMP_Dropdown dropdown = GetComponentInParent<TMP_Dropdown>();
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_0;
L_0 = Component_GetComponentInParent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_m1DA97ED44C4215CEB0DB846CD58B0677896AFBFA(__this, Component_GetComponentInParent_TisTMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504_m1DA97ED44C4215CEB0DB846CD58B0677896AFBFA_RuntimeMethod_var);
V_0 = L_0;
// if (dropdown)
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Implicit_m18E1885C296CC868AC918101523697CFE6413C79(L_1, NULL);
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0019;
}
}
{
// dropdown.Hide();
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_4 = V_0;
NullCheck(L_4);
TMP_Dropdown_Hide_m7FFE4A08B7370707BCE35A3EDD74373A1926E618(L_4, NULL);
}
IL_0019:
{
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown/DropdownItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownItem__ctor_m3A599BCBC6EEC74EA7CFE8D6AED4080D041BBE65 (DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, 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_Dropdown/OptionData::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OptionData_get_text_m2E822D5D50B597BFBA7AB3485EF15B526A726A1A (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// public string text { get { return m_Text; } set { m_Text = value; } }
String_t* L_0 = __this->___m_Text_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public string text { get { return m_Text; } set { m_Text = value; } }
String_t* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/OptionData::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string text { get { return m_Text; } set { m_Text = value; } }
String_t* L_0 = ___value0;
__this->___m_Text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_0), (void*)L_0);
// public string text { get { return m_Text; } set { m_Text = value; } }
return;
}
}
// UnityEngine.Sprite TMPro.TMP_Dropdown/OptionData::get_image()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* OptionData_get_image_m5C866E5C2E025EABF5591C7F88FB46E426EF20BA (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, const RuntimeMethod* method)
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* V_0 = NULL;
{
// public Sprite image { get { return m_Image; } set { m_Image = value; } }
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = __this->___m_Image_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public Sprite image { get { return m_Image; } set { m_Image = value; } }
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/OptionData::set_image(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData_set_image_m17048079C3FCD19A6D190AAEBA198DBB74D93C88 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___value0, const RuntimeMethod* method)
{
{
// public Sprite image { get { return m_Image; } set { m_Image = value; } }
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___value0;
__this->___m_Image_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Image_1), (void*)L_0);
// public Sprite image { get { return m_Image; } set { m_Image = value; } }
return;
}
}
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_m5B8E6B683070AB406FA738E689E2FD4055697FB6 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, const RuntimeMethod* method)
{
{
// public OptionData() { }
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// public OptionData() { }
return;
}
}
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_mC08B019055F1AFA7CFC262EF24A64F6D8E7C84E6 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, String_t* ___text0, const RuntimeMethod* method)
{
{
// public OptionData(string text)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.text = text;
String_t* L_0 = ___text0;
OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226(__this, L_0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_mFB73CF17AD7974CEBAA97EB2C90B2E37FB624065 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___image0, const RuntimeMethod* method)
{
{
// public OptionData(Sprite image)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.image = image;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___image0;
OptionData_set_image_m17048079C3FCD19A6D190AAEBA198DBB74D93C88(__this, L_0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_Dropdown/OptionData::.ctor(System.String,UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_m19DDCFEF4911D4F1E6D07F5CE9924AF555CB4EC5 (OptionData_tFDFBCB4A5FB860E95AE46FDAC112DB4140A8525E* __this, String_t* ___text0, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___image1, const RuntimeMethod* method)
{
{
// public OptionData(string text, Sprite image)
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.text = text;
String_t* L_0 = ___text0;
OptionData_set_text_mFF1E8A215A399CB9EA9DDFB0C6F3B9F068837226(__this, L_0, NULL);
// this.image = image;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_1 = ___image1;
OptionData_set_image_m17048079C3FCD19A6D190AAEBA198DBB74D93C88(__this, L_1, 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.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData> TMPro.TMP_Dropdown/OptionDataList::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* OptionDataList_get_options_mBC2E351252449F2B611857D18B396CEDF2289781 (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* __this, const RuntimeMethod* method)
{
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* V_0 = NULL;
{
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0 = __this->___m_Options_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_Dropdown/OptionDataList::set_options(System.Collections.Generic.List`1<TMPro.TMP_Dropdown/OptionData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionDataList_set_options_m826C957D08679C2620276456BCD535D148640174 (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* __this, List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* ___value0, const RuntimeMethod* method)
{
{
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0 = ___value0;
__this->___m_Options_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Options_0), (void*)L_0);
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
return;
}
}
// System.Void TMPro.TMP_Dropdown/OptionDataList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionDataList__ctor_m698166937E8E51F44FC2CCE7B3EF7BDA3932645B (OptionDataList_tF66EA4801BFA499F010E6EFF89ED760BF4F0BEE1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE80F02484ED836571C16C2A0C39181A5E707536B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public OptionDataList()
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// options = new List<OptionData>();
List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52* L_0 = (List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52*)il2cpp_codegen_object_new(List_1_tCADFA900711C24701A9C70EE674B91FC45D42A52_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mE80F02484ED836571C16C2A0C39181A5E707536B(L_0, List_1__ctor_mE80F02484ED836571C16C2A0C39181A5E707536B_RuntimeMethod_var);
OptionDataList_set_options_m826C957D08679C2620276456BCD535D148640174(__this, L_0, 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_Dropdown/DropdownEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownEvent__ctor_m65812C2BBC12188466CE844E9EC223B89E0946C1 (DropdownEvent_tFD4609E80240BC887A6D31F9F3C252A8A6843E91* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684(__this, UnityEvent_1__ctor_mCE6AA3B34C1148F11D1273C068A6A39430911684_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_Dropdown/<>c__DisplayClass69_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass69_0__ctor_mD126C84DF1978CB7709CC2B7374265951604D581 (U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void TMPro.TMP_Dropdown/<>c__DisplayClass69_0::<Show>b__0(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass69_0_U3CShowU3Eb__0_mE6A18CF6156B45C4052F1CBF0707DAB544ABA722 (U3CU3Ec__DisplayClass69_0_tEDE7959425351DDCC5071771AC70CA09AD4C5A0A* __this, bool ___x0, const RuntimeMethod* method)
{
{
// item.toggle.onValueChanged.AddListener(x => OnSelectItem(item.toggle));
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_0 = __this->___U3CU3E4__this_1;
DropdownItem_t61E998DABE3AE9B2A21D661B84BBB52DE887CD5C* L_1 = __this->___item_0;
NullCheck(L_1);
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_2;
L_2 = DropdownItem_get_toggle_mCC7B7993BF2AB865B2B6B82472391D5B1AB873D3(L_1, NULL);
NullCheck(L_0);
TMP_Dropdown_OnSelectItem_m9F1323DE41E23EFF4381C914BF1FCAA57F73C7AC(L_0, L_2, 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_Dropdown/<DelayedDestroyDropdownList>d__81::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDestroyDropdownListU3Ed__81__ctor_mFA83B08D54630018817A4BF76653AFDD3B1F8F69 (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDestroyDropdownListU3Ed__81_System_IDisposable_Dispose_mA124316B9DB4950F9756BDB797488D41F72383CD (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedDestroyDropdownListU3Ed__81_MoveNext_mA1EBFA3FA05EF54A866C4C59793A1B9A2D1C9E70 (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
goto IL_0016;
}
IL_0012:
{
goto IL_0018;
}
IL_0014:
{
goto IL_003a;
}
IL_0016:
{
return (bool)0;
}
IL_0018:
{
__this->___U3CU3E1__state_0 = (-1);
// yield return new WaitForSecondsRealtime(delay);
float L_3 = __this->___delay_2;
WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01* L_4 = (WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01*)il2cpp_codegen_object_new(WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01_il2cpp_TypeInfo_var);
NullCheck(L_4);
WaitForSecondsRealtime__ctor_mBFC1E4F0E042D5EC6E7EEB211A2FE5193A8F6D6F(L_4, L_3, NULL);
__this->___U3CU3E2__current_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_003a:
{
__this->___U3CU3E1__state_0 = (-1);
// ImmediateDestroyDropdownList();
TMP_Dropdown_t73B37BFDA0D005451C7B750938AFB1748E5EA504* L_5 = __this->___U3CU3E4__this_3;
NullCheck(L_5);
TMP_Dropdown_ImmediateDestroyDropdownList_mFEE6CE2C3264546861C82E60CE4C61BA42559B98(L_5, NULL);
// }
return (bool)0;
}
}
// System.Object TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayedDestroyDropdownListU3Ed__81_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m39BF9EDA0A38F97C5D75B53E1EF3954A3F58DE1F (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDestroyDropdownListU3Ed__81_System_Collections_IEnumerator_Reset_mB0690A94BB4E305E068156253A5D0F9044C7A101 (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedDestroyDropdownListU3Ed__81_System_Collections_IEnumerator_Reset_mB0690A94BB4E305E068156253A5D0F9044C7A101_RuntimeMethod_var)));
}
}
// System.Object TMPro.TMP_Dropdown/<DelayedDestroyDropdownList>d__81::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayedDestroyDropdownListU3Ed__81_System_Collections_IEnumerator_get_Current_mFFDC09A7ADBA08CB2BE7D2DE3F83C54F5418F8F0 (U3CDelayedDestroyDropdownListU3Ed__81_t05B7496EE054D3D27B38F71DF8049C452D352409* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___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
// System.String TMPro.TMP_FontAsset::get_version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_FontAsset_get_version_mD6CCB4A7D6F1FD5C46C65A0711426299D50B2AFE (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// get { return m_Version; }
String_t* L_0 = __this->___m_Version_8;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_Version; }
String_t* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_version(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_version_m7E9B93F4FDCE9EF03EDE8EA1245C522AFC61DE02 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// internal set { m_Version = value; }
String_t* L_0 = ___value0;
__this->___m_Version_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Version_8), (void*)L_0);
// internal set { m_Version = value; }
return;
}
}
// UnityEngine.Font TMPro.TMP_FontAsset::get_sourceFontFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* TMP_FontAsset_get_sourceFontFile_mD9B0F4FCBBCDCAAE5A370399DDE46C768B736722 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* V_0 = NULL;
{
// get { return m_SourceFontFile; }
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = __this->___m_SourceFontFile_10;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_SourceFontFile; }
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_sourceFontFile(UnityEngine.Font)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_sourceFontFile_mD3E145F204C872196FAE7DF1B97724C43BE24377 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___value0, const RuntimeMethod* method)
{
{
// internal set { m_SourceFontFile = value; }
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___value0;
__this->___m_SourceFontFile_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SourceFontFile_10), (void*)L_0);
// internal set { m_SourceFontFile = value; }
return;
}
}
// TMPro.AtlasPopulationMode TMPro.TMP_FontAsset::get_atlasPopulationMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasPopulationMode_m31A707178FB4F1722BA7D090A8E169CE2FAEB19F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_AtlasPopulationMode; }
int32_t L_0 = __this->___m_AtlasPopulationMode_11;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_AtlasPopulationMode; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_atlasPopulationMode(TMPro.AtlasPopulationMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasPopulationMode_mE002B4CEA0FB2CA8A52C77820B054165881E4FA4 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// m_AtlasPopulationMode = value;
int32_t L_0 = ___value0;
__this->___m_AtlasPopulationMode_11 = L_0;
// }
return;
}
}
// UnityEngine.TextCore.FaceInfo TMPro.TMP_FontAsset::get_faceInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 TMP_FontAsset_get_faceInfo_m1EB979B4CA53AA9EC5B09C445E28C24A477CBA6F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return m_FaceInfo; }
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_0 = __this->___m_FaceInfo_12;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FaceInfo; }
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_faceInfo(UnityEngine.TextCore.FaceInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_faceInfo_m711C454A1E8FE2B5DF455B6673257187B4C65B39 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 ___value0, const RuntimeMethod* method)
{
{
// set { m_FaceInfo = value; }
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_0 = ___value0;
__this->___m_FaceInfo_12 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_FaceInfo_12))->___m_FamilyName_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_FaceInfo_12))->___m_StyleName_2), (void*)NULL);
#endif
// set { m_FaceInfo = value; }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::get_glyphTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* TMP_FontAsset_get_glyphTable_mF205AA67646F5B0D2642CCBD2C1386F9DDDB8BCA (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* V_0 = NULL;
{
// get { return m_GlyphTable; }
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_0 = __this->___m_GlyphTable_13;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_GlyphTable; }
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_glyphTable(System.Collections.Generic.List`1<UnityEngine.TextCore.Glyph>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_glyphTable_m4604AAE8FFF44D5129D1BA4DB8354EB850550528 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* ___value0, const RuntimeMethod* method)
{
{
// internal set { m_GlyphTable = value; }
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_0 = ___value0;
__this->___m_GlyphTable_13 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphTable_13), (void*)L_0);
// internal set { m_GlyphTable = value; }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.UInt32,UnityEngine.TextCore.Glyph> TMPro.TMP_FontAsset::get_glyphLookupTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* TMP_FontAsset_get_glyphLookupTable_m8793591000281F1CA28F3B9BDB8ACD3316BA64BB (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* V_1 = NULL;
{
// if (m_GlyphLookupDictionary == null)
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_0 = __this->___m_GlyphLookupDictionary_14;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
}
IL_0015:
{
// return m_GlyphLookupDictionary;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_2 = __this->___m_GlyphLookupDictionary_14;
V_1 = L_2;
goto IL_001e;
}
IL_001e:
{
// }
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_3 = V_1;
return L_3;
}
}
// System.Collections.Generic.List`1<TMPro.TMP_Character> TMPro.TMP_FontAsset::get_characterTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* V_0 = NULL;
{
// get { return m_CharacterTable; }
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_0 = __this->___m_CharacterTable_15;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_CharacterTable; }
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_characterTable(System.Collections.Generic.List`1<TMPro.TMP_Character>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_characterTable_m00ADF21D5EC39D8DC306332253F7123C82AED02B (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* ___value0, const RuntimeMethod* method)
{
{
// internal set { m_CharacterTable = value; }
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_0 = ___value0;
__this->___m_CharacterTable_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CharacterTable_15), (void*)L_0);
// internal set { m_CharacterTable = value; }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.UInt32,TMPro.TMP_Character> TMPro.TMP_FontAsset::get_characterLookupTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* TMP_FontAsset_get_characterLookupTable_mEFAADDFAA6233DFEC3A0D8C163588B3C678451E9 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* V_1 = NULL;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
}
IL_0015:
{
// return m_CharacterLookupDictionary;
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_2 = __this->___m_CharacterLookupDictionary_16;
V_1 = L_2;
goto IL_001e;
}
IL_001e:
{
// }
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_3 = V_1;
return L_3;
}
}
// UnityEngine.Texture2D TMPro.TMP_FontAsset::get_atlasTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* TMP_FontAsset_get_atlasTexture_mC44D519047CD3E54BD92AB8FE6773034F990AC7D (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_1 = NULL;
{
// if (m_AtlasTexture == null)
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = __this->___m_AtlasTexture_17;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0021;
}
}
{
// m_AtlasTexture = atlasTextures[0];
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_3;
L_3 = TMP_FontAsset_get_atlasTextures_m80D4DF83161F39AC7D06B0B097038B1E02AFE307(__this, NULL);
NullCheck(L_3);
int32_t L_4 = 0;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
__this->___m_AtlasTexture_17 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture_17), (void*)L_5);
}
IL_0021:
{
// return m_AtlasTexture;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = __this->___m_AtlasTexture_17;
V_1 = L_6;
goto IL_002a;
}
IL_002a:
{
// }
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = V_1;
return L_7;
}
}
// UnityEngine.Texture2D[] TMPro.TMP_FontAsset::get_atlasTextures()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* TMP_FontAsset_get_atlasTextures_m80D4DF83161F39AC7D06B0B097038B1E02AFE307 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
bool V_0 = false;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* V_1 = NULL;
{
// if (m_AtlasTextures == null)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_0 = __this->___m_AtlasTextures_18;
V_0 = (bool)((((RuntimeObject*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
}
IL_0010:
{
// return m_AtlasTextures;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_2 = __this->___m_AtlasTextures_18;
V_1 = L_2;
goto IL_0019;
}
IL_0019:
{
// }
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_3 = V_1;
return L_3;
}
}
// System.Void TMPro.TMP_FontAsset::set_atlasTextures(UnityEngine.Texture2D[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasTextures_m5FED84FD7829C6B72E5937EC8DB9F844E654E937 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___value0, const RuntimeMethod* method)
{
{
// m_AtlasTextures = value;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_0 = ___value0;
__this->___m_AtlasTextures_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTextures_18), (void*)L_0);
// }
return;
}
}
// System.Int32 TMPro.TMP_FontAsset::get_atlasTextureCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasTextureCount_m45F8A9CA48B566FF57230414BC298846FB0DD407 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// public int atlasTextureCount { get { return m_AtlasTextureIndex + 1; } }
int32_t L_0 = __this->___m_AtlasTextureIndex_19;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
goto IL_000c;
}
IL_000c:
{
// public int atlasTextureCount { get { return m_AtlasTextureIndex + 1; } }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Boolean TMPro.TMP_FontAsset::get_isMultiAtlasTexturesEnabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_get_isMultiAtlasTexturesEnabled_m0F308BCE9267BCAB86BBF7CEF0CBAE302BF5E8C0 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_IsMultiAtlasTexturesEnabled; }
bool L_0 = __this->___m_IsMultiAtlasTexturesEnabled_20;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_IsMultiAtlasTexturesEnabled; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_isMultiAtlasTexturesEnabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_isMultiAtlasTexturesEnabled_m1EBFF9BBDE2D2A4E0B754FB1CCC45B76B0F1FA10 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IsMultiAtlasTexturesEnabled = value; }
bool L_0 = ___value0;
__this->___m_IsMultiAtlasTexturesEnabled_20 = L_0;
// set { m_IsMultiAtlasTexturesEnabled = value; }
return;
}
}
// System.Boolean TMPro.TMP_FontAsset::get_clearDynamicDataOnBuild()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_get_clearDynamicDataOnBuild_m0D55A98AE41E211EE960F57F0A835A6FBB627B13 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// get { return m_ClearDynamicDataOnBuild; }
bool L_0 = __this->___m_ClearDynamicDataOnBuild_21;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_ClearDynamicDataOnBuild; }
bool L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_clearDynamicDataOnBuild(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_clearDynamicDataOnBuild_m74DA616F7435271D377E7092D3B7BB2A95EB7EAD (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_ClearDynamicDataOnBuild = value; }
bool L_0 = ___value0;
__this->___m_ClearDynamicDataOnBuild_21 = L_0;
// set { m_ClearDynamicDataOnBuild = value; }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> TMPro.TMP_FontAsset::get_usedGlyphRects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* TMP_FontAsset_get_usedGlyphRects_m6E5D5A9E86583AE37DA1ABD7F184A7F359C9627E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* V_0 = NULL;
{
// get { return m_UsedGlyphRects; }
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_0 = __this->___m_UsedGlyphRects_22;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_UsedGlyphRects; }
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_usedGlyphRects(System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_usedGlyphRects_m75EC42D8C57FFCA998DC859C5B6D91D03F7C1615 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___value0, const RuntimeMethod* method)
{
{
// set { m_UsedGlyphRects = value; }
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_0 = ___value0;
__this->___m_UsedGlyphRects_22 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UsedGlyphRects_22), (void*)L_0);
// set { m_UsedGlyphRects = value; }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect> TMPro.TMP_FontAsset::get_freeGlyphRects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* TMP_FontAsset_get_freeGlyphRects_m093618A6748A2CB3C23904B03E5AD85B4B04521D (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* V_0 = NULL;
{
// get { return m_FreeGlyphRects; }
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_0 = __this->___m_FreeGlyphRects_23;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FreeGlyphRects; }
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_freeGlyphRects(System.Collections.Generic.List`1<UnityEngine.TextCore.GlyphRect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_freeGlyphRects_mC976815EFF6313591B1B2A4CFFF9C77249570DC1 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* ___value0, const RuntimeMethod* method)
{
{
// set { m_FreeGlyphRects = value; }
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_0 = ___value0;
__this->___m_FreeGlyphRects_23 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FreeGlyphRects_23), (void*)L_0);
// set { m_FreeGlyphRects = value; }
return;
}
}
// TMPro.FaceInfo_Legacy TMPro.TMP_FontAsset::get_fontInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* TMP_FontAsset_get_fontInfo_m88825262BEC22C48EB4854A09CD31908024777FD (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* V_0 = NULL;
{
// get { return m_fontInfo; }
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_0 = __this->___m_fontInfo_24;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_fontInfo; }
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_1 = V_0;
return L_1;
}
}
// System.Int32 TMPro.TMP_FontAsset::get_atlasWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasWidth_m45CB71477140814BBFF666E9179D0F9BFFA03EFC (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_AtlasWidth; }
int32_t L_0 = __this->___m_AtlasWidth_26;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_AtlasWidth; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_atlasWidth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasWidth_mBF3960711180E34BB43393B4AA9951DC82B3535E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// internal set { m_AtlasWidth = value; }
int32_t L_0 = ___value0;
__this->___m_AtlasWidth_26 = L_0;
// internal set { m_AtlasWidth = value; }
return;
}
}
// System.Int32 TMPro.TMP_FontAsset::get_atlasHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasHeight_m95F59523E66882079E1D2A4157DE5FF52C4892AC (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_AtlasHeight; }
int32_t L_0 = __this->___m_AtlasHeight_27;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_AtlasHeight; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_atlasHeight(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasHeight_m1272E53248672683B4210DC23137D7F270CFE81C (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// internal set { m_AtlasHeight = value; }
int32_t L_0 = ___value0;
__this->___m_AtlasHeight_27 = L_0;
// internal set { m_AtlasHeight = value; }
return;
}
}
// System.Int32 TMPro.TMP_FontAsset::get_atlasPadding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasPadding_m556957263DC5F92E8EAA8460635860E96ACBD616 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_AtlasPadding; }
int32_t L_0 = __this->___m_AtlasPadding_28;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_AtlasPadding; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_atlasPadding(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasPadding_m3113EAFFC2BFEE6B95D5371D0325A8284CFBDA4B (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// internal set { m_AtlasPadding = value; }
int32_t L_0 = ___value0;
__this->___m_AtlasPadding_28 = L_0;
// internal set { m_AtlasPadding = value; }
return;
}
}
// UnityEngine.TextCore.LowLevel.GlyphRenderMode TMPro.TMP_FontAsset::get_atlasRenderMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_FontAsset_get_atlasRenderMode_mF139904718DC44F83E657D2FB175A52B45B4FFAC (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// get { return m_AtlasRenderMode; }
int32_t L_0 = __this->___m_AtlasRenderMode_29;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_AtlasRenderMode; }
int32_t L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_atlasRenderMode(UnityEngine.TextCore.LowLevel.GlyphRenderMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_atlasRenderMode_m82C0939AEF473FB4A319457D4B6B7E67F36059BE (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// internal set { m_AtlasRenderMode = value; }
int32_t L_0 = ___value0;
__this->___m_AtlasRenderMode_29 = L_0;
// internal set { m_AtlasRenderMode = value; }
return;
}
}
// TMPro.TMP_FontFeatureTable TMPro.TMP_FontAsset::get_fontFeatureTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* TMP_FontAsset_get_fontFeatureTable_mF00EEAEDD0448BE4667CB959CCE79ED45D2300AE (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* V_0 = NULL;
{
// get { return m_FontFeatureTable; }
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_0 = __this->___m_FontFeatureTable_32;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FontFeatureTable; }
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_fontFeatureTable(TMPro.TMP_FontFeatureTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_fontFeatureTable_m1FFFA492C09D14639BA2FA94B334758AC5E1B009 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* ___value0, const RuntimeMethod* method)
{
{
// internal set { m_FontFeatureTable = value; }
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_0 = ___value0;
__this->___m_FontFeatureTable_32 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontFeatureTable_32), (void*)L_0);
// internal set { m_FontFeatureTable = value; }
return;
}
}
// System.Collections.Generic.List`1<TMPro.TMP_FontAsset> TMPro.TMP_FontAsset::get_fallbackFontAssetTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* V_0 = NULL;
{
// get { return m_FallbackFontAssetTable; }
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_0 = __this->___m_FallbackFontAssetTable_34;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FallbackFontAssetTable; }
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_fallbackFontAssetTable(System.Collections.Generic.List`1<TMPro.TMP_FontAsset>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_fallbackFontAssetTable_mEFEEF51CD10815BE4CED7C0D356041401FB8BC1E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* ___value0, const RuntimeMethod* method)
{
{
// set { m_FallbackFontAssetTable = value; }
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_0 = ___value0;
__this->___m_FallbackFontAssetTable_34 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FallbackFontAssetTable_34), (void*)L_0);
// set { m_FallbackFontAssetTable = value; }
return;
}
}
// TMPro.FontAssetCreationSettings TMPro.TMP_FontAsset::get_creationSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF TMP_FontAsset_get_creationSettings_mC0B2DC9BAFE3BECB8F00A82C586B45FD0B2C9F6F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF V_0;
memset((&V_0), 0, sizeof(V_0));
{
// get { return m_CreationSettings; }
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF L_0 = __this->___m_CreationSettings_35;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_CreationSettings; }
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_creationSettings(TMPro.FontAssetCreationSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_creationSettings_m81E03C271762A9134DEA4A3A8EA2EA47078DB000 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF ___value0, const RuntimeMethod* method)
{
{
// set { m_CreationSettings = value; }
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF L_0 = ___value0;
__this->___m_CreationSettings_35 = L_0;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CreationSettings_35))->___sourceFontFileName_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CreationSettings_35))->___sourceFontFileGUID_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CreationSettings_35))->___characterSequence_9), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CreationSettings_35))->___referencedFontAssetGUID_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CreationSettings_35))->___referencedTextAssetGUID_11), (void*)NULL);
#endif
// set { m_CreationSettings = value; }
return;
}
}
// TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::get_fontWeightTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* TMP_FontAsset_get_fontWeightTable_mC27EC0A27F82292FB24E3AB7B87421AEFD0869DD (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* V_0 = NULL;
{
// get { return m_FontWeightTable; }
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_0 = __this->___m_FontWeightTable_36;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
// get { return m_FontWeightTable; }
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_1 = V_0;
return L_1;
}
}
// System.Void TMPro.TMP_FontAsset::set_fontWeightTable(TMPro.TMP_FontWeightPair[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_set_fontWeightTable_m9E22B6BBDB11B70D6696C79F6E1B85F4D3183B5E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* ___value0, const RuntimeMethod* method)
{
{
// internal set { m_FontWeightTable = value; }
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_0 = ___value0;
__this->___m_FontWeightTable_36 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontWeightTable_36), (void*)L_0);
// internal set { m_FontWeightTable = value; }
return;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_FontAsset::CreateFontAsset(UnityEngine.Font)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontAsset_CreateFontAsset_m9DD7036A85B51299FF1F311D7627FAD669BD6372 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_0 = NULL;
{
// return CreateFontAsset(font, 90, 9, GlyphRenderMode.SDFAA, 1024, 1024, AtlasPopulationMode.Dynamic);
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_0 = ___font0;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_1;
L_1 = TMP_FontAsset_CreateFontAsset_m762BC2630D840C890BBA39566366BA8A48242C15(L_0, ((int32_t)90), ((int32_t)9), ((int32_t)4165), ((int32_t)1024), ((int32_t)1024), 1, (bool)1, NULL);
V_0 = L_1;
goto IL_001f;
}
IL_001f:
{
// }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_2 = V_0;
return L_2;
}
}
// TMPro.TMP_FontAsset TMPro.TMP_FontAsset::CreateFontAsset(UnityEngine.Font,System.Int32,System.Int32,UnityEngine.TextCore.LowLevel.GlyphRenderMode,System.Int32,System.Int32,TMPro.AtlasPopulationMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* TMP_FontAsset_CreateFontAsset_m762BC2630D840C890BBA39566366BA8A48242C15 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font0, int32_t ___samplingPointSize1, int32_t ___atlasPadding2, int32_t ___renderMode3, int32_t ___atlasWidth4, int32_t ___atlasHeight5, int32_t ___atlasPopulationMode6, bool ___enableMultiAtlasSupport7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_mCB0DC422A1BB083A83B410A4FEF734E29187F014_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB46DD8999A15A0609D38B88543C9A9AE687FA955);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA992181B27B557F33B153141C54C3FB4FDC6D33);
s_Il2CppMethodInitialized = true;
}
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_0 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_7 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_8 = NULL;
{
// FontEngine.InitializeFontEngine();
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = FontEngine_InitializeFontEngine_m638D8F80E80E328F2DB85FADC7F898C41E56D87E(NULL);
// if (FontEngine.LoadFontFace(font, samplingPointSize) != FontEngineError.Success)
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_1 = ___font0;
int32_t L_2 = ___samplingPointSize1;
int32_t L_3;
L_3 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_1, L_2, NULL);
V_3 = (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
bool L_4 = V_3;
if (!L_4)
{
goto IL_003a;
}
}
{
// Debug.LogWarning("Unable to load font face for [" + font.name + "]. Make sure \"Include Font Data\" is enabled in the Font Import Settings.", font);
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_5 = ___font0;
NullCheck(L_5);
String_t* L_6;
L_6 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_5, NULL);
String_t* L_7;
L_7 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralB46DD8999A15A0609D38B88543C9A9AE687FA955, L_6, _stringLiteralBA992181B27B557F33B153141C54C3FB4FDC6D33, NULL);
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_8 = ___font0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_7, L_8, NULL);
// return null;
V_4 = (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160*)NULL;
goto IL_01cd;
}
IL_003a:
{
// TMP_FontAsset fontAsset = ScriptableObject.CreateInstance<TMP_FontAsset>();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_9;
L_9 = ScriptableObject_CreateInstance_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_mCB0DC422A1BB083A83B410A4FEF734E29187F014(ScriptableObject_CreateInstance_TisTMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_mCB0DC422A1BB083A83B410A4FEF734E29187F014_RuntimeMethod_var);
V_0 = L_9;
// fontAsset.m_Version = "1.1.0";
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_10 = V_0;
NullCheck(L_10);
L_10->___m_Version_8 = _stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___m_Version_8), (void*)_stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE);
// fontAsset.faceInfo = FontEngine.GetFaceInfo();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_11 = V_0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756 L_12;
L_12 = FontEngine_GetFaceInfo_m946A83D7741C40F408709FEE224CE130FD578A1A(NULL);
NullCheck(L_11);
TMP_FontAsset_set_faceInfo_m711C454A1E8FE2B5DF455B6673257187B4C65B39(L_11, L_12, NULL);
// if (atlasPopulationMode == AtlasPopulationMode.Dynamic)
int32_t L_13 = ___atlasPopulationMode6;
V_5 = (bool)((((int32_t)L_13) == ((int32_t)1))? 1 : 0);
bool L_14 = V_5;
if (!L_14)
{
goto IL_006a;
}
}
{
// fontAsset.sourceFontFile = font;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_15 = V_0;
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_16 = ___font0;
NullCheck(L_15);
TMP_FontAsset_set_sourceFontFile_mD3E145F204C872196FAE7DF1B97724C43BE24377(L_15, L_16, NULL);
}
IL_006a:
{
// fontAsset.atlasPopulationMode = atlasPopulationMode;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_17 = V_0;
int32_t L_18 = ___atlasPopulationMode6;
NullCheck(L_17);
TMP_FontAsset_set_atlasPopulationMode_mE002B4CEA0FB2CA8A52C77820B054165881E4FA4(L_17, L_18, NULL);
// fontAsset.atlasWidth = atlasWidth;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_19 = V_0;
int32_t L_20 = ___atlasWidth4;
NullCheck(L_19);
TMP_FontAsset_set_atlasWidth_mBF3960711180E34BB43393B4AA9951DC82B3535E(L_19, L_20, NULL);
// fontAsset.atlasHeight = atlasHeight;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_21 = V_0;
int32_t L_22 = ___atlasHeight5;
NullCheck(L_21);
TMP_FontAsset_set_atlasHeight_m1272E53248672683B4210DC23137D7F270CFE81C(L_21, L_22, NULL);
// fontAsset.atlasPadding = atlasPadding;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_23 = V_0;
int32_t L_24 = ___atlasPadding2;
NullCheck(L_23);
TMP_FontAsset_set_atlasPadding_m3113EAFFC2BFEE6B95D5371D0325A8284CFBDA4B(L_23, L_24, NULL);
// fontAsset.atlasRenderMode = renderMode;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_25 = V_0;
int32_t L_26 = ___renderMode3;
NullCheck(L_25);
TMP_FontAsset_set_atlasRenderMode_m82C0939AEF473FB4A319457D4B6B7E67F36059BE(L_25, L_26, NULL);
// fontAsset.atlasTextures = new Texture2D[1];
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_27 = V_0;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_28 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
NullCheck(L_27);
TMP_FontAsset_set_atlasTextures_m5FED84FD7829C6B72E5937EC8DB9F844E654E937(L_27, L_28, NULL);
// Texture2D texture = new Texture2D(0, 0, TextureFormat.Alpha8, false);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_29 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
NullCheck(L_29);
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_29, 0, 0, 1, (bool)0, NULL);
V_1 = L_29;
// fontAsset.atlasTextures[0] = texture;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_30 = V_0;
NullCheck(L_30);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_31;
L_31 = TMP_FontAsset_get_atlasTextures_m80D4DF83161F39AC7D06B0B097038B1E02AFE307(L_30, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_32 = V_1;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_32);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_32);
// fontAsset.isMultiAtlasTexturesEnabled = enableMultiAtlasSupport;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_33 = V_0;
bool L_34 = ___enableMultiAtlasSupport7;
NullCheck(L_33);
TMP_FontAsset_set_isMultiAtlasTexturesEnabled_m1EBFF9BBDE2D2A4E0B754FB1CCC45B76B0F1FA10(L_33, L_34, NULL);
// if (((GlyphRasterModes)renderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP)
int32_t L_35 = ___renderMode3;
V_6 = (bool)((((int32_t)((int32_t)((int32_t)L_35&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
bool L_36 = V_6;
if (!L_36)
{
goto IL_0114;
}
}
{
// packingModifier = 0;
V_2 = 0;
// Material tmp_material = new Material(ShaderUtilities.ShaderRef_MobileBitmap);
il2cpp_codegen_runtime_class_init_inline(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_37;
L_37 = ShaderUtilities_get_ShaderRef_MobileBitmap_m94CEC6AEA07F2CAF6A6BE9C98DCB50319795CD37(NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_38 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_38);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_38, L_37, NULL);
V_7 = L_38;
// tmp_material.SetTexture(ShaderUtilities.ID_MainTex, texture);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_39 = V_7;
int32_t L_40 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_MainTex_0;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_41 = V_1;
NullCheck(L_39);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_39, L_40, L_41, NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_TextureWidth, atlasWidth);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42 = V_7;
int32_t L_43 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_TextureWidth_26;
int32_t L_44 = ___atlasWidth4;
NullCheck(L_42);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_42, L_43, ((float)L_44), NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_TextureHeight, atlasHeight);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_45 = V_7;
int32_t L_46 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_TextureHeight_27;
int32_t L_47 = ___atlasHeight5;
NullCheck(L_45);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_45, L_46, ((float)L_47), NULL);
// fontAsset.material = tmp_material;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_48 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_49 = V_7;
NullCheck(L_48);
((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_48)->___material_6 = L_49;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_48)->___material_6), (void*)L_49);
goto IL_0191;
}
IL_0114:
{
// packingModifier = 1;
V_2 = 1;
// Material tmp_material = new Material(ShaderUtilities.ShaderRef_MobileSDF);
il2cpp_codegen_runtime_class_init_inline(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_50;
L_50 = ShaderUtilities_get_ShaderRef_MobileSDF_mF290287DC8FCA75D104DC7A0C01BEF67EA8F9C53(NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_51);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_51, L_50, NULL);
V_8 = L_51;
// tmp_material.SetTexture(ShaderUtilities.ID_MainTex, texture);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_52 = V_8;
int32_t L_53 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_MainTex_0;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_54 = V_1;
NullCheck(L_52);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_52, L_53, L_54, NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_TextureWidth, atlasWidth);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_55 = V_8;
int32_t L_56 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_TextureWidth_26;
int32_t L_57 = ___atlasWidth4;
NullCheck(L_55);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_55, L_56, ((float)L_57), NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_TextureHeight, atlasHeight);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_58 = V_8;
int32_t L_59 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_TextureHeight_27;
int32_t L_60 = ___atlasHeight5;
NullCheck(L_58);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_58, L_59, ((float)L_60), NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_GradientScale, atlasPadding + packingModifier);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_61 = V_8;
int32_t L_62 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_GradientScale_21;
int32_t L_63 = ___atlasPadding2;
int32_t L_64 = V_2;
NullCheck(L_61);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_61, L_62, ((float)((int32_t)il2cpp_codegen_add(L_63, L_64))), NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_WeightNormal, fontAsset.normalStyle);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_65 = V_8;
int32_t L_66 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_WeightNormal_12;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_67 = V_0;
NullCheck(L_67);
float L_68 = L_67->___normalStyle_38;
NullCheck(L_65);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_65, L_66, L_68, NULL);
// tmp_material.SetFloat(ShaderUtilities.ID_WeightBold, fontAsset.boldStyle);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_69 = V_8;
int32_t L_70 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_WeightBold_13;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_71 = V_0;
NullCheck(L_71);
float L_72 = L_71->___boldStyle_40;
NullCheck(L_69);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_69, L_70, L_72, NULL);
// fontAsset.material = tmp_material;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_73 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_74 = V_8;
NullCheck(L_73);
((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_73)->___material_6 = L_74;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)L_73)->___material_6), (void*)L_74);
}
IL_0191:
{
// fontAsset.freeGlyphRects = new List<GlyphRect>(8) { new GlyphRect(0, 0, atlasWidth - packingModifier, atlasHeight - packingModifier) };
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_75 = V_0;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_76 = (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*)il2cpp_codegen_object_new(List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B_il2cpp_TypeInfo_var);
NullCheck(L_76);
List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B(L_76, 8, List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B_RuntimeMethod_var);
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_77 = L_76;
int32_t L_78 = ___atlasWidth4;
int32_t L_79 = V_2;
int32_t L_80 = ___atlasHeight5;
int32_t L_81 = V_2;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_82;
memset((&L_82), 0, sizeof(L_82));
GlyphRect__ctor_m2B11A6C6C70735CB77FE2176E3D55D922D772A95((&L_82), 0, 0, ((int32_t)il2cpp_codegen_subtract(L_78, L_79)), ((int32_t)il2cpp_codegen_subtract(L_80, L_81)), /*hidden argument*/NULL);
NullCheck(L_77);
List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_inline(L_77, L_82, List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var);
NullCheck(L_75);
TMP_FontAsset_set_freeGlyphRects_mC976815EFF6313591B1B2A4CFFF9C77249570DC1(L_75, L_77, NULL);
// fontAsset.usedGlyphRects = new List<GlyphRect>(8);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_83 = V_0;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_84 = (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*)il2cpp_codegen_object_new(List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B_il2cpp_TypeInfo_var);
NullCheck(L_84);
List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B(L_84, 8, List_1__ctor_mC59F2D99C6EB086FD9F950A7CC3177BC7C5A6F3B_RuntimeMethod_var);
NullCheck(L_83);
TMP_FontAsset_set_usedGlyphRects_m75EC42D8C57FFCA998DC859C5B6D91D03F7C1615(L_83, L_84, NULL);
// fontAsset.ReadFontAssetDefinition();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_85 = V_0;
NullCheck(L_85);
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(L_85, NULL);
// return fontAsset;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_86 = V_0;
V_4 = L_86;
goto IL_01cd;
}
IL_01cd:
{
// }
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_87 = V_4;
return L_87;
}
}
// System.Void TMPro.TMP_FontAsset::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_Awake_m2B709B96B357084D0D82D4DFC69AABB73061FB21 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
// if (this.material != null && string.IsNullOrEmpty(m_Version))
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)__this)->___material_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
String_t* L_2 = __this->___m_Version_8;
bool L_3;
L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001d;
}
IL_001c:
{
G_B3_0 = 0;
}
IL_001d:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0028;
}
}
{
// UpgradeFontAsset();
TMP_FontAsset_UpgradeFontAsset_m97EF749DD42303D0AF9EF5C120832CA697F9DAC1(__this, NULL);
}
IL_0028:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::ReadFontAssetDefinition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B3_0 = 0;
{
// k_ReadFontAssetDefinitionMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_ReadFontAssetDefinitionMarker_45), NULL);
// if (this.material != null && string.IsNullOrEmpty(m_Version))
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)__this)->___material_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0027;
}
}
{
String_t* L_2 = __this->___m_Version_8;
bool L_3;
L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_0028;
}
IL_0027:
{
G_B3_0 = 0;
}
IL_0028:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0033;
}
}
{
// UpgradeFontAsset();
TMP_FontAsset_UpgradeFontAsset_m97EF749DD42303D0AF9EF5C120832CA697F9DAC1(__this, NULL);
}
IL_0033:
{
// InitializeDictionaryLookupTables();
TMP_FontAsset_InitializeDictionaryLookupTables_mEB2EEBAF42E2F540C08EE513E9C03D814E6213C3(__this, NULL);
// AddSynthesizedCharactersAndFaceMetrics();
TMP_FontAsset_AddSynthesizedCharactersAndFaceMetrics_m4B60AD7CEE8FD7A1DA1EDCAFC6A55E4762F174BB(__this, NULL);
// if (m_FaceInfo.scale == 0)
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_5 = (&__this->___m_FaceInfo_12);
float L_6;
L_6 = FaceInfo_get_scale_mC475A572AD4956B47D8B9F8D90DC69BBBB102FCD(L_5, NULL);
V_1 = (bool)((((float)L_6) == ((float)(0.0f)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0068;
}
}
{
// m_FaceInfo.scale = 1.0f;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_8 = (&__this->___m_FaceInfo_12);
FaceInfo_set_scale_m379253929403DA08480CAD127C908A0E8329A5D4(L_8, (1.0f), NULL);
}
IL_0068:
{
// if (m_FaceInfo.strikethroughOffset == 0)
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_9 = (&__this->___m_FaceInfo_12);
float L_10;
L_10 = FaceInfo_get_strikethroughOffset_m7997E4A1512FE358331B3A6543C62C92A0AA5CA5(L_9, NULL);
V_2 = (bool)((((float)L_10) == ((float)(0.0f)))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_009b;
}
}
{
// m_FaceInfo.strikethroughOffset = m_FaceInfo.capLine / 2.5f;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_12 = (&__this->___m_FaceInfo_12);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_13 = (&__this->___m_FaceInfo_12);
float L_14;
L_14 = FaceInfo_get_capLine_m0D95B5D5CEC5CFB12091F5EB5965DE6E38588C88(L_13, NULL);
FaceInfo_set_strikethroughOffset_m57B05848BDA21F7AF6563394D29C8AE7107FEFF0(L_12, ((float)(L_14/(2.5f))), NULL);
}
IL_009b:
{
// if (m_AtlasPadding == 0)
int32_t L_15 = __this->___m_AtlasPadding_28;
V_3 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
bool L_16 = V_3;
if (!L_16)
{
goto IL_00d9;
}
}
{
// if (material.HasProperty(ShaderUtilities.ID_GradientScale))
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_17 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)__this)->___material_6;
il2cpp_codegen_runtime_class_init_inline(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var);
int32_t L_18 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_GradientScale_21;
NullCheck(L_17);
bool L_19;
L_19 = Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222(L_17, L_18, NULL);
V_4 = L_19;
bool L_20 = V_4;
if (!L_20)
{
goto IL_00d8;
}
}
{
// m_AtlasPadding = (int)material.GetFloat(ShaderUtilities.ID_GradientScale) - 1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = ((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)__this)->___material_6;
il2cpp_codegen_runtime_class_init_inline(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var);
int32_t L_22 = ((ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t9BE0345DF949745FC0EB9A1119E204F2F129298F_il2cpp_TypeInfo_var))->___ID_GradientScale_21;
NullCheck(L_21);
float L_23;
L_23 = Material_GetFloat_m52462F4AEDE20758BFB592B11DE83A79D2774932(L_21, L_22, NULL);
__this->___m_AtlasPadding_28 = ((int32_t)il2cpp_codegen_subtract(il2cpp_codegen_cast_double_to_int<int32_t>(L_23), 1));
}
IL_00d8:
{
}
IL_00d9:
{
// hashCode = TMP_TextUtilities.GetSimpleHashCode(this.name);
String_t* L_24;
L_24 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_TextUtilities_tD7ED516E31C2AA0EB607D587C0BB0FE71A8BB934_il2cpp_TypeInfo_var);
int32_t L_25;
L_25 = TMP_TextUtilities_GetSimpleHashCode_m15FA466AEECE8EDBDF9E75B0DD9B62E5C45789FE(L_24, NULL);
((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)__this)->___hashCode_5 = L_25;
// materialHashCode = TMP_TextUtilities.GetSimpleHashCode(this.name + s_DefaultMaterialSuffix);
String_t* L_26;
L_26 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
String_t* L_27 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___s_DefaultMaterialSuffix_52;
String_t* L_28;
L_28 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_26, L_27, NULL);
int32_t L_29;
L_29 = TMP_TextUtilities_GetSimpleHashCode_m15FA466AEECE8EDBDF9E75B0DD9B62E5C45789FE(L_28, NULL);
((TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969*)__this)->___materialHashCode_7 = L_29;
// IsFontAssetLookupTablesDirty = false;
__this->___IsFontAssetLookupTablesDirty_44 = (bool)0;
// k_ReadFontAssetDefinitionMarker.End();
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_ReadFontAssetDefinitionMarker_45), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::InitializeDictionaryLookupTables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeDictionaryLookupTables_mEB2EEBAF42E2F540C08EE513E9C03D814E6213C3 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
{
// InitializeGlyphLookupDictionary();
TMP_FontAsset_InitializeGlyphLookupDictionary_mFAED66009A159849EC515F922317CA629B3DF1F3(__this, NULL);
// InitializeCharacterLookupDictionary();
TMP_FontAsset_InitializeCharacterLookupDictionary_m598F2AE1FBDE1D58002C4C89371B8FEF1AE61C7D(__this, NULL);
// InitializeGlyphPaidAdjustmentRecordsLookupDictionary();
TMP_FontAsset_InitializeGlyphPaidAdjustmentRecordsLookupDictionary_m0A997B751301AB9C3D3A495D02462B116CEE08B5(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::InitializeGlyphLookupDictionary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeGlyphLookupDictionary_mFAED66009A159849EC515F922317CA629B3DF1F3 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mA3D3FC8E3561F6885204CB1CC9E3AB82E4F649E8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m30C3F5890A20AF5FA64A272E19CFC8750E0F9D16_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m95F9D3D98504ED93586B4A5F2D06C8F0D39605D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_5 = NULL;
uint32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
{
// if (m_GlyphLookupDictionary == null)
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_0 = __this->___m_GlyphLookupDictionary_14;
V_1 = (bool)((((RuntimeObject*)(Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001b;
}
}
{
// m_GlyphLookupDictionary = new Dictionary<uint, Glyph>();
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_2 = (Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*)il2cpp_codegen_object_new(Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7_il2cpp_TypeInfo_var);
NullCheck(L_2);
Dictionary_2__ctor_m30C3F5890A20AF5FA64A272E19CFC8750E0F9D16(L_2, Dictionary_2__ctor_m30C3F5890A20AF5FA64A272E19CFC8750E0F9D16_RuntimeMethod_var);
__this->___m_GlyphLookupDictionary_14 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphLookupDictionary_14), (void*)L_2);
goto IL_0027;
}
IL_001b:
{
// m_GlyphLookupDictionary.Clear();
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_3 = __this->___m_GlyphLookupDictionary_14;
NullCheck(L_3);
Dictionary_2_Clear_mA3D3FC8E3561F6885204CB1CC9E3AB82E4F649E8(L_3, Dictionary_2_Clear_mA3D3FC8E3561F6885204CB1CC9E3AB82E4F649E8_RuntimeMethod_var);
}
IL_0027:
{
// if (m_GlyphIndexList == null)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_4 = __this->___m_GlyphIndexList_61;
V_2 = (bool)((((RuntimeObject*)(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_0041;
}
}
{
// m_GlyphIndexList = new List<uint>();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_6 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_6);
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_6, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
__this->___m_GlyphIndexList_61 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphIndexList_61), (void*)L_6);
goto IL_004d;
}
IL_0041:
{
// m_GlyphIndexList.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_7 = __this->___m_GlyphIndexList_61;
NullCheck(L_7);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_7, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
}
IL_004d:
{
// if (m_GlyphIndexListNewlyAdded == null)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_8 = __this->___m_GlyphIndexListNewlyAdded_62;
V_3 = (bool)((((RuntimeObject*)(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_0067;
}
}
{
// m_GlyphIndexListNewlyAdded = new List<uint>();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_10 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_10);
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_10, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
__this->___m_GlyphIndexListNewlyAdded_62 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphIndexListNewlyAdded_62), (void*)L_10);
goto IL_0073;
}
IL_0067:
{
// m_GlyphIndexListNewlyAdded.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_11 = __this->___m_GlyphIndexListNewlyAdded_62;
NullCheck(L_11);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_11, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
}
IL_0073:
{
// int glyphCount = m_GlyphTable.Count;
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_12 = __this->___m_GlyphTable_13;
NullCheck(L_12);
int32_t L_13;
L_13 = List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_inline(L_12, List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var);
V_0 = L_13;
// for (int i = 0; i < glyphCount; i++)
V_4 = 0;
goto IL_00da;
}
IL_0084:
{
// Glyph glyph = m_GlyphTable[i];
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_14 = __this->___m_GlyphTable_13;
int32_t L_15 = V_4;
NullCheck(L_14);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_16;
L_16 = List_1_get_Item_m95F9D3D98504ED93586B4A5F2D06C8F0D39605D0(L_14, L_15, List_1_get_Item_m95F9D3D98504ED93586B4A5F2D06C8F0D39605D0_RuntimeMethod_var);
V_5 = L_16;
// uint index = glyph.index;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_17 = V_5;
NullCheck(L_17);
uint32_t L_18;
L_18 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_17, NULL);
V_6 = L_18;
// if (m_GlyphLookupDictionary.ContainsKey(index) == false)
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_19 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_20 = V_6;
NullCheck(L_19);
bool L_21;
L_21 = Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932(L_19, L_20, Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
V_7 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_7;
if (!L_22)
{
goto IL_00d3;
}
}
{
// m_GlyphLookupDictionary.Add(index, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_23 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_24 = V_6;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_25 = V_5;
NullCheck(L_23);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_23, L_24, L_25, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// m_GlyphIndexList.Add(index);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_26 = __this->___m_GlyphIndexList_61;
uint32_t L_27 = V_6;
NullCheck(L_26);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_26, L_27, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
}
IL_00d3:
{
// for (int i = 0; i < glyphCount; i++)
int32_t L_28 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_28, 1));
}
IL_00da:
{
// for (int i = 0; i < glyphCount; i++)
int32_t L_29 = V_4;
int32_t L_30 = V_0;
V_8 = (bool)((((int32_t)L_29) < ((int32_t)L_30))? 1 : 0);
bool L_31 = V_8;
if (L_31)
{
goto IL_0084;
}
}
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::InitializeCharacterLookupDictionary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeCharacterLookupDictionary_m598F2AE1FBDE1D58002C4C89371B8FEF1AE61C7D (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mC845CA26A09910DC6E06756ADA829C77C8C3FF63_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF1183A3E6C104EFE8C0CDAFCCE547B93181B5923_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_2 = NULL;
uint32_t V_3 = 0;
uint32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001b;
}
}
{
// m_CharacterLookupDictionary = new Dictionary<uint, TMP_Character>();
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_2 = (Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)il2cpp_codegen_object_new(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0_il2cpp_TypeInfo_var);
NullCheck(L_2);
Dictionary_2__ctor_mF1183A3E6C104EFE8C0CDAFCCE547B93181B5923(L_2, Dictionary_2__ctor_mF1183A3E6C104EFE8C0CDAFCCE547B93181B5923_RuntimeMethod_var);
__this->___m_CharacterLookupDictionary_16 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CharacterLookupDictionary_16), (void*)L_2);
goto IL_0027;
}
IL_001b:
{
// m_CharacterLookupDictionary.Clear();
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_3 = __this->___m_CharacterLookupDictionary_16;
NullCheck(L_3);
Dictionary_2_Clear_mC845CA26A09910DC6E06756ADA829C77C8C3FF63(L_3, Dictionary_2_Clear_mC845CA26A09910DC6E06756ADA829C77C8C3FF63_RuntimeMethod_var);
}
IL_0027:
{
// for (int i = 0; i < m_CharacterTable.Count; i++)
V_1 = 0;
goto IL_008e;
}
IL_002b:
{
// TMP_Character character = m_CharacterTable[i];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_4 = __this->___m_CharacterTable_15;
int32_t L_5 = V_1;
NullCheck(L_4);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_6;
L_6 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_4, L_5, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
V_2 = L_6;
// uint unicode = character.unicode;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_7 = V_2;
NullCheck(L_7);
uint32_t L_8;
L_8 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_7, NULL);
V_3 = L_8;
// uint glyphIndex = character.glyphIndex;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_9 = V_2;
NullCheck(L_9);
uint32_t L_10;
L_10 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_9, NULL);
V_4 = L_10;
// if (m_CharacterLookupDictionary.ContainsKey(unicode) == false)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_11 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_12 = V_3;
NullCheck(L_11);
bool L_13;
L_13 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_11, L_12, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
bool L_14 = V_5;
if (!L_14)
{
goto IL_0089;
}
}
{
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_15 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_16 = V_3;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_17 = V_2;
NullCheck(L_15);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_15, L_16, L_17, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// character.textAsset = this;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_18 = V_2;
NullCheck(L_18);
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(L_18, __this, NULL);
// character.glyph = m_GlyphLookupDictionary[glyphIndex];
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_19 = V_2;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_20 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_21 = V_4;
NullCheck(L_20);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_22;
L_22 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_20, L_21, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
NullCheck(L_19);
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(L_19, L_22, NULL);
}
IL_0089:
{
// for (int i = 0; i < m_CharacterTable.Count; i++)
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_008e:
{
// for (int i = 0; i < m_CharacterTable.Count; i++)
int32_t L_24 = V_1;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_25 = __this->___m_CharacterTable_15;
NullCheck(L_25);
int32_t L_26;
L_26 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_25, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_6 = (bool)((((int32_t)L_24) < ((int32_t)L_26))? 1 : 0);
bool L_27 = V_6;
if (L_27)
{
goto IL_002b;
}
}
{
// if (FallbackSearchQueryLookup == null)
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_28 = __this->___FallbackSearchQueryLookup_53;
V_7 = (bool)((((RuntimeObject*)(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)L_28) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_29 = V_7;
if (!L_29)
{
goto IL_00be;
}
}
{
// FallbackSearchQueryLookup = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_30 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_30);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_30, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
__this->___FallbackSearchQueryLookup_53 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&__this->___FallbackSearchQueryLookup_53), (void*)L_30);
goto IL_00ca;
}
IL_00be:
{
// FallbackSearchQueryLookup.Clear();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_31 = __this->___FallbackSearchQueryLookup_53;
NullCheck(L_31);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_31, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_00ca:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::InitializeGlyphPaidAdjustmentRecordsLookupDictionary()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_InitializeGlyphPaidAdjustmentRecordsLookupDictionary_m0A997B751301AB9C3D3A495D02462B116CEE08B5 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m888F61CD7CD1525FD6EEAA2390490218C7F1D7CA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m453336130A1AC13A16C4BBAAE6D30A068A20491D_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* V_5 = NULL;
uint32_t V_6 = 0;
bool V_7 = false;
bool V_8 = false;
int32_t G_B4_0 = 0;
{
// if (m_KerningTable != null && m_KerningTable.kerningPairs != null && m_KerningTable.kerningPairs.Count > 0)
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_0 = __this->___m_KerningTable_31;
if (!L_0)
{
goto IL_002b;
}
}
{
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_1 = __this->___m_KerningTable_31;
NullCheck(L_1);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_2 = L_1->___kerningPairs_0;
if (!L_2)
{
goto IL_002b;
}
}
{
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_3 = __this->___m_KerningTable_31;
NullCheck(L_3);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_4 = L_3->___kerningPairs_0;
NullCheck(L_4);
int32_t L_5;
L_5 = List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_inline(L_4, List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
G_B4_0 = ((((int32_t)L_5) > ((int32_t)0))? 1 : 0);
goto IL_002c;
}
IL_002b:
{
G_B4_0 = 0;
}
IL_002c:
{
V_1 = (bool)G_B4_0;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0037;
}
}
{
// UpgradeGlyphAdjustmentTableToFontFeatureTable();
TMP_FontAsset_UpgradeGlyphAdjustmentTableToFontFeatureTable_m3C51FF9BA35FBA397791A4EFAAFB4B413553F492(__this, NULL);
}
IL_0037:
{
// if (m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary == null)
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_7 = __this->___m_FontFeatureTable_32;
NullCheck(L_7);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_8 = L_7->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
V_2 = (bool)((((RuntimeObject*)(Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_9 = V_2;
if (!L_9)
{
goto IL_005b;
}
}
{
// m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary = new Dictionary<uint, TMP_GlyphPairAdjustmentRecord>();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_10 = __this->___m_FontFeatureTable_32;
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_11 = (Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142*)il2cpp_codegen_object_new(Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142_il2cpp_TypeInfo_var);
NullCheck(L_11);
Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76(L_11, Dictionary_2__ctor_m0080720C062C06E7BEED83C6DBBC83E55F708B76_RuntimeMethod_var);
NullCheck(L_10);
L_10->___m_GlyphPairAdjustmentRecordLookupDictionary_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___m_GlyphPairAdjustmentRecordLookupDictionary_1), (void*)L_11);
goto IL_006c;
}
IL_005b:
{
// m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.Clear();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_12 = __this->___m_FontFeatureTable_32;
NullCheck(L_12);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_13 = L_12->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
NullCheck(L_13);
Dictionary_2_Clear_m888F61CD7CD1525FD6EEAA2390490218C7F1D7CA(L_13, Dictionary_2_Clear_m888F61CD7CD1525FD6EEAA2390490218C7F1D7CA_RuntimeMethod_var);
}
IL_006c:
{
// List<TMP_GlyphPairAdjustmentRecord> glyphPairAdjustmentRecords = m_FontFeatureTable.m_GlyphPairAdjustmentRecords;
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_14 = __this->___m_FontFeatureTable_32;
NullCheck(L_14);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_15 = L_14->___m_GlyphPairAdjustmentRecords_0;
V_0 = L_15;
// if (glyphPairAdjustmentRecords != null)
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_16 = V_0;
V_3 = (bool)((!(((RuntimeObject*)(List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*)L_16) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_17 = V_3;
if (!L_17)
{
goto IL_00e7;
}
}
{
// for (int i = 0; i < glyphPairAdjustmentRecords.Count; i++)
V_4 = 0;
goto IL_00d6;
}
IL_0086:
{
// TMP_GlyphPairAdjustmentRecord record = glyphPairAdjustmentRecords[i];
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_18 = V_0;
int32_t L_19 = V_4;
NullCheck(L_18);
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_20;
L_20 = List_1_get_Item_m453336130A1AC13A16C4BBAAE6D30A068A20491D(L_18, L_19, List_1_get_Item_m453336130A1AC13A16C4BBAAE6D30A068A20491D_RuntimeMethod_var);
V_5 = L_20;
// uint key = new GlyphPairKey(record).key;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_21 = V_5;
GlyphPairKey_tE6F11B99C09229CB51285337E5FFA06125AAABBA L_22;
memset((&L_22), 0, sizeof(L_22));
GlyphPairKey__ctor_mB1A0951B06F19D942015727B646A530A9EB68577((&L_22), L_21, /*hidden argument*/NULL);
uint32_t L_23 = L_22.___key_2;
V_6 = L_23;
// if (!m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.ContainsKey(key))
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_24 = __this->___m_FontFeatureTable_32;
NullCheck(L_24);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_25 = L_24->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
uint32_t L_26 = V_6;
NullCheck(L_25);
bool L_27;
L_27 = Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6(L_25, L_26, Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var);
V_7 = (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
bool L_28 = V_7;
if (!L_28)
{
goto IL_00cf;
}
}
{
// m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.Add(key, record);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_29 = __this->___m_FontFeatureTable_32;
NullCheck(L_29);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_30 = L_29->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
uint32_t L_31 = V_6;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_32 = V_5;
NullCheck(L_30);
Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05(L_30, L_31, L_32, Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var);
}
IL_00cf:
{
// for (int i = 0; i < glyphPairAdjustmentRecords.Count; i++)
int32_t L_33 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_00d6:
{
// for (int i = 0; i < glyphPairAdjustmentRecords.Count; i++)
int32_t L_34 = V_4;
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_35 = V_0;
NullCheck(L_35);
int32_t L_36;
L_36 = List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_inline(L_35, List_1_get_Count_mAFE249919F2237C737AAC00765FAC0BCA7EDD2A4_RuntimeMethod_var);
V_8 = (bool)((((int32_t)L_34) < ((int32_t)L_36))? 1 : 0);
bool L_37 = V_8;
if (L_37)
{
goto IL_0086;
}
}
{
}
IL_00e7:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::AddSynthesizedCharactersAndFaceMetrics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_AddSynthesizedCharactersAndFaceMetrics_m4B60AD7CEE8FD7A1DA1EDCAFC6A55E4762F174BB (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
uint32_t V_3 = 0;
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
uint32_t V_6 = 0;
int32_t G_B5_0 = 0;
int32_t G_B10_0 = 0;
{
// k_AddSynthesizedCharactersMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_AddSynthesizedCharactersMarker_46), NULL);
// bool isFontFaceLoaded = false;
V_0 = (bool)0;
// if (m_AtlasPopulationMode == AtlasPopulationMode.Dynamic)
int32_t L_0 = __this->___m_AtlasPopulationMode_11;
V_1 = (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0035;
}
}
{
// isFontFaceLoaded = FontEngine.LoadFontFace(sourceFontFile, m_FaceInfo.pointSize) == FontEngineError.Success;
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2;
L_2 = TMP_FontAsset_get_sourceFontFile_mD9B0F4FCBBCDCAAE5A370399DDE46C768B736722(__this, NULL);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_3 = (&__this->___m_FaceInfo_12);
int32_t L_4;
L_4 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_2, L_4, NULL);
V_0 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
}
IL_0035:
{
// AddSynthesizedCharacter(0x03, isFontFaceLoaded, true);
bool L_6 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, 3, L_6, (bool)1, NULL);
// AddSynthesizedCharacter(0x09, isFontFaceLoaded, true);
bool L_7 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)9), L_7, (bool)1, NULL);
// AddSynthesizedCharacter(0x0A, isFontFaceLoaded);
bool L_8 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)10), L_8, (bool)0, NULL);
// AddSynthesizedCharacter(0x0B, isFontFaceLoaded);
bool L_9 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)11), L_9, (bool)0, NULL);
// AddSynthesizedCharacter(0x0D, isFontFaceLoaded);
bool L_10 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)13), L_10, (bool)0, NULL);
// AddSynthesizedCharacter(0x061C, isFontFaceLoaded);
bool L_11 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)1564), L_11, (bool)0, NULL);
// AddSynthesizedCharacter(0x200B, isFontFaceLoaded);
bool L_12 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)8203), L_12, (bool)0, NULL);
// AddSynthesizedCharacter(0x200E, isFontFaceLoaded);
bool L_13 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)8206), L_13, (bool)0, NULL);
// AddSynthesizedCharacter(0x200F, isFontFaceLoaded);
bool L_14 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)8207), L_14, (bool)0, NULL);
// AddSynthesizedCharacter(0x2028, isFontFaceLoaded);
bool L_15 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)8232), L_15, (bool)0, NULL);
// AddSynthesizedCharacter(0x2029, isFontFaceLoaded);
bool L_16 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)8233), L_16, (bool)0, NULL);
// AddSynthesizedCharacter(0x2060, isFontFaceLoaded);
bool L_17 = V_0;
TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903(__this, ((int32_t)8288), L_17, (bool)0, NULL);
// if (m_FaceInfo.capLine == 0 && m_CharacterLookupDictionary.ContainsKey('X'))
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_18 = (&__this->___m_FaceInfo_12);
float L_19;
L_19 = FaceInfo_get_capLine_m0D95B5D5CEC5CFB12091F5EB5965DE6E38588C88(L_18, NULL);
if ((!(((float)L_19) == ((float)(0.0f)))))
{
goto IL_00ee;
}
}
{
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_20 = __this->___m_CharacterLookupDictionary_16;
NullCheck(L_20);
bool L_21;
L_21 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_20, ((int32_t)88), Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
G_B5_0 = ((int32_t)(L_21));
goto IL_00ef;
}
IL_00ee:
{
G_B5_0 = 0;
}
IL_00ef:
{
V_2 = (bool)G_B5_0;
bool L_22 = V_2;
if (!L_22)
{
goto IL_012e;
}
}
{
// uint glyphIndex = m_CharacterLookupDictionary['X'].glyphIndex;
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_23 = __this->___m_CharacterLookupDictionary_16;
NullCheck(L_23);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_24;
L_24 = Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E(L_23, ((int32_t)88), Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E_RuntimeMethod_var);
NullCheck(L_24);
uint32_t L_25;
L_25 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_24, NULL);
V_3 = L_25;
// m_FaceInfo.capLine = m_GlyphLookupDictionary[glyphIndex].metrics.horizontalBearingY;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_26 = (&__this->___m_FaceInfo_12);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_27 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_28 = V_3;
NullCheck(L_27);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_29;
L_29 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_27, L_28, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
NullCheck(L_29);
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_30;
L_30 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_29, NULL);
V_4 = L_30;
float L_31;
L_31 = GlyphMetrics_get_horizontalBearingY_mD316BDD38A32258256994D6A2BCF0FC051D9B223((&V_4), NULL);
FaceInfo_set_capLine_m4716D75CE87EC018E5EA3DE87DA703DBE7A9FEEF(L_26, L_31, NULL);
}
IL_012e:
{
// if (m_FaceInfo.meanLine == 0 && m_CharacterLookupDictionary.ContainsKey('x'))
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_32 = (&__this->___m_FaceInfo_12);
float L_33;
L_33 = FaceInfo_get_meanLine_m5FF396E0E32A046C1D3CBD3AC1FA279984394D96(L_32, NULL);
if ((!(((float)L_33) == ((float)(0.0f)))))
{
goto IL_014f;
}
}
{
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_34 = __this->___m_CharacterLookupDictionary_16;
NullCheck(L_34);
bool L_35;
L_35 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_34, ((int32_t)120), Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
G_B10_0 = ((int32_t)(L_35));
goto IL_0150;
}
IL_014f:
{
G_B10_0 = 0;
}
IL_0150:
{
V_5 = (bool)G_B10_0;
bool L_36 = V_5;
if (!L_36)
{
goto IL_0193;
}
}
{
// uint glyphIndex = m_CharacterLookupDictionary['x'].glyphIndex;
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_37 = __this->___m_CharacterLookupDictionary_16;
NullCheck(L_37);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_38;
L_38 = Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E(L_37, ((int32_t)120), Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E_RuntimeMethod_var);
NullCheck(L_38);
uint32_t L_39;
L_39 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_38, NULL);
V_6 = L_39;
// m_FaceInfo.meanLine = m_GlyphLookupDictionary[glyphIndex].metrics.horizontalBearingY;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_40 = (&__this->___m_FaceInfo_12);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_41 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_42 = V_6;
NullCheck(L_41);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_43;
L_43 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_41, L_42, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
NullCheck(L_43);
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_44;
L_44 = Glyph_get_metrics_mB6E9D3D1899E35BA257638F6F58B7D260170B6FA(L_43, NULL);
V_4 = L_44;
float L_45;
L_45 = GlyphMetrics_get_horizontalBearingY_mD316BDD38A32258256994D6A2BCF0FC051D9B223((&V_4), NULL);
FaceInfo_set_meanLine_mE957CD43CB778B093331CC4B10A5330E8FF1CB99(L_40, L_45, NULL);
}
IL_0193:
{
// k_AddSynthesizedCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_AddSynthesizedCharactersMarker_46), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::AddSynthesizedCharacter(System.UInt32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_AddSynthesizedCharacter_m1BCF99FA52D4BEC7EF4C599ABA57270A444F9903 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, bool ___isFontFaceLoaded1, bool ___addImmediately2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t G_B9_0 = 0;
{
// if (m_CharacterLookupDictionary.ContainsKey(unicode))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_1 = ___unicode0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_0, L_1, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0016;
}
}
{
// return;
goto IL_00b5;
}
IL_0016:
{
// if (isFontFaceLoaded)
bool L_4 = ___isFontFaceLoaded1;
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0070;
}
}
{
// if (FontEngine.GetGlyphIndex(unicode) != 0)
uint32_t L_6 = ___unicode0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_7;
L_7 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(L_6, NULL);
V_3 = (bool)((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_006f;
}
}
{
// if (addImmediately == false)
bool L_9 = ___addImmediately2;
V_5 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_5;
if (!L_10)
{
goto IL_0036;
}
}
{
// return;
goto IL_00b5;
}
IL_0036:
{
// GlyphLoadFlags glyphLoadFlags = ((GlyphRasterModes)m_AtlasRenderMode & GlyphRasterModes.RASTER_MODE_NO_HINTING) == GlyphRasterModes.RASTER_MODE_NO_HINTING
// ? GlyphLoadFlags.LOAD_NO_BITMAP | GlyphLoadFlags.LOAD_NO_HINTING
// : GlyphLoadFlags.LOAD_NO_BITMAP;
int32_t L_11 = __this->___m_AtlasRenderMode_29;
if ((((int32_t)((int32_t)((int32_t)L_11&4))) == ((int32_t)4)))
{
goto IL_0044;
}
}
{
G_B9_0 = 8;
goto IL_0046;
}
IL_0044:
{
G_B9_0 = ((int32_t)10);
}
IL_0046:
{
V_4 = G_B9_0;
// if (FontEngine.TryGetGlyphWithUnicodeValue(unicode, glyphLoadFlags, out glyph))
uint32_t L_12 = ___unicode0;
int32_t L_13 = V_4;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_14;
L_14 = FontEngine_TryGetGlyphWithUnicodeValue_m9F117B7483CDF9CE21235DCAB58AD2C7CDC029CA(L_12, L_13, (&V_0), NULL);
V_6 = L_14;
bool L_15 = V_6;
if (!L_15)
{
goto IL_006d;
}
}
{
// m_CharacterLookupDictionary.Add(unicode, new TMP_Character(unicode, this, glyph));
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_16 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_17 = ___unicode0;
uint32_t L_18 = ___unicode0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_19 = V_0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_20 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_20);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_20, L_18, __this, L_19, NULL);
NullCheck(L_16);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_16, L_17, L_20, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
}
IL_006d:
{
// return;
goto IL_00b5;
}
IL_006f:
{
}
IL_0070:
{
// glyph = new Glyph(0, new GlyphMetrics(0, 0, 0, 0, 0), GlyphRect.zero, 1.0f, 0);
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_21;
memset((&L_21), 0, sizeof(L_21));
GlyphMetrics__ctor_m9CD09465685783A596A7F9112EF7D6A7E1A2792D((&L_21), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_il2cpp_TypeInfo_var);
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_22;
L_22 = GlyphRect_get_zero_m96D94901A941A3C7587B46240FB0CACF8D89BE3B(NULL);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_23 = (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)il2cpp_codegen_object_new(Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_il2cpp_TypeInfo_var);
NullCheck(L_23);
Glyph__ctor_m71D55A8FBEA48ECCD78D65CAC9D008905E56FBF1(L_23, 0, L_21, L_22, (1.0f), 0, NULL);
V_0 = L_23;
// m_CharacterLookupDictionary.Add(unicode, new TMP_Character(unicode, this, glyph));
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_24 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_25 = ___unicode0;
uint32_t L_26 = ___unicode0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_27 = V_0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_28 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_28);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_28, L_26, __this, L_27, NULL);
NullCheck(L_24);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_24, L_25, L_28, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
}
IL_00b5:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::AddCharacterToLookupCache(System.UInt32,TMPro.TMP_Character)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_AddCharacterToLookupCache_mA1A087CCE0961AB0FDE7032A5592BECC31FDE76E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* ___character1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_1 = ___unicode0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_2 = ___character1;
NullCheck(L_0);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_0, L_1, L_2, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// FallbackSearchQueryLookup.Add(character.textAsset.instanceID);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_3 = __this->___FallbackSearchQueryLookup_53;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_4 = ___character1;
NullCheck(L_4);
TMP_Asset_t135A047D4F5CBBA9CD356B762B55AB164122B969* L_5;
L_5 = TMP_TextElement_get_textAsset_m3FFA01E6D0068D1F8F578CBF2590A752683A61EA(L_4, NULL);
NullCheck(L_5);
int32_t L_6;
L_6 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_5, NULL);
NullCheck(L_3);
bool L_7;
L_7 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_3, L_6, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::SortCharacterTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortCharacterTable_mDC720A14A27EA7CBAFCBD87B376379A177A20E8E (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m5CA35F20C4C9EE0C8E0E94BD27A8044F39E1F0F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_m6EAD6EBB450D5E65405BA12761D30A2178DCFEC2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSortCharacterTableU3Eb__124_0_m6AEE1B8840F16BB5E083850B57EAF42151BC2781_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* G_B6_0 = NULL;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* G_B6_1 = NULL;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* G_B6_2 = NULL;
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* G_B5_0 = NULL;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* G_B5_1 = NULL;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* G_B5_2 = NULL;
{
// if (m_CharacterTable != null && m_CharacterTable.Count > 0)
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_0 = __this->___m_CharacterTable_15;
if (!L_0)
{
goto IL_0019;
}
}
{
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_1 = __this->___m_CharacterTable_15;
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_1, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0053;
}
}
{
// m_CharacterTable = m_CharacterTable.OrderBy(c => c.unicode).ToList();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_4 = __this->___m_CharacterTable_15;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* L_5 = ((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9__124_0_1;
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* L_6 = L_5;
G_B5_0 = L_6;
G_B5_1 = L_4;
G_B5_2 = __this;
if (L_6)
{
G_B6_0 = L_6;
G_B6_1 = L_4;
G_B6_2 = __this;
goto IL_0044;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* L_7 = ((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* L_8 = (Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769*)il2cpp_codegen_object_new(Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769_il2cpp_TypeInfo_var);
NullCheck(L_8);
Func_2__ctor_m872C8F08EA45C098DF8FA546ABC0057E6C253833(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CSortCharacterTableU3Eb__124_0_m6AEE1B8840F16BB5E083850B57EAF42151BC2781_RuntimeMethod_var), NULL);
Func_2_t7EE81CF26AC04DA708CB2D71E7A7EAAD54248769* L_9 = L_8;
((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9__124_0_1 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9__124_0_1), (void*)L_9);
G_B6_0 = L_9;
G_B6_1 = G_B5_1;
G_B6_2 = G_B5_2;
}
IL_0044:
{
RuntimeObject* L_10;
L_10 = Enumerable_OrderBy_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m5CA35F20C4C9EE0C8E0E94BD27A8044F39E1F0F5(G_B6_1, G_B6_0, Enumerable_OrderBy_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m5CA35F20C4C9EE0C8E0E94BD27A8044F39E1F0F5_RuntimeMethod_var);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_11;
L_11 = Enumerable_ToList_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_m6EAD6EBB450D5E65405BA12761D30A2178DCFEC2(L_10, Enumerable_ToList_TisTMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_m6EAD6EBB450D5E65405BA12761D30A2178DCFEC2_RuntimeMethod_var);
NullCheck(G_B6_2);
G_B6_2->___m_CharacterTable_15 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&G_B6_2->___m_CharacterTable_15), (void*)L_11);
}
IL_0053:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::SortGlyphTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortGlyphTable_m9A2A9FC31D2388CC762B28BC821AB380CCFCDBCE (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_OrderBy_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD9961E2C295BE3728216470DC1DA8FD30A178AD0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToList_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_m487AE8133FC554B5C98AE0D4F8DEB545627F5D1E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSortGlyphTableU3Eb__125_0_m19A43542E1087AC697E12E01BCD19D210B3C7E51_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* G_B6_0 = NULL;
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* G_B6_1 = NULL;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* G_B6_2 = NULL;
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* G_B5_0 = NULL;
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* G_B5_1 = NULL;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* G_B5_2 = NULL;
{
// if (m_GlyphTable != null && m_GlyphTable.Count > 0)
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_0 = __this->___m_GlyphTable_13;
if (!L_0)
{
goto IL_0019;
}
}
{
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_1 = __this->___m_GlyphTable_13;
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_inline(L_1, List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var);
G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0053;
}
}
{
// m_GlyphTable = m_GlyphTable.OrderBy(c => c.index).ToList();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_4 = __this->___m_GlyphTable_13;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* L_5 = ((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9__125_0_2;
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* L_6 = L_5;
G_B5_0 = L_6;
G_B5_1 = L_4;
G_B5_2 = __this;
if (L_6)
{
G_B6_0 = L_6;
G_B6_1 = L_4;
G_B6_2 = __this;
goto IL_0044;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var);
U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7* L_7 = ((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* L_8 = (Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB*)il2cpp_codegen_object_new(Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB_il2cpp_TypeInfo_var);
NullCheck(L_8);
Func_2__ctor_m3393E37B44EC78321473416BB34F605926047E29(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CSortGlyphTableU3Eb__125_0_m19A43542E1087AC697E12E01BCD19D210B3C7E51_RuntimeMethod_var), NULL);
Func_2_tBA43006BE5B44011173C435E32D4BC18730623FB* L_9 = L_8;
((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9__125_0_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t78CBB26E17331985FDB35E3569981BD75BF092F7_il2cpp_TypeInfo_var))->___U3CU3E9__125_0_2), (void*)L_9);
G_B6_0 = L_9;
G_B6_1 = G_B5_1;
G_B6_2 = G_B5_2;
}
IL_0044:
{
RuntimeObject* L_10;
L_10 = Enumerable_OrderBy_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD9961E2C295BE3728216470DC1DA8FD30A178AD0(G_B6_1, G_B6_0, Enumerable_OrderBy_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD9961E2C295BE3728216470DC1DA8FD30A178AD0_RuntimeMethod_var);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_11;
L_11 = Enumerable_ToList_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_m487AE8133FC554B5C98AE0D4F8DEB545627F5D1E(L_10, Enumerable_ToList_TisGlyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_m487AE8133FC554B5C98AE0D4F8DEB545627F5D1E_RuntimeMethod_var);
NullCheck(G_B6_2);
G_B6_2->___m_GlyphTable_13 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&G_B6_2->___m_GlyphTable_13), (void*)L_11);
}
IL_0053:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::SortFontFeatureTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortFontFeatureTable_mA987AB015B7897DB1503B295D26565CFAEAB010F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
{
// m_FontFeatureTable.SortGlyphPairAdjustmentRecords();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_0 = __this->___m_FontFeatureTable_32;
NullCheck(L_0);
TMP_FontFeatureTable_SortGlyphPairAdjustmentRecords_m8BF5A029B84FF32BFCF4B32AD3D32F463DD050BD(L_0, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::SortAllTables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SortAllTables_mB36ED96BA086B55246208EF70C141199131FAA5C (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
{
// SortGlyphTable();
TMP_FontAsset_SortGlyphTable_m9A2A9FC31D2388CC762B28BC821AB380CCFCDBCE(__this, NULL);
// SortCharacterTable();
TMP_FontAsset_SortCharacterTable_mDC720A14A27EA7CBAFCBD87B376379A177A20E8E(__this, NULL);
// SortFontFeatureTable();
TMP_FontAsset_SortFontFeatureTable_mA987AB015B7897DB1503B295D26565CFAEAB010F(__this, NULL);
// }
return;
}
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacter(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacter_mA90CDB3FAED3495F38016D37AE6EB47AFF5F9B3F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, int32_t ___character0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_0021;
}
IL_0012:
{
// return m_CharacterLookupDictionary.ContainsKey((uint)character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_2 = __this->___m_CharacterLookupDictionary_16;
int32_t L_3 = ___character0;
NullCheck(L_2);
bool L_4;
L_4 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_2, L_3, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_1 = L_4;
goto IL_0021;
}
IL_0021:
{
// }
bool L_5 = V_1;
return L_5;
}
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacter(System.Char,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacter_mBCA92C1927170D017B189B711EAFF3B94D09E5C2 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, Il2CppChar ___character0, bool ___searchFallbacks1, bool ___tryAddCharacter2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_11 = NULL;
int32_t V_12 = 0;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
int32_t V_17 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_18 = NULL;
int32_t V_19 = 0;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_24 = NULL;
int32_t V_25 = 0;
bool V_26 = false;
bool V_27 = false;
int32_t G_B9_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B30_0 = 0;
int32_t G_B35_0 = 0;
int32_t G_B45_0 = 0;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_2 = __this->___m_CharacterLookupDictionary_16;
V_1 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002a;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_0233;
}
IL_002a:
{
}
IL_002b:
{
// if (m_CharacterLookupDictionary.ContainsKey(character))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_4 = __this->___m_CharacterLookupDictionary_16;
Il2CppChar L_5 = ___character0;
NullCheck(L_4);
bool L_6;
L_6 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_4, L_5, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_3 = L_6;
bool L_7 = V_3;
if (!L_7)
{
goto IL_0042;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0233;
}
IL_0042:
{
// if (tryAddCharacter && m_AtlasPopulationMode == AtlasPopulationMode.Dynamic)
bool L_8 = ___tryAddCharacter2;
if (!L_8)
{
goto IL_0050;
}
}
{
int32_t L_9 = __this->___m_AtlasPopulationMode_11;
G_B9_0 = ((((int32_t)L_9) == ((int32_t)1))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B9_0 = 0;
}
IL_0051:
{
V_4 = (bool)G_B9_0;
bool L_10 = V_4;
if (!L_10)
{
goto IL_006f;
}
}
{
// if (TryAddCharacterInternal(character, out returnedCharacter))
Il2CppChar L_11 = ___character0;
bool L_12;
L_12 = TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122(__this, L_11, (&V_5), NULL);
V_6 = L_12;
bool L_13 = V_6;
if (!L_13)
{
goto IL_006e;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0233;
}
IL_006e:
{
}
IL_006f:
{
// if (searchFallbacks)
bool L_14 = ___searchFallbacks1;
V_7 = L_14;
bool L_15 = V_7;
if (!L_15)
{
goto IL_022f;
}
}
{
// if (k_SearchedFontAssetLookup == null)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_16 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
V_8 = (bool)((((RuntimeObject*)(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)L_16) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_17 = V_8;
if (!L_17)
{
goto IL_0094;
}
}
{
// k_SearchedFontAssetLookup = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_18 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_18);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_18, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54), (void*)L_18);
goto IL_009f;
}
IL_0094:
{
// k_SearchedFontAssetLookup.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_19 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
NullCheck(L_19);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_19, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_009f:
{
// k_SearchedFontAssetLookup.Add(GetInstanceID());
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_20 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_21;
L_21 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(__this, NULL);
NullCheck(L_20);
bool L_22;
L_22 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_20, L_21, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
// if (fallbackFontAssetTable != null && fallbackFontAssetTable.Count > 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_23;
L_23 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
if (!L_23)
{
goto IL_00c8;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_24;
L_24 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
NullCheck(L_24);
int32_t L_25;
L_25 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_24, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B20_0 = ((((int32_t)L_25) > ((int32_t)0))? 1 : 0);
goto IL_00c9;
}
IL_00c8:
{
G_B20_0 = 0;
}
IL_00c9:
{
V_9 = (bool)G_B20_0;
bool L_26 = V_9;
if (!L_26)
{
goto IL_014c;
}
}
{
// for (int i = 0; i < fallbackFontAssetTable.Count && fallbackFontAssetTable[i] != null; i++)
V_10 = 0;
goto IL_0120;
}
IL_00d5:
{
// TMP_FontAsset fallback = fallbackFontAssetTable[i];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_27;
L_27 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
int32_t L_28 = V_10;
NullCheck(L_27);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_29;
L_29 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_27, L_28, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_11 = L_29;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_30 = V_11;
NullCheck(L_30);
int32_t L_31;
L_31 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_30, NULL);
V_12 = L_31;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_32 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_33 = V_12;
NullCheck(L_32);
bool L_34;
L_34 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_32, L_33, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_13 = L_34;
bool L_35 = V_13;
if (!L_35)
{
goto IL_0119;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_36 = V_11;
Il2CppChar L_37 = ___character0;
bool L_38 = ___tryAddCharacter2;
NullCheck(L_36);
bool L_39;
L_39 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_36, L_37, (bool)1, L_38, NULL);
V_14 = L_39;
bool L_40 = V_14;
if (!L_40)
{
goto IL_0118;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0233;
}
IL_0118:
{
}
IL_0119:
{
// for (int i = 0; i < fallbackFontAssetTable.Count && fallbackFontAssetTable[i] != null; i++)
int32_t L_41 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_41, 1));
}
IL_0120:
{
// for (int i = 0; i < fallbackFontAssetTable.Count && fallbackFontAssetTable[i] != null; i++)
int32_t L_42 = V_10;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_43;
L_43 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
NullCheck(L_43);
int32_t L_44;
L_44 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_43, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
if ((((int32_t)L_42) >= ((int32_t)L_44)))
{
goto IL_0144;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_45;
L_45 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
int32_t L_46 = V_10;
NullCheck(L_45);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_47;
L_47 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_45, L_46, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_48;
L_48 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_47, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B30_0 = ((int32_t)(L_48));
goto IL_0145;
}
IL_0144:
{
G_B30_0 = 0;
}
IL_0145:
{
V_15 = (bool)G_B30_0;
bool L_49 = V_15;
if (L_49)
{
goto IL_00d5;
}
}
{
}
IL_014c:
{
// if (TMP_Settings.fallbackFontAssets != null && TMP_Settings.fallbackFontAssets.Count > 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_50;
L_50 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
if (!L_50)
{
goto IL_0162;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_51;
L_51 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
NullCheck(L_51);
int32_t L_52;
L_52 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_51, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B35_0 = ((((int32_t)L_52) > ((int32_t)0))? 1 : 0);
goto IL_0163;
}
IL_0162:
{
G_B35_0 = 0;
}
IL_0163:
{
V_16 = (bool)G_B35_0;
bool L_53 = V_16;
if (!L_53)
{
goto IL_01e3;
}
}
{
// for (int i = 0; i < TMP_Settings.fallbackFontAssets.Count && TMP_Settings.fallbackFontAssets[i] != null; i++)
V_17 = 0;
goto IL_01b9;
}
IL_016f:
{
// TMP_FontAsset fallback = TMP_Settings.fallbackFontAssets[i];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_54;
L_54 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
int32_t L_55 = V_17;
NullCheck(L_54);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_56;
L_56 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_54, L_55, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_18 = L_56;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_57 = V_18;
NullCheck(L_57);
int32_t L_58;
L_58 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_57, NULL);
V_19 = L_58;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_59 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_60 = V_19;
NullCheck(L_59);
bool L_61;
L_61 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_59, L_60, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_20 = L_61;
bool L_62 = V_20;
if (!L_62)
{
goto IL_01b2;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_63 = V_18;
Il2CppChar L_64 = ___character0;
bool L_65 = ___tryAddCharacter2;
NullCheck(L_63);
bool L_66;
L_66 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_63, L_64, (bool)1, L_65, NULL);
V_21 = L_66;
bool L_67 = V_21;
if (!L_67)
{
goto IL_01b1;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0233;
}
IL_01b1:
{
}
IL_01b2:
{
// for (int i = 0; i < TMP_Settings.fallbackFontAssets.Count && TMP_Settings.fallbackFontAssets[i] != null; i++)
int32_t L_68 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add(L_68, 1));
}
IL_01b9:
{
// for (int i = 0; i < TMP_Settings.fallbackFontAssets.Count && TMP_Settings.fallbackFontAssets[i] != null; i++)
int32_t L_69 = V_17;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_70;
L_70 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
NullCheck(L_70);
int32_t L_71;
L_71 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_70, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
if ((((int32_t)L_69) >= ((int32_t)L_71)))
{
goto IL_01db;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_72;
L_72 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
int32_t L_73 = V_17;
NullCheck(L_72);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_74;
L_74 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_72, L_73, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_75;
L_75 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_74, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B45_0 = ((int32_t)(L_75));
goto IL_01dc;
}
IL_01db:
{
G_B45_0 = 0;
}
IL_01dc:
{
V_22 = (bool)G_B45_0;
bool L_76 = V_22;
if (L_76)
{
goto IL_016f;
}
}
{
}
IL_01e3:
{
// if (TMP_Settings.defaultFontAsset != null)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_77;
L_77 = TMP_Settings_get_defaultFontAsset_mC322E8D26D4C108847D5408DD8C7160834615B0D(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_78;
L_78 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_77, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_23 = L_78;
bool L_79 = V_23;
if (!L_79)
{
goto IL_022e;
}
}
{
// TMP_FontAsset fallback = TMP_Settings.defaultFontAsset;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_80;
L_80 = TMP_Settings_get_defaultFontAsset_mC322E8D26D4C108847D5408DD8C7160834615B0D(NULL);
V_24 = L_80;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_81 = V_24;
NullCheck(L_81);
int32_t L_82;
L_82 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_81, NULL);
V_25 = L_82;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_83 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_84 = V_25;
NullCheck(L_83);
bool L_85;
L_85 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_83, L_84, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_26 = L_85;
bool L_86 = V_26;
if (!L_86)
{
goto IL_022d;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_87 = V_24;
Il2CppChar L_88 = ___character0;
bool L_89 = ___tryAddCharacter2;
NullCheck(L_87);
bool L_90;
L_90 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_87, L_88, (bool)1, L_89, NULL);
V_27 = L_90;
bool L_91 = V_27;
if (!L_91)
{
goto IL_022c;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_0233;
}
IL_022c:
{
}
IL_022d:
{
}
IL_022e:
{
}
IL_022f:
{
// return false;
V_2 = (bool)0;
goto IL_0233;
}
IL_0233:
{
// }
bool L_92 = V_2;
return L_92;
}
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacter_Internal(System.UInt32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___character0, bool ___searchFallbacks1, bool ___tryAddCharacter2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_10 = NULL;
int32_t V_11 = 0;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
int32_t G_B9_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B28_0 = 0;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_2 = __this->___m_CharacterLookupDictionary_16;
V_1 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_002a;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_011a;
}
IL_002a:
{
}
IL_002b:
{
// if (m_CharacterLookupDictionary.ContainsKey(character))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_4 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_5 = ___character0;
NullCheck(L_4);
bool L_6;
L_6 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_4, L_5, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_3 = L_6;
bool L_7 = V_3;
if (!L_7)
{
goto IL_0042;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_011a;
}
IL_0042:
{
// if (tryAddCharacter && atlasPopulationMode == AtlasPopulationMode.Dynamic)
bool L_8 = ___tryAddCharacter2;
if (!L_8)
{
goto IL_0050;
}
}
{
int32_t L_9;
L_9 = TMP_FontAsset_get_atlasPopulationMode_m31A707178FB4F1722BA7D090A8E169CE2FAEB19F(__this, NULL);
G_B9_0 = ((((int32_t)L_9) == ((int32_t)1))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B9_0 = 0;
}
IL_0051:
{
V_4 = (bool)G_B9_0;
bool L_10 = V_4;
if (!L_10)
{
goto IL_006f;
}
}
{
// if (TryAddCharacterInternal(character, out returnedCharacter))
uint32_t L_11 = ___character0;
bool L_12;
L_12 = TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122(__this, L_11, (&V_5), NULL);
V_6 = L_12;
bool L_13 = V_6;
if (!L_13)
{
goto IL_006e;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_011a;
}
IL_006e:
{
}
IL_006f:
{
// if (searchFallbacks)
bool L_14 = ___searchFallbacks1;
V_7 = L_14;
bool L_15 = V_7;
if (!L_15)
{
goto IL_0116;
}
}
{
// if (fallbackFontAssetTable == null || fallbackFontAssetTable.Count == 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_16;
L_16 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
if (!L_16)
{
goto IL_0092;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_17;
L_17 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_17, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B17_0 = ((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
goto IL_0093;
}
IL_0092:
{
G_B17_0 = 1;
}
IL_0093:
{
V_8 = (bool)G_B17_0;
bool L_19 = V_8;
if (!L_19)
{
goto IL_009d;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_011a;
}
IL_009d:
{
// for (int i = 0; i < fallbackFontAssetTable.Count && fallbackFontAssetTable[i] != null; i++)
V_9 = 0;
goto IL_00ea;
}
IL_00a2:
{
// TMP_FontAsset fallback = fallbackFontAssetTable[i];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_20;
L_20 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
int32_t L_21 = V_9;
NullCheck(L_20);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_22;
L_22 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_20, L_21, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_10 = L_22;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_23 = V_10;
NullCheck(L_23);
int32_t L_24;
L_24 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_23, NULL);
V_11 = L_24;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_25 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_26 = V_11;
NullCheck(L_25);
bool L_27;
L_27 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_25, L_26, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_12 = L_27;
bool L_28 = V_12;
if (!L_28)
{
goto IL_00e3;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_29 = V_10;
uint32_t L_30 = ___character0;
bool L_31 = ___tryAddCharacter2;
NullCheck(L_29);
bool L_32;
L_32 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_29, L_30, (bool)1, L_31, NULL);
V_13 = L_32;
bool L_33 = V_13;
if (!L_33)
{
goto IL_00e2;
}
}
{
// return true;
V_2 = (bool)1;
goto IL_011a;
}
IL_00e2:
{
}
IL_00e3:
{
// for (int i = 0; i < fallbackFontAssetTable.Count && fallbackFontAssetTable[i] != null; i++)
int32_t L_34 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00ea:
{
// for (int i = 0; i < fallbackFontAssetTable.Count && fallbackFontAssetTable[i] != null; i++)
int32_t L_35 = V_9;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_36;
L_36 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
NullCheck(L_36);
int32_t L_37;
L_37 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_36, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
if ((((int32_t)L_35) >= ((int32_t)L_37)))
{
goto IL_010e;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_38;
L_38 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
int32_t L_39 = V_9;
NullCheck(L_38);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_40;
L_40 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_38, L_39, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_41;
L_41 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_40, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B28_0 = ((int32_t)(L_41));
goto IL_010f;
}
IL_010e:
{
G_B28_0 = 0;
}
IL_010f:
{
V_14 = (bool)G_B28_0;
bool L_42 = V_14;
if (L_42)
{
goto IL_00a2;
}
}
{
}
IL_0116:
{
// return false;
V_2 = (bool)0;
goto IL_011a;
}
IL_011a:
{
// }
bool L_43 = V_2;
return L_43;
}
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacters(System.String,System.Collections.Generic.List`1<System.Char>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacters_m4FE851AD87F33A07C2ACF1E6EB3EBD53CE79D3BC (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___text0, List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7** ___missingCharacters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// missingCharacters = null;
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7** L_2 = ___missingCharacters1;
*((RuntimeObject**)L_2) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)NULL);
// return false;
V_1 = (bool)0;
goto IL_0076;
}
IL_0016:
{
// missingCharacters = new List<char>();
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7** L_3 = ___missingCharacters1;
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_4 = (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*)il2cpp_codegen_object_new(List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7_il2cpp_TypeInfo_var);
NullCheck(L_4);
List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82(L_4, List_1__ctor_mC679EFF5E634878F1897D71DC5160A96EA719E82_RuntimeMethod_var);
*((RuntimeObject**)L_3) = (RuntimeObject*)L_4;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_4);
// for (int i = 0; i < text.Length; i++)
V_2 = 0;
goto IL_004f;
}
IL_0021:
{
// if (!m_CharacterLookupDictionary.ContainsKey(text[i]))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_5 = __this->___m_CharacterLookupDictionary_16;
String_t* L_6 = ___text0;
int32_t L_7 = V_2;
NullCheck(L_6);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL);
NullCheck(L_5);
bool L_9;
L_9 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_5, L_8, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_004a;
}
}
{
// missingCharacters.Add(text[i]);
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7** L_11 = ___missingCharacters1;
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_12 = *((List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7**)L_11);
String_t* L_13 = ___text0;
int32_t L_14 = V_2;
NullCheck(L_13);
Il2CppChar L_15;
L_15 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, L_14, NULL);
NullCheck(L_12);
List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_inline(L_12, L_15, List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_RuntimeMethod_var);
}
IL_004a:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_004f:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_17 = V_2;
String_t* L_18 = ___text0;
NullCheck(L_18);
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
V_4 = (bool)((((int32_t)L_17) < ((int32_t)L_19))? 1 : 0);
bool L_20 = V_4;
if (L_20)
{
goto IL_0021;
}
}
{
// if (missingCharacters.Count == 0)
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7** L_21 = ___missingCharacters1;
List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* L_22 = *((List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7**)L_21);
NullCheck(L_22);
int32_t L_23;
L_23 = List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_inline(L_22, List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_RuntimeMethod_var);
V_5 = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
bool L_24 = V_5;
if (!L_24)
{
goto IL_0072;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_0076;
}
IL_0072:
{
// return false;
V_1 = (bool)0;
goto IL_0076;
}
IL_0076:
{
// }
bool L_25 = V_1;
return L_25;
}
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacters(System.String,System.UInt32[]&,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacters_mBFCB2CF8940F3C6B932EB5FDC7DAA08EFCB57190 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___text0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** ___missingCharacters1, bool ___searchFallbacks2, bool ___tryAddCharacter3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
bool V_4 = false;
uint32_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_8 = NULL;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
int32_t V_13 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_14 = NULL;
int32_t V_15 = 0;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
int32_t V_20 = 0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_21 = NULL;
int32_t V_22 = 0;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* V_27 = NULL;
int32_t V_28 = 0;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
int32_t G_B10_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B38_0 = 0;
int32_t G_B49_0 = 0;
int32_t G_B54_0 = 0;
{
// missingCharacters = null;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_0 = ___missingCharacters1;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_1 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_002e;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_3 = __this->___m_CharacterLookupDictionary_16;
V_1 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_002d;
}
}
{
// return false;
V_2 = (bool)0;
goto IL_02c1;
}
IL_002d:
{
}
IL_002e:
{
// s_MissingCharacterList.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_5 = __this->___s_MissingCharacterList_67;
NullCheck(L_5);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_5, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// for (int i = 0; i < text.Length; i++)
V_3 = 0;
goto IL_0285;
}
IL_0041:
{
// bool isMissingCharacter = true;
V_4 = (bool)1;
// uint character = text[i];
String_t* L_6 = ___text0;
int32_t L_7 = V_3;
NullCheck(L_6);
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL);
V_5 = L_8;
// if (m_CharacterLookupDictionary.ContainsKey(character))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_9 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_10 = V_5;
NullCheck(L_9);
bool L_11;
L_11 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_9, L_10, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_6 = L_11;
bool L_12 = V_6;
if (!L_12)
{
goto IL_0066;
}
}
{
// continue;
goto IL_0281;
}
IL_0066:
{
// if (tryAddCharacter && atlasPopulationMode == AtlasPopulationMode.Dynamic)
bool L_13 = ___tryAddCharacter3;
if (!L_13)
{
goto IL_0075;
}
}
{
int32_t L_14;
L_14 = TMP_FontAsset_get_atlasPopulationMode_m31A707178FB4F1722BA7D090A8E169CE2FAEB19F(__this, NULL);
G_B10_0 = ((((int32_t)L_14) == ((int32_t)1))? 1 : 0);
goto IL_0076;
}
IL_0075:
{
G_B10_0 = 0;
}
IL_0076:
{
V_7 = (bool)G_B10_0;
bool L_15 = V_7;
if (!L_15)
{
goto IL_0093;
}
}
{
// if (TryAddCharacterInternal(character, out returnedCharacter))
uint32_t L_16 = V_5;
bool L_17;
L_17 = TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122(__this, L_16, (&V_8), NULL);
V_9 = L_17;
bool L_18 = V_9;
if (!L_18)
{
goto IL_0092;
}
}
{
// continue;
goto IL_0281;
}
IL_0092:
{
}
IL_0093:
{
// if (searchFallbacks)
bool L_19 = ___searchFallbacks2;
V_10 = L_19;
bool L_20 = V_10;
if (!L_20)
{
goto IL_026a;
}
}
{
// if (k_SearchedFontAssetLookup == null)
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_21 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
V_11 = (bool)((((RuntimeObject*)(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)L_21) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_22 = V_11;
if (!L_22)
{
goto IL_00b8;
}
}
{
// k_SearchedFontAssetLookup = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_23 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_23);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_23, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54), (void*)L_23);
goto IL_00c3;
}
IL_00b8:
{
// k_SearchedFontAssetLookup.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_24 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
NullCheck(L_24);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_24, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_00c3:
{
// k_SearchedFontAssetLookup.Add(GetInstanceID());
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_25 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_26;
L_26 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(__this, NULL);
NullCheck(L_25);
bool L_27;
L_27 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_25, L_26, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
// if (fallbackFontAssetTable != null && fallbackFontAssetTable.Count > 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_28;
L_28 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
if (!L_28)
{
goto IL_00ec;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_29;
L_29 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
NullCheck(L_29);
int32_t L_30;
L_30 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_29, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B21_0 = ((((int32_t)L_30) > ((int32_t)0))? 1 : 0);
goto IL_00ed;
}
IL_00ec:
{
G_B21_0 = 0;
}
IL_00ed:
{
V_12 = (bool)G_B21_0;
bool L_31 = V_12;
if (!L_31)
{
goto IL_0177;
}
}
{
// for (int j = 0; j < fallbackFontAssetTable.Count && fallbackFontAssetTable[j] != null; j++)
V_13 = 0;
goto IL_014b;
}
IL_00fc:
{
// TMP_FontAsset fallback = fallbackFontAssetTable[j];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_32;
L_32 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
int32_t L_33 = V_13;
NullCheck(L_32);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_34;
L_34 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_32, L_33, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_14 = L_34;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_35 = V_14;
NullCheck(L_35);
int32_t L_36;
L_36 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_35, NULL);
V_15 = L_36;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_37 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_38 = V_15;
NullCheck(L_37);
bool L_39;
L_39 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_37, L_38, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_16 = L_39;
bool L_40 = V_16;
if (!L_40)
{
goto IL_0144;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter) == false)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_41 = V_14;
uint32_t L_42 = V_5;
bool L_43 = ___tryAddCharacter3;
NullCheck(L_41);
bool L_44;
L_44 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_41, L_42, (bool)1, L_43, NULL);
V_17 = (bool)((((int32_t)L_44) == ((int32_t)0))? 1 : 0);
bool L_45 = V_17;
if (!L_45)
{
goto IL_013f;
}
}
{
// continue;
goto IL_0145;
}
IL_013f:
{
// isMissingCharacter = false;
V_4 = (bool)0;
// break;
goto IL_0176;
}
IL_0144:
{
}
IL_0145:
{
// for (int j = 0; j < fallbackFontAssetTable.Count && fallbackFontAssetTable[j] != null; j++)
int32_t L_46 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add(L_46, 1));
}
IL_014b:
{
// for (int j = 0; j < fallbackFontAssetTable.Count && fallbackFontAssetTable[j] != null; j++)
int32_t L_47 = V_13;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_48;
L_48 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
NullCheck(L_48);
int32_t L_49;
L_49 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_48, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
if ((((int32_t)L_47) >= ((int32_t)L_49)))
{
goto IL_016f;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_50;
L_50 = TMP_FontAsset_get_fallbackFontAssetTable_mE0C2D8D8A55C5E2FAAB13CE0A5591C82F1AAF15A(__this, NULL);
int32_t L_51 = V_13;
NullCheck(L_50);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_52;
L_52 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_50, L_51, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_53;
L_53 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_52, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B32_0 = ((int32_t)(L_53));
goto IL_0170;
}
IL_016f:
{
G_B32_0 = 0;
}
IL_0170:
{
V_18 = (bool)G_B32_0;
bool L_54 = V_18;
if (L_54)
{
goto IL_00fc;
}
}
IL_0176:
{
}
IL_0177:
{
// if (isMissingCharacter && TMP_Settings.fallbackFontAssets != null && TMP_Settings.fallbackFontAssets.Count > 0)
bool L_55 = V_4;
if (!L_55)
{
goto IL_0191;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_56;
L_56 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
if (!L_56)
{
goto IL_0191;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_57;
L_57 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
NullCheck(L_57);
int32_t L_58;
L_58 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_57, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B38_0 = ((((int32_t)L_58) > ((int32_t)0))? 1 : 0);
goto IL_0192;
}
IL_0191:
{
G_B38_0 = 0;
}
IL_0192:
{
V_19 = (bool)G_B38_0;
bool L_59 = V_19;
if (!L_59)
{
goto IL_0216;
}
}
{
// for (int j = 0; j < TMP_Settings.fallbackFontAssets.Count && TMP_Settings.fallbackFontAssets[j] != null; j++)
V_20 = 0;
goto IL_01ec;
}
IL_019e:
{
// TMP_FontAsset fallback = TMP_Settings.fallbackFontAssets[j];
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_60;
L_60 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
int32_t L_61 = V_20;
NullCheck(L_60);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_62;
L_62 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_60, L_61, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
V_21 = L_62;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_63 = V_21;
NullCheck(L_63);
int32_t L_64;
L_64 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_63, NULL);
V_22 = L_64;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_65 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_66 = V_22;
NullCheck(L_65);
bool L_67;
L_67 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_65, L_66, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_23 = L_67;
bool L_68 = V_23;
if (!L_68)
{
goto IL_01e5;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter) == false)
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_69 = V_21;
uint32_t L_70 = V_5;
bool L_71 = ___tryAddCharacter3;
NullCheck(L_69);
bool L_72;
L_72 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_69, L_70, (bool)1, L_71, NULL);
V_24 = (bool)((((int32_t)L_72) == ((int32_t)0))? 1 : 0);
bool L_73 = V_24;
if (!L_73)
{
goto IL_01e0;
}
}
{
// continue;
goto IL_01e6;
}
IL_01e0:
{
// isMissingCharacter = false;
V_4 = (bool)0;
// break;
goto IL_0215;
}
IL_01e5:
{
}
IL_01e6:
{
// for (int j = 0; j < TMP_Settings.fallbackFontAssets.Count && TMP_Settings.fallbackFontAssets[j] != null; j++)
int32_t L_74 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_74, 1));
}
IL_01ec:
{
// for (int j = 0; j < TMP_Settings.fallbackFontAssets.Count && TMP_Settings.fallbackFontAssets[j] != null; j++)
int32_t L_75 = V_20;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_76;
L_76 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
NullCheck(L_76);
int32_t L_77;
L_77 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_76, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
if ((((int32_t)L_75) >= ((int32_t)L_77)))
{
goto IL_020e;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_78;
L_78 = TMP_Settings_get_fallbackFontAssets_mB8085CABB99267782BCE4FEC83658D41C4FC4032(NULL);
int32_t L_79 = V_20;
NullCheck(L_78);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_80;
L_80 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_78, L_79, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_81;
L_81 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_80, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B49_0 = ((int32_t)(L_81));
goto IL_020f;
}
IL_020e:
{
G_B49_0 = 0;
}
IL_020f:
{
V_25 = (bool)G_B49_0;
bool L_82 = V_25;
if (L_82)
{
goto IL_019e;
}
}
IL_0215:
{
}
IL_0216:
{
// if (isMissingCharacter && TMP_Settings.defaultFontAsset != null)
bool L_83 = V_4;
if (!L_83)
{
goto IL_0227;
}
}
{
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_84;
L_84 = TMP_Settings_get_defaultFontAsset_mC322E8D26D4C108847D5408DD8C7160834615B0D(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_84, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B54_0 = ((int32_t)(L_85));
goto IL_0228;
}
IL_0227:
{
G_B54_0 = 0;
}
IL_0228:
{
V_26 = (bool)G_B54_0;
bool L_86 = V_26;
if (!L_86)
{
goto IL_0269;
}
}
{
// TMP_FontAsset fallback = TMP_Settings.defaultFontAsset;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_87;
L_87 = TMP_Settings_get_defaultFontAsset_mC322E8D26D4C108847D5408DD8C7160834615B0D(NULL);
V_27 = L_87;
// int fallbackID = fallback.GetInstanceID();
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_88 = V_27;
NullCheck(L_88);
int32_t L_89;
L_89 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_88, NULL);
V_28 = L_89;
// if (k_SearchedFontAssetLookup.Add(fallbackID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_90 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_SearchedFontAssetLookup_54;
int32_t L_91 = V_28;
NullCheck(L_90);
bool L_92;
L_92 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_90, L_91, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_29 = L_92;
bool L_93 = V_29;
if (!L_93)
{
goto IL_0268;
}
}
{
// if (fallback.HasCharacter_Internal(character, true, tryAddCharacter))
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_94 = V_27;
uint32_t L_95 = V_5;
bool L_96 = ___tryAddCharacter3;
NullCheck(L_94);
bool L_97;
L_97 = TMP_FontAsset_HasCharacter_Internal_m3BEAA9D7D0F4794B1C70CC846AFFCEA2664977E6(L_94, L_95, (bool)1, L_96, NULL);
V_30 = L_97;
bool L_98 = V_30;
if (!L_98)
{
goto IL_0267;
}
}
{
// isMissingCharacter = false;
V_4 = (bool)0;
}
IL_0267:
{
}
IL_0268:
{
}
IL_0269:
{
}
IL_026a:
{
// if (isMissingCharacter)
bool L_99 = V_4;
V_31 = L_99;
bool L_100 = V_31;
if (!L_100)
{
goto IL_0280;
}
}
{
// s_MissingCharacterList.Add(character);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_101 = __this->___s_MissingCharacterList_67;
uint32_t L_102 = V_5;
NullCheck(L_101);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_101, L_102, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
}
IL_0280:
{
}
IL_0281:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_103 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_103, 1));
}
IL_0285:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_104 = V_3;
String_t* L_105 = ___text0;
NullCheck(L_105);
int32_t L_106;
L_106 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_105, NULL);
V_32 = (bool)((((int32_t)L_104) < ((int32_t)L_106))? 1 : 0);
bool L_107 = V_32;
if (L_107)
{
goto IL_0041;
}
}
{
// if (s_MissingCharacterList.Count > 0)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_108 = __this->___s_MissingCharacterList_67;
NullCheck(L_108);
int32_t L_109;
L_109 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_108, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
V_33 = (bool)((((int32_t)L_109) > ((int32_t)0))? 1 : 0);
bool L_110 = V_33;
if (!L_110)
{
goto IL_02bd;
}
}
{
// missingCharacters = s_MissingCharacterList.ToArray();
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_111 = ___missingCharacters1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_112 = __this->___s_MissingCharacterList_67;
NullCheck(L_112);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_113;
L_113 = List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3(L_112, List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var);
*((RuntimeObject**)L_111) = (RuntimeObject*)L_113;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_111, (void*)(RuntimeObject*)L_113);
// return false;
V_2 = (bool)0;
goto IL_02c1;
}
IL_02bd:
{
// return true;
V_2 = (bool)1;
goto IL_02c1;
}
IL_02c1:
{
// }
bool L_114 = V_2;
return L_114;
}
}
// System.Boolean TMPro.TMP_FontAsset::HasCharacters(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_HasCharacters_mD2F9B73092E10B96039C1167BE7C5071B9954AD8 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
{
// if (m_CharacterLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0012;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_004c;
}
IL_0012:
{
// for (int i = 0; i < text.Length; i++)
V_2 = 0;
goto IL_0039;
}
IL_0016:
{
// if (!m_CharacterLookupDictionary.ContainsKey(text[i]))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_2 = __this->___m_CharacterLookupDictionary_16;
String_t* L_3 = ___text0;
int32_t L_4 = V_2;
NullCheck(L_3);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
NullCheck(L_2);
bool L_6;
L_6 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_2, L_5, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_0034;
}
}
{
// return false;
V_1 = (bool)0;
goto IL_004c;
}
IL_0034:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0039:
{
// for (int i = 0; i < text.Length; i++)
int32_t L_9 = V_2;
String_t* L_10 = ___text0;
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
V_4 = (bool)((((int32_t)L_9) < ((int32_t)L_11))? 1 : 0);
bool L_12 = V_4;
if (L_12)
{
goto IL_0016;
}
}
{
// return true;
V_1 = (bool)1;
goto IL_004c;
}
IL_004c:
{
// }
bool L_13 = V_1;
return L_13;
}
}
// System.String TMPro.TMP_FontAsset::GetCharacters(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_FontAsset_GetCharacters_m9555BE7F8D0F68BD457531A516BCA56EA3BD0A05 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
bool V_3 = false;
String_t* V_4 = NULL;
{
// string characters = string.Empty;
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
V_0 = L_0;
// for (int i = 0; i < fontAsset.characterTable.Count; i++)
V_1 = 0;
goto IL_0032;
}
IL_000b:
{
// characters += (char)fontAsset.characterTable[i].unicode;
String_t* L_1 = V_0;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_2 = ___fontAsset0;
NullCheck(L_2);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_3;
L_3 = TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6(L_2, NULL);
int32_t L_4 = V_1;
NullCheck(L_3);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_5;
L_5 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_3, L_4, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
NullCheck(L_5);
uint32_t L_6;
L_6 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_5, NULL);
V_2 = ((int32_t)(uint16_t)L_6);
String_t* L_7;
L_7 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_2), NULL);
String_t* L_8;
L_8 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_1, L_7, NULL);
V_0 = L_8;
// for (int i = 0; i < fontAsset.characterTable.Count; i++)
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0032:
{
// for (int i = 0; i < fontAsset.characterTable.Count; i++)
int32_t L_10 = V_1;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_11 = ___fontAsset0;
NullCheck(L_11);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_12;
L_12 = TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6(L_11, NULL);
NullCheck(L_12);
int32_t L_13;
L_13 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_12, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_10) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_3;
if (L_14)
{
goto IL_000b;
}
}
{
// return characters;
String_t* L_15 = V_0;
V_4 = L_15;
goto IL_0049;
}
IL_0049:
{
// }
String_t* L_16 = V_4;
return L_16;
}
}
// System.Int32[] TMPro.TMP_FontAsset::GetCharactersArray(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* TMP_FontAsset_GetCharactersArray_m857E7DC1EC97B28DE2D070869846DECBA32A3F64 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_3 = NULL;
{
// int[] characters = new int[fontAsset.characterTable.Count];
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_0 = ___fontAsset0;
NullCheck(L_0);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_1;
L_1 = TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_1, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_0 = L_3;
// for (int i = 0; i < fontAsset.characterTable.Count; i++)
V_1 = 0;
goto IL_0030;
}
IL_0016:
{
// characters[i] = (int)fontAsset.characterTable[i].unicode;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = V_0;
int32_t L_5 = V_1;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_6 = ___fontAsset0;
NullCheck(L_6);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_7;
L_7 = TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6(L_6, NULL);
int32_t L_8 = V_1;
NullCheck(L_7);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_9;
L_9 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_7, L_8, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
NullCheck(L_9);
uint32_t L_10;
L_10 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_9, NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int32_t)L_10);
// for (int i = 0; i < fontAsset.characterTable.Count; i++)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0030:
{
// for (int i = 0; i < fontAsset.characterTable.Count; i++)
int32_t L_12 = V_1;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_13 = ___fontAsset0;
NullCheck(L_13);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_14;
L_14 = TMP_FontAsset_get_characterTable_m8447F604F2D0F3615DA9AC1EBF5C289E112EDDF6(L_13, NULL);
NullCheck(L_14);
int32_t L_15;
L_15 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_14, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_12) < ((int32_t)L_15))? 1 : 0);
bool L_16 = V_2;
if (L_16)
{
goto IL_0016;
}
}
{
// return characters;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = V_0;
V_3 = L_17;
goto IL_0046;
}
IL_0046:
{
// }
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = V_3;
return L_18;
}
}
// System.UInt32 TMPro.TMP_FontAsset::GetGlyphIndex(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_FontAsset_GetGlyphIndex_m22E9BF763EC7252C7FCD1D89B97AE424FAF7C957 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
uint32_t V_1 = 0;
bool V_2 = false;
{
// if (m_CharacterLookupDictionary.ContainsKey(unicode))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_0 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_1 = ___unicode0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_0, L_1, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0025;
}
}
{
// return m_CharacterLookupDictionary[unicode].glyphIndex;
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_4 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_5 = ___unicode0;
NullCheck(L_4);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_6;
L_6 = Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E(L_4, L_5, Dictionary_2_get_Item_m43EA32FD1DAA3D907704A2F5B20845722C30849E_RuntimeMethod_var);
NullCheck(L_6);
uint32_t L_7;
L_7 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_6, NULL);
V_1 = L_7;
goto IL_004f;
}
IL_0025:
{
// if (FontEngine.LoadFontFace(sourceFontFile, m_FaceInfo.pointSize) != FontEngineError.Success)
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_8;
L_8 = TMP_FontAsset_get_sourceFontFile_mD9B0F4FCBBCDCAAE5A370399DDE46C768B736722(__this, NULL);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_9 = (&__this->___m_FaceInfo_12);
int32_t L_10;
L_10 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB(L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_11;
L_11 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_8, L_10, NULL);
V_2 = (bool)((!(((uint32_t)L_11) <= ((uint32_t)0)))? 1 : 0);
bool L_12 = V_2;
if (!L_12)
{
goto IL_0046;
}
}
{
// return 0;
V_1 = 0;
goto IL_004f;
}
IL_0046:
{
// return FontEngine.GetGlyphIndex(unicode);
uint32_t L_13 = ___unicode0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_14;
L_14 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(L_13, NULL);
V_1 = L_14;
goto IL_004f;
}
IL_004f:
{
// }
uint32_t L_15 = V_1;
return L_15;
}
}
// System.Void TMPro.TMP_FontAsset::RegisterFontAssetForFontFeatureUpdate(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_RegisterFontAssetForFontFeatureUpdate_m462AD17BF58378EF2B0A9BB139BAFB4DB6E54D15 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
// int instanceID = fontAsset.instanceID;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_0 = ___fontAsset0;
NullCheck(L_0);
int32_t L_1;
L_1 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_0, NULL);
V_0 = L_1;
// if (k_FontAssets_FontFeaturesUpdateQueueLookup.Add(instanceID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_2 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueueLookup_56;
int32_t L_3 = V_0;
NullCheck(L_2);
bool L_4;
L_4 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_2, L_3, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0023;
}
}
{
// k_FontAssets_FontFeaturesUpdateQueue.Add(fontAsset);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_6 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueue_55;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_7 = ___fontAsset0;
NullCheck(L_6);
List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_inline(L_6, L_7, List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var);
}
IL_0023:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateFontFeaturesForFontAssetsInQueue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateFontFeaturesForFontAssetsInQueue_m5DB200E1B88AEE4F088903B55ED6079E97B5C782 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// int count = k_FontAssets_FontFeaturesUpdateQueue.Count;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_0 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueue_55;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_0, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_0025;
}
IL_0010:
{
// k_FontAssets_FontFeaturesUpdateQueue[i].UpdateGlyphAdjustmentRecords();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_2 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueue_55;
int32_t L_3 = V_1;
NullCheck(L_2);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_4;
L_4 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_2, L_3, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
NullCheck(L_4);
TMP_FontAsset_UpdateGlyphAdjustmentRecords_m8530223EDCBEB89B965D763C65AC194F144C2C23(L_4, NULL);
// for (int i = 0; i < count; i++)
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0025:
{
// for (int i = 0; i < count; i++)
int32_t L_6 = V_1;
int32_t L_7 = V_0;
V_2 = (bool)((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0);
bool L_8 = V_2;
if (L_8)
{
goto IL_0010;
}
}
{
// if (count > 0)
int32_t L_9 = V_0;
V_3 = (bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_004d;
}
}
{
// k_FontAssets_FontFeaturesUpdateQueue.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_11 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueue_55;
NullCheck(L_11);
List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_inline(L_11, List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_RuntimeMethod_var);
// k_FontAssets_FontFeaturesUpdateQueueLookup.Clear();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_12 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueueLookup_56;
NullCheck(L_12);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_12, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_004d:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::RegisterFontAssetForAtlasTextureUpdate(TMPro.TMP_FontAsset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_RegisterFontAssetForAtlasTextureUpdate_m9B1C54FC7371EF47A160C009D4335FFB8A26F100 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* ___fontAsset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
// int instanceID = fontAsset.instanceID;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_0 = ___fontAsset0;
NullCheck(L_0);
int32_t L_1;
L_1 = TMP_Asset_get_instanceID_mD7D5D79979B77457C3A376955C316AC289BB3D1D(L_0, NULL);
V_0 = L_1;
// if (k_FontAssets_AtlasTexturesUpdateQueueLookup.Add(instanceID))
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_2 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueueLookup_58;
int32_t L_3 = V_0;
NullCheck(L_2);
bool L_4;
L_4 = HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB(L_2, L_3, HashSet_1_Add_m9B0DD9902395EE95D3DC522264BE1EBBBD3513EB_RuntimeMethod_var);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0023;
}
}
{
// k_FontAssets_AtlasTexturesUpdateQueue.Add(fontAsset);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_6 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueue_57;
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_7 = ___fontAsset0;
NullCheck(L_6);
List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_inline(L_6, L_7, List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var);
}
IL_0023:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateAtlasTexturesForFontAssetsInQueue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateAtlasTexturesForFontAssetsInQueue_mD874106E2E98ABE06A57496E99DC1BF5633704EE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// int count = k_FontAssets_AtlasTexturesUpdateQueueLookup.Count;
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_0 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueueLookup_58;
NullCheck(L_0);
int32_t L_1;
L_1 = HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_inline(L_0, HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_0025;
}
IL_0010:
{
// k_FontAssets_AtlasTexturesUpdateQueue[i].TryAddGlyphsToAtlasTextures();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_2 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueue_57;
int32_t L_3 = V_1;
NullCheck(L_2);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_4;
L_4 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_2, L_3, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
NullCheck(L_4);
TMP_FontAsset_TryAddGlyphsToAtlasTextures_m7498D7F7102E6B35C41CE28CE0A60AAE9228DC47(L_4, NULL);
// for (int i = 0; i < count; i++)
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0025:
{
// for (int i = 0; i < count; i++)
int32_t L_6 = V_1;
int32_t L_7 = V_0;
V_2 = (bool)((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0);
bool L_8 = V_2;
if (L_8)
{
goto IL_0010;
}
}
{
// if (count > 0)
int32_t L_9 = V_0;
V_3 = (bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_004d;
}
}
{
// k_FontAssets_AtlasTexturesUpdateQueue.Clear();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_11 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueue_57;
NullCheck(L_11);
List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_inline(L_11, List_1_Clear_m7E48DAD7C375B96158596E53E89FCC99F00EFC10_RuntimeMethod_var);
// k_FontAssets_AtlasTexturesUpdateQueueLookup.Clear();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_12 = ((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueueLookup_58;
NullCheck(L_12);
HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92(L_12, HashSet_1_Clear_m88C3BA6617F6667126635140414D44D76C42AE92_RuntimeMethod_var);
}
IL_004d:
{
// }
return;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.UInt32[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_mC2E29947A0696751B70B643959C787825BEE0A99 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___unicodes0, bool ___includeFontFeatures1, const RuntimeMethod* method)
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL;
bool V_1 = false;
{
// return TryAddCharacters(unicodes, out missingUnicodes, includeFontFeatures);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___unicodes0;
bool L_1 = ___includeFontFeatures1;
bool L_2;
L_2 = TMP_FontAsset_TryAddCharacters_m007642E36561CCCBB6412F12387011A113E7CB58(__this, L_0, (&V_0), L_1, NULL);
V_1 = L_2;
goto IL_000e;
}
IL_000e:
{
// }
bool L_3 = V_1;
return L_3;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.UInt32[],System.UInt32[]&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_m007642E36561CCCBB6412F12387011A113E7CB58 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___unicodes0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** ___missingUnicodes1, bool ___includeFontFeatures2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0018EB8F52C103DF8E1AA428B7FB8F3AC885C6A6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA2F55D5137EE571FEA1E64939D885CB38CAD277);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
uint32_t V_10 = 0;
uint32_t V_11 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_12 = NULL;
bool V_13 = false;
bool V_14 = false;
uint32_t V_15 = 0;
uint32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
int32_t V_24 = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_25 = NULL;
uint32_t V_26 = 0;
bool V_27 = false;
int32_t V_28 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_29 = NULL;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_30 = NULL;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
int32_t V_36 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_37 = NULL;
bool V_38 = false;
bool V_39 = false;
int32_t G_B4_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B45_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B62_0 = 0;
int32_t G_B77_0 = 0;
{
// k_TryAddCharactersMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// if (unicodes == null || unicodes.Length == 0 || m_AtlasPopulationMode == AtlasPopulationMode.Static)
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___unicodes0;
if (!L_0)
{
goto IL_001e;
}
}
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___unicodes0;
NullCheck(L_1);
if (!(((RuntimeArray*)L_1)->max_length))
{
goto IL_001e;
}
}
{
int32_t L_2 = __this->___m_AtlasPopulationMode_11;
G_B4_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B4_0 = 1;
}
IL_001f:
{
V_4 = (bool)G_B4_0;
bool L_3 = V_4;
if (!L_3)
{
goto IL_0085;
}
}
{
// if (m_AtlasPopulationMode == AtlasPopulationMode.Static)
int32_t L_4 = __this->___m_AtlasPopulationMode_11;
V_5 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_5;
if (!L_5)
{
goto IL_0053;
}
}
{
// Debug.LogWarning("Unable to add characters to font asset [" + this.name + "] because its AtlasPopulationMode is set to Static.", this);
String_t* L_6;
L_6 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_7;
L_7 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F, L_6, _stringLiteralCA2F55D5137EE571FEA1E64939D885CB38CAD277, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_7, __this, NULL);
goto IL_006f;
}
IL_0053:
{
// Debug.LogWarning("Unable to add characters to font asset [" + this.name + "] because the provided Unicode list is Null or Empty.", this);
String_t* L_8;
L_8 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_9;
L_9 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F, L_8, _stringLiteral0018EB8F52C103DF8E1AA428B7FB8F3AC885C6A6, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_9, __this, NULL);
}
IL_006f:
{
// missingUnicodes = null;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_10 = ___missingUnicodes1;
*((RuntimeObject**)L_10) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)NULL);
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return false;
V_6 = (bool)0;
goto IL_052d;
}
IL_0085:
{
// if (FontEngine.LoadFontFace(m_SourceFontFile, m_FaceInfo.pointSize) != FontEngineError.Success)
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_11 = __this->___m_SourceFontFile_10;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_12 = (&__this->___m_FaceInfo_12);
int32_t L_13;
L_13 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_14;
L_14 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_11, L_13, NULL);
V_7 = (bool)((!(((uint32_t)L_14) <= ((uint32_t)0)))? 1 : 0);
bool L_15 = V_7;
if (!L_15)
{
goto IL_00c0;
}
}
{
// missingUnicodes = unicodes.ToArray();
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_16 = ___missingUnicodes1;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = ___unicodes0;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18;
L_18 = Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B((RuntimeObject*)L_17, Enumerable_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_m05A4A8E9822B0C34BDF8EA2AA6ACAA8533710A9B_RuntimeMethod_var);
*((RuntimeObject**)L_16) = (RuntimeObject*)L_18;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)L_18);
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return false;
V_6 = (bool)0;
goto IL_052d;
}
IL_00c0:
{
// if (m_CharacterLookupDictionary == null || m_GlyphLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_19 = __this->___m_CharacterLookupDictionary_16;
if (!L_19)
{
goto IL_00d3;
}
}
{
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_20 = __this->___m_GlyphLookupDictionary_14;
G_B14_0 = ((((RuntimeObject*)(Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*)L_20) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_00d4;
}
IL_00d3:
{
G_B14_0 = 1;
}
IL_00d4:
{
V_8 = (bool)G_B14_0;
bool L_21 = V_8;
if (!L_21)
{
goto IL_00e1;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
}
IL_00e1:
{
// m_GlyphsToAdd.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_22 = __this->___m_GlyphsToAdd_63;
NullCheck(L_22);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_22, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// m_GlyphsToAddLookup.Clear();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_23 = __this->___m_GlyphsToAddLookup_64;
NullCheck(L_23);
HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D(L_23, HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var);
// m_CharactersToAdd.Clear();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_24 = __this->___m_CharactersToAdd_65;
NullCheck(L_24);
List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_inline(L_24, List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
// m_CharactersToAddLookup.Clear();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_25 = __this->___m_CharactersToAddLookup_66;
NullCheck(L_25);
HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D(L_25, HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var);
// s_MissingCharacterList.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_26 = __this->___s_MissingCharacterList_67;
NullCheck(L_26);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_26, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// bool isMissingCharacters = false;
V_0 = (bool)0;
// int unicodeCount = unicodes.Length;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_27 = ___unicodes0;
NullCheck(L_27);
V_1 = ((int32_t)(((RuntimeArray*)L_27)->max_length));
// for (int i = 0; i < unicodeCount; i++)
V_9 = 0;
goto IL_0266;
}
IL_012b:
{
// uint unicode = unicodes[i];
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = ___unicodes0;
int32_t L_29 = V_9;
NullCheck(L_28);
int32_t L_30 = L_29;
uint32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_10 = L_31;
// if (m_CharacterLookupDictionary.ContainsKey(unicode))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_32 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_33 = V_10;
NullCheck(L_32);
bool L_34;
L_34 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_32, L_33, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_13 = L_34;
bool L_35 = V_13;
if (!L_35)
{
goto IL_014a;
}
}
{
// continue;
goto IL_0260;
}
IL_014a:
{
// uint glyphIndex = FontEngine.GetGlyphIndex(unicode);
uint32_t L_36 = V_10;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_37;
L_37 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(L_36, NULL);
V_11 = L_37;
// if (glyphIndex == 0)
uint32_t L_38 = V_11;
V_14 = (bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
bool L_39 = V_14;
if (!L_39)
{
goto IL_01c0;
}
}
{
// switch (unicode)
uint32_t L_40 = V_10;
V_16 = L_40;
uint32_t L_41 = V_16;
V_15 = L_41;
uint32_t L_42 = V_15;
if ((((int32_t)L_42) == ((int32_t)((int32_t)160))))
{
goto IL_0188;
}
}
{
goto IL_0172;
}
IL_0172:
{
uint32_t L_43 = V_15;
if ((((int32_t)L_43) == ((int32_t)((int32_t)173))))
{
goto IL_0193;
}
}
{
goto IL_017d;
}
IL_017d:
{
uint32_t L_44 = V_15;
if ((((int32_t)L_44) == ((int32_t)((int32_t)8209))))
{
goto IL_0193;
}
}
{
goto IL_019e;
}
IL_0188:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x20);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_45;
L_45 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)32), NULL);
V_11 = L_45;
// break;
goto IL_019e;
}
IL_0193:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x2D);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_46;
L_46 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)45), NULL);
V_11 = L_46;
// break;
goto IL_019e;
}
IL_019e:
{
// if (glyphIndex == 0)
uint32_t L_47 = V_11;
V_17 = (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
bool L_48 = V_17;
if (!L_48)
{
goto IL_01bf;
}
}
{
// s_MissingCharacterList.Add(unicode);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_49 = __this->___s_MissingCharacterList_67;
uint32_t L_50 = V_10;
NullCheck(L_49);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_49, L_50, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// isMissingCharacters = true;
V_0 = (bool)1;
// continue;
goto IL_0260;
}
IL_01bf:
{
}
IL_01c0:
{
// TMP_Character character = new TMP_Character(unicode, glyphIndex);
uint32_t L_51 = V_10;
uint32_t L_52 = V_11;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_53 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_53);
TMP_Character__ctor_m7019F2E56EE1A654151F581F2293FBB2410E4775(L_53, L_51, L_52, NULL);
V_12 = L_53;
// if (m_GlyphLookupDictionary.ContainsKey(glyphIndex))
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_54 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_55 = V_11;
NullCheck(L_54);
bool L_56;
L_56 = Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932(L_54, L_55, Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
V_18 = L_56;
bool L_57 = V_18;
if (!L_57)
{
goto IL_021d;
}
}
{
// character.glyph = m_GlyphLookupDictionary[glyphIndex];
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_58 = V_12;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_59 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_60 = V_11;
NullCheck(L_59);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_61;
L_61 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_59, L_60, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
NullCheck(L_58);
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(L_58, L_61, NULL);
// character.textAsset = this;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_62 = V_12;
NullCheck(L_62);
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(L_62, __this, NULL);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_63 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_64 = V_12;
NullCheck(L_63);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_63, L_64, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_65 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_66 = V_10;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_67 = V_12;
NullCheck(L_65);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_65, L_66, L_67, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// continue;
goto IL_0260;
}
IL_021d:
{
// if (m_GlyphsToAddLookup.Add(glyphIndex))
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_68 = __this->___m_GlyphsToAddLookup_64;
uint32_t L_69 = V_11;
NullCheck(L_68);
bool L_70;
L_70 = HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E(L_68, L_69, HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
V_19 = L_70;
bool L_71 = V_19;
if (!L_71)
{
goto IL_023e;
}
}
{
// m_GlyphsToAdd.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_72 = __this->___m_GlyphsToAdd_63;
uint32_t L_73 = V_11;
NullCheck(L_72);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_72, L_73, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
}
IL_023e:
{
// if (m_CharactersToAddLookup.Add(unicode))
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_74 = __this->___m_CharactersToAddLookup_66;
uint32_t L_75 = V_10;
NullCheck(L_74);
bool L_76;
L_76 = HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E(L_74, L_75, HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
V_20 = L_76;
bool L_77 = V_20;
if (!L_77)
{
goto IL_025f;
}
}
{
// m_CharactersToAdd.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_78 = __this->___m_CharactersToAdd_65;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_79 = V_12;
NullCheck(L_78);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_78, L_79, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
}
IL_025f:
{
}
IL_0260:
{
// for (int i = 0; i < unicodeCount; i++)
int32_t L_80 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_80, 1));
}
IL_0266:
{
// for (int i = 0; i < unicodeCount; i++)
int32_t L_81 = V_9;
int32_t L_82 = V_1;
V_21 = (bool)((((int32_t)L_81) < ((int32_t)L_82))? 1 : 0);
bool L_83 = V_21;
if (L_83)
{
goto IL_012b;
}
}
{
// if (m_GlyphsToAdd.Count == 0)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_84 = __this->___m_GlyphsToAdd_63;
NullCheck(L_84);
int32_t L_85;
L_85 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_84, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
V_22 = (bool)((((int32_t)L_85) == ((int32_t)0))? 1 : 0);
bool L_86 = V_22;
if (!L_86)
{
goto IL_029f;
}
}
{
// missingUnicodes = unicodes;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_87 = ___missingUnicodes1;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_88 = ___unicodes0;
*((RuntimeObject**)L_87) = (RuntimeObject*)L_88;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_87, (void*)(RuntimeObject*)L_88);
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return false;
V_6 = (bool)0;
goto IL_052d;
}
IL_029f:
{
// if (m_AtlasTextures[m_AtlasTextureIndex].width == 0 || m_AtlasTextures[m_AtlasTextureIndex].height == 0)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_89 = __this->___m_AtlasTextures_18;
int32_t L_90 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_89);
int32_t L_91 = L_90;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_92 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
NullCheck(L_92);
int32_t L_93;
L_93 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_92);
if (!L_93)
{
goto IL_02ca;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_94 = __this->___m_AtlasTextures_18;
int32_t L_95 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_94);
int32_t L_96 = L_95;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
NullCheck(L_97);
int32_t L_98;
L_98 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_97);
G_B45_0 = ((((int32_t)L_98) == ((int32_t)0))? 1 : 0);
goto IL_02cb;
}
IL_02ca:
{
G_B45_0 = 1;
}
IL_02cb:
{
V_23 = (bool)G_B45_0;
bool L_99 = V_23;
if (!L_99)
{
goto IL_0305;
}
}
{
// m_AtlasTextures[m_AtlasTextureIndex].Resize(m_AtlasWidth, m_AtlasHeight);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_100 = __this->___m_AtlasTextures_18;
int32_t L_101 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_100);
int32_t L_102 = L_101;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
int32_t L_104 = __this->___m_AtlasWidth_26;
int32_t L_105 = __this->___m_AtlasHeight_27;
NullCheck(L_103);
bool L_106;
L_106 = Texture2D_Resize_m6A784927A609BAE045AFCF77886AEEE72D19FB90(L_103, L_104, L_105, NULL);
// FontEngine.ResetAtlasTexture(m_AtlasTextures[m_AtlasTextureIndex]);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_107 = __this->___m_AtlasTextures_18;
int32_t L_108 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_107);
int32_t L_109 = L_108;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF(L_110, NULL);
}
IL_0305:
{
// bool allGlyphsAddedToTexture = FontEngine.TryAddGlyphsToTexture(m_GlyphsToAdd, m_AtlasPadding, GlyphPackingMode.BestShortSideFit, m_FreeGlyphRects, m_UsedGlyphRects, m_AtlasRenderMode, m_AtlasTextures[m_AtlasTextureIndex], out glyphs);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_111 = __this->___m_GlyphsToAdd_63;
int32_t L_112 = __this->___m_AtlasPadding_28;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_113 = __this->___m_FreeGlyphRects_23;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_114 = __this->___m_UsedGlyphRects_22;
int32_t L_115 = __this->___m_AtlasRenderMode_29;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_116 = __this->___m_AtlasTextures_18;
int32_t L_117 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_116);
int32_t L_118 = L_117;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_119 = (L_116)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_120;
L_120 = FontEngine_TryAddGlyphsToTexture_m4A939106EB66A110E839CCF4B4F05790A107297A(L_111, L_112, 0, L_113, L_114, L_115, L_119, (&V_2), NULL);
V_3 = L_120;
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
V_24 = 0;
goto IL_039d;
}
IL_033e:
{
// Glyph glyph = glyphs[i];
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_121 = V_2;
int32_t L_122 = V_24;
NullCheck(L_121);
int32_t L_123 = L_122;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_124 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
V_25 = L_124;
// uint glyphIndex = glyph.index;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_125 = V_25;
NullCheck(L_125);
uint32_t L_126;
L_126 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_125, NULL);
V_26 = L_126;
// glyph.atlasIndex = m_AtlasTextureIndex;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_127 = V_25;
int32_t L_128 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_127);
Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE(L_127, L_128, NULL);
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_129 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_130 = V_25;
NullCheck(L_129);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_129, L_130, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_GlyphLookupDictionary.Add(glyphIndex, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_131 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_132 = V_26;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_133 = V_25;
NullCheck(L_131);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_131, L_132, L_133, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// m_GlyphIndexListNewlyAdded.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_134 = __this->___m_GlyphIndexListNewlyAdded_62;
uint32_t L_135 = V_26;
NullCheck(L_134);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_134, L_135, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// m_GlyphIndexList.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_136 = __this->___m_GlyphIndexList_61;
uint32_t L_137 = V_26;
NullCheck(L_136);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_136, L_137, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
int32_t L_138 = V_24;
V_24 = ((int32_t)il2cpp_codegen_add(L_138, 1));
}
IL_039d:
{
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
int32_t L_139 = V_24;
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_140 = V_2;
NullCheck(L_140);
if ((((int32_t)L_139) >= ((int32_t)((int32_t)(((RuntimeArray*)L_140)->max_length)))))
{
goto IL_03ad;
}
}
{
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_141 = V_2;
int32_t L_142 = V_24;
NullCheck(L_141);
int32_t L_143 = L_142;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
G_B52_0 = ((!(((RuntimeObject*)(Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)L_144) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_03ae;
}
IL_03ad:
{
G_B52_0 = 0;
}
IL_03ae:
{
V_27 = (bool)G_B52_0;
bool L_145 = V_27;
if (L_145)
{
goto IL_033e;
}
}
{
// m_GlyphsToAdd.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_146 = __this->___m_GlyphsToAdd_63;
NullCheck(L_146);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_146, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
V_28 = 0;
goto IL_045c;
}
IL_03c8:
{
// TMP_Character character = m_CharactersToAdd[i];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_147 = __this->___m_CharactersToAdd_65;
int32_t L_148 = V_28;
NullCheck(L_147);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_149;
L_149 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_147, L_148, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
V_29 = L_149;
// if (m_GlyphLookupDictionary.TryGetValue(character.glyphIndex, out glyph) == false)
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_150 = __this->___m_GlyphLookupDictionary_14;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_151 = V_29;
NullCheck(L_151);
uint32_t L_152;
L_152 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_151, NULL);
NullCheck(L_150);
bool L_153;
L_153 = Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311(L_150, L_152, (&V_30), Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var);
V_31 = (bool)((((int32_t)L_153) == ((int32_t)0))? 1 : 0);
bool L_154 = V_31;
if (!L_154)
{
goto IL_040b;
}
}
{
// m_GlyphsToAdd.Add(character.glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_155 = __this->___m_GlyphsToAdd_63;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_156 = V_29;
NullCheck(L_156);
uint32_t L_157;
L_157 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_156, NULL);
NullCheck(L_155);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_155, L_157, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// continue;
goto IL_0456;
}
IL_040b:
{
// character.glyph = glyph;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_158 = V_29;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_159 = V_30;
NullCheck(L_158);
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(L_158, L_159, NULL);
// character.textAsset = this;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_160 = V_29;
NullCheck(L_160);
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(L_160, __this, NULL);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_161 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_162 = V_29;
NullCheck(L_161);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_161, L_162, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(character.unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_163 = __this->___m_CharacterLookupDictionary_16;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_164 = V_29;
NullCheck(L_164);
uint32_t L_165;
L_165 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_164, NULL);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_166 = V_29;
NullCheck(L_163);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_163, L_165, L_166, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// m_CharactersToAdd.RemoveAt(i);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_167 = __this->___m_CharactersToAdd_65;
int32_t L_168 = V_28;
NullCheck(L_167);
List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D(L_167, L_168, List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var);
// i -= 1;
int32_t L_169 = V_28;
V_28 = ((int32_t)il2cpp_codegen_subtract(L_169, 1));
}
IL_0456:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_170 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add(L_170, 1));
}
IL_045c:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_171 = V_28;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_172 = __this->___m_CharactersToAdd_65;
NullCheck(L_172);
int32_t L_173;
L_173 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_172, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_32 = (bool)((((int32_t)L_171) < ((int32_t)L_173))? 1 : 0);
bool L_174 = V_32;
if (L_174)
{
goto IL_03c8;
}
}
{
// if (m_IsMultiAtlasTexturesEnabled && allGlyphsAddedToTexture == false)
bool L_175 = __this->___m_IsMultiAtlasTexturesEnabled_20;
if (!L_175)
{
goto IL_0482;
}
}
{
bool L_176 = V_3;
G_B62_0 = ((((int32_t)L_176) == ((int32_t)0))? 1 : 0);
goto IL_0483;
}
IL_0482:
{
G_B62_0 = 0;
}
IL_0483:
{
V_33 = (bool)G_B62_0;
bool L_177 = V_33;
if (!L_177)
{
goto IL_049e;
}
}
{
goto IL_0493;
}
IL_048c:
{
// allGlyphsAddedToTexture = TryAddGlyphsToNewAtlasTexture();
bool L_178;
L_178 = TMP_FontAsset_TryAddGlyphsToNewAtlasTexture_mD885238E48514F6063212EA6964ECC32F4F1D4FB(__this, NULL);
V_3 = L_178;
}
IL_0493:
{
// while (allGlyphsAddedToTexture == false)
bool L_179 = V_3;
V_34 = (bool)((((int32_t)L_179) == ((int32_t)0))? 1 : 0);
bool L_180 = V_34;
if (L_180)
{
goto IL_048c;
}
}
{
}
IL_049e:
{
// if (includeFontFeatures)
bool L_181 = ___includeFontFeatures2;
V_35 = L_181;
bool L_182 = V_35;
if (!L_182)
{
goto IL_04ac;
}
}
{
// UpdateGlyphAdjustmentRecords();
TMP_FontAsset_UpdateGlyphAdjustmentRecords_m8530223EDCBEB89B965D763C65AC194F144C2C23(__this, NULL);
}
IL_04ac:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
V_36 = 0;
goto IL_04db;
}
IL_04b1:
{
// TMP_Character character = m_CharactersToAdd[i];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_183 = __this->___m_CharactersToAdd_65;
int32_t L_184 = V_36;
NullCheck(L_183);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_185;
L_185 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_183, L_184, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
V_37 = L_185;
// s_MissingCharacterList.Add(character.unicode);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_186 = __this->___s_MissingCharacterList_67;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_187 = V_37;
NullCheck(L_187);
uint32_t L_188;
L_188 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_187, NULL);
NullCheck(L_186);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_186, L_188, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_189 = V_36;
V_36 = ((int32_t)il2cpp_codegen_add(L_189, 1));
}
IL_04db:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_190 = V_36;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_191 = __this->___m_CharactersToAdd_65;
NullCheck(L_191);
int32_t L_192;
L_192 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_191, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_38 = (bool)((((int32_t)L_190) < ((int32_t)L_192))? 1 : 0);
bool L_193 = V_38;
if (L_193)
{
goto IL_04b1;
}
}
{
// missingUnicodes = null;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_194 = ___missingUnicodes1;
*((RuntimeObject**)L_194) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_194, (void*)(RuntimeObject*)NULL);
// if (s_MissingCharacterList.Count > 0)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_195 = __this->___s_MissingCharacterList_67;
NullCheck(L_195);
int32_t L_196;
L_196 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_195, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
V_39 = (bool)((((int32_t)L_196) > ((int32_t)0))? 1 : 0);
bool L_197 = V_39;
if (!L_197)
{
goto IL_0514;
}
}
{
// missingUnicodes = s_MissingCharacterList.ToArray();
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA** L_198 = ___missingUnicodes1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_199 = __this->___s_MissingCharacterList_67;
NullCheck(L_199);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_200;
L_200 = List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3(L_199, List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var);
*((RuntimeObject**)L_198) = (RuntimeObject*)L_200;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_198, (void*)(RuntimeObject*)L_200);
}
IL_0514:
{
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return allGlyphsAddedToTexture && !isMissingCharacters;
bool L_201 = V_3;
if (!L_201)
{
goto IL_0528;
}
}
{
bool L_202 = V_0;
G_B77_0 = ((((int32_t)L_202) == ((int32_t)0))? 1 : 0);
goto IL_0529;
}
IL_0528:
{
G_B77_0 = 0;
}
IL_0529:
{
V_6 = (bool)G_B77_0;
goto IL_052d;
}
IL_052d:
{
// }
bool L_203 = V_6;
return L_203;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_m790E9AC68D5E0B177490733D1BC69CA42B04CDB1 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___characters0, bool ___includeFontFeatures1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
bool V_1 = false;
{
// return TryAddCharacters(characters, out missingCharacters, includeFontFeatures);
String_t* L_0 = ___characters0;
bool L_1 = ___includeFontFeatures1;
bool L_2;
L_2 = TMP_FontAsset_TryAddCharacters_m899ED242A4630FA7A60DD9EDC140C5E6508A8517(__this, L_0, (&V_0), L_1, NULL);
V_1 = L_2;
goto IL_000e;
}
IL_000e:
{
// }
bool L_3 = V_1;
return L_3;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacters(System.String,System.String&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacters_m899ED242A4630FA7A60DD9EDC140C5E6508A8517 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, String_t* ___characters0, String_t** ___missingCharacters1, bool ___includeFontFeatures2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA2F55D5137EE571FEA1E64939D885CB38CAD277);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF4A63A9B315563831CC8DAB87B5AC69E53D1994);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
uint32_t V_10 = 0;
uint32_t V_11 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_12 = NULL;
bool V_13 = false;
bool V_14 = false;
uint32_t V_15 = 0;
uint32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
int32_t V_24 = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_25 = NULL;
uint32_t V_26 = 0;
bool V_27 = false;
int32_t V_28 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_29 = NULL;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_30 = NULL;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
int32_t V_36 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_37 = NULL;
bool V_38 = false;
bool V_39 = false;
int32_t G_B3_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B44_0 = 0;
int32_t G_B51_0 = 0;
int32_t G_B61_0 = 0;
int32_t G_B76_0 = 0;
{
// k_TryAddCharactersMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// if (string.IsNullOrEmpty(characters) || m_AtlasPopulationMode == AtlasPopulationMode.Static)
String_t* L_0 = ___characters0;
bool L_1;
L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL);
if (L_1)
{
goto IL_001f;
}
}
{
int32_t L_2 = __this->___m_AtlasPopulationMode_11;
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 1;
}
IL_0020:
{
V_4 = (bool)G_B3_0;
bool L_3 = V_4;
if (!L_3)
{
goto IL_0088;
}
}
{
// if (m_AtlasPopulationMode == AtlasPopulationMode.Static)
int32_t L_4 = __this->___m_AtlasPopulationMode_11;
V_5 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
bool L_5 = V_5;
if (!L_5)
{
goto IL_0054;
}
}
{
// Debug.LogWarning("Unable to add characters to font asset [" + this.name + "] because its AtlasPopulationMode is set to Static.", this);
String_t* L_6;
L_6 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_7;
L_7 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F, L_6, _stringLiteralCA2F55D5137EE571FEA1E64939D885CB38CAD277, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_7, __this, NULL);
goto IL_0072;
}
IL_0054:
{
// Debug.LogWarning("Unable to add characters to font asset [" + this.name + "] because the provided character list is Null or Empty.", this);
String_t* L_8;
L_8 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_9;
L_9 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralE9A211D1A05C0062EB77FBD5E87758D3A4F38C6F, L_8, _stringLiteralDF4A63A9B315563831CC8DAB87B5AC69E53D1994, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_9, __this, NULL);
}
IL_0072:
{
// missingCharacters = characters;
String_t** L_10 = ___missingCharacters1;
String_t* L_11 = ___characters0;
*((RuntimeObject**)L_10) = (RuntimeObject*)L_11;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)L_11);
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return false;
V_6 = (bool)0;
goto IL_0536;
}
IL_0088:
{
// if (FontEngine.LoadFontFace(m_SourceFontFile, m_FaceInfo.pointSize) != FontEngineError.Success)
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_12 = __this->___m_SourceFontFile_10;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_13 = (&__this->___m_FaceInfo_12);
int32_t L_14;
L_14 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB(L_13, NULL);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_15;
L_15 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_12, L_14, NULL);
V_7 = (bool)((!(((uint32_t)L_15) <= ((uint32_t)0)))? 1 : 0);
bool L_16 = V_7;
if (!L_16)
{
goto IL_00be;
}
}
{
// missingCharacters = characters;
String_t** L_17 = ___missingCharacters1;
String_t* L_18 = ___characters0;
*((RuntimeObject**)L_17) = (RuntimeObject*)L_18;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_18);
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return false;
V_6 = (bool)0;
goto IL_0536;
}
IL_00be:
{
// if (m_CharacterLookupDictionary == null || m_GlyphLookupDictionary == null)
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_19 = __this->___m_CharacterLookupDictionary_16;
if (!L_19)
{
goto IL_00d1;
}
}
{
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_20 = __this->___m_GlyphLookupDictionary_14;
G_B13_0 = ((((RuntimeObject*)(Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7*)L_20) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_00d2;
}
IL_00d1:
{
G_B13_0 = 1;
}
IL_00d2:
{
V_8 = (bool)G_B13_0;
bool L_21 = V_8;
if (!L_21)
{
goto IL_00df;
}
}
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
}
IL_00df:
{
// m_GlyphsToAdd.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_22 = __this->___m_GlyphsToAdd_63;
NullCheck(L_22);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_22, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// m_GlyphsToAddLookup.Clear();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_23 = __this->___m_GlyphsToAddLookup_64;
NullCheck(L_23);
HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D(L_23, HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var);
// m_CharactersToAdd.Clear();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_24 = __this->___m_CharactersToAdd_65;
NullCheck(L_24);
List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_inline(L_24, List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
// m_CharactersToAddLookup.Clear();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_25 = __this->___m_CharactersToAddLookup_66;
NullCheck(L_25);
HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D(L_25, HashSet_1_Clear_m756D9726C9F4BFB2C3500A8A9F27FF47A550EC1D_RuntimeMethod_var);
// s_MissingCharacterList.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_26 = __this->___s_MissingCharacterList_67;
NullCheck(L_26);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_26, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// bool isMissingCharacters = false;
V_0 = (bool)0;
// int characterCount = characters.Length;
String_t* L_27 = ___characters0;
NullCheck(L_27);
int32_t L_28;
L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL);
V_1 = L_28;
// for (int i = 0; i < characterCount; i++)
V_9 = 0;
goto IL_026b;
}
IL_012c:
{
// uint unicode = characters[i];
String_t* L_29 = ___characters0;
int32_t L_30 = V_9;
NullCheck(L_29);
Il2CppChar L_31;
L_31 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_29, L_30, NULL);
V_10 = L_31;
// if (m_CharacterLookupDictionary.ContainsKey(unicode))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_32 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_33 = V_10;
NullCheck(L_32);
bool L_34;
L_34 = Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD(L_32, L_33, Dictionary_2_ContainsKey_m5CCE2E8C29BB9195E9EC8CE3FC5F354DB68658CD_RuntimeMethod_var);
V_13 = L_34;
bool L_35 = V_13;
if (!L_35)
{
goto IL_014f;
}
}
{
// continue;
goto IL_0265;
}
IL_014f:
{
// uint glyphIndex = FontEngine.GetGlyphIndex(unicode);
uint32_t L_36 = V_10;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_37;
L_37 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(L_36, NULL);
V_11 = L_37;
// if (glyphIndex == 0)
uint32_t L_38 = V_11;
V_14 = (bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
bool L_39 = V_14;
if (!L_39)
{
goto IL_01c5;
}
}
{
// switch (unicode)
uint32_t L_40 = V_10;
V_16 = L_40;
uint32_t L_41 = V_16;
V_15 = L_41;
uint32_t L_42 = V_15;
if ((((int32_t)L_42) == ((int32_t)((int32_t)160))))
{
goto IL_018d;
}
}
{
goto IL_0177;
}
IL_0177:
{
uint32_t L_43 = V_15;
if ((((int32_t)L_43) == ((int32_t)((int32_t)173))))
{
goto IL_0198;
}
}
{
goto IL_0182;
}
IL_0182:
{
uint32_t L_44 = V_15;
if ((((int32_t)L_44) == ((int32_t)((int32_t)8209))))
{
goto IL_0198;
}
}
{
goto IL_01a3;
}
IL_018d:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x20);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_45;
L_45 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)32), NULL);
V_11 = L_45;
// break;
goto IL_01a3;
}
IL_0198:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x2D);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_46;
L_46 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)45), NULL);
V_11 = L_46;
// break;
goto IL_01a3;
}
IL_01a3:
{
// if (glyphIndex == 0)
uint32_t L_47 = V_11;
V_17 = (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
bool L_48 = V_17;
if (!L_48)
{
goto IL_01c4;
}
}
{
// s_MissingCharacterList.Add(unicode);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_49 = __this->___s_MissingCharacterList_67;
uint32_t L_50 = V_10;
NullCheck(L_49);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_49, L_50, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// isMissingCharacters = true;
V_0 = (bool)1;
// continue;
goto IL_0265;
}
IL_01c4:
{
}
IL_01c5:
{
// TMP_Character character = new TMP_Character(unicode, glyphIndex);
uint32_t L_51 = V_10;
uint32_t L_52 = V_11;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_53 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_53);
TMP_Character__ctor_m7019F2E56EE1A654151F581F2293FBB2410E4775(L_53, L_51, L_52, NULL);
V_12 = L_53;
// if (m_GlyphLookupDictionary.ContainsKey(glyphIndex))
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_54 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_55 = V_11;
NullCheck(L_54);
bool L_56;
L_56 = Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932(L_54, L_55, Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
V_18 = L_56;
bool L_57 = V_18;
if (!L_57)
{
goto IL_0222;
}
}
{
// character.glyph = m_GlyphLookupDictionary[glyphIndex];
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_58 = V_12;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_59 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_60 = V_11;
NullCheck(L_59);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_61;
L_61 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_59, L_60, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
NullCheck(L_58);
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(L_58, L_61, NULL);
// character.textAsset = this;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_62 = V_12;
NullCheck(L_62);
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(L_62, __this, NULL);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_63 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_64 = V_12;
NullCheck(L_63);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_63, L_64, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_65 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_66 = V_10;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_67 = V_12;
NullCheck(L_65);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_65, L_66, L_67, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// continue;
goto IL_0265;
}
IL_0222:
{
// if (m_GlyphsToAddLookup.Add(glyphIndex))
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_68 = __this->___m_GlyphsToAddLookup_64;
uint32_t L_69 = V_11;
NullCheck(L_68);
bool L_70;
L_70 = HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E(L_68, L_69, HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
V_19 = L_70;
bool L_71 = V_19;
if (!L_71)
{
goto IL_0243;
}
}
{
// m_GlyphsToAdd.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_72 = __this->___m_GlyphsToAdd_63;
uint32_t L_73 = V_11;
NullCheck(L_72);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_72, L_73, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
}
IL_0243:
{
// if (m_CharactersToAddLookup.Add(unicode))
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_74 = __this->___m_CharactersToAddLookup_66;
uint32_t L_75 = V_10;
NullCheck(L_74);
bool L_76;
L_76 = HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E(L_74, L_75, HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
V_20 = L_76;
bool L_77 = V_20;
if (!L_77)
{
goto IL_0264;
}
}
{
// m_CharactersToAdd.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_78 = __this->___m_CharactersToAdd_65;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_79 = V_12;
NullCheck(L_78);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_78, L_79, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
}
IL_0264:
{
}
IL_0265:
{
// for (int i = 0; i < characterCount; i++)
int32_t L_80 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_80, 1));
}
IL_026b:
{
// for (int i = 0; i < characterCount; i++)
int32_t L_81 = V_9;
int32_t L_82 = V_1;
V_21 = (bool)((((int32_t)L_81) < ((int32_t)L_82))? 1 : 0);
bool L_83 = V_21;
if (L_83)
{
goto IL_012c;
}
}
{
// if (m_GlyphsToAdd.Count == 0)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_84 = __this->___m_GlyphsToAdd_63;
NullCheck(L_84);
int32_t L_85;
L_85 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_84, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
V_22 = (bool)((((int32_t)L_85) == ((int32_t)0))? 1 : 0);
bool L_86 = V_22;
if (!L_86)
{
goto IL_02a4;
}
}
{
// missingCharacters = characters;
String_t** L_87 = ___missingCharacters1;
String_t* L_88 = ___characters0;
*((RuntimeObject**)L_87) = (RuntimeObject*)L_88;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_87, (void*)(RuntimeObject*)L_88);
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return false;
V_6 = (bool)0;
goto IL_0536;
}
IL_02a4:
{
// if (m_AtlasTextures[m_AtlasTextureIndex].width == 0 || m_AtlasTextures[m_AtlasTextureIndex].height == 0)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_89 = __this->___m_AtlasTextures_18;
int32_t L_90 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_89);
int32_t L_91 = L_90;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_92 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
NullCheck(L_92);
int32_t L_93;
L_93 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_92);
if (!L_93)
{
goto IL_02cf;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_94 = __this->___m_AtlasTextures_18;
int32_t L_95 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_94);
int32_t L_96 = L_95;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
NullCheck(L_97);
int32_t L_98;
L_98 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_97);
G_B44_0 = ((((int32_t)L_98) == ((int32_t)0))? 1 : 0);
goto IL_02d0;
}
IL_02cf:
{
G_B44_0 = 1;
}
IL_02d0:
{
V_23 = (bool)G_B44_0;
bool L_99 = V_23;
if (!L_99)
{
goto IL_030a;
}
}
{
// m_AtlasTextures[m_AtlasTextureIndex].Resize(m_AtlasWidth, m_AtlasHeight);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_100 = __this->___m_AtlasTextures_18;
int32_t L_101 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_100);
int32_t L_102 = L_101;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
int32_t L_104 = __this->___m_AtlasWidth_26;
int32_t L_105 = __this->___m_AtlasHeight_27;
NullCheck(L_103);
bool L_106;
L_106 = Texture2D_Resize_m6A784927A609BAE045AFCF77886AEEE72D19FB90(L_103, L_104, L_105, NULL);
// FontEngine.ResetAtlasTexture(m_AtlasTextures[m_AtlasTextureIndex]);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_107 = __this->___m_AtlasTextures_18;
int32_t L_108 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_107);
int32_t L_109 = L_108;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF(L_110, NULL);
}
IL_030a:
{
// bool allGlyphsAddedToTexture = FontEngine.TryAddGlyphsToTexture(m_GlyphsToAdd, m_AtlasPadding, GlyphPackingMode.BestShortSideFit, m_FreeGlyphRects, m_UsedGlyphRects, m_AtlasRenderMode, m_AtlasTextures[m_AtlasTextureIndex], out glyphs);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_111 = __this->___m_GlyphsToAdd_63;
int32_t L_112 = __this->___m_AtlasPadding_28;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_113 = __this->___m_FreeGlyphRects_23;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_114 = __this->___m_UsedGlyphRects_22;
int32_t L_115 = __this->___m_AtlasRenderMode_29;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_116 = __this->___m_AtlasTextures_18;
int32_t L_117 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_116);
int32_t L_118 = L_117;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_119 = (L_116)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_120;
L_120 = FontEngine_TryAddGlyphsToTexture_m4A939106EB66A110E839CCF4B4F05790A107297A(L_111, L_112, 0, L_113, L_114, L_115, L_119, (&V_2), NULL);
V_3 = L_120;
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
V_24 = 0;
goto IL_03a2;
}
IL_0343:
{
// Glyph glyph = glyphs[i];
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_121 = V_2;
int32_t L_122 = V_24;
NullCheck(L_121);
int32_t L_123 = L_122;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_124 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
V_25 = L_124;
// uint glyphIndex = glyph.index;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_125 = V_25;
NullCheck(L_125);
uint32_t L_126;
L_126 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_125, NULL);
V_26 = L_126;
// glyph.atlasIndex = m_AtlasTextureIndex;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_127 = V_25;
int32_t L_128 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_127);
Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE(L_127, L_128, NULL);
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_129 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_130 = V_25;
NullCheck(L_129);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_129, L_130, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_GlyphLookupDictionary.Add(glyphIndex, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_131 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_132 = V_26;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_133 = V_25;
NullCheck(L_131);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_131, L_132, L_133, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// m_GlyphIndexListNewlyAdded.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_134 = __this->___m_GlyphIndexListNewlyAdded_62;
uint32_t L_135 = V_26;
NullCheck(L_134);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_134, L_135, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// m_GlyphIndexList.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_136 = __this->___m_GlyphIndexList_61;
uint32_t L_137 = V_26;
NullCheck(L_136);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_136, L_137, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
int32_t L_138 = V_24;
V_24 = ((int32_t)il2cpp_codegen_add(L_138, 1));
}
IL_03a2:
{
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
int32_t L_139 = V_24;
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_140 = V_2;
NullCheck(L_140);
if ((((int32_t)L_139) >= ((int32_t)((int32_t)(((RuntimeArray*)L_140)->max_length)))))
{
goto IL_03b2;
}
}
{
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_141 = V_2;
int32_t L_142 = V_24;
NullCheck(L_141);
int32_t L_143 = L_142;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
G_B51_0 = ((!(((RuntimeObject*)(Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)L_144) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_03b3;
}
IL_03b2:
{
G_B51_0 = 0;
}
IL_03b3:
{
V_27 = (bool)G_B51_0;
bool L_145 = V_27;
if (L_145)
{
goto IL_0343;
}
}
{
// m_GlyphsToAdd.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_146 = __this->___m_GlyphsToAdd_63;
NullCheck(L_146);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_146, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
V_28 = 0;
goto IL_0461;
}
IL_03cd:
{
// TMP_Character character = m_CharactersToAdd[i];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_147 = __this->___m_CharactersToAdd_65;
int32_t L_148 = V_28;
NullCheck(L_147);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_149;
L_149 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_147, L_148, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
V_29 = L_149;
// if (m_GlyphLookupDictionary.TryGetValue(character.glyphIndex, out glyph) == false)
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_150 = __this->___m_GlyphLookupDictionary_14;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_151 = V_29;
NullCheck(L_151);
uint32_t L_152;
L_152 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_151, NULL);
NullCheck(L_150);
bool L_153;
L_153 = Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311(L_150, L_152, (&V_30), Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var);
V_31 = (bool)((((int32_t)L_153) == ((int32_t)0))? 1 : 0);
bool L_154 = V_31;
if (!L_154)
{
goto IL_0410;
}
}
{
// m_GlyphsToAdd.Add(character.glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_155 = __this->___m_GlyphsToAdd_63;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_156 = V_29;
NullCheck(L_156);
uint32_t L_157;
L_157 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_156, NULL);
NullCheck(L_155);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_155, L_157, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// continue;
goto IL_045b;
}
IL_0410:
{
// character.glyph = glyph;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_158 = V_29;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_159 = V_30;
NullCheck(L_158);
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(L_158, L_159, NULL);
// character.textAsset = this;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_160 = V_29;
NullCheck(L_160);
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(L_160, __this, NULL);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_161 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_162 = V_29;
NullCheck(L_161);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_161, L_162, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(character.unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_163 = __this->___m_CharacterLookupDictionary_16;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_164 = V_29;
NullCheck(L_164);
uint32_t L_165;
L_165 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_164, NULL);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_166 = V_29;
NullCheck(L_163);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_163, L_165, L_166, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// m_CharactersToAdd.RemoveAt(i);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_167 = __this->___m_CharactersToAdd_65;
int32_t L_168 = V_28;
NullCheck(L_167);
List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D(L_167, L_168, List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var);
// i -= 1;
int32_t L_169 = V_28;
V_28 = ((int32_t)il2cpp_codegen_subtract(L_169, 1));
}
IL_045b:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_170 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add(L_170, 1));
}
IL_0461:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_171 = V_28;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_172 = __this->___m_CharactersToAdd_65;
NullCheck(L_172);
int32_t L_173;
L_173 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_172, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_32 = (bool)((((int32_t)L_171) < ((int32_t)L_173))? 1 : 0);
bool L_174 = V_32;
if (L_174)
{
goto IL_03cd;
}
}
{
// if (m_IsMultiAtlasTexturesEnabled && allGlyphsAddedToTexture == false)
bool L_175 = __this->___m_IsMultiAtlasTexturesEnabled_20;
if (!L_175)
{
goto IL_0487;
}
}
{
bool L_176 = V_3;
G_B61_0 = ((((int32_t)L_176) == ((int32_t)0))? 1 : 0);
goto IL_0488;
}
IL_0487:
{
G_B61_0 = 0;
}
IL_0488:
{
V_33 = (bool)G_B61_0;
bool L_177 = V_33;
if (!L_177)
{
goto IL_04a3;
}
}
{
goto IL_0498;
}
IL_0491:
{
// allGlyphsAddedToTexture = TryAddGlyphsToNewAtlasTexture();
bool L_178;
L_178 = TMP_FontAsset_TryAddGlyphsToNewAtlasTexture_mD885238E48514F6063212EA6964ECC32F4F1D4FB(__this, NULL);
V_3 = L_178;
}
IL_0498:
{
// while (allGlyphsAddedToTexture == false)
bool L_179 = V_3;
V_34 = (bool)((((int32_t)L_179) == ((int32_t)0))? 1 : 0);
bool L_180 = V_34;
if (L_180)
{
goto IL_0491;
}
}
{
}
IL_04a3:
{
// if (includeFontFeatures)
bool L_181 = ___includeFontFeatures2;
V_35 = L_181;
bool L_182 = V_35;
if (!L_182)
{
goto IL_04b1;
}
}
{
// UpdateGlyphAdjustmentRecords();
TMP_FontAsset_UpdateGlyphAdjustmentRecords_m8530223EDCBEB89B965D763C65AC194F144C2C23(__this, NULL);
}
IL_04b1:
{
// missingCharacters = string.Empty;
String_t** L_183 = ___missingCharacters1;
String_t* L_184 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
*((RuntimeObject**)L_183) = (RuntimeObject*)L_184;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_183, (void*)(RuntimeObject*)L_184);
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
V_36 = 0;
goto IL_04e7;
}
IL_04bd:
{
// TMP_Character character = m_CharactersToAdd[i];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_185 = __this->___m_CharactersToAdd_65;
int32_t L_186 = V_36;
NullCheck(L_185);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_187;
L_187 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_185, L_186, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
V_37 = L_187;
// s_MissingCharacterList.Add(character.unicode);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_188 = __this->___s_MissingCharacterList_67;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_189 = V_37;
NullCheck(L_189);
uint32_t L_190;
L_190 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_189, NULL);
NullCheck(L_188);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_188, L_190, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_191 = V_36;
V_36 = ((int32_t)il2cpp_codegen_add(L_191, 1));
}
IL_04e7:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_192 = V_36;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_193 = __this->___m_CharactersToAdd_65;
NullCheck(L_193);
int32_t L_194;
L_194 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_193, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_38 = (bool)((((int32_t)L_192) < ((int32_t)L_194))? 1 : 0);
bool L_195 = V_38;
if (L_195)
{
goto IL_04bd;
}
}
{
// if (s_MissingCharacterList.Count > 0)
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_196 = __this->___s_MissingCharacterList_67;
NullCheck(L_196);
int32_t L_197;
L_197 = List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_inline(L_196, List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_RuntimeMethod_var);
V_39 = (bool)((((int32_t)L_197) > ((int32_t)0))? 1 : 0);
bool L_198 = V_39;
if (!L_198)
{
goto IL_051d;
}
}
{
// missingCharacters = s_MissingCharacterList.UintToString();
String_t** L_199 = ___missingCharacters1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_200 = __this->___s_MissingCharacterList_67;
String_t* L_201;
L_201 = TMPro_ExtensionMethods_UintToString_m4DA616421142C9A6214111F89D366914143B2ECC(L_200, NULL);
*((RuntimeObject**)L_199) = (RuntimeObject*)L_201;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_199, (void*)(RuntimeObject*)L_201);
}
IL_051d:
{
// k_TryAddCharactersMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48), NULL);
// return allGlyphsAddedToTexture && !isMissingCharacters;
bool L_202 = V_3;
if (!L_202)
{
goto IL_0531;
}
}
{
bool L_203 = V_0;
G_B76_0 = ((((int32_t)L_203) == ((int32_t)0))? 1 : 0);
goto IL_0532;
}
IL_0531:
{
G_B76_0 = 0;
}
IL_0532:
{
V_6 = (bool)G_B76_0;
goto IL_0536;
}
IL_0536:
{
// }
bool L_204 = V_6;
return L_204;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryAddCharacterInternal(System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddCharacterInternal_m95DD37F41C18EE7692B44DCD984CD12C2350C122 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4785A6047AC9A765F871F5060A876703682EB651);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A4888D237A9893AAADD7E077408D94733C9C8E);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
uint32_t V_6 = 0;
uint32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
int32_t G_B23_0 = 0;
{
// k_TryAddCharacterMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// character = null;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_0 = ___character1;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// if (m_MissingUnicodesFromFontFile.Contains(unicode))
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_1 = __this->___m_MissingUnicodesFromFontFile_68;
uint32_t L_2 = ___unicode0;
NullCheck(L_1);
bool L_3;
L_3 = HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9(L_1, L_2, HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
V_2 = L_3;
bool L_4 = V_2;
if (!L_4)
{
goto IL_0032;
}
}
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_3 = (bool)0;
goto IL_03cc;
}
IL_0032:
{
// if (FontEngine.LoadFontFace(sourceFontFile, m_FaceInfo.pointSize) != FontEngineError.Success)
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_5;
L_5 = TMP_FontAsset_get_sourceFontFile_mD9B0F4FCBBCDCAAE5A370399DDE46C768B736722(__this, NULL);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_6 = (&__this->___m_FaceInfo_12);
int32_t L_7;
L_7 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB(L_6, NULL);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_8;
L_8 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_5, L_7, NULL);
V_4 = (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
bool L_9 = V_4;
if (!L_9)
{
goto IL_0064;
}
}
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_3 = (bool)0;
goto IL_03cc;
}
IL_0064:
{
// uint glyphIndex = FontEngine.GetGlyphIndex(unicode);
uint32_t L_10 = ___unicode0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_11;
L_11 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(L_10, NULL);
V_0 = L_11;
// if (glyphIndex == 0)
uint32_t L_12 = V_0;
V_5 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_5;
if (!L_13)
{
goto IL_00dd;
}
}
{
// switch (unicode)
uint32_t L_14 = ___unicode0;
V_7 = L_14;
uint32_t L_15 = V_7;
V_6 = L_15;
uint32_t L_16 = V_6;
if ((((int32_t)L_16) == ((int32_t)((int32_t)160))))
{
goto IL_009e;
}
}
{
goto IL_0088;
}
IL_0088:
{
uint32_t L_17 = V_6;
if ((((int32_t)L_17) == ((int32_t)((int32_t)173))))
{
goto IL_00a8;
}
}
{
goto IL_0093;
}
IL_0093:
{
uint32_t L_18 = V_6;
if ((((int32_t)L_18) == ((int32_t)((int32_t)8209))))
{
goto IL_00a8;
}
}
{
goto IL_00b2;
}
IL_009e:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x20);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_19;
L_19 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)32), NULL);
V_0 = L_19;
// break;
goto IL_00b2;
}
IL_00a8:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x2D);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_20;
L_20 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)45), NULL);
V_0 = L_20;
// break;
goto IL_00b2;
}
IL_00b2:
{
// if (glyphIndex == 0)
uint32_t L_21 = V_0;
V_8 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_8;
if (!L_22)
{
goto IL_00dc;
}
}
{
// m_MissingUnicodesFromFontFile.Add(unicode);
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_23 = __this->___m_MissingUnicodesFromFontFile_68;
uint32_t L_24 = ___unicode0;
NullCheck(L_23);
bool L_25;
L_25 = HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E(L_23, L_24, HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_3 = (bool)0;
goto IL_03cc;
}
IL_00dc:
{
}
IL_00dd:
{
// if (m_GlyphLookupDictionary.ContainsKey(glyphIndex))
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_26 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_27 = V_0;
NullCheck(L_26);
bool L_28;
L_28 = Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932(L_26, L_27, Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
V_9 = L_28;
bool L_29 = V_9;
if (!L_29)
{
goto IL_0134;
}
}
{
// character = new TMP_Character(unicode, this, m_GlyphLookupDictionary[glyphIndex]);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_30 = ___character1;
uint32_t L_31 = ___unicode0;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_32 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_33 = V_0;
NullCheck(L_32);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_34;
L_34 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_32, L_33, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_35 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_35);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_35, L_31, __this, L_34, NULL);
*((RuntimeObject**)L_30) = (RuntimeObject*)L_35;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_30, (void*)(RuntimeObject*)L_35);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_36 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_37 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_38 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_37);
NullCheck(L_36);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_36, L_38, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_39 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_40 = ___unicode0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_41 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_42 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_41);
NullCheck(L_39);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_39, L_40, L_42, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return true;
V_3 = (bool)1;
goto IL_03cc;
}
IL_0134:
{
// Glyph glyph = null;
V_1 = (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)NULL;
// if (m_AtlasTextures[m_AtlasTextureIndex].isReadable == false)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_43 = __this->___m_AtlasTextures_18;
int32_t L_44 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_43);
int32_t L_45 = L_44;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
NullCheck(L_46);
bool L_47;
L_47 = VirtualFuncInvoker0< bool >::Invoke(11 /* System.Boolean UnityEngine.Texture::get_isReadable() */, L_46);
V_10 = (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
bool L_48 = V_10;
if (!L_48)
{
goto IL_01b8;
}
}
{
// Debug.LogWarning("Unable to add the requested character to font asset [" + this.name + "]'s atlas texture. Please make the texture [" + m_AtlasTextures[m_AtlasTextureIndex].name + "] readable.", m_AtlasTextures[m_AtlasTextureIndex]);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_49 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = L_49;
NullCheck(L_50);
ArrayElementTypeCheck (L_50, _stringLiteralA6A4888D237A9893AAADD7E077408D94733C9C8E);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralA6A4888D237A9893AAADD7E077408D94733C9C8E);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = L_50;
String_t* L_52;
L_52 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_52);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_52);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_53 = L_51;
NullCheck(L_53);
ArrayElementTypeCheck (L_53, _stringLiteral4785A6047AC9A765F871F5060A876703682EB651);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral4785A6047AC9A765F871F5060A876703682EB651);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_54 = L_53;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_55 = __this->___m_AtlasTextures_18;
int32_t L_56 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_55);
int32_t L_57 = L_56;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
NullCheck(L_58);
String_t* L_59;
L_59 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_58, NULL);
NullCheck(L_54);
ArrayElementTypeCheck (L_54, L_59);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_59);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_60 = L_54;
NullCheck(L_60);
ArrayElementTypeCheck (L_60, _stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F);
String_t* L_61;
L_61 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_60, NULL);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_62 = __this->___m_AtlasTextures_18;
int32_t L_63 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_62);
int32_t L_64 = L_63;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_65 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_61, L_65, NULL);
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_3 = (bool)0;
goto IL_03cc;
}
IL_01b8:
{
// if (m_AtlasTextures[m_AtlasTextureIndex].width == 0 || m_AtlasTextures[m_AtlasTextureIndex].height == 0)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_66 = __this->___m_AtlasTextures_18;
int32_t L_67 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_66);
int32_t L_68 = L_67;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
NullCheck(L_69);
int32_t L_70;
L_70 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_69);
if (!L_70)
{
goto IL_01e3;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_71 = __this->___m_AtlasTextures_18;
int32_t L_72 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_71);
int32_t L_73 = L_72;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
NullCheck(L_74);
int32_t L_75;
L_75 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_74);
G_B23_0 = ((((int32_t)L_75) == ((int32_t)0))? 1 : 0);
goto IL_01e4;
}
IL_01e3:
{
G_B23_0 = 1;
}
IL_01e4:
{
V_11 = (bool)G_B23_0;
bool L_76 = V_11;
if (!L_76)
{
goto IL_021e;
}
}
{
// m_AtlasTextures[m_AtlasTextureIndex].Resize(m_AtlasWidth, m_AtlasHeight);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_77 = __this->___m_AtlasTextures_18;
int32_t L_78 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_77);
int32_t L_79 = L_78;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
int32_t L_81 = __this->___m_AtlasWidth_26;
int32_t L_82 = __this->___m_AtlasHeight_27;
NullCheck(L_80);
bool L_83;
L_83 = Texture2D_Resize_m6A784927A609BAE045AFCF77886AEEE72D19FB90(L_80, L_81, L_82, NULL);
// FontEngine.ResetAtlasTexture(m_AtlasTextures[m_AtlasTextureIndex]);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_84 = __this->___m_AtlasTextures_18;
int32_t L_85 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_84);
int32_t L_86 = L_85;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF(L_87, NULL);
}
IL_021e:
{
// if (FontEngine.TryAddGlyphToTexture(glyphIndex, m_AtlasPadding, GlyphPackingMode.BestShortSideFit, m_FreeGlyphRects, m_UsedGlyphRects, m_AtlasRenderMode, m_AtlasTextures[m_AtlasTextureIndex], out glyph))
uint32_t L_88 = V_0;
int32_t L_89 = __this->___m_AtlasPadding_28;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_90 = __this->___m_FreeGlyphRects_23;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_91 = __this->___m_UsedGlyphRects_22;
int32_t L_92 = __this->___m_AtlasRenderMode_29;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_93 = __this->___m_AtlasTextures_18;
int32_t L_94 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_93);
int32_t L_95 = L_94;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_96 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_95));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_97;
L_97 = FontEngine_TryAddGlyphToTexture_mDBDB3AE8B9FB45BFD0178D965DC55FC7988952E9(L_88, L_89, 0, L_90, L_91, L_92, L_96, (&V_1), NULL);
V_12 = L_97;
bool L_98 = V_12;
if (!L_98)
{
goto IL_02e3;
}
}
{
// glyph.atlasIndex = m_AtlasTextureIndex;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_99 = V_1;
int32_t L_100 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_99);
Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE(L_99, L_100, NULL);
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_101 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_102 = V_1;
NullCheck(L_101);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_101, L_102, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_GlyphLookupDictionary.Add(glyphIndex, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_103 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_104 = V_0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_105 = V_1;
NullCheck(L_103);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_103, L_104, L_105, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// character = new TMP_Character(unicode, this, glyph);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_106 = ___character1;
uint32_t L_107 = ___unicode0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_108 = V_1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_109 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_109);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_109, L_107, __this, L_108, NULL);
*((RuntimeObject**)L_106) = (RuntimeObject*)L_109;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_106, (void*)(RuntimeObject*)L_109);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_110 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_111 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_112 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_111);
NullCheck(L_110);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_110, L_112, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_113 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_114 = ___unicode0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_115 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_116 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_115);
NullCheck(L_113);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_113, L_114, L_116, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// m_GlyphIndexList.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_117 = __this->___m_GlyphIndexList_61;
uint32_t L_118 = V_0;
NullCheck(L_117);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_117, L_118, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// m_GlyphIndexListNewlyAdded.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_119 = __this->___m_GlyphIndexListNewlyAdded_62;
uint32_t L_120 = V_0;
NullCheck(L_119);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_119, L_120, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// if (TMP_Settings.getFontFeaturesAtRuntime)
bool L_121;
L_121 = TMP_Settings_get_getFontFeaturesAtRuntime_m6B5BD01BDAB8D9D065356A686354ADF712CB4FD9(NULL);
V_13 = L_121;
bool L_122 = V_13;
if (!L_122)
{
goto IL_02d1;
}
}
{
// RegisterFontAssetForFontFeatureUpdate(this);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
TMP_FontAsset_RegisterFontAssetForFontFeatureUpdate_m462AD17BF58378EF2B0A9BB139BAFB4DB6E54D15(__this, NULL);
}
IL_02d1:
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return true;
V_3 = (bool)1;
goto IL_03cc;
}
IL_02e3:
{
// if (m_IsMultiAtlasTexturesEnabled)
bool L_123 = __this->___m_IsMultiAtlasTexturesEnabled_20;
V_14 = L_123;
bool L_124 = V_14;
if (!L_124)
{
goto IL_03bd;
}
}
{
// SetupNewAtlasTexture();
TMP_FontAsset_SetupNewAtlasTexture_m01889BA60E325103E4BB5A8B2D6AA8EB0CDA9B92(__this, NULL);
// if (FontEngine.TryAddGlyphToTexture(glyphIndex, m_AtlasPadding, GlyphPackingMode.BestShortSideFit, m_FreeGlyphRects, m_UsedGlyphRects, m_AtlasRenderMode, m_AtlasTextures[m_AtlasTextureIndex], out glyph))
uint32_t L_125 = V_0;
int32_t L_126 = __this->___m_AtlasPadding_28;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_127 = __this->___m_FreeGlyphRects_23;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_128 = __this->___m_UsedGlyphRects_22;
int32_t L_129 = __this->___m_AtlasRenderMode_29;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_130 = __this->___m_AtlasTextures_18;
int32_t L_131 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_130);
int32_t L_132 = L_131;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_133 = (L_130)->GetAt(static_cast<il2cpp_array_size_t>(L_132));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_134;
L_134 = FontEngine_TryAddGlyphToTexture_mDBDB3AE8B9FB45BFD0178D965DC55FC7988952E9(L_125, L_126, 0, L_127, L_128, L_129, L_133, (&V_1), NULL);
V_15 = L_134;
bool L_135 = V_15;
if (!L_135)
{
goto IL_03bc;
}
}
{
// glyph.atlasIndex = m_AtlasTextureIndex;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_136 = V_1;
int32_t L_137 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_136);
Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE(L_136, L_137, NULL);
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_138 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_139 = V_1;
NullCheck(L_138);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_138, L_139, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_GlyphLookupDictionary.Add(glyphIndex, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_140 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_141 = V_0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_142 = V_1;
NullCheck(L_140);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_140, L_141, L_142, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// character = new TMP_Character(unicode, this, glyph);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_143 = ___character1;
uint32_t L_144 = ___unicode0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_145 = V_1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_146 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_146);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_146, L_144, __this, L_145, NULL);
*((RuntimeObject**)L_143) = (RuntimeObject*)L_146;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_143, (void*)(RuntimeObject*)L_146);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_147 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_148 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_149 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_148);
NullCheck(L_147);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_147, L_149, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_150 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_151 = ___unicode0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_152 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_153 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_152);
NullCheck(L_150);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_150, L_151, L_153, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// m_GlyphIndexList.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_154 = __this->___m_GlyphIndexList_61;
uint32_t L_155 = V_0;
NullCheck(L_154);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_154, L_155, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// m_GlyphIndexListNewlyAdded.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_156 = __this->___m_GlyphIndexListNewlyAdded_62;
uint32_t L_157 = V_0;
NullCheck(L_156);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_156, L_157, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// if (TMP_Settings.getFontFeaturesAtRuntime)
bool L_158;
L_158 = TMP_Settings_get_getFontFeaturesAtRuntime_m6B5BD01BDAB8D9D065356A686354ADF712CB4FD9(NULL);
V_16 = L_158;
bool L_159 = V_16;
if (!L_159)
{
goto IL_03ad;
}
}
{
// RegisterFontAssetForFontFeatureUpdate(this);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
TMP_FontAsset_RegisterFontAssetForFontFeatureUpdate_m462AD17BF58378EF2B0A9BB139BAFB4DB6E54D15(__this, NULL);
}
IL_03ad:
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return true;
V_3 = (bool)1;
goto IL_03cc;
}
IL_03bc:
{
}
IL_03bd:
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_3 = (bool)0;
goto IL_03cc;
}
IL_03cc:
{
// }
bool L_160 = V_3;
return L_160;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryGetCharacter_and_QueueRenderToTexture(System.UInt32,TMPro.TMP_Character&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryGetCharacter_and_QueueRenderToTexture_m7C957763D146CEBEE8CE749B147DBDAD9D7D16E9 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, uint32_t ___unicode0, TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** ___character1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
uint32_t V_7 = 0;
uint32_t V_8 = 0;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
int32_t G_B21_0 = 0;
{
// k_TryAddCharacterMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// character = null;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_0 = ___character1;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// if (m_MissingUnicodesFromFontFile.Contains(unicode))
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_1 = __this->___m_MissingUnicodesFromFontFile_68;
uint32_t L_2 = ___unicode0;
NullCheck(L_1);
bool L_3;
L_3 = HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9(L_1, L_2, HashSet_1_Contains_m02385B663B65E53485251FFFD116D0F26BA172B9_RuntimeMethod_var);
V_3 = L_3;
bool L_4 = V_3;
if (!L_4)
{
goto IL_0033;
}
}
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_4 = (bool)0;
goto IL_0200;
}
IL_0033:
{
// if (FontEngine.LoadFontFace(sourceFontFile, m_FaceInfo.pointSize) != FontEngineError.Success)
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_5;
L_5 = TMP_FontAsset_get_sourceFontFile_mD9B0F4FCBBCDCAAE5A370399DDE46C768B736722(__this, NULL);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_6 = (&__this->___m_FaceInfo_12);
int32_t L_7;
L_7 = FaceInfo_get_pointSize_m7EF7429A4725AB715931A220F6BB498C3D6BF7CB(L_6, NULL);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
int32_t L_8;
L_8 = FontEngine_LoadFontFace_mD62BB18846936A30A1B215E72C36467D0CD76DC3(L_5, L_7, NULL);
V_5 = (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
bool L_9 = V_5;
if (!L_9)
{
goto IL_0066;
}
}
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_4 = (bool)0;
goto IL_0200;
}
IL_0066:
{
// uint glyphIndex = FontEngine.GetGlyphIndex(unicode);
uint32_t L_10 = ___unicode0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_11;
L_11 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(L_10, NULL);
V_0 = L_11;
// if (glyphIndex == 0)
uint32_t L_12 = V_0;
V_6 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
bool L_13 = V_6;
if (!L_13)
{
goto IL_00e0;
}
}
{
// switch (unicode)
uint32_t L_14 = ___unicode0;
V_8 = L_14;
uint32_t L_15 = V_8;
V_7 = L_15;
uint32_t L_16 = V_7;
if ((((int32_t)L_16) == ((int32_t)((int32_t)160))))
{
goto IL_00a0;
}
}
{
goto IL_008a;
}
IL_008a:
{
uint32_t L_17 = V_7;
if ((((int32_t)L_17) == ((int32_t)((int32_t)173))))
{
goto IL_00aa;
}
}
{
goto IL_0095;
}
IL_0095:
{
uint32_t L_18 = V_7;
if ((((int32_t)L_18) == ((int32_t)((int32_t)8209))))
{
goto IL_00aa;
}
}
{
goto IL_00b4;
}
IL_00a0:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x20);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_19;
L_19 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)32), NULL);
V_0 = L_19;
// break;
goto IL_00b4;
}
IL_00aa:
{
// glyphIndex = FontEngine.GetGlyphIndex(0x2D);
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
uint32_t L_20;
L_20 = FontEngine_GetGlyphIndex_m44979C7FB1ABF0A54940C53276E27E1B1E153F45(((int32_t)45), NULL);
V_0 = L_20;
// break;
goto IL_00b4;
}
IL_00b4:
{
// if (glyphIndex == 0)
uint32_t L_21 = V_0;
V_9 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_9;
if (!L_22)
{
goto IL_00df;
}
}
{
// m_MissingUnicodesFromFontFile.Add(unicode);
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_23 = __this->___m_MissingUnicodesFromFontFile_68;
uint32_t L_24 = ___unicode0;
NullCheck(L_23);
bool L_25;
L_25 = HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E(L_23, L_24, HashSet_1_Add_mDA8E52933A6A885D9FCF549C99489EF5E095BE1E_RuntimeMethod_var);
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_4 = (bool)0;
goto IL_0200;
}
IL_00df:
{
}
IL_00e0:
{
// if (m_GlyphLookupDictionary.ContainsKey(glyphIndex))
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_26 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_27 = V_0;
NullCheck(L_26);
bool L_28;
L_28 = Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932(L_26, L_27, Dictionary_2_ContainsKey_m7B014B0B5BC6F47347EACE28E258681FB8483932_RuntimeMethod_var);
V_10 = L_28;
bool L_29 = V_10;
if (!L_29)
{
goto IL_0138;
}
}
{
// character = new TMP_Character(unicode, this, m_GlyphLookupDictionary[glyphIndex]);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_30 = ___character1;
uint32_t L_31 = ___unicode0;
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_32 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_33 = V_0;
NullCheck(L_32);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_34;
L_34 = Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF(L_32, L_33, Dictionary_2_get_Item_m5CDB1D4A8EED057BF545BBC6B725697980FABDEF_RuntimeMethod_var);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_35 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_35);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_35, L_31, __this, L_34, NULL);
*((RuntimeObject**)L_30) = (RuntimeObject*)L_35;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_30, (void*)(RuntimeObject*)L_35);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_36 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_37 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_38 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_37);
NullCheck(L_36);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_36, L_38, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_39 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_40 = ___unicode0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_41 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_42 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_41);
NullCheck(L_39);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_39, L_40, L_42, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return true;
V_4 = (bool)1;
goto IL_0200;
}
IL_0138:
{
// GlyphLoadFlags glyphLoadFlags = (GlyphRasterModes.RASTER_MODE_NO_HINTING & (GlyphRasterModes)m_AtlasRenderMode) == GlyphRasterModes.RASTER_MODE_NO_HINTING
// ? GlyphLoadFlags.LOAD_NO_BITMAP | GlyphLoadFlags.LOAD_NO_HINTING
// : GlyphLoadFlags.LOAD_NO_BITMAP;
int32_t L_43 = __this->___m_AtlasRenderMode_29;
if ((((int32_t)((int32_t)(4&(int32_t)L_43))) == ((int32_t)4)))
{
goto IL_0146;
}
}
{
G_B21_0 = 8;
goto IL_0148;
}
IL_0146:
{
G_B21_0 = ((int32_t)10);
}
IL_0148:
{
V_1 = G_B21_0;
// Glyph glyph = null;
V_2 = (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)NULL;
// if (FontEngine.TryGetGlyphWithIndexValue(glyphIndex, glyphLoadFlags, out glyph))
uint32_t L_44 = V_0;
int32_t L_45 = V_1;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_46;
L_46 = FontEngine_TryGetGlyphWithIndexValue_m707DF48AB7E725C4D1019A096167DD0F9CD56640(L_44, L_45, (&V_2), NULL);
V_11 = L_46;
bool L_47 = V_11;
if (!L_47)
{
goto IL_01f0;
}
}
{
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_48 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_49 = V_2;
NullCheck(L_48);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_48, L_49, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_GlyphLookupDictionary.Add(glyphIndex, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_50 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_51 = V_0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_52 = V_2;
NullCheck(L_50);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_50, L_51, L_52, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// character = new TMP_Character(unicode, this, glyph);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_53 = ___character1;
uint32_t L_54 = ___unicode0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_55 = V_2;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_56 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_56);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_56, L_54, __this, L_55, NULL);
*((RuntimeObject**)L_53) = (RuntimeObject*)L_56;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_53, (void*)(RuntimeObject*)L_56);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_57 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_58 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_59 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_58);
NullCheck(L_57);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_57, L_59, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_60 = __this->___m_CharacterLookupDictionary_16;
uint32_t L_61 = ___unicode0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35** L_62 = ___character1;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_63 = *((TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35**)L_62);
NullCheck(L_60);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_60, L_61, L_63, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// m_GlyphIndexList.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_64 = __this->___m_GlyphIndexList_61;
uint32_t L_65 = V_0;
NullCheck(L_64);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_64, L_65, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// m_GlyphIndexListNewlyAdded.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_66 = __this->___m_GlyphIndexListNewlyAdded_62;
uint32_t L_67 = V_0;
NullCheck(L_66);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_66, L_67, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// if (TMP_Settings.getFontFeaturesAtRuntime)
bool L_68;
L_68 = TMP_Settings_get_getFontFeaturesAtRuntime_m6B5BD01BDAB8D9D065356A686354ADF712CB4FD9(NULL);
V_12 = L_68;
bool L_69 = V_12;
if (!L_69)
{
goto IL_01cc;
}
}
{
// RegisterFontAssetForFontFeatureUpdate(this);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
TMP_FontAsset_RegisterFontAssetForFontFeatureUpdate_m462AD17BF58378EF2B0A9BB139BAFB4DB6E54D15(__this, NULL);
}
IL_01cc:
{
// m_GlyphsToRender.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_70 = __this->___m_GlyphsToRender_59;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_71 = V_2;
NullCheck(L_70);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_70, L_71, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// RegisterFontAssetForAtlasTextureUpdate(this);
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
TMP_FontAsset_RegisterFontAssetForAtlasTextureUpdate_m9B1C54FC7371EF47A160C009D4335FFB8A26F100(__this, NULL);
// k_TryAddCharacterMarker.End();
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return true;
V_4 = (bool)1;
goto IL_0200;
}
IL_01f0:
{
// k_TryAddCharacterMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47), NULL);
// return false;
V_4 = (bool)0;
goto IL_0200;
}
IL_0200:
{
// }
bool L_72 = V_4;
return L_72;
}
}
// System.Void TMPro.TMP_FontAsset::TryAddGlyphsToAtlasTextures()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_TryAddGlyphsToAtlasTextures_m7498D7F7102E6B35C41CE28CE0A60AAE9228DC47 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Boolean TMPro.TMP_FontAsset::TryAddGlyphsToNewAtlasTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_FontAsset_TryAddGlyphsToNewAtlasTexture_mD885238E48514F6063212EA6964ECC32F4F1D4FB (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_3 = NULL;
uint32_t V_4 = 0;
bool V_5 = false;
int32_t V_6 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_7 = NULL;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_8 = NULL;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
int32_t G_B5_0 = 0;
{
// SetupNewAtlasTexture();
TMP_FontAsset_SetupNewAtlasTexture_m01889BA60E325103E4BB5A8B2D6AA8EB0CDA9B92(__this, NULL);
// bool allGlyphsAddedToTexture = FontEngine.TryAddGlyphsToTexture(m_GlyphsToAdd, m_AtlasPadding, GlyphPackingMode.BestShortSideFit, m_FreeGlyphRects, m_UsedGlyphRects, m_AtlasRenderMode, m_AtlasTextures[m_AtlasTextureIndex], out glyphs);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_0 = __this->___m_GlyphsToAdd_63;
int32_t L_1 = __this->___m_AtlasPadding_28;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_2 = __this->___m_FreeGlyphRects_23;
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_3 = __this->___m_UsedGlyphRects_22;
int32_t L_4 = __this->___m_AtlasRenderMode_29;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_5 = __this->___m_AtlasTextures_18;
int32_t L_6 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_5);
int32_t L_7 = L_6;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
bool L_9;
L_9 = FontEngine_TryAddGlyphsToTexture_m4A939106EB66A110E839CCF4B4F05790A107297A(L_0, L_1, 0, L_2, L_3, L_4, L_8, (&V_0), NULL);
V_1 = L_9;
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
V_2 = 0;
goto IL_0097;
}
IL_0040:
{
// Glyph glyph = glyphs[i];
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_10 = V_0;
int32_t L_11 = V_2;
NullCheck(L_10);
int32_t L_12 = L_11;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_3 = L_13;
// uint glyphIndex = glyph.index;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_14 = V_3;
NullCheck(L_14);
uint32_t L_15;
L_15 = Glyph_get_index_mCFBBCF85E7F3434B7A595EEE3411EFFB78E5675B(L_14, NULL);
V_4 = L_15;
// glyph.atlasIndex = m_AtlasTextureIndex;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_16 = V_3;
int32_t L_17 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_16);
Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE(L_16, L_17, NULL);
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_18 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_19 = V_3;
NullCheck(L_18);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_18, L_19, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_GlyphLookupDictionary.Add(glyphIndex, glyph);
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_20 = __this->___m_GlyphLookupDictionary_14;
uint32_t L_21 = V_4;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_22 = V_3;
NullCheck(L_20);
Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567(L_20, L_21, L_22, Dictionary_2_Add_mCFE13662FBCA1A2E94B4CD82854F2E80A0B6D567_RuntimeMethod_var);
// m_GlyphIndexListNewlyAdded.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_23 = __this->___m_GlyphIndexListNewlyAdded_62;
uint32_t L_24 = V_4;
NullCheck(L_23);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_23, L_24, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// m_GlyphIndexList.Add(glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_25 = __this->___m_GlyphIndexList_61;
uint32_t L_26 = V_4;
NullCheck(L_25);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_25, L_26, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
int32_t L_27 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_27, 1));
}
IL_0097:
{
// for (int i = 0; i < glyphs.Length && glyphs[i] != null; i++)
int32_t L_28 = V_2;
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_29 = V_0;
NullCheck(L_29);
if ((((int32_t)L_28) >= ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))
{
goto IL_00a5;
}
}
{
GlyphU5BU5D_t345CEC8703A6C650639C40DB7D35269A2D467FC5* L_30 = V_0;
int32_t L_31 = V_2;
NullCheck(L_30);
int32_t L_32 = L_31;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
G_B5_0 = ((!(((RuntimeObject*)(Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)L_33) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_00a6;
}
IL_00a5:
{
G_B5_0 = 0;
}
IL_00a6:
{
V_5 = (bool)G_B5_0;
bool L_34 = V_5;
if (L_34)
{
goto IL_0040;
}
}
{
// m_GlyphsToAdd.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_35 = __this->___m_GlyphsToAdd_63;
NullCheck(L_35);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_35, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
V_6 = 0;
goto IL_0154;
}
IL_00c0:
{
// TMP_Character character = m_CharactersToAdd[i];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_36 = __this->___m_CharactersToAdd_65;
int32_t L_37 = V_6;
NullCheck(L_36);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_38;
L_38 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_36, L_37, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
V_7 = L_38;
// if (m_GlyphLookupDictionary.TryGetValue(character.glyphIndex, out glyph) == false)
Dictionary_2_tC61348D10610A6B3D7B65102D82AC3467D59EAA7* L_39 = __this->___m_GlyphLookupDictionary_14;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_40 = V_7;
NullCheck(L_40);
uint32_t L_41;
L_41 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_40, NULL);
NullCheck(L_39);
bool L_42;
L_42 = Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311(L_39, L_41, (&V_8), Dictionary_2_TryGetValue_mDCC75547634827DF4C7560152346A489A8A72311_RuntimeMethod_var);
V_9 = (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0);
bool L_43 = V_9;
if (!L_43)
{
goto IL_0103;
}
}
{
// m_GlyphsToAdd.Add(character.glyphIndex);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_44 = __this->___m_GlyphsToAdd_63;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_45 = V_7;
NullCheck(L_45);
uint32_t L_46;
L_46 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_45, NULL);
NullCheck(L_44);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_44, L_46, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
// continue;
goto IL_014e;
}
IL_0103:
{
// character.glyph = glyph;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_47 = V_7;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_48 = V_8;
NullCheck(L_47);
TMP_TextElement_set_glyph_m29945C7CDA0F0F2429D3000A9376B4B5177A23BD(L_47, L_48, NULL);
// character.textAsset = this;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_49 = V_7;
NullCheck(L_49);
TMP_TextElement_set_textAsset_m046A7EF50875FC30233B8CB06D4A5138FB63C4E1(L_49, __this, NULL);
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_50 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_51 = V_7;
NullCheck(L_50);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_50, L_51, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// m_CharacterLookupDictionary.Add(character.unicode, character);
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_52 = __this->___m_CharacterLookupDictionary_16;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_53 = V_7;
NullCheck(L_53);
uint32_t L_54;
L_54 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_53, NULL);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_55 = V_7;
NullCheck(L_52);
Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0(L_52, L_54, L_55, Dictionary_2_Add_mAFADC305A992FAAB88BC3BFB7EA8A1961BB22ED0_RuntimeMethod_var);
// m_CharactersToAdd.RemoveAt(i);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_56 = __this->___m_CharactersToAdd_65;
int32_t L_57 = V_6;
NullCheck(L_56);
List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D(L_56, L_57, List_1_RemoveAt_m84BAC8F2AC8D4C03B41993D776CFD3FC7AEBA41D_RuntimeMethod_var);
// i -= 1;
int32_t L_58 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract(L_58, 1));
}
IL_014e:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_59 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_59, 1));
}
IL_0154:
{
// for (int i = 0; i < m_CharactersToAdd.Count; i++)
int32_t L_60 = V_6;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_61 = __this->___m_CharactersToAdd_65;
NullCheck(L_61);
int32_t L_62;
L_62 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_61, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_10 = (bool)((((int32_t)L_60) < ((int32_t)L_62))? 1 : 0);
bool L_63 = V_10;
if (L_63)
{
goto IL_00c0;
}
}
{
// return allGlyphsAddedToTexture;
bool L_64 = V_1;
V_11 = L_64;
goto IL_0171;
}
IL_0171:
{
// }
bool L_65 = V_11;
return L_65;
}
}
// System.Void TMPro.TMP_FontAsset::SetupNewAtlasTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_SetupNewAtlasTexture_m01889BA60E325103E4BB5A8B2D6AA8EB0CDA9B92 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
// m_AtlasTextureIndex += 1;
int32_t L_0 = __this->___m_AtlasTextureIndex_19;
__this->___m_AtlasTextureIndex_19 = ((int32_t)il2cpp_codegen_add(L_0, 1));
// if (m_AtlasTextures.Length == m_AtlasTextureIndex)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_1 = __this->___m_AtlasTextures_18;
NullCheck(L_1);
int32_t L_2 = __this->___m_AtlasTextureIndex_19;
V_1 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))) == ((int32_t)L_2))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0039;
}
}
{
// Array.Resize(ref m_AtlasTextures, m_AtlasTextures.Length * 2);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** L_4 = (&__this->___m_AtlasTextures_18);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_5 = __this->___m_AtlasTextures_18;
NullCheck(L_5);
Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B(L_4, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_5)->max_length)), 2)), Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B_RuntimeMethod_var);
}
IL_0039:
{
// m_AtlasTextures[m_AtlasTextureIndex] = new Texture2D(m_AtlasWidth, m_AtlasHeight, TextureFormat.Alpha8, false);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_6 = __this->___m_AtlasTextures_18;
int32_t L_7 = __this->___m_AtlasTextureIndex_19;
int32_t L_8 = __this->___m_AtlasWidth_26;
int32_t L_9 = __this->___m_AtlasHeight_27;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_10 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
NullCheck(L_10);
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_10, L_8, L_9, 1, (bool)0, NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_10);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_10);
// FontEngine.ResetAtlasTexture(m_AtlasTextures[m_AtlasTextureIndex]);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_11 = __this->___m_AtlasTextures_18;
int32_t L_12 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_11);
int32_t L_13 = L_12;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF(L_14, NULL);
// int packingModifier = ((GlyphRasterModes)m_AtlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP ? 0 : 1;
int32_t L_15 = __this->___m_AtlasRenderMode_29;
if ((((int32_t)((int32_t)((int32_t)L_15&((int32_t)16)))) == ((int32_t)((int32_t)16))))
{
goto IL_007c;
}
}
{
G_B5_0 = 1;
goto IL_007d;
}
IL_007c:
{
G_B5_0 = 0;
}
IL_007d:
{
V_0 = G_B5_0;
// m_FreeGlyphRects.Clear();
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_16 = __this->___m_FreeGlyphRects_23;
NullCheck(L_16);
List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_inline(L_16, List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var);
// m_FreeGlyphRects.Add(new GlyphRect(0, 0, m_AtlasWidth - packingModifier, m_AtlasHeight - packingModifier));
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_17 = __this->___m_FreeGlyphRects_23;
int32_t L_18 = __this->___m_AtlasWidth_26;
int32_t L_19 = V_0;
int32_t L_20 = __this->___m_AtlasHeight_27;
int32_t L_21 = V_0;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_22;
memset((&L_22), 0, sizeof(L_22));
GlyphRect__ctor_m2B11A6C6C70735CB77FE2176E3D55D922D772A95((&L_22), 0, 0, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), ((int32_t)il2cpp_codegen_subtract(L_20, L_21)), /*hidden argument*/NULL);
NullCheck(L_17);
List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_inline(L_17, L_22, List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var);
// m_UsedGlyphRects.Clear();
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_23 = __this->___m_UsedGlyphRects_22;
NullCheck(L_23);
List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_inline(L_23, List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateAtlasTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateAtlasTexture_m748FA0BD4B0A8C835518565D119585ED7B9A209D (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
// if (m_GlyphsToRender.Count == 0)
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_0 = __this->___m_GlyphsToRender_59;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_inline(L_0, List_1_get_Count_m4BC7CF66267CD7522D44771DA04AF187CAFF47A3_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0015;
}
}
{
// return;
goto IL_008e;
}
IL_0015:
{
// if (m_AtlasTextures[m_AtlasTextureIndex].width == 0 || m_AtlasTextures[m_AtlasTextureIndex].height == 0)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_3 = __this->___m_AtlasTextures_18;
int32_t L_4 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_3);
int32_t L_5 = L_4;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_6);
if (!L_7)
{
goto IL_0040;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_8 = __this->___m_AtlasTextures_18;
int32_t L_9 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_8);
int32_t L_10 = L_9;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_11);
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_11);
G_B5_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
goto IL_0041;
}
IL_0040:
{
G_B5_0 = 1;
}
IL_0041:
{
V_1 = (bool)G_B5_0;
bool L_13 = V_1;
if (!L_13)
{
goto IL_0079;
}
}
{
// m_AtlasTextures[m_AtlasTextureIndex].Resize(m_AtlasWidth, m_AtlasHeight);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_14 = __this->___m_AtlasTextures_18;
int32_t L_15 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_14);
int32_t L_16 = L_15;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
int32_t L_18 = __this->___m_AtlasWidth_26;
int32_t L_19 = __this->___m_AtlasHeight_27;
NullCheck(L_17);
bool L_20;
L_20 = Texture2D_Resize_m6A784927A609BAE045AFCF77886AEEE72D19FB90(L_17, L_18, L_19, NULL);
// FontEngine.ResetAtlasTexture(m_AtlasTextures[m_AtlasTextureIndex]);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_21 = __this->___m_AtlasTextures_18;
int32_t L_22 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_21);
int32_t L_23 = L_22;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF(L_24, NULL);
}
IL_0079:
{
// m_AtlasTextures[m_AtlasTextureIndex].Apply(false, false);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_25 = __this->___m_AtlasTextures_18;
int32_t L_26 = __this->___m_AtlasTextureIndex_19;
NullCheck(L_25);
int32_t L_27 = L_26;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_28);
Texture2D_Apply_m36EE27E6F1BF7FB8C70A1D749DC4EE249810AA3A(L_28, (bool)0, (bool)0, NULL);
}
IL_008e:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateGlyphAdjustmentRecords()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateGlyphAdjustmentRecords_m8530223EDCBEB89B965D763C65AC194F144C2C23 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
uint32_t V_5 = 0;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* V_6 = NULL;
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
bool V_9 = false;
int32_t G_B3_0 = 0;
int32_t G_B15_0 = 0;
{
// k_UpdateGlyphAdjustmentRecordsMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49), NULL);
// GlyphPairAdjustmentRecord[] pairAdjustmentRecords = FontEngine.GetGlyphPairAdjustmentRecords(m_GlyphIndexList, out int recordCount);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_0 = __this->___m_GlyphIndexList_61;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_1;
L_1 = FontEngine_GetGlyphPairAdjustmentRecords_m7BDDA2AF7CD6DA503B12A21BB62F6D8E10330233(L_0, (&V_1), NULL);
V_0 = L_1;
// m_GlyphIndexListNewlyAdded.Clear();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_2 = __this->___m_GlyphIndexListNewlyAdded_62;
NullCheck(L_2);
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(L_2, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
// if (pairAdjustmentRecords == null || pairAdjustmentRecords.Length == 0)
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_3 = V_0;
if (!L_3)
{
goto IL_0030;
}
}
{
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_4 = V_0;
NullCheck(L_4);
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_4)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_0031;
}
IL_0030:
{
G_B3_0 = 1;
}
IL_0031:
{
V_2 = (bool)G_B3_0;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0046;
}
}
{
// k_UpdateGlyphAdjustmentRecordsMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49), NULL);
// return;
goto IL_0128;
}
IL_0046:
{
// if (m_FontFeatureTable == null)
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_6 = __this->___m_FontFeatureTable_32;
V_3 = (bool)((((RuntimeObject*)(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_7 = V_3;
if (!L_7)
{
goto IL_005e;
}
}
{
// m_FontFeatureTable = new TMP_FontFeatureTable();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_8 = (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)il2cpp_codegen_object_new(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
NullCheck(L_8);
TMP_FontFeatureTable__ctor_m6F156B35A4B68F5616CFD3236C64F1E790D69039(L_8, NULL);
__this->___m_FontFeatureTable_32 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontFeatureTable_32), (void*)L_8);
}
IL_005e:
{
// for (int i = 0; i < pairAdjustmentRecords.Length && pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
V_4 = 0;
goto IL_00f1;
}
IL_0066:
{
// uint pairKey = pairAdjustmentRecords[i].secondAdjustmentRecord.glyphIndex << 16 | pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex;
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_9 = V_0;
int32_t L_10 = V_4;
NullCheck(L_9);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_11;
L_11 = GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mFDFECB1F7A38E22BD2388FFE9C71E732F6B44D91(((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10))), NULL);
V_7 = L_11;
uint32_t L_12;
L_12 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&V_7), NULL);
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_13 = V_0;
int32_t L_14 = V_4;
NullCheck(L_13);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_15;
L_15 = GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C(((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14))), NULL);
V_7 = L_15;
uint32_t L_16;
L_16 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&V_7), NULL);
V_5 = ((int32_t)(((int32_t)((int32_t)L_12<<((int32_t)16)))|(int32_t)L_16));
// if (m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.ContainsKey(pairKey))
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_17 = __this->___m_FontFeatureTable_32;
NullCheck(L_17);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_18 = L_17->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
uint32_t L_19 = V_5;
NullCheck(L_18);
bool L_20;
L_20 = Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6(L_18, L_19, Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var);
V_8 = L_20;
bool L_21 = V_8;
if (!L_21)
{
goto IL_00b3;
}
}
{
// continue;
goto IL_00eb;
}
IL_00b3:
{
// TMP_GlyphPairAdjustmentRecord record = new TMP_GlyphPairAdjustmentRecord(pairAdjustmentRecords[i]);
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_22 = V_0;
int32_t L_23 = V_4;
NullCheck(L_22);
int32_t L_24 = L_23;
GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_26 = (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F*)il2cpp_codegen_object_new(TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var);
NullCheck(L_26);
TMP_GlyphPairAdjustmentRecord__ctor_m33C61225BE06EEB15E3AD599451078F503BA4A60(L_26, L_25, NULL);
V_6 = L_26;
// m_FontFeatureTable.m_GlyphPairAdjustmentRecords.Add(record);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_27 = __this->___m_FontFeatureTable_32;
NullCheck(L_27);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_28 = L_27->___m_GlyphPairAdjustmentRecords_0;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_29 = V_6;
NullCheck(L_28);
List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_inline(L_28, L_29, List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var);
// m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.Add(pairKey, record);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_30 = __this->___m_FontFeatureTable_32;
NullCheck(L_30);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_31 = L_30->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
uint32_t L_32 = V_5;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_33 = V_6;
NullCheck(L_31);
Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05(L_31, L_32, L_33, Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var);
}
IL_00eb:
{
// for (int i = 0; i < pairAdjustmentRecords.Length && pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
int32_t L_34 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00f1:
{
// for (int i = 0; i < pairAdjustmentRecords.Length && pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
int32_t L_35 = V_4;
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_36 = V_0;
NullCheck(L_36);
if ((((int32_t)L_35) >= ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
{
goto IL_0113;
}
}
{
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_37 = V_0;
int32_t L_38 = V_4;
NullCheck(L_37);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_39;
L_39 = GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C(((L_37)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_38))), NULL);
V_7 = L_39;
uint32_t L_40;
L_40 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&V_7), NULL);
G_B15_0 = ((!(((uint32_t)L_40) <= ((uint32_t)0)))? 1 : 0);
goto IL_0114;
}
IL_0113:
{
G_B15_0 = 0;
}
IL_0114:
{
V_9 = (bool)G_B15_0;
bool L_41 = V_9;
if (L_41)
{
goto IL_0066;
}
}
{
// k_UpdateGlyphAdjustmentRecordsMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49), NULL);
}
IL_0128:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateGlyphAdjustmentRecords(System.UInt32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateGlyphAdjustmentRecords_mAD7016C52AE74A9F7482D6CCCE7F7319E78229FF (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___glyphIndexes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
uint32_t V_4 = 0;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* V_5 = NULL;
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
int32_t G_B3_0 = 0;
int32_t G_B15_0 = 0;
{
// k_UpdateGlyphAdjustmentRecordsMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49), NULL);
// GlyphPairAdjustmentRecord[] pairAdjustmentRecords = FontEngine.GetGlyphPairAdjustmentTable(glyphIndexes);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___glyphIndexes0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_1;
L_1 = FontEngine_GetGlyphPairAdjustmentTable_m2F1977ED4EB34C356A76F9CB562546CC69126C99(L_0, NULL);
V_0 = L_1;
// if (pairAdjustmentRecords == null || pairAdjustmentRecords.Length == 0)
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_3 = V_0;
NullCheck(L_3);
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_3)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_001e;
}
IL_001d:
{
G_B3_0 = 1;
}
IL_001e:
{
V_1 = (bool)G_B3_0;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0033;
}
}
{
// k_UpdateGlyphAdjustmentRecordsMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49), NULL);
// return;
goto IL_010d;
}
IL_0033:
{
// if (m_FontFeatureTable == null)
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_5 = __this->___m_FontFeatureTable_32;
V_2 = (bool)((((RuntimeObject*)(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_004b;
}
}
{
// m_FontFeatureTable = new TMP_FontFeatureTable();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_7 = (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)il2cpp_codegen_object_new(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
NullCheck(L_7);
TMP_FontFeatureTable__ctor_m6F156B35A4B68F5616CFD3236C64F1E790D69039(L_7, NULL);
__this->___m_FontFeatureTable_32 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontFeatureTable_32), (void*)L_7);
}
IL_004b:
{
// for (int i = 0; i < pairAdjustmentRecords.Length && pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
V_3 = 0;
goto IL_00d8;
}
IL_0052:
{
// uint pairKey = pairAdjustmentRecords[i].secondAdjustmentRecord.glyphIndex << 16 | pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex;
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_8 = V_0;
int32_t L_9 = V_3;
NullCheck(L_8);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_10;
L_10 = GlyphPairAdjustmentRecord_get_secondAdjustmentRecord_mFDFECB1F7A38E22BD2388FFE9C71E732F6B44D91(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), NULL);
V_6 = L_10;
uint32_t L_11;
L_11 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&V_6), NULL);
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_12 = V_0;
int32_t L_13 = V_3;
NullCheck(L_12);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_14;
L_14 = GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C(((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_13))), NULL);
V_6 = L_14;
uint32_t L_15;
L_15 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&V_6), NULL);
V_4 = ((int32_t)(((int32_t)((int32_t)L_11<<((int32_t)16)))|(int32_t)L_15));
// if (m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.ContainsKey(pairKey))
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_16 = __this->___m_FontFeatureTable_32;
NullCheck(L_16);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_17 = L_16->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
uint32_t L_18 = V_4;
NullCheck(L_17);
bool L_19;
L_19 = Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6(L_17, L_18, Dictionary_2_ContainsKey_mC00080EACA51735999E1A86188CFDB69A4B7B2D6_RuntimeMethod_var);
V_7 = L_19;
bool L_20 = V_7;
if (!L_20)
{
goto IL_009d;
}
}
{
// continue;
goto IL_00d4;
}
IL_009d:
{
// TMP_GlyphPairAdjustmentRecord record = new TMP_GlyphPairAdjustmentRecord(pairAdjustmentRecords[i]);
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_21 = V_0;
int32_t L_22 = V_3;
NullCheck(L_21);
int32_t L_23 = L_22;
GlyphPairAdjustmentRecord_t6E4295094D349DBF22BC59116FBC8F22EA55420E L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_25 = (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F*)il2cpp_codegen_object_new(TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var);
NullCheck(L_25);
TMP_GlyphPairAdjustmentRecord__ctor_m33C61225BE06EEB15E3AD599451078F503BA4A60(L_25, L_24, NULL);
V_5 = L_25;
// m_FontFeatureTable.m_GlyphPairAdjustmentRecords.Add(record);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_26 = __this->___m_FontFeatureTable_32;
NullCheck(L_26);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_27 = L_26->___m_GlyphPairAdjustmentRecords_0;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_28 = V_5;
NullCheck(L_27);
List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_inline(L_27, L_28, List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var);
// m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.Add(pairKey, record);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_29 = __this->___m_FontFeatureTable_32;
NullCheck(L_29);
Dictionary_2_t64B29724AB3A3E4261D34B912BF8A6B0CD287142* L_30 = L_29->___m_GlyphPairAdjustmentRecordLookupDictionary_1;
uint32_t L_31 = V_4;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_32 = V_5;
NullCheck(L_30);
Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05(L_30, L_31, L_32, Dictionary_2_Add_m721275DB05A6FC36F619CD1A10A5044810E36E05_RuntimeMethod_var);
}
IL_00d4:
{
// for (int i = 0; i < pairAdjustmentRecords.Length && pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
int32_t L_33 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_00d8:
{
// for (int i = 0; i < pairAdjustmentRecords.Length && pairAdjustmentRecords[i].firstAdjustmentRecord.glyphIndex != 0; i++)
int32_t L_34 = V_3;
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_35 = V_0;
NullCheck(L_35);
if ((((int32_t)L_34) >= ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))
{
goto IL_00f8;
}
}
{
GlyphPairAdjustmentRecordU5BU5D_tD5DD2A739A4CA745E7F28ECCB2CD0BD0A65A38F7* L_36 = V_0;
int32_t L_37 = V_3;
NullCheck(L_36);
GlyphAdjustmentRecord_tC7A1B2E0AC7C4ED9CDB8E95E48790A46B6F315F7 L_38;
L_38 = GlyphPairAdjustmentRecord_get_firstAdjustmentRecord_m867469548F17B298F893B78EE2F93D34E4A6C39C(((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_37))), NULL);
V_6 = L_38;
uint32_t L_39;
L_39 = GlyphAdjustmentRecord_get_glyphIndex_mB1C51945CA4FF019A74BC98C01C8883A396CBFA9((&V_6), NULL);
G_B15_0 = ((!(((uint32_t)L_39) <= ((uint32_t)0)))? 1 : 0);
goto IL_00f9;
}
IL_00f8:
{
G_B15_0 = 0;
}
IL_00f9:
{
V_8 = (bool)G_B15_0;
bool L_40 = V_8;
if (L_40)
{
goto IL_0052;
}
}
{
// k_UpdateGlyphAdjustmentRecordsMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49), NULL);
}
IL_010d:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateGlyphAdjustmentRecords(System.Collections.Generic.List`1<System.UInt32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateGlyphAdjustmentRecords_m04C430C2BBEBD156F4125657D24D2B8370DB991F (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___glyphIndexes0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateGlyphAdjustmentRecords(System.Collections.Generic.List`1<System.UInt32>,System.Collections.Generic.List`1<System.UInt32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateGlyphAdjustmentRecords_mC1E677EF9FB0B1E4400B4790468E542B5360B7CD (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___newGlyphIndexes0, List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___allGlyphIndexes1, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::ClearFontAssetData(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ClearFontAssetData_mB81DC841D38B3AC504B53D0920D86E6E4E56596D (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, bool ___setAtlasSizeToZero0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// k_ClearFontAssetDataMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_ClearFontAssetDataMarker_50), NULL);
// ClearFontAssetTables();
TMP_FontAsset_ClearFontAssetTables_mC1F9BA41514D50F1E5A9CDAD3A845D90ADB98D56(__this, NULL);
// ClearAtlasTextures(setAtlasSizeToZero);
bool L_0 = ___setAtlasSizeToZero0;
TMP_FontAsset_ClearAtlasTextures_m9B1D7B0F65146FF93ECDE10DFC286D8A38D5C007(__this, L_0, NULL);
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
// k_ClearFontAssetDataMarker.End();
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_ClearFontAssetDataMarker_50), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::ClearFontAssetDataInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ClearFontAssetDataInternal_m060146345FFE228F634C73F623C99666639773E2 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
{
// ClearFontAssetTables();
TMP_FontAsset_ClearFontAssetTables_mC1F9BA41514D50F1E5A9CDAD3A845D90ADB98D56(__this, NULL);
// ClearAtlasTextures(true);
TMP_FontAsset_ClearAtlasTextures_m9B1D7B0F65146FF93ECDE10DFC286D8A38D5C007(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpdateFontAssetData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateFontAssetData_m093EFEDF92C4667C5A92C6180B30A2F532C5C88C (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
// k_UpdateFontAssetDataMarker.Begin();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateFontAssetDataMarker_51), NULL);
// uint[] unicodeCharacters = new uint[m_CharacterTable.Count];
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_0 = __this->___m_CharacterTable_15;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_0, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
// for (int i = 0; i < m_CharacterTable.Count; i++)
V_1 = 0;
goto IL_0039;
}
IL_0021:
{
// unicodeCharacters[i] = m_CharacterTable[i].unicode;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = V_0;
int32_t L_4 = V_1;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_5 = __this->___m_CharacterTable_15;
int32_t L_6 = V_1;
NullCheck(L_5);
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_7;
L_7 = List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28(L_5, L_6, List_1_get_Item_m94F97B65B40EA25788630CFD505F65003028DF28_RuntimeMethod_var);
NullCheck(L_7);
uint32_t L_8;
L_8 = TMP_TextElement_get_unicode_mF963B03CCA673335FB682EBDD1CFF86F0DB8539F(L_7, NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint32_t)L_8);
// for (int i = 0; i < m_CharacterTable.Count; i++)
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0039:
{
// for (int i = 0; i < m_CharacterTable.Count; i++)
int32_t L_10 = V_1;
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_11 = __this->___m_CharacterTable_15;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_inline(L_11, List_1_get_Count_m9487E2DD5481AE7E89DD20CF6E6640DF763A9998_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_2;
if (L_13)
{
goto IL_0021;
}
}
{
// ClearFontAssetTables();
TMP_FontAsset_ClearFontAssetTables_mC1F9BA41514D50F1E5A9CDAD3A845D90ADB98D56(__this, NULL);
// ClearAtlasTextures(true);
TMP_FontAsset_ClearAtlasTextures_m9B1D7B0F65146FF93ECDE10DFC286D8A38D5C007(__this, (bool)1, NULL);
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
// if (unicodeCharacters.Length > 0)
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = V_0;
NullCheck(L_14);
V_3 = (bool)((!(((uint32_t)(((RuntimeArray*)L_14)->max_length)) <= ((uint32_t)0)))? 1 : 0);
bool L_15 = V_3;
if (!L_15)
{
goto IL_0073;
}
}
{
// TryAddCharacters(unicodeCharacters, true);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = V_0;
bool L_17;
L_17 = TMP_FontAsset_TryAddCharacters_mC2E29947A0696751B70B643959C787825BEE0A99(__this, L_16, (bool)1, NULL);
}
IL_0073:
{
// k_UpdateFontAssetDataMarker.End();
il2cpp_codegen_runtime_class_init_inline(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateFontAssetDataMarker_51), NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::ClearFontAssetTables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ClearFontAssetTables_mC1F9BA41514D50F1E5A9CDAD3A845D90ADB98D56 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mA44AB10DF625F12EC59228E60B0A722ABFAE7C1A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t G_B10_0 = 0;
int32_t G_B18_0 = 0;
{
// if (m_GlyphTable != null)
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_0 = __this->___m_GlyphTable_13;
V_0 = (bool)((!(((RuntimeObject*)(List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
// m_GlyphTable.Clear();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_2 = __this->___m_GlyphTable_13;
NullCheck(L_2);
List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_inline(L_2, List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var);
}
IL_001a:
{
// if (m_CharacterTable != null)
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_3 = __this->___m_CharacterTable_15;
V_1 = (bool)((!(((RuntimeObject*)(List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_1;
if (!L_4)
{
goto IL_0033;
}
}
{
// m_CharacterTable.Clear();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_5 = __this->___m_CharacterTable_15;
NullCheck(L_5);
List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_inline(L_5, List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
}
IL_0033:
{
// if (m_UsedGlyphRects != null)
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_6 = __this->___m_UsedGlyphRects_22;
V_2 = (bool)((!(((RuntimeObject*)(List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_2;
if (!L_7)
{
goto IL_004c;
}
}
{
// m_UsedGlyphRects.Clear();
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_8 = __this->___m_UsedGlyphRects_22;
NullCheck(L_8);
List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_inline(L_8, List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var);
}
IL_004c:
{
// if (m_FreeGlyphRects != null)
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_9 = __this->___m_FreeGlyphRects_23;
V_3 = (bool)((!(((RuntimeObject*)(List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*)L_9) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_10 = V_3;
if (!L_10)
{
goto IL_009f;
}
}
{
// int packingModifier = ((GlyphRasterModes)m_AtlasRenderMode & GlyphRasterModes.RASTER_MODE_BITMAP) == GlyphRasterModes.RASTER_MODE_BITMAP ? 0 : 1;
int32_t L_11 = __this->___m_AtlasRenderMode_29;
if ((((int32_t)((int32_t)((int32_t)L_11&((int32_t)16)))) == ((int32_t)((int32_t)16))))
{
goto IL_006a;
}
}
{
G_B10_0 = 1;
goto IL_006b;
}
IL_006a:
{
G_B10_0 = 0;
}
IL_006b:
{
V_4 = G_B10_0;
// m_FreeGlyphRects.Clear();
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_12 = __this->___m_FreeGlyphRects_23;
NullCheck(L_12);
List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_inline(L_12, List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_RuntimeMethod_var);
// m_FreeGlyphRects.Add(new GlyphRect(0, 0, m_AtlasWidth - packingModifier, m_AtlasHeight - packingModifier));
List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* L_13 = __this->___m_FreeGlyphRects_23;
int32_t L_14 = __this->___m_AtlasWidth_26;
int32_t L_15 = V_4;
int32_t L_16 = __this->___m_AtlasHeight_27;
int32_t L_17 = V_4;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_18;
memset((&L_18), 0, sizeof(L_18));
GlyphRect__ctor_m2B11A6C6C70735CB77FE2176E3D55D922D772A95((&L_18), 0, 0, ((int32_t)il2cpp_codegen_subtract(L_14, L_15)), ((int32_t)il2cpp_codegen_subtract(L_16, L_17)), /*hidden argument*/NULL);
NullCheck(L_13);
List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_inline(L_13, L_18, List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_RuntimeMethod_var);
}
IL_009f:
{
// if (m_GlyphsToRender != null)
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_19 = __this->___m_GlyphsToRender_59;
V_5 = (bool)((!(((RuntimeObject*)(List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*)L_19) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_20 = V_5;
if (!L_20)
{
goto IL_00ba;
}
}
{
// m_GlyphsToRender.Clear();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_21 = __this->___m_GlyphsToRender_59;
NullCheck(L_21);
List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_inline(L_21, List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var);
}
IL_00ba:
{
// if (m_GlyphsRendered != null)
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_22 = __this->___m_GlyphsRendered_60;
V_6 = (bool)((!(((RuntimeObject*)(List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*)L_22) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_23 = V_6;
if (!L_23)
{
goto IL_00d5;
}
}
{
// m_GlyphsRendered.Clear();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_24 = __this->___m_GlyphsRendered_60;
NullCheck(L_24);
List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_inline(L_24, List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var);
}
IL_00d5:
{
// if (m_FontFeatureTable != null && m_FontFeatureTable.m_GlyphPairAdjustmentRecords != null)
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_25 = __this->___m_FontFeatureTable_32;
if (!L_25)
{
goto IL_00ed;
}
}
{
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_26 = __this->___m_FontFeatureTable_32;
NullCheck(L_26);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_27 = L_26->___m_GlyphPairAdjustmentRecords_0;
G_B18_0 = ((!(((RuntimeObject*)(List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*)L_27) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_00ee;
}
IL_00ed:
{
G_B18_0 = 0;
}
IL_00ee:
{
V_7 = (bool)G_B18_0;
bool L_28 = V_7;
if (!L_28)
{
goto IL_0105;
}
}
{
// m_FontFeatureTable.glyphPairAdjustmentRecords.Clear();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_29 = __this->___m_FontFeatureTable_32;
NullCheck(L_29);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_30;
L_30 = TMP_FontFeatureTable_get_glyphPairAdjustmentRecords_m00772830EC8C026F17A21CBC39D26FC4D0A49FB2(L_29, NULL);
NullCheck(L_30);
List_1_Clear_mA44AB10DF625F12EC59228E60B0A722ABFAE7C1A_inline(L_30, List_1_Clear_mA44AB10DF625F12EC59228E60B0A722ABFAE7C1A_RuntimeMethod_var);
}
IL_0105:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::ClearAtlasTextures(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ClearAtlasTextures_m9B1D7B0F65146FF93ECDE10DFC286D8A38D5C007 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, bool ___setAtlasSizeToZero0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4785A6047AC9A765F871F5060A876703682EB651);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral799193501BD497017DFFA2FCCCA62FD038AC1166);
s_Il2CppMethodInitialized = true;
}
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
int32_t G_B15_0 = 0;
{
// m_AtlasTextureIndex = 0;
__this->___m_AtlasTextureIndex_19 = 0;
// if (m_AtlasTextures == null)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_0 = __this->___m_AtlasTextures_18;
V_1 = (bool)((((RuntimeObject*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001a;
}
}
{
// return;
goto IL_0127;
}
IL_001a:
{
// Texture2D texture = null;
V_0 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
// for (int i = 1; i < m_AtlasTextures.Length; i++)
V_2 = 1;
goto IL_0044;
}
IL_0020:
{
// texture = m_AtlasTextures[i];
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_2 = __this->___m_AtlasTextures_18;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = L_5;
// if (texture == null)
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_7;
bool L_8 = V_3;
if (!L_8)
{
goto IL_0037;
}
}
{
// continue;
goto IL_0040;
}
IL_0037:
{
// DestroyImmediate(texture, true);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_DestroyImmediate_m6AAC658EE0D1AE43E4F185137E870941FBA542FD(L_9, (bool)1, NULL);
}
IL_0040:
{
// for (int i = 1; i < m_AtlasTextures.Length; i++)
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_0044:
{
// for (int i = 1; i < m_AtlasTextures.Length; i++)
int32_t L_11 = V_2;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_12 = __this->___m_AtlasTextures_18;
NullCheck(L_12);
V_4 = (bool)((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))? 1 : 0);
bool L_13 = V_4;
if (L_13)
{
goto IL_0020;
}
}
{
// Array.Resize(ref m_AtlasTextures, 1);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** L_14 = (&__this->___m_AtlasTextures_18);
Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B(L_14, 1, Array_Resize_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mA334595A077C60C88BBB889794826EDD52BEC16B_RuntimeMethod_var);
// texture = m_AtlasTexture = m_AtlasTextures[0];
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_15 = __this->___m_AtlasTextures_18;
NullCheck(L_15);
int32_t L_16 = 0;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_18 = L_17;
V_5 = L_18;
__this->___m_AtlasTexture_17 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture_17), (void*)L_18);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_19 = V_5;
V_0 = L_19;
// if (texture.isReadable == false)
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_20 = V_0;
NullCheck(L_20);
bool L_21;
L_21 = VirtualFuncInvoker0< bool >::Invoke(11 /* System.Boolean UnityEngine.Texture::get_isReadable() */, L_20);
V_6 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
bool L_22 = V_6;
if (!L_22)
{
goto IL_00c4;
}
}
{
// Debug.LogWarning("Unable to reset font asset [" + this.name + "]'s atlas texture. Please make the texture [" + texture.name + "] readable.", texture);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, _stringLiteral799193501BD497017DFFA2FCCCA62FD038AC1166);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral799193501BD497017DFFA2FCCCA62FD038AC1166);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24;
String_t* L_26;
L_26 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_26);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_25;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, _stringLiteral4785A6047AC9A765F871F5060A876703682EB651);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral4785A6047AC9A765F871F5060A876703682EB651);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_29 = V_0;
NullCheck(L_29);
String_t* L_30;
L_30 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_29, NULL);
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_30);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_30);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_28;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, _stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1517B8C157EBA87843E0BD0182EF5C69CB6C785F);
String_t* L_32;
L_32 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_31, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_33 = V_0;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_32, L_33, NULL);
// return;
goto IL_0127;
}
IL_00c4:
{
// if (setAtlasSizeToZero)
bool L_34 = ___setAtlasSizeToZero0;
V_7 = L_34;
bool L_35 = V_7;
if (!L_35)
{
goto IL_00da;
}
}
{
// texture.Resize(0, 0, TextureFormat.Alpha8, false);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_36 = V_0;
NullCheck(L_36);
bool L_37;
L_37 = Texture2D_Resize_m80C2555F96D9952F9C3B57C53B231A64F3DBA605(L_36, 0, 0, 1, (bool)0, NULL);
goto IL_0119;
}
IL_00da:
{
// else if (texture.width != m_AtlasWidth || texture.height != m_AtlasHeight)
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_38 = V_0;
NullCheck(L_38);
int32_t L_39;
L_39 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_38);
int32_t L_40 = __this->___m_AtlasWidth_26;
if ((!(((uint32_t)L_39) == ((uint32_t)L_40))))
{
goto IL_00fb;
}
}
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_41 = V_0;
NullCheck(L_41);
int32_t L_42;
L_42 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_41);
int32_t L_43 = __this->___m_AtlasHeight_27;
G_B15_0 = ((((int32_t)((((int32_t)L_42) == ((int32_t)L_43))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00fc;
}
IL_00fb:
{
G_B15_0 = 1;
}
IL_00fc:
{
V_8 = (bool)G_B15_0;
bool L_44 = V_8;
if (!L_44)
{
goto IL_0119;
}
}
{
// texture.Resize(m_AtlasWidth, m_AtlasHeight, TextureFormat.Alpha8, false);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_45 = V_0;
int32_t L_46 = __this->___m_AtlasWidth_26;
int32_t L_47 = __this->___m_AtlasHeight_27;
NullCheck(L_45);
bool L_48;
L_48 = Texture2D_Resize_m80C2555F96D9952F9C3B57C53B231A64F3DBA605(L_45, L_46, L_47, 1, (bool)0, NULL);
}
IL_0119:
{
// FontEngine.ResetAtlasTexture(texture);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_49 = V_0;
il2cpp_codegen_runtime_class_init_inline(FontEngine_t4B8F87CAA77860B55B0C7FDF85FBBE178E2D5B7A_il2cpp_TypeInfo_var);
FontEngine_ResetAtlasTexture_m42659C18B653EA5ECC70E1C5524AC5CC113D6AAF(L_49, NULL);
// texture.Apply();
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_50 = V_0;
NullCheck(L_50);
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_50, NULL);
}
IL_0127:
{
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpgradeFontAsset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpgradeFontAsset_m97EF749DD42303D0AF9EF5C120832CA697F9DAC1 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC3E97399A9B39A6C90FA0DA9AE28137A77BE6AFC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4F55F26FA0DCE6A63DC159E6096F0C6B1324093E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m791175EDC2897DC80CD0AA2345AC6F96E455C84C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral059054D23FFA87CA23918C56953BE598D561B182);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67563F6AC142A868BA5A97EDDF6FCCF0D89546BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9385CEA2429DAB919D05811FB6F3AFF2887CAAB0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBCB17464C7627D254C9F39C9B46B4C2AE0127DC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCACD6E82580FA7D8501A55B169943AD689E1187);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* V_11 = NULL;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_12 = NULL;
uint32_t V_13 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_14 = NULL;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* V_18 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B16_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B31_0 = 0;
{
// m_Version = "1.1.0";
__this->___m_Version_8 = _stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Version_8), (void*)_stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE);
// Debug.Log("Upgrading font asset [" + this.name + "] to version " + m_Version + ".", this);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral67563F6AC142A868BA5A97EDDF6FCCF0D89546BB);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral67563F6AC142A868BA5A97EDDF6FCCF0D89546BB);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
String_t* L_3;
L_3 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_2;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral9385CEA2429DAB919D05811FB6F3AFF2887CAAB0);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral9385CEA2429DAB919D05811FB6F3AFF2887CAAB0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
String_t* L_6 = __this->___m_Version_8;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
String_t* L_8;
L_8 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Log_m825387C0A72F1965797D56C1F8AB0D6678F3F9BE(L_8, __this, NULL);
// m_FaceInfo.familyName = m_fontInfo.Name;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_9 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_10 = __this->___m_fontInfo_24;
NullCheck(L_10);
String_t* L_11 = L_10->___Name_0;
FaceInfo_set_familyName_m49CB07A51AC9008B4F399A3064EC4FF6EA8E839D(L_9, L_11, NULL);
// m_FaceInfo.styleName = string.Empty;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_12 = (&__this->___m_FaceInfo_12);
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
FaceInfo_set_styleName_m3BEBF7E576032A668BCC83D88D2F6902F561B5E6(L_12, L_13, NULL);
// m_FaceInfo.pointSize = (int)m_fontInfo.PointSize;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_14 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_15 = __this->___m_fontInfo_24;
NullCheck(L_15);
float L_16 = L_15->___PointSize_1;
FaceInfo_set_pointSize_m17D0B03C4A762F657A4ABD15327B08D6B55EF492(L_14, il2cpp_codegen_cast_double_to_int<int32_t>(L_16), NULL);
// m_FaceInfo.scale = m_fontInfo.Scale;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_17 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_18 = __this->___m_fontInfo_24;
NullCheck(L_18);
float L_19 = L_18->___Scale_2;
FaceInfo_set_scale_m379253929403DA08480CAD127C908A0E8329A5D4(L_17, L_19, NULL);
// m_FaceInfo.lineHeight = m_fontInfo.LineHeight;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_20 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_21 = __this->___m_fontInfo_24;
NullCheck(L_21);
float L_22 = L_21->___LineHeight_4;
FaceInfo_set_lineHeight_m5952A394C6055DD86700448D9E33EBBE852E05AE(L_20, L_22, NULL);
// m_FaceInfo.ascentLine = m_fontInfo.Ascender;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_23 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_24 = __this->___m_fontInfo_24;
NullCheck(L_24);
float L_25 = L_24->___Ascender_6;
FaceInfo_set_ascentLine_mDFB32635374875A695D3BB686D2A16C648A20D78(L_23, L_25, NULL);
// m_FaceInfo.capLine = m_fontInfo.CapHeight;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_26 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_27 = __this->___m_fontInfo_24;
NullCheck(L_27);
float L_28 = L_27->___CapHeight_7;
FaceInfo_set_capLine_m4716D75CE87EC018E5EA3DE87DA703DBE7A9FEEF(L_26, L_28, NULL);
// m_FaceInfo.meanLine = m_fontInfo.CenterLine;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_29 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_30 = __this->___m_fontInfo_24;
NullCheck(L_30);
float L_31 = L_30->___CenterLine_9;
FaceInfo_set_meanLine_mE957CD43CB778B093331CC4B10A5330E8FF1CB99(L_29, L_31, NULL);
// m_FaceInfo.baseline = m_fontInfo.Baseline;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_32 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_33 = __this->___m_fontInfo_24;
NullCheck(L_33);
float L_34 = L_33->___Baseline_5;
FaceInfo_set_baseline_m528F6ADAF4F45A31E9D2BA362FB3C02B03DDD741(L_32, L_34, NULL);
// m_FaceInfo.descentLine = m_fontInfo.Descender;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_35 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_36 = __this->___m_fontInfo_24;
NullCheck(L_36);
float L_37 = L_36->___Descender_8;
FaceInfo_set_descentLine_m62423E864258229A85FD3684D8385A44C01AF97C(L_35, L_37, NULL);
// m_FaceInfo.superscriptOffset = m_fontInfo.SuperscriptOffset;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_38 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_39 = __this->___m_fontInfo_24;
NullCheck(L_39);
float L_40 = L_39->___SuperscriptOffset_10;
FaceInfo_set_superscriptOffset_mC81144590FA80858D489AFC46AAA383E11D3D2B5(L_38, L_40, NULL);
// m_FaceInfo.superscriptSize = m_fontInfo.SubSize;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_41 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_42 = __this->___m_fontInfo_24;
NullCheck(L_42);
float L_43 = L_42->___SubSize_12;
FaceInfo_set_superscriptSize_m89F17C1502C07A3846402A5A43369BFB66723515(L_41, L_43, NULL);
// m_FaceInfo.subscriptOffset = m_fontInfo.SubscriptOffset;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_44 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_45 = __this->___m_fontInfo_24;
NullCheck(L_45);
float L_46 = L_45->___SubscriptOffset_11;
FaceInfo_set_subscriptOffset_m796EF61DE0677BFB134F6B8C4B6C1869BCF8782A(L_44, L_46, NULL);
// m_FaceInfo.subscriptSize = m_fontInfo.SubSize;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_47 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_48 = __this->___m_fontInfo_24;
NullCheck(L_48);
float L_49 = L_48->___SubSize_12;
FaceInfo_set_subscriptSize_m5759439F9D100591A6FFF1D7377495CEBDCD6B5D(L_47, L_49, NULL);
// m_FaceInfo.underlineOffset = m_fontInfo.Underline;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_50 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_51 = __this->___m_fontInfo_24;
NullCheck(L_51);
float L_52 = L_51->___Underline_13;
FaceInfo_set_underlineOffset_m1C0E755772FE8C47D565E6CC7DC4E953B71794AA(L_50, L_52, NULL);
// m_FaceInfo.underlineThickness = m_fontInfo.UnderlineThickness;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_53 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_54 = __this->___m_fontInfo_24;
NullCheck(L_54);
float L_55 = L_54->___UnderlineThickness_14;
FaceInfo_set_underlineThickness_mDD002D08CE97E0C7DA6FA6FFBDD15295D24B303A(L_53, L_55, NULL);
// m_FaceInfo.strikethroughOffset = m_fontInfo.strikethrough;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_56 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_57 = __this->___m_fontInfo_24;
NullCheck(L_57);
float L_58 = L_57->___strikethrough_15;
FaceInfo_set_strikethroughOffset_m57B05848BDA21F7AF6563394D29C8AE7107FEFF0(L_56, L_58, NULL);
// m_FaceInfo.strikethroughThickness = m_fontInfo.strikethroughThickness;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_59 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_60 = __this->___m_fontInfo_24;
NullCheck(L_60);
float L_61 = L_60->___strikethroughThickness_16;
FaceInfo_set_strikethroughThickness_m8CA3C9897FF3D5D0F653539CCBF5E16E01CACF52(L_59, L_61, NULL);
// m_FaceInfo.tabWidth = m_fontInfo.TabWidth;
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_62 = (&__this->___m_FaceInfo_12);
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_63 = __this->___m_fontInfo_24;
NullCheck(L_63);
float L_64 = L_63->___TabWidth_17;
FaceInfo_set_tabWidth_m44234ED657FAB54320C48C34D48532F8232F6E1D(L_62, L_64, NULL);
// if (m_AtlasTextures == null || m_AtlasTextures.Length == 0)
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_65 = __this->___m_AtlasTextures_18;
if (!L_65)
{
goto IL_020c;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_66 = __this->___m_AtlasTextures_18;
NullCheck(L_66);
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_66)->max_length)) == ((int32_t)0))? 1 : 0);
goto IL_020d;
}
IL_020c:
{
G_B3_0 = 1;
}
IL_020d:
{
V_1 = (bool)G_B3_0;
bool L_67 = V_1;
if (!L_67)
{
goto IL_021d;
}
}
{
// m_AtlasTextures = new Texture2D[1];
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_68 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*)SZArrayNew(Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_il2cpp_TypeInfo_var, (uint32_t)1);
__this->___m_AtlasTextures_18 = L_68;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTextures_18), (void*)L_68);
}
IL_021d:
{
// m_AtlasTextures[0] = atlas;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_69 = __this->___m_AtlasTextures_18;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_70 = __this->___atlas_25;
NullCheck(L_69);
ArrayElementTypeCheck (L_69, L_70);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(0), (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)L_70);
// m_AtlasWidth = (int)m_fontInfo.AtlasWidth;
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_71 = __this->___m_fontInfo_24;
NullCheck(L_71);
float L_72 = L_71->___AtlasWidth_19;
__this->___m_AtlasWidth_26 = il2cpp_codegen_cast_double_to_int<int32_t>(L_72);
// m_AtlasHeight = (int)m_fontInfo.AtlasHeight;
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_73 = __this->___m_fontInfo_24;
NullCheck(L_73);
float L_74 = L_73->___AtlasHeight_20;
__this->___m_AtlasHeight_27 = il2cpp_codegen_cast_double_to_int<int32_t>(L_74);
// m_AtlasPadding = (int)m_fontInfo.Padding;
FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8* L_75 = __this->___m_fontInfo_24;
NullCheck(L_75);
float L_76 = L_75->___Padding_18;
__this->___m_AtlasPadding_28 = il2cpp_codegen_cast_double_to_int<int32_t>(L_76);
// switch(m_CreationSettings.renderMode)
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* L_77 = (&__this->___m_CreationSettings_35);
int32_t L_78 = L_77->___renderMode_14;
V_3 = L_78;
int32_t L_79 = V_3;
V_2 = L_79;
int32_t L_80 = V_2;
switch (L_80)
{
case 0:
{
goto IL_0297;
}
case 1:
{
goto IL_02a4;
}
case 2:
{
goto IL_02b1;
}
case 3:
{
goto IL_02be;
}
case 4:
{
goto IL_02e5;
}
case 5:
{
goto IL_02e5;
}
case 6:
{
goto IL_02cb;
}
case 7:
{
goto IL_02d8;
}
}
}
{
goto IL_02e5;
}
IL_0297:
{
// m_AtlasRenderMode = GlyphRenderMode.SMOOTH_HINTED;
__this->___m_AtlasRenderMode_29 = ((int32_t)4121);
// break;
goto IL_02e5;
}
IL_02a4:
{
// m_AtlasRenderMode = GlyphRenderMode.SMOOTH;
__this->___m_AtlasRenderMode_29 = ((int32_t)4117);
// break;
goto IL_02e5;
}
IL_02b1:
{
// m_AtlasRenderMode = GlyphRenderMode.RASTER_HINTED;
__this->___m_AtlasRenderMode_29 = ((int32_t)4122);
// break;
goto IL_02e5;
}
IL_02be:
{
// m_AtlasRenderMode = GlyphRenderMode.RASTER;
__this->___m_AtlasRenderMode_29 = ((int32_t)4118);
// break;
goto IL_02e5;
}
IL_02cb:
{
// m_AtlasRenderMode = GlyphRenderMode.SDF16;
__this->___m_AtlasRenderMode_29 = ((int32_t)16422);
// break;
goto IL_02e5;
}
IL_02d8:
{
// m_AtlasRenderMode = GlyphRenderMode.SDF32;
__this->___m_AtlasRenderMode_29 = ((int32_t)32806);
// break;
goto IL_02e5;
}
IL_02e5:
{
// if (fontWeights != null && fontWeights.Length > 0)
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_81 = __this->___fontWeights_37;
if (!L_81)
{
goto IL_02f9;
}
}
{
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_82 = __this->___fontWeights_37;
NullCheck(L_82);
G_B16_0 = ((!(((uint32_t)(((RuntimeArray*)L_82)->max_length)) <= ((uint32_t)0)))? 1 : 0);
goto IL_02fa;
}
IL_02f9:
{
G_B16_0 = 0;
}
IL_02fa:
{
V_4 = (bool)G_B16_0;
bool L_83 = V_4;
if (!L_83)
{
goto IL_0332;
}
}
{
// m_FontWeightTable[4] = fontWeights[4];
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_84 = __this->___m_FontWeightTable_36;
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_85 = __this->___fontWeights_37;
NullCheck(L_85);
int32_t L_86 = 4;
TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E L_87 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
NullCheck(L_84);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(4), (TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E)L_87);
// m_FontWeightTable[7] = fontWeights[7];
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_88 = __this->___m_FontWeightTable_36;
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_89 = __this->___fontWeights_37;
NullCheck(L_89);
int32_t L_90 = 7;
TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E L_91 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
NullCheck(L_88);
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(7), (TMP_FontWeightPair_t2835DA6BF1309AC6C817ECF878232CCF9DDB703E)L_91);
}
IL_0332:
{
// if (fallbackFontAssets != null && fallbackFontAssets.Count > 0)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_92 = __this->___fallbackFontAssets_33;
if (!L_92)
{
goto IL_034a;
}
}
{
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_93 = __this->___fallbackFontAssets_33;
NullCheck(L_93);
int32_t L_94;
L_94 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_93, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
G_B21_0 = ((((int32_t)L_94) > ((int32_t)0))? 1 : 0);
goto IL_034b;
}
IL_034a:
{
G_B21_0 = 0;
}
IL_034b:
{
V_5 = (bool)G_B21_0;
bool L_95 = V_5;
if (!L_95)
{
goto IL_03b1;
}
}
{
// if (m_FallbackFontAssetTable == null)
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_96 = __this->___m_FallbackFontAssetTable_34;
V_6 = (bool)((((RuntimeObject*)(List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*)L_96) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_97 = V_6;
if (!L_97)
{
goto IL_0377;
}
}
{
// m_FallbackFontAssetTable = new List<TMP_FontAsset>(fallbackFontAssets.Count);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_98 = __this->___fallbackFontAssets_33;
NullCheck(L_98);
int32_t L_99;
L_99 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_98, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_100 = (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*)il2cpp_codegen_object_new(List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_il2cpp_TypeInfo_var);
NullCheck(L_100);
List_1__ctor_mC3E97399A9B39A6C90FA0DA9AE28137A77BE6AFC(L_100, L_99, List_1__ctor_mC3E97399A9B39A6C90FA0DA9AE28137A77BE6AFC_RuntimeMethod_var);
__this->___m_FallbackFontAssetTable_34 = L_100;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FallbackFontAssetTable_34), (void*)L_100);
}
IL_0377:
{
// for (int i = 0; i < fallbackFontAssets.Count; i++)
V_7 = 0;
goto IL_039b;
}
IL_037c:
{
// m_FallbackFontAssetTable.Add(fallbackFontAssets[i]);
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_101 = __this->___m_FallbackFontAssetTable_34;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_102 = __this->___fallbackFontAssets_33;
int32_t L_103 = V_7;
NullCheck(L_102);
TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* L_104;
L_104 = List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E(L_102, L_103, List_1_get_Item_m08FA6F29837845000B96D856290A41C30CE4A17E_RuntimeMethod_var);
NullCheck(L_101);
List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_inline(L_101, L_104, List_1_Add_m75E60221EFDA700C40A32D388E1A2DC0AC48F6B9_RuntimeMethod_var);
// for (int i = 0; i < fallbackFontAssets.Count; i++)
int32_t L_105 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_105, 1));
}
IL_039b:
{
// for (int i = 0; i < fallbackFontAssets.Count; i++)
int32_t L_106 = V_7;
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_107 = __this->___fallbackFontAssets_33;
NullCheck(L_107);
int32_t L_108;
L_108 = List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_inline(L_107, List_1_get_Count_m1CD49ABC19C33C9320E4E745DFBF7CC6D1E5A899_RuntimeMethod_var);
V_8 = (bool)((((int32_t)L_106) < ((int32_t)L_108))? 1 : 0);
bool L_109 = V_8;
if (L_109)
{
goto IL_037c;
}
}
{
}
IL_03b1:
{
// if (m_CreationSettings.sourceFontFileGUID != null || m_CreationSettings.sourceFontFileGUID != string.Empty)
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* L_110 = (&__this->___m_CreationSettings_35);
String_t* L_111 = L_110->___sourceFontFileGUID_1;
if (L_111)
{
goto IL_03d5;
}
}
{
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* L_112 = (&__this->___m_CreationSettings_35);
String_t* L_113 = L_112->___sourceFontFileGUID_1;
String_t* L_114 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_115;
L_115 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_113, L_114, NULL);
G_B31_0 = ((int32_t)(L_115));
goto IL_03d6;
}
IL_03d5:
{
G_B31_0 = 1;
}
IL_03d6:
{
V_9 = (bool)G_B31_0;
bool L_116 = V_9;
if (!L_116)
{
goto IL_03f1;
}
}
{
// m_SourceFontFileGUID = m_CreationSettings.sourceFontFileGUID;
FontAssetCreationSettings_t2B94078737A72F814E8BC2126F967B94231190DF* L_117 = (&__this->___m_CreationSettings_35);
String_t* L_118 = L_117->___sourceFontFileGUID_1;
__this->___m_SourceFontFileGUID_9 = L_118;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SourceFontFileGUID_9), (void*)L_118);
goto IL_040f;
}
IL_03f1:
{
// Debug.LogWarning("Font asset [" + this.name + "] doesn't have a reference to its source font file. Please assign the appropriate source font file for this asset in the Font Atlas & Material section of font asset inspector.", this);
String_t* L_119;
L_119 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_120;
L_120 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral059054D23FFA87CA23918C56953BE598D561B182, L_119, _stringLiteralDBCB17464C7627D254C9F39C9B46B4C2AE0127DC, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_120, __this, NULL);
}
IL_040f:
{
// m_GlyphTable.Clear();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_121 = __this->___m_GlyphTable_13;
NullCheck(L_121);
List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_inline(L_121, List_1_Clear_mB8C184A082768C625F15E93115BA1A57CC19C70F_RuntimeMethod_var);
// m_CharacterTable.Clear();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_122 = __this->___m_CharacterTable_15;
NullCheck(L_122);
List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_inline(L_122, List_1_Clear_m44D32D61FDFB7DF3147338C2D7449E93B9EFD8AB_RuntimeMethod_var);
// bool isSpaceCharacterPresent = false;
V_0 = (bool)0;
// for (int i = 0; i < m_glyphInfoList.Count; i++)
V_10 = 0;
goto IL_0535;
}
IL_0431:
{
// TMP_Glyph oldGlyph = m_glyphInfoList[i];
List_1_tAB7976FADCF872E418770E60783056C23394843D* L_123 = __this->___m_glyphInfoList_30;
int32_t L_124 = V_10;
NullCheck(L_123);
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_125;
L_125 = List_1_get_Item_m791175EDC2897DC80CD0AA2345AC6F96E455C84C(L_123, L_124, List_1_get_Item_m791175EDC2897DC80CD0AA2345AC6F96E455C84C_RuntimeMethod_var);
V_11 = L_125;
// Glyph glyph = new Glyph();
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_126 = (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)il2cpp_codegen_object_new(Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_il2cpp_TypeInfo_var);
NullCheck(L_126);
Glyph__ctor_m9FB83C6B166AC59E03B585F76C09C5FC1720281F(L_126, NULL);
V_12 = L_126;
// uint glyphIndex = (uint)i + 1;
int32_t L_127 = V_10;
V_13 = ((int32_t)il2cpp_codegen_add(L_127, 1));
// glyph.index = glyphIndex;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_128 = V_12;
uint32_t L_129 = V_13;
NullCheck(L_128);
Glyph_set_index_mD033C966D79B910424B985F9D81C01D4E056B72C(L_128, L_129, NULL);
// glyph.glyphRect = new GlyphRect((int)oldGlyph.x, m_AtlasHeight - (int)(oldGlyph.y + oldGlyph.height + 0.5f), (int)(oldGlyph.width + 0.5f), (int)(oldGlyph.height + 0.5f));
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_130 = V_12;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_131 = V_11;
NullCheck(L_131);
float L_132 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_131)->___x_1;
int32_t L_133 = __this->___m_AtlasHeight_27;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_134 = V_11;
NullCheck(L_134);
float L_135 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_134)->___y_2;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_136 = V_11;
NullCheck(L_136);
float L_137 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_136)->___height_4;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_138 = V_11;
NullCheck(L_138);
float L_139 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_138)->___width_3;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_140 = V_11;
NullCheck(L_140);
float L_141 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_140)->___height_4;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_142;
memset((&L_142), 0, sizeof(L_142));
GlyphRect__ctor_m2B11A6C6C70735CB77FE2176E3D55D922D772A95((&L_142), il2cpp_codegen_cast_double_to_int<int32_t>(L_132), ((int32_t)il2cpp_codegen_subtract(L_133, il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_135, L_137)), (0.5f)))))), il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(L_139, (0.5f)))), il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(L_141, (0.5f)))), /*hidden argument*/NULL);
NullCheck(L_130);
Glyph_set_glyphRect_mC21EB362D6EC56E0D110B0A08505CAD2DF26A6A8(L_130, L_142, NULL);
// glyph.metrics = new GlyphMetrics(oldGlyph.width, oldGlyph.height, oldGlyph.xOffset, oldGlyph.yOffset, oldGlyph.xAdvance);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_143 = V_12;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_144 = V_11;
NullCheck(L_144);
float L_145 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_144)->___width_3;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_146 = V_11;
NullCheck(L_146);
float L_147 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_146)->___height_4;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_148 = V_11;
NullCheck(L_148);
float L_149 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_148)->___xOffset_5;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_150 = V_11;
NullCheck(L_150);
float L_151 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_150)->___yOffset_6;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_152 = V_11;
NullCheck(L_152);
float L_153 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_152)->___xAdvance_7;
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_154;
memset((&L_154), 0, sizeof(L_154));
GlyphMetrics__ctor_m9CD09465685783A596A7F9112EF7D6A7E1A2792D((&L_154), L_145, L_147, L_149, L_151, L_153, /*hidden argument*/NULL);
NullCheck(L_143);
Glyph_set_metrics_m3350984977FC50061481B1EC563DE59147428BC2(L_143, L_154, NULL);
// glyph.scale = oldGlyph.scale;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_155 = V_12;
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_156 = V_11;
NullCheck(L_156);
float L_157 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_156)->___scale_8;
NullCheck(L_155);
Glyph_set_scale_m44247C5948E32562931FA8C44799A3E1E4F0562A(L_155, L_157, NULL);
// glyph.atlasIndex = 0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_158 = V_12;
NullCheck(L_158);
Glyph_set_atlasIndex_m622CB24F3110B65CADB0C9F0223133B0DA926ABE(L_158, 0, NULL);
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_159 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_160 = V_12;
NullCheck(L_159);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_159, L_160, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// TMP_Character character = new TMP_Character((uint)oldGlyph.id, this, glyph);
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_161 = V_11;
NullCheck(L_161);
int32_t L_162 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_161)->___id_0;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_163 = V_12;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_164 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_164);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_164, L_162, __this, L_163, NULL);
V_14 = L_164;
// if (oldGlyph.id == 32)
TMP_Glyph_t32E0271FC5DBE82728FB1AD7DBF4513A561D6310* L_165 = V_11;
NullCheck(L_165);
int32_t L_166 = ((TMP_TextElement_Legacy_t9C9AB19D496DBB4A1B12C6FA1C6333E9C39A5B2A*)L_165)->___id_0;
V_15 = (bool)((((int32_t)L_166) == ((int32_t)((int32_t)32)))? 1 : 0);
bool L_167 = V_15;
if (!L_167)
{
goto IL_0520;
}
}
{
// isSpaceCharacterPresent = true;
V_0 = (bool)1;
}
IL_0520:
{
// m_CharacterTable.Add(character);
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_168 = __this->___m_CharacterTable_15;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_169 = V_14;
NullCheck(L_168);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_168, L_169, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
// for (int i = 0; i < m_glyphInfoList.Count; i++)
int32_t L_170 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_170, 1));
}
IL_0535:
{
// for (int i = 0; i < m_glyphInfoList.Count; i++)
int32_t L_171 = V_10;
List_1_tAB7976FADCF872E418770E60783056C23394843D* L_172 = __this->___m_glyphInfoList_30;
NullCheck(L_172);
int32_t L_173;
L_173 = List_1_get_Count_m4F55F26FA0DCE6A63DC159E6096F0C6B1324093E_inline(L_172, List_1_get_Count_m4F55F26FA0DCE6A63DC159E6096F0C6B1324093E_RuntimeMethod_var);
V_16 = (bool)((((int32_t)L_171) < ((int32_t)L_173))? 1 : 0);
bool L_174 = V_16;
if (L_174)
{
goto IL_0431;
}
}
{
// if (!isSpaceCharacterPresent)
bool L_175 = V_0;
V_17 = (bool)((((int32_t)L_175) == ((int32_t)0))? 1 : 0);
bool L_176 = V_17;
if (!L_176)
{
goto IL_05d5;
}
}
{
// Debug.Log("Synthesizing Space for [" + this.name + "]");
String_t* L_177;
L_177 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_178;
L_178 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralFCACD6E82580FA7D8501A55B169943AD689E1187, L_177, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Log_m86567BCF22BBE7809747817453CACA0E41E68219(L_178, NULL);
// Glyph glyph = new Glyph(0, new GlyphMetrics(0, 0, 0, 0, m_FaceInfo.ascentLine / 5), GlyphRect.zero, 1.0f, 0);
FaceInfo_t12F0319E555A62CBA1D9E51A16C7963393932756* L_179 = (&__this->___m_FaceInfo_12);
float L_180;
L_180 = FaceInfo_get_ascentLine_m193755D649428EC24A7E433A1728F11DA7547ABD(L_179, NULL);
GlyphMetrics_t6C1C65A891A6279A0EE807C436436B1E44F7AF1A L_181;
memset((&L_181), 0, sizeof(L_181));
GlyphMetrics__ctor_m9CD09465685783A596A7F9112EF7D6A7E1A2792D((&L_181), (0.0f), (0.0f), (0.0f), (0.0f), ((float)(L_180/(5.0f))), /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D_il2cpp_TypeInfo_var);
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_182;
L_182 = GlyphRect_get_zero_m96D94901A941A3C7587B46240FB0CACF8D89BE3B(NULL);
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_183 = (Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F*)il2cpp_codegen_object_new(Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F_il2cpp_TypeInfo_var);
NullCheck(L_183);
Glyph__ctor_m71D55A8FBEA48ECCD78D65CAC9D008905E56FBF1(L_183, 0, L_181, L_182, (1.0f), 0, NULL);
V_18 = L_183;
// m_GlyphTable.Add(glyph);
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_184 = __this->___m_GlyphTable_13;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_185 = V_18;
NullCheck(L_184);
List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_inline(L_184, L_185, List_1_Add_m07715FC53E4F2CC722E6CCC8FC508D4EE9B42F3B_RuntimeMethod_var);
// m_CharacterTable.Add(new TMP_Character(32, this, glyph));
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_186 = __this->___m_CharacterTable_15;
Glyph_t700CF8EBE04ED4AEAB520885AAA1B309E02A103F* L_187 = V_18;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_188 = (TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35*)il2cpp_codegen_object_new(TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35_il2cpp_TypeInfo_var);
NullCheck(L_188);
TMP_Character__ctor_mAF0A895127F27795D515FF97C84185A01EFDAB0D(L_188, ((int32_t)32), __this, L_187, NULL);
NullCheck(L_186);
List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_inline(L_186, L_188, List_1_Add_m81B35BB6397348486EB8E52D8E58EF017EA19BD5_RuntimeMethod_var);
}
IL_05d5:
{
// ReadFontAssetDefinition();
TMP_FontAsset_ReadFontAssetDefinition_mC268F8946D0D6B28BABB3BF28FDF64FABDA2DF93(__this, NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::UpgradeGlyphAdjustmentTableToFontFeatureTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpgradeGlyphAdjustmentTableToFontFeatureTable_m3C51FF9BA35FBA397791A4EFAAFB4B413553F492 (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m40C6AFD4954A70E8D55431908EC16D197019C69C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF8A47C6895CC245B6209D19283893E675FDAD4AE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67563F6AC142A868BA5A97EDDF6FCCF0D89546BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB972F23A28701F80439694A9FBB921D4850539);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* V_3 = NULL;
uint32_t V_4 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_5 = NULL;
uint32_t V_6 = 0;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* V_7 = NULL;
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_8;
memset((&V_8), 0, sizeof(V_8));
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 V_9;
memset((&V_9), 0, sizeof(V_9));
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* V_10 = NULL;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
{
// Debug.Log("Upgrading font asset [" + this.name + "] Glyph Adjustment Table.", this);
String_t* L_0;
L_0 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_1;
L_1 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral67563F6AC142A868BA5A97EDDF6FCCF0D89546BB, L_0, _stringLiteralABB972F23A28701F80439694A9FBB921D4850539, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Log_m825387C0A72F1965797D56C1F8AB0D6678F3F9BE(L_1, __this, NULL);
// if (m_FontFeatureTable == null)
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_2 = __this->___m_FontFeatureTable_32;
V_1 = (bool)((((RuntimeObject*)(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0035;
}
}
{
// m_FontFeatureTable = new TMP_FontFeatureTable();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_4 = (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)il2cpp_codegen_object_new(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
NullCheck(L_4);
TMP_FontFeatureTable__ctor_m6F156B35A4B68F5616CFD3236C64F1E790D69039(L_4, NULL);
__this->___m_FontFeatureTable_32 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontFeatureTable_32), (void*)L_4);
}
IL_0035:
{
// int pairCount = m_KerningTable.kerningPairs.Count;
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_5 = __this->___m_KerningTable_31;
NullCheck(L_5);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_6 = L_5->___kerningPairs_0;
NullCheck(L_6);
int32_t L_7;
L_7 = List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_inline(L_6, List_1_get_Count_m27C360C6267BACBEF3C28344F1EED879D4050FE0_RuntimeMethod_var);
V_0 = L_7;
// m_FontFeatureTable.m_GlyphPairAdjustmentRecords = new List<TMP_GlyphPairAdjustmentRecord>(pairCount);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_8 = __this->___m_FontFeatureTable_32;
int32_t L_9 = V_0;
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_10 = (List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A*)il2cpp_codegen_object_new(List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A_il2cpp_TypeInfo_var);
NullCheck(L_10);
List_1__ctor_m40C6AFD4954A70E8D55431908EC16D197019C69C(L_10, L_9, List_1__ctor_m40C6AFD4954A70E8D55431908EC16D197019C69C_RuntimeMethod_var);
NullCheck(L_8);
L_8->___m_GlyphPairAdjustmentRecords_0 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&L_8->___m_GlyphPairAdjustmentRecords_0), (void*)L_10);
// for (int i = 0; i < pairCount; i++)
V_2 = 0;
goto IL_0152;
}
IL_005e:
{
// KerningPair pair = m_KerningTable.kerningPairs[i];
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_11 = __this->___m_KerningTable_31;
NullCheck(L_11);
List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30* L_12 = L_11->___kerningPairs_0;
int32_t L_13 = V_2;
NullCheck(L_12);
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_14;
L_14 = List_1_get_Item_mF8A47C6895CC245B6209D19283893E675FDAD4AE(L_12, L_13, List_1_get_Item_mF8A47C6895CC245B6209D19283893E675FDAD4AE_RuntimeMethod_var);
V_3 = L_14;
// uint firstGlyphIndex = 0;
V_4 = 0;
// if (m_CharacterLookupDictionary.TryGetValue(pair.firstGlyph, out firstCharacter))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_15 = __this->___m_CharacterLookupDictionary_16;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_16 = V_3;
NullCheck(L_16);
uint32_t L_17;
L_17 = KerningPair_get_firstGlyph_m8B473F310BB1D0E83BE4DB2E9C395C97E578BDCD(L_16, NULL);
NullCheck(L_15);
bool L_18;
L_18 = Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C(L_15, L_17, (&V_5), Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
V_11 = L_18;
bool L_19 = V_11;
if (!L_19)
{
goto IL_0096;
}
}
{
// firstGlyphIndex = firstCharacter.glyphIndex;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_20 = V_5;
NullCheck(L_20);
uint32_t L_21;
L_21 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_20, NULL);
V_4 = L_21;
}
IL_0096:
{
// uint secondGlyphIndex = 0;
V_6 = 0;
// if (m_CharacterLookupDictionary.TryGetValue(pair.secondGlyph, out secondCharacter))
Dictionary_2_tCB5FEF8D6CEA1557D9B9BA25946AD6BF3E6C14D0* L_22 = __this->___m_CharacterLookupDictionary_16;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_23 = V_3;
NullCheck(L_23);
uint32_t L_24;
L_24 = KerningPair_get_secondGlyph_m7F0717E0FE69CCE0ECFFB39680839D2734C095F0(L_23, NULL);
NullCheck(L_22);
bool L_25;
L_25 = Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C(L_22, L_24, (&V_7), Dictionary_2_TryGetValue_mE5BE2B2AA15D82376D24682A93BC1E4BB758420C_RuntimeMethod_var);
V_12 = L_25;
bool L_26 = V_12;
if (!L_26)
{
goto IL_00bb;
}
}
{
// secondGlyphIndex = secondCharacter.glyphIndex;
TMP_Character_t7D37A55EF1A9FF6D0BFE6D50E86A00F80E7FAF35* L_27 = V_7;
NullCheck(L_27);
uint32_t L_28;
L_28 = TMP_TextElement_get_glyphIndex_m149D0BB0350CFC7D3C46CA011669295DC8CF8E9E(L_27, NULL);
V_6 = L_28;
}
IL_00bb:
{
// TMP_GlyphAdjustmentRecord firstAdjustmentRecord = new TMP_GlyphAdjustmentRecord(firstGlyphIndex, new TMP_GlyphValueRecord(pair.firstGlyphAdjustments.xPlacement, pair.firstGlyphAdjustments.yPlacement, pair.firstGlyphAdjustments.xAdvance, pair.firstGlyphAdjustments.yAdvance));
uint32_t L_29 = V_4;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_30 = V_3;
NullCheck(L_30);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_31;
L_31 = KerningPair_get_firstGlyphAdjustments_mDD893850E04A182C37A2360992AE0F352E585600(L_30, NULL);
float L_32 = L_31.___xPlacement_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_33 = V_3;
NullCheck(L_33);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_34;
L_34 = KerningPair_get_firstGlyphAdjustments_mDD893850E04A182C37A2360992AE0F352E585600(L_33, NULL);
float L_35 = L_34.___yPlacement_1;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_36 = V_3;
NullCheck(L_36);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_37;
L_37 = KerningPair_get_firstGlyphAdjustments_mDD893850E04A182C37A2360992AE0F352E585600(L_36, NULL);
float L_38 = L_37.___xAdvance_2;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_39 = V_3;
NullCheck(L_39);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_40;
L_40 = KerningPair_get_firstGlyphAdjustments_mDD893850E04A182C37A2360992AE0F352E585600(L_39, NULL);
float L_41 = L_40.___yAdvance_3;
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_42;
memset((&L_42), 0, sizeof(L_42));
TMP_GlyphValueRecord__ctor_m030CD9864F16A5FB58D41ECD6CF66EC883B078BA((&L_42), L_32, L_35, L_38, L_41, /*hidden argument*/NULL);
TMP_GlyphAdjustmentRecord__ctor_m41FDDFADD92DB1A8446228B1108E3E5C985CAAE0((&V_8), L_29, L_42, NULL);
// TMP_GlyphAdjustmentRecord secondAdjustmentRecord = new TMP_GlyphAdjustmentRecord(secondGlyphIndex, new TMP_GlyphValueRecord(pair.secondGlyphAdjustments.xPlacement, pair.secondGlyphAdjustments.yPlacement, pair.secondGlyphAdjustments.xAdvance, pair.secondGlyphAdjustments.yAdvance));
uint32_t L_43 = V_6;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_44 = V_3;
NullCheck(L_44);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_45;
L_45 = KerningPair_get_secondGlyphAdjustments_m04BE3DDED12C198E109C8E176E8BD8A4D49B0358(L_44, NULL);
float L_46 = L_45.___xPlacement_0;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_47 = V_3;
NullCheck(L_47);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_48;
L_48 = KerningPair_get_secondGlyphAdjustments_m04BE3DDED12C198E109C8E176E8BD8A4D49B0358(L_47, NULL);
float L_49 = L_48.___yPlacement_1;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_50 = V_3;
NullCheck(L_50);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_51;
L_51 = KerningPair_get_secondGlyphAdjustments_m04BE3DDED12C198E109C8E176E8BD8A4D49B0358(L_50, NULL);
float L_52 = L_51.___xAdvance_2;
KerningPair_tC8E09DC4C7DA41551F1BCC9DDABF4AE44938D481* L_53 = V_3;
NullCheck(L_53);
GlyphValueRecord_Legacy_t59F1987C0F88D1652DF56DB8519C0D3CEF911FB7 L_54;
L_54 = KerningPair_get_secondGlyphAdjustments_m04BE3DDED12C198E109C8E176E8BD8A4D49B0358(L_53, NULL);
float L_55 = L_54.___yAdvance_3;
TMP_GlyphValueRecord_tEC542B60FE9106587E051A4C3D64506A8B4641B1 L_56;
memset((&L_56), 0, sizeof(L_56));
TMP_GlyphValueRecord__ctor_m030CD9864F16A5FB58D41ECD6CF66EC883B078BA((&L_56), L_46, L_49, L_52, L_55, /*hidden argument*/NULL);
TMP_GlyphAdjustmentRecord__ctor_m41FDDFADD92DB1A8446228B1108E3E5C985CAAE0((&V_9), L_43, L_56, NULL);
// TMP_GlyphPairAdjustmentRecord record = new TMP_GlyphPairAdjustmentRecord(firstAdjustmentRecord, secondAdjustmentRecord);
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_57 = V_8;
TMP_GlyphAdjustmentRecord_t5B0CA0C5AA31B3774F21B3756AEEE5D35A648E00 L_58 = V_9;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_59 = (TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F*)il2cpp_codegen_object_new(TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F_il2cpp_TypeInfo_var);
NullCheck(L_59);
TMP_GlyphPairAdjustmentRecord__ctor_m0BCCF9AF25F0A727D02FD778ACA2C7AD38F981CC(L_59, L_57, L_58, NULL);
V_10 = L_59;
// m_FontFeatureTable.m_GlyphPairAdjustmentRecords.Add(record);
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_60 = __this->___m_FontFeatureTable_32;
NullCheck(L_60);
List_1_t459ECEA1AA73CFA0FE650EF2487BB92F31382F4A* L_61 = L_60->___m_GlyphPairAdjustmentRecords_0;
TMP_GlyphPairAdjustmentRecord_t6150C3DE547DDD860AB097843D36519D818D810F* L_62 = V_10;
NullCheck(L_61);
List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_inline(L_61, L_62, List_1_Add_m2AF4F532103428B9D237034E9903F755DAB76D78_RuntimeMethod_var);
// for (int i = 0; i < pairCount; i++)
int32_t L_63 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_63, 1));
}
IL_0152:
{
// for (int i = 0; i < pairCount; i++)
int32_t L_64 = V_2;
int32_t L_65 = V_0;
V_13 = (bool)((((int32_t)L_64) < ((int32_t)L_65))? 1 : 0);
bool L_66 = V_13;
if (L_66)
{
goto IL_005e;
}
}
{
// m_KerningTable.kerningPairs = null;
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_67 = __this->___m_KerningTable_31;
NullCheck(L_67);
L_67->___kerningPairs_0 = (List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_67->___kerningPairs_0), (void*)(List_1_t85616D65DDDB95C24A69143AD684FE7CE5CCAE30*)NULL);
// m_KerningTable = null;
__this->___m_KerningTable_31 = (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_KerningTable_31), (void*)(KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B*)NULL);
// }
return;
}
}
// System.Void TMPro.TMP_FontAsset::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset__ctor_m20A531FC2F5114F9D1B98B38E06ACE46AF3403EC (TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// internal List<Glyph> m_GlyphTable = new List<Glyph>();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_0 = (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*)il2cpp_codegen_object_new(List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8(L_0, List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8_RuntimeMethod_var);
__this->___m_GlyphTable_13 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphTable_13), (void*)L_0);
// internal List<TMP_Character> m_CharacterTable = new List<TMP_Character>();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_1 = (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*)il2cpp_codegen_object_new(List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71(L_1, List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71_RuntimeMethod_var);
__this->___m_CharacterTable_15 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CharacterTable_15), (void*)L_1);
// private FaceInfo_Legacy m_fontInfo = null;
__this->___m_fontInfo_24 = (FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_fontInfo_24), (void*)(FaceInfo_Legacy_t23B118EFD5AB7162515ABF18C0212DF155CCF7B8*)NULL);
// internal KerningTable m_KerningTable = new KerningTable();
KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B* L_2 = (KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B*)il2cpp_codegen_object_new(KerningTable_t040C3FE3B519B12AADE1C5B00628581551D5AB6B_il2cpp_TypeInfo_var);
NullCheck(L_2);
KerningTable__ctor_m5D6DF57B05146E104A2756917A31C27D0CC7A108(L_2, NULL);
__this->___m_KerningTable_31 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_KerningTable_31), (void*)L_2);
// internal TMP_FontFeatureTable m_FontFeatureTable = new TMP_FontFeatureTable();
TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA* L_3 = (TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA*)il2cpp_codegen_object_new(TMP_FontFeatureTable_t726A09E64FDF682A8FFE294BB6CFE7747F6C40EA_il2cpp_TypeInfo_var);
NullCheck(L_3);
TMP_FontFeatureTable__ctor_m6F156B35A4B68F5616CFD3236C64F1E790D69039(L_3, NULL);
__this->___m_FontFeatureTable_32 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontFeatureTable_32), (void*)L_3);
// private TMP_FontWeightPair[] m_FontWeightTable = new TMP_FontWeightPair[10];
TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37* L_4 = (TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37*)(TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37*)SZArrayNew(TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
__this->___m_FontWeightTable_36 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FontWeightTable_36), (void*)L_4);
// private TMP_FontWeightPair[] fontWeights = null;
__this->___fontWeights_37 = (TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fontWeights_37), (void*)(TMP_FontWeightPairU5BU5D_t0A3A5955F13FEB2F7329D81BA157110DB99F9F37*)NULL);
// public float normalStyle = 0;
__this->___normalStyle_38 = (0.0f);
// public float normalSpacingOffset = 0;
__this->___normalSpacingOffset_39 = (0.0f);
// public float boldStyle = 0.75f;
__this->___boldStyle_40 = (0.75f);
// public float boldSpacing = 7f;
__this->___boldSpacing_41 = (7.0f);
// public byte italicStyle = 35;
__this->___italicStyle_42 = (uint8_t)((int32_t)35);
// public byte tabSize = 10;
__this->___tabSize_43 = (uint8_t)((int32_t)10);
// internal HashSet<int> FallbackSearchQueryLookup = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_5 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_5);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_5, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
__this->___FallbackSearchQueryLookup_53 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___FallbackSearchQueryLookup_53), (void*)L_5);
// private List<Glyph> m_GlyphsToRender = new List<Glyph>();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_6 = (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*)il2cpp_codegen_object_new(List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C_il2cpp_TypeInfo_var);
NullCheck(L_6);
List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8(L_6, List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8_RuntimeMethod_var);
__this->___m_GlyphsToRender_59 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphsToRender_59), (void*)L_6);
// private List<Glyph> m_GlyphsRendered = new List<Glyph>();
List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C* L_7 = (List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C*)il2cpp_codegen_object_new(List_1_t95DB74B8EE315F8F92B7B96D93C901C8C3F6FE2C_il2cpp_TypeInfo_var);
NullCheck(L_7);
List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8(L_7, List_1__ctor_m58C2B52EDED5E55E3B284B007FAAF4D54A5554D8_RuntimeMethod_var);
__this->___m_GlyphsRendered_60 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphsRendered_60), (void*)L_7);
// private List<uint> m_GlyphIndexList = new List<uint>();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_8 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_8);
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_8, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
__this->___m_GlyphIndexList_61 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphIndexList_61), (void*)L_8);
// private List<uint> m_GlyphIndexListNewlyAdded = new List<uint>();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_9 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_9);
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_9, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
__this->___m_GlyphIndexListNewlyAdded_62 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphIndexListNewlyAdded_62), (void*)L_9);
// internal List<uint> m_GlyphsToAdd = new List<uint>();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_10 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_10);
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_10, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
__this->___m_GlyphsToAdd_63 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphsToAdd_63), (void*)L_10);
// internal HashSet<uint> m_GlyphsToAddLookup = new HashSet<uint>();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_11 = (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*)il2cpp_codegen_object_new(HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A_il2cpp_TypeInfo_var);
NullCheck(L_11);
HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A(L_11, HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_RuntimeMethod_var);
__this->___m_GlyphsToAddLookup_64 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GlyphsToAddLookup_64), (void*)L_11);
// internal List<TMP_Character> m_CharactersToAdd = new List<TMP_Character>();
List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E* L_12 = (List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E*)il2cpp_codegen_object_new(List_1_tCE1ACAA0C2736A7797B2C134895298CAB10BEB5E_il2cpp_TypeInfo_var);
NullCheck(L_12);
List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71(L_12, List_1__ctor_m9DE3BEDD9D46ED8C934046F47A81A06EABA5EB71_RuntimeMethod_var);
__this->___m_CharactersToAdd_65 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CharactersToAdd_65), (void*)L_12);
// internal HashSet<uint> m_CharactersToAddLookup = new HashSet<uint>();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_13 = (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*)il2cpp_codegen_object_new(HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A_il2cpp_TypeInfo_var);
NullCheck(L_13);
HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A(L_13, HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_RuntimeMethod_var);
__this->___m_CharactersToAddLookup_66 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CharactersToAddLookup_66), (void*)L_13);
// internal List<uint> s_MissingCharacterList = new List<uint>();
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_14 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_14);
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_14, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
__this->___s_MissingCharacterList_67 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___s_MissingCharacterList_67), (void*)L_14);
// internal HashSet<uint> m_MissingUnicodesFromFontFile = new HashSet<uint>();
HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A* L_15 = (HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A*)il2cpp_codegen_object_new(HashSet_1_t5DD20B42149A11AEBF12A75505306E6EFC34943A_il2cpp_TypeInfo_var);
NullCheck(L_15);
HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A(L_15, HashSet_1__ctor_m4058973F19EEF9E5FCFF05F3779C7F219544C68A_RuntimeMethod_var);
__this->___m_MissingUnicodesFromFontFile_68 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MissingUnicodesFromFontFile_68), (void*)L_15);
TMP_Asset__ctor_m12FF90A96AD41AEDF9AD37175E7070FAC070D8E9(__this, NULL);
return;
}
}
// System.Void TMPro.TMP_FontAsset::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset__cctor_m7F024C85C2C034E2E7D1BE1967FF324D6049AF52 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12F31559FF9061BA44865424A24F2D62E156A8E1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A1DAD349D289DFE9A4447F52B333DBDBBA4DE00);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral923A43CB6BE68CE54681158C871A6A8C004C6AAD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral936C42818F6B477EA4B88063D93F8ADEE06F664C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4582A638CE03C0A4829104323C440324BB1EE50);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC514E95303D4CF5D3F9C2DC0898CC32630B145E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC170C47D61ACB6501ECAB1976683868074221397);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD84939E2D79CFDD313A99153DCBDE428E77B291C);
s_Il2CppMethodInitialized = true;
}
{
// private static ProfilerMarker k_ReadFontAssetDefinitionMarker = new ProfilerMarker("TMP.ReadFontAssetDefinition");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
memset((&L_0), 0, sizeof(L_0));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteralA4582A638CE03C0A4829104323C440324BB1EE50, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_ReadFontAssetDefinitionMarker_45 = L_0;
// private static ProfilerMarker k_AddSynthesizedCharactersMarker = new ProfilerMarker("TMP.AddSynthesizedCharacters");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral936C42818F6B477EA4B88063D93F8ADEE06F664C, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_AddSynthesizedCharactersMarker_46 = L_1;
// private static ProfilerMarker k_TryAddCharacterMarker = new ProfilerMarker("TMP.TryAddCharacter");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
memset((&L_2), 0, sizeof(L_2));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteral2A1DAD349D289DFE9A4447F52B333DBDBBA4DE00, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharacterMarker_47 = L_2;
// private static ProfilerMarker k_TryAddCharactersMarker = new ProfilerMarker("TMP.TryAddCharacters");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_3;
memset((&L_3), 0, sizeof(L_3));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_3), _stringLiteral923A43CB6BE68CE54681158C871A6A8C004C6AAD, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_TryAddCharactersMarker_48 = L_3;
// private static ProfilerMarker k_UpdateGlyphAdjustmentRecordsMarker = new ProfilerMarker("TMP.UpdateGlyphAdjustmentRecords");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_4;
memset((&L_4), 0, sizeof(L_4));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_4), _stringLiteralAC514E95303D4CF5D3F9C2DC0898CC32630B145E, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateGlyphAdjustmentRecordsMarker_49 = L_4;
// private static ProfilerMarker k_ClearFontAssetDataMarker = new ProfilerMarker("TMP.ClearFontAssetData");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_5;
memset((&L_5), 0, sizeof(L_5));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_5), _stringLiteralC170C47D61ACB6501ECAB1976683868074221397, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_ClearFontAssetDataMarker_50 = L_5;
// private static ProfilerMarker k_UpdateFontAssetDataMarker = new ProfilerMarker("TMP.UpdateFontAssetData");
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_6;
memset((&L_6), 0, sizeof(L_6));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_6), _stringLiteralD84939E2D79CFDD313A99153DCBDE428E77B291C, /*hidden argument*/NULL);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_UpdateFontAssetDataMarker_51 = L_6;
// private static string s_DefaultMaterialSuffix = " Atlas Material";
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___s_DefaultMaterialSuffix_52 = _stringLiteral12F31559FF9061BA44865424A24F2D62E156A8E1;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___s_DefaultMaterialSuffix_52), (void*)_stringLiteral12F31559FF9061BA44865424A24F2D62E156A8E1);
// private static List<TMP_FontAsset> k_FontAssets_FontFeaturesUpdateQueue = new List<TMP_FontAsset>();
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_7 = (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*)il2cpp_codegen_object_new(List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_il2cpp_TypeInfo_var);
NullCheck(L_7);
List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42(L_7, List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42_RuntimeMethod_var);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueue_55 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueue_55), (void*)L_7);
// private static HashSet<int> k_FontAssets_FontFeaturesUpdateQueueLookup = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_8 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_8);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_8, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueueLookup_56 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_FontFeaturesUpdateQueueLookup_56), (void*)L_8);
// private static List<TMP_FontAsset> k_FontAssets_AtlasTexturesUpdateQueue = new List<TMP_FontAsset>();
List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF* L_9 = (List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF*)il2cpp_codegen_object_new(List_1_t06C3ABB0C6F2347B32881E33D154431EADAE3ECF_il2cpp_TypeInfo_var);
NullCheck(L_9);
List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42(L_9, List_1__ctor_m831B042EECBA48B96DF9158920BDCAE520AB3A42_RuntimeMethod_var);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueue_57 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueue_57), (void*)L_9);
// private static HashSet<int> k_FontAssets_AtlasTexturesUpdateQueueLookup = new HashSet<int>();
HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* L_10 = (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2*)il2cpp_codegen_object_new(HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2_il2cpp_TypeInfo_var);
NullCheck(L_10);
HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF(L_10, HashSet_1__ctor_m90EA29D74B137C5317CDC485AA1D799F0B6726FF_RuntimeMethod_var);
((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueueLookup_58 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_StaticFields*)il2cpp_codegen_static_fields_for(TMP_FontAsset_t923BF2F78D7C5AC36376E168A1193B7CB4855160_il2cpp_TypeInfo_var))->___k_FontAssets_AtlasTexturesUpdateQueueLookup_58), (void*)L_10);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnityAction_Invoke_m5CB9EE17CCDF64D00DE5D96DF3553CDB20D66F70_inline (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* __this, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_mFEAD72DF4C4708B86BF464AB4F5F1468FAD8E784_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___a0;
int32_t L_1 = ___b1;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method)
{
{
__this->___rgba_0 = 0;
uint8_t L_0 = ___r0;
__this->___r_1 = L_0;
uint8_t L_1 = ___g1;
__this->___g_2 = L_1;
uint8_t L_2 = ___b2;
__this->___b_3 = L_2;
uint8_t L_3 = ___a3;
__this->___a_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_m154E404AF275A3B2EC99ECAA3879B4CB9F0606DC_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
float V_2 = 0.0f;
{
float L_0 = ___value0;
float L_1 = ___min1;
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_000e;
}
}
{
float L_3 = ___min1;
___value0 = L_3;
goto IL_0019;
}
IL_000e:
{
float L_4 = ___value0;
float L_5 = ___max2;
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0019;
}
}
{
float L_7 = ___max2;
___value0 = L_7;
}
IL_0019:
{
float L_8 = ___value0;
V_2 = L_8;
goto IL_001d;
}
IL_001d:
{
float L_9 = V_2;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method)
{
{
float L_0 = ___r0;
__this->___r_0 = L_0;
float L_1 = ___g1;
__this->___g_1 = L_1;
float L_2 = ___b2;
__this->___b_2 = L_2;
float L_3 = ___a3;
__this->___a_3 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_0 = L_0;
float L_1 = ___y1;
__this->___y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_Lerp_mCE0CF50E59713C5A8F6AAC2C6648CF0EDBEEB27B_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___a0, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___b1, float ___t2, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
float L_0 = ___t2;
float L_1;
L_1 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_0, NULL);
___t2 = L_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___a0;
float L_3 = L_2.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___b1;
float L_5 = L_4.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___a0;
float L_7 = L_6.___r_0;
float L_8 = ___t2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___a0;
float L_10 = L_9.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11 = ___b1;
float L_12 = L_11.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___a0;
float L_14 = L_13.___g_1;
float L_15 = ___t2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = ___a0;
float L_17 = L_16.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18 = ___b1;
float L_19 = L_18.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20 = ___a0;
float L_21 = L_20.___b_2;
float L_22 = ___t2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = ___a0;
float L_24 = L_23.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_25 = ___b1;
float L_26 = L_25.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_27 = ___a0;
float L_28 = L_27.___a_3;
float L_29 = ___t2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_30;
memset((&L_30), 0, sizeof(L_30));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_30), ((float)il2cpp_codegen_add(L_3, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_5, L_7)), L_8)))), ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_12, L_14)), L_15)))), ((float)il2cpp_codegen_add(L_17, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_19, L_21)), L_22)))), ((float)il2cpp_codegen_add(L_24, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_26, L_28)), L_29)))), /*hidden argument*/NULL);
V_0 = L_30;
goto IL_0069;
}
IL_0069:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_31 = V_0;
return L_31;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_mFB4910B358B986AFB22114ED90458E8341867479_inline (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = ___a0;
float L_1 = ___b1;
float L_2 = ___a0;
float L_3 = ___t2;
float L_4;
L_4 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_3, NULL);
V_0 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_4))));
goto IL_0010;
}
IL_0010:
{
float L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_mCD6889CDE39F18704CD6EA8E2EFBFA48BA3E13B0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method)
{
{
float L_0 = ___r0;
__this->___r_0 = L_0;
float L_1 = ___g1;
__this->___g_1 = L_1;
float L_2 = ___b2;
__this->___b_2 = L_2;
__this->___a_3 = (1.0f);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___oneVector_3;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method)
{
{
float L_0 = ___x0;
__this->___x_1 = L_0;
float L_1 = ___y1;
__this->___y_2 = L_1;
float L_2 = ___z2;
__this->___z_3 = L_2;
float L_3 = ___w3;
__this->___w_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_right_mCE2D0142663361ED4B48C36873786986D25A6E0A_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___rightVector_7;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m203A634DBB77053C9400C68065CA29529103D172_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___c0, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___c0;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___c0;
uint8_t L_3 = L_2.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___c0;
uint8_t L_5 = L_4.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___c0;
uint8_t L_7 = L_6.___a_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), ((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))), ((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_003d;
}
IL_003d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mA48718D9A20D8972EDD41714CEF6BBF864F442EA_inline (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
{
int32_t L_0 = ___value0;
int32_t L_1 = ___min1;
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_000e;
}
}
{
int32_t L_3 = ___min1;
___value0 = L_3;
goto IL_0019;
}
IL_000e:
{
int32_t L_4 = ___value0;
int32_t L_5 = ___max2;
V_1 = (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0019;
}
}
{
int32_t L_7 = ___max2;
___value0 = L_7;
}
IL_0019:
{
int32_t L_8 = ___value0;
V_2 = L_8;
goto IL_001d;
}
IL_001d:
{
int32_t L_9 = V_2;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___v0;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___v0;
float L_3 = L_2.___y_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0015;
}
IL_0015:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
float V_2 = 0.0f;
{
int32_t L_0 = ___index0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0019;
}
case 1:
{
goto IL_0022;
}
case 2:
{
goto IL_002b;
}
}
}
{
goto IL_0034;
}
IL_0019:
{
float L_3 = __this->___x_2;
V_2 = L_3;
goto IL_003f;
}
IL_0022:
{
float L_4 = __this->___y_3;
V_2 = L_4;
goto IL_003f;
}
IL_002b:
{
float L_5 = __this->___z_4;
V_2 = L_5;
goto IL_003f;
}
IL_0034:
{
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_6 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)));
NullCheck(L_6);
IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27C7727EAAAD675C621F6257F2BD5190CE343979)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector3_get_Item_m163510BFC2F7BFAD1B601DC9F3606B799CF199F2_RuntimeMethod_var)));
}
IL_003f:
{
float L_7 = V_2;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
float V_2 = 0.0f;
{
int32_t L_0 = ___index0;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0010;
}
}
{
goto IL_000a;
}
IL_000a:
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0019;
}
}
{
goto IL_0022;
}
IL_0010:
{
float L_4 = __this->___x_0;
V_2 = L_4;
goto IL_002d;
}
IL_0019:
{
float L_5 = __this->___y_1;
V_2 = L_5;
goto IL_002d;
}
IL_0022:
{
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_6 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)));
NullCheck(L_6);
IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_RuntimeMethod_var)));
}
IL_002d:
{
float L_7 = V_2;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
float L_0 = ___b1;
float L_1 = ___a0;
float L_2;
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
float L_3 = ___a0;
float L_4;
L_4 = fabsf(L_3);
float L_5 = ___b1;
float L_6;
L_6 = fabsf(L_5);
float L_7;
L_7 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_4, L_6, NULL);
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
float L_9;
L_9 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
goto IL_0035;
}
IL_0035:
{
bool L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_one_mE6A2D5C6578E94268024613B596BF09F990B1260_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___oneVector_6;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___m_Ptr_0;
ProfilerUnsafeUtility_BeginSample_m1C6D6ED1C8E0CB2FD0934EB6EA333276F67C14F6(L_0, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___m_Ptr_0;
ProfilerUnsafeUtility_EndSample_mE2F7A0DB4C52105F7CD135ED8816A2BB98E663CC(L_0, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
intptr_t L_1;
L_1 = ProfilerUnsafeUtility_CreateMarker_m27DDE00D41B95677982DBFCE074D45B79E50C7CC(L_0, (uint16_t)1, 0, 0, NULL);
__this->___m_Ptr_0 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mA30526AC2097A68939350DBA860B7D2B0EEE1585_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE5DEA053A93785502893EB2CD4357AB70E2B1A77_gshared_inline (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D ___item0, const RuntimeMethod* method)
{
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* L_1 = (GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* L_6 = V_0;
int32_t L_7 = V_1;
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D)L_8);
return;
}
IL_0034:
{
GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D L_9 = ___item0;
(( void (*) (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B*, GlyphRect_tB6D225B9318A527A1CBC1B4078EB923398EB808D, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!false)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___item0, const RuntimeMethod* method)
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_0;
int32_t L_7 = V_1;
uint32_t L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint32_t)L_8);
return;
}
IL_0034:
{
uint32_t L_9 = ___item0;
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, uint32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mF3227B0AAB9F7FED1883246395F1CEA0D0B06DC5_gshared_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, Il2CppChar ___item0, const RuntimeMethod* method)
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
int32_t L_7 = V_1;
Il2CppChar L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Il2CppChar)L_8);
return;
}
IL_0034:
{
Il2CppChar L_9 = ___item0;
(( void (*) (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7*, Il2CppChar, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mFED740DB424BA5653895BDFFB0A06F7C156541D0_gshared_inline (List_1_t1FDED00FA37F39564E09D01CFDF33C22BCF5C8A7* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_mB717B519B4FBD92488427A6798B491B5FA5FB185_gshared_inline (HashSet_1_t4A2F2B74276D0AD3ED0F873045BD61E9504ECAE2* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____count_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m2ADF12F1CF73175B87ACAB2DA7EB056BDEE4DABB_gshared_inline (List_1_t425D3A455811E316D2DF73E46CF9CD90A4341C1B* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!false)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70* L_3 = (GlyphRectU5BU5D_t494B690215E3F3F42B6F216930A461256CE2CC70*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline (float ___value0, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
bool V_2 = false;
{
float L_0 = ___value0;
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
V_1 = (0.0f);
goto IL_002d;
}
IL_0015:
{
float L_2 = ___value0;
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0029;
}
}
{
V_1 = (1.0f);
goto IL_002d;
}
IL_0029:
{
float L_4 = ___value0;
V_1 = L_4;
goto IL_002d;
}
IL_002d:
{
float L_5 = V_1;
return L_5;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___a0;
float L_1 = ___b1;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___b1;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___a0;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}